html {
	width: 100%;
	height: 100%;
}

body {
	margin:0; 
	padding:0; 
	position: relative;
	width: 100%;
	height: 100%;
}

#bwrapper {
	height: 100%;
}

#content {
	max-width: 1000px;
	margin: auto;
	background-color: #ffffff;
	padding: 0px;
	position: relative;
}

#footer {
	background-color: #3B4F3D;
	position: fixed;
	color: white;
	padding: 20px;
	bottom: 0px;
	width: 100%;
	box-sizing: border-box;
	font-size: .68em;
}

a:link {
    	text-decoration: none;
}

a:visited {
    	text-decoration: none;

}

a:hover {
    	text-decoration: underline;
}

a:active {
    	text-decoration: none;
}

#text {margin-top: 100px;width: 400px; float: left; font-size: 60px; line-height: 70px; text-align: center;}

#mailto {font-size: 24px; margin-top:300px; line-height:30px;}

#turtle {float: right;}

/*-------------------------------------1366px to 1500px-------------------*/
@media only screen and (max-width: 1500px) {

	#turtle {
		width: 570px
	}
}
/*-------------------------------------1000px to 1366px-------------------*/
@media only screen and (max-width: 1366px) {

	#text {
		font-size:50px;
	}

	#mailto {
		margin-top:60px;
}

	#turtle {
		width: 500px;
}
}
/*-------------------------------------1000px to 1366px-------------------*/
@media only screen and (max-width: 1000px) {

	#text {
		font-size:50px;
	}

	#mailto {
		margin-top:60px;
}

	#turtle {
		width: 500px;
	}
}
/*---------------------------------------max-width 900px and max-height 1400px-------------------------------*/
@media only screen and (max-width: 900px) and (max-height: 1400px) {
	
	#text {
		margin-top: 50px;
	}
	#mailto {
    	margin-top: 50px;
	}
	#turtle {
    	width: 390px;
	}
}
/*-------------------------------------max-width 1400px to max-height 800px-------------------*/
@media only screen and (max-width: 1400px) and (max-height: 800px) {

	#text {
		font-size:50px;
	}

	#mailto {
		margin-top:60px;
}

	#turtle {
		width: 450px;
	}
}

/*---------------------------------------800px landscape-------------------------------*/
@media only screen and (max-width: 800px) and (orientation: landscape){
	
	#text {
		margin-top: 40px;
	}
	#mailto {
    	margin-top: 120px;
	}
	#turtle {
    	width: 400px;
	}
}
/*-------------------------------------768px----------------------------*/
@media only screen and (max-width: 768px) {
	#text {
    	margin-top: 30px;
    	float: left;
    	font-size: 40px;
    	line-height: 50px;
	}
	#mailto {
    	margin-top: 40px;
	}
	#turtle {
		width: 350px;

	
	}
}
/*---------------------------------------768px landscape-------------------------------*/
@media only screen and (max-width: 768px) and (orientation: landscape){
	
	#text {
		margin-top: 10px;
    	width: 360px;
	}
	#mailto {
    	margin-top: 50px;
	}
	#turtle {
    	width: 260px;
	}
}
	/*-------------------------------------412px to 768px-------------------*/
@media only screen and (max-width: 414px) {
	#text {
		margin-top: 0px;
    	width: 360px;
		float:none;
    	font-size: 36px;
    	line-height: 40px;
    	text-align: center;
	}
	#mailto {
    	margin-top: 30px;
	}
	#turtle {
		float:none;
    	width: 300px;
    	margin-left: 50px;
	}
}
