@charset "UTF-8";
/* CSS Document */

#masters {
	max-width: 1366px;
	margin: 0 auto;
	padding-bottom: 3%;	
	position: relative;
    overflow: hidden;
}

#masters h1 {
	text-align: center;
	padding-top: 1%;
	color: #883E1A;
	font-size: 130%;
	letter-spacing: 5px;
	font-family: PN Light;
}

#master1 img {
	float: left;
	width: 20%;
	padding-top: 3%;
	padding-left: 4%;
}

#master1 p {
	float: left;
	width: 20%;
	padding-top: 2%;
	padding-left: 4%;
	line-height: 150%;
}

#master2 img {
	float: left;
	width: 20%;
	padding-top: 3%;
	padding-left: 4%;
}

#master2 p {
	float: left;
	width: 20%;
	padding-top: 2%;
	padding-left: 4%;
	line-height: 150%;
}

#master3 img {
	float: left;
	width: 20%;
	padding-top: 3%;
	padding-left: 4%;
}

#master3 p {
	float: left;
	width: 20%;
	clear: left;
	padding-left: 4%;
	line-height: 150%;
}

#master4 img {
	float: left;
	width: 20%;
	padding-top: 3%;
	padding-left: 4%;
}

#master4 p {
	float: left;
	width: 20%;
	padding-left: 4%;
	line-height: 150%;
}

#master5 p {
	float: left;
	width: 20%;
	padding-left: 4%;
	line-height: 150%;
}
	
#master6 p {
	float: left;
	width: 20%;
	padding-left: 4%;
	line-height: 150%;
}	

#master3 a {
	text-decoration: none;
	color: #000;
}

#master3 a:hover {
	text-decoration: underline;
}

#master4 a {
	text-decoration: none;
	color: #000;
}

#master4 a:hover {
	text-decoration: underline;
}

#master5 a {
	text-decoration: none;
	color: #000;
}

#master5 a:hover {
	text-decoration: underline;
}

#master6 a {
	text-decoration: none;
	color: #000;
}

#master6 a:hover {
	text-decoration: underline;
}

#master1 img:hover {
	opacity: 0.4;
	-webkit-transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	transition: all 1200ms ease;
}

#master2 img:hover {
	opacity: 0.4;
	-webkit-transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	transition: all 1200ms ease;
}

#master3 img:hover {
	opacity: 0.4;
	-webkit-transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	transition: all 1200ms ease;
}

#master4 img:hover {
	opacity: 0.4;
	-webkit-transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	transition: all 1200ms ease;
}