@charset "utf-8";
@import url("webfonts/AdventPro_Regular/stylesheet.css");
@import url("webfonts/AdventPro_Extralight/stylesheet.css");
@import url("webfonts/Lato_Regular/stylesheet.css");
@import url("webfonts/AdventPro_Bold/stylesheet.css");
@import url("webfonts/Lora_Regular/stylesheet.css");
#cover{
	position: relative;
	width:100px;
    height:20px;
	background: white;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	top: 50px;
}
#back-img{
	background-image: url("images/223753974.jpg");
}
section iframe{
	margin-top: 50px;
}
#up{
	position: relative;
	top: -100px;
}
#splash-title{
	position: relative;
	right: 250px;
	white-space: nowrap;
}
@media(max-width: 1190px) and (min-width:672px){

}

/*Tablet View*/
@media ( max-width : 1060px ) and (min-width : 671px ){
	
}

@media (max-width: 960px){
	
}

/*Mobile View*/
@media (max-width : 840px){

}

@media(max-width:565px){
	#up{
	position: relative;
	top: 100px;
}
}
