/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



@font-face {
    font-family: 'abril';
    src: url('../fonts/abrilfatface-regular-webfont.eot');
    src: url('../fonts/abrilfatface-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/abrilfatface-regular-webfont.woff2') format('woff2'),
         url('../fonts/abrilfatface-regular-webfont.woff') format('woff'),
         url('../fonts/abrilfatface-regular-webfont.ttf') format('truetype'),
         url('../fonts/abrilfatface-regular-webfont.svg#abril_fatfaceregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html{
	width: 1024px;
	margin: auto;
	background-color: #DECF75;
	font-size: 62.5%;
}

#wrapper{
	width: 1024px;
	margin: auto;
	background-color:#000000;
	position: relative;
	clear: left;
	float: left;
	padding: 10px;
	
}


header{
	width: 100%;
	height: 300px;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 10px;}

#bulb{
	float: right;
	position: relative;
	top: -130px;
	left: 60px;
	z-index: 40000;
}
	
	#mainPhoto{
		width: 100%;
		height: 400px;
		background-color:rgba(255, 255, 255, .9);
		border-radius: 5px 5px 5px 5px;
		margin-bottom: 10px;
	}
		
		
		
		.temp{
			position: relative;
			top: -186px;
			width: 100%;
			height: 400px;
		}
		#about{
			width: 50%;
			height: 600px;
			background-color:#DECF75;
			margin-bottom: 10px;
			padding-top: 20px;
			padding-left: 10px;
			-webkit-box-sizing: border-box; 
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			float: left;
			clear: left;
			position: relative;
			padding: 10px;
		

			}

			
			h1,h2{
				font-size: 3.5rem;
				font-family: abril;
				color: #000;
		}
	
	#contact{
		width: 49%;
		height: 600px;
	background-color:#DECF75;
		margin-bottom: 10px;
		margin-left: 10px;
		padding-top: 20px;
		padding-left: 10px;
		-webkit-box-sizing: border-box; 
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
	}


label,legend {
font-size: 1.9em;
font-family: abril;
color: rgba(0, 0, 0, .9);

}

textarea{
	width: 400px;
	height: 200px;
}


#contactForm{
	width: 500px;
	position: relative;
	clear: left;

}

h1,h2{
				font-size: 2.0rem;
				font-family: abril;
				color: rgba(0, 0, 0, .9);
}

.biotext, .left {
	font-size: 1.5rem;
	text-indent: 50px;
			font-family: abril;
			color: rgba(0, 0, 0, .9);
			line-height: 2;
			text-align: justify;
			}

.left{
text-indent: 0;
	line-height: 1.5;
float: right;
}



a:link{
font-size: 1.5rem;
color:rgba(102, 1, 1, .7);
font-weight: 500;
}

a:hover{
font-size: 1.5rem;
color:yellow;
font-weight: 500;

}


h2{
text-align: right;
}

#slides{
	position: relative;
	top: -292px;
}

.container{
	width: 1024px;
}

.slidesjs-control{
	width: 1024px;
}


.slidesjs-navigation{
position: relative;
top: -210px;
z-index: 4000;
font-size: 3em;
}

#slides{
width:1024px;
height: 405px;
	position: relative;
	top: -190px;
}


/*Begining Of Mobile Website*/

@media only screen and (min-width:150px) and (max-width:600px){


html{
width: 100%;
	background-color: #000;
	font-size: 62.5%;
	padding: 0px;
	margin: 5%;
}

#wrapper{
width: 90%;
	margin: auto;
	background-color:#000000;
	position: relative;
	clear: left;
	float: left;
	padding: 0px;
	
}


header{
	width: 100%;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 5%;
	position: relative;
}

#bulb{
	float: left;
	position: relative;
	left: 85%;
	width:25%;
	top: -25%;
	z-index: 40000;
}
	
		#about{
			width: 100%;
			background-color:#DECF75;
			-webkit-box-sizing: border-box; 
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			float: left;
			clear: left;
			position: relative;
			top: -350px;

}

				
	#contact{
		width: 100%;
	background-color:#DECF75;
		-webkit-box-sizing: border-box; 
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
position: relative;
top: -350px;
left: -10px;
	}


label,legend {
font-size: 1.9em;
font-family: abril;

}

textarea{
	width: 215px;
}



h1,h2{
				font-size: 3.5rem;
				font-family: abril;
	
}



#slides{
width: 100%;
	position: relative;
	top: -80px;
}



.slidesjs-control{
	width: 90%;
}

#mainPhoto{
	position: relative;
	top: -100px;
	background-color: #000;
}
	.temp{
		position: relative;
		top: -100px;
		margin-bottom: 10px;
		height: 250px;
		
	}
	

.container{
	width: 100%;
	background-color: #000;

}


}
/*End Of Mobile*/