/*website made by Jack Roberts contact jackroberts045@gmail.com*/
a.nav {
	color: #000000;
	text-decoration: none;
	transition: font-size 0.3s ease;
	-webkit-transition: font-size 0.3s ease; /*Safari and Chrome*/
	-moz-transition: font-size 0.3s ease; /*Firefox*/
}

/*turns the links orange when highlighted over*/
a.nav:hover {
	color: #f4980e;
	font-size: 1.1em;
}

body, html {
	height: 100%;
	margin: 0;
}

h1 {
	font-size: 2em;
	text-align: center;
}

h2 {
	font-size: 1.5em;
	margin: 0.5em;
	text-align: left;
}

html {
	background-color: #ffffe0;
	font-family: 'Merriweather', cursive;
	font-size: 1.2em;
	text-align: center;
}

p {
	font-size: 1em;
	margin: 0.8em;
	text-align: left;
}

ul {
	display: block;
	list-style-position: inside;
	text-align: left;
}

.navlink {
	float: left;
	position: relative;
	top: 15px;
	width: 20%;
}

#active {
	color: #999999;
	cursor: pointer;
}

#navbar {
	background-color: #ffffd6;
	box-shadow: 2px 2px 10px #888888;
	border: none;
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
	height: 2.8em;
	text-align: center;
	width: 100%;
}

#about-r1-c1 {
	float: left;
	overflow: hidden;
	width: 50%;
}

#about-r1-c2 {
	float: right;
	overflow: hidden;
	position: relative;
	top: 20px;
	width: 50%;
}

#about-r1-c3 {
	float: right;
	overflow: hidden;
	position: relative;
	top: 30px;
	width: 50%;
}

#about-r2-c1 {
	clear: left;
	float: left;
	overflow: hidden;
	position: inherit;
	width: 50%;
}

#about-r2-c2 {
	float: right;
	overflow: hidden;
	position: inherit;
	width: 50%;
}

#workshops-r1-c1 {
	float: left;
	overflow: hidden;
	width: 60%;
}

#workshops-r1-c2 {
	float: right;
	overflow: hidden;
	position: relative;
	top: 30px;
	right: 10px;
	width: 40%;
}

#workshops-r2-c1 {
	clear: left;
	overflow: hidden;
}

#info-r1-c1 {
	float: left;
	overflow: hidden;
	width: 50%;
}

#info-r1-c2 {
	float: right;
	overflow: hidden;
	position: relative;
	top: 30px;
	width: 50%;
}

#info-r2-c1 {
	clear: left;
	float: left;
	overflow: hidden;
	position: relative;
	width: 50%;
}

#info-r2-c2 {
	float: right;
	overflow: hidden;
	position: relative;
	width: 50%;
}

#repertoire-r1-c1 {
	float: left;
	overflow: hidden;
	width: 65%;
}

#repertoire-r1-c2 {
	float: right;
	overflow: hidden;
	position: relative;
	right: 65px;
	top: 50px;
	width: 35%;
}