@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/yua-extended.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	background-color: #FFF;
}
#wrapper{
	min-height:100%;
}
footer {
	text-align: right;
	position: absolute;
	bottom: 0;
	padding-top: 1px;
	padding-bottom: 10px;
	margin: 0 auto;
	margin-left: -70px;
	height: 50px;
	width: 100%;
}
header {
	text-align: center;

}
h1{
	font-family: 'Homemade Apple', cursive;
	font-weight: lighter;
	margin-bottom: -20px;
	text-shadow: 3px 3px #F5F5DC;
}
h2 {
	font-family: 'Quicksand', sans-serif;
}
p {
	font-family: 'Quicksand', sans-serif;
}
section {
	text-align: right;
	padding-right: 70px;
	margin-left: -50px;
	margin-top: 90px;
}
.socialMediaLinks {
	margin: 0;
	padding: 0;
}
.socialMediaLinks li {
	list-style-type: none;
}
a{
	text-decoration: none;
}
h1 a{
	color: #2F4F4F;
}
#mainstuff{
	background-color: rgba(108, 121, 156, 0.2);
	margin-left: 55%;
	border-top: dashed;
	border-left: dashed;
	border-right: dashed;
	border-bottom: dashed;
	border-color: #FFFFFF;
}
#es{
	margin-top: -5px;
	padding: 5px 0px 0px 0px;
	display: inline-block;
}
#ask{
	margin-top: -10px;
	padding: 5px 0px 5px 0px;
	display: inline-block;
}

@media screen and (max-width:990px){
	body{
		background-image:url(../images/yua-extended990.jpg);
		overflow-y: scroll;
	}
	section{
		overflow: auto;
		font-size: 70%;
	}
	footer{
		padding-top: 10px;
		position: absolute;
	}
}

@media screen and (max-width:770px), screen and (max-height:475px){
	body{
		background-image:url(../images/yua-extended770.jpg);
		overflow-y: scroll;
	}
	section{
		margin-left: -20px;
		padding-right: 10px;
	}
	.socialMediaLinks{
		float: right;
	}
	ul{
		overflow:hidden;
		margin: 0;
		padding: 0;
	}
	ul li{
		display: inline;
	}
	#mainstuff{
		margin-top:-20px;
		background-color:#FFF;
	}
	h1{
		font-size: 12px;
	}
	footer{
		position: absolute;
	}
}