.day{
	background:url(../img/background.jpg) repeat-x center center fixed!important;
	background-size:auto 100% !important;
	 -webkit-background-size:auto 100% !important;
	 -moz-background-size:auto 100% !important;
	 -o-background-size:auto 100% !important;
}

.night{
	background:url(../img/background-night.jpg) repeat-x center center fixed!important;
	background-size:auto 100% !important;
	 -webkit-background-size:auto 100% !important;
	 -moz-background-size:auto 100% !important;
	 -o-background-size:auto 100% !important;
}

.active{
	background-color:#9BCE7D;
}

header img{
	width:10%;
	margin-left:20px;
	position:relative;
	z-index:100;
}

header ul{
	float:right;
	position:relative;
	z-index:100;
}

header ul li{
	float:left;
	list-style: none;
}

header ul li a:hover{
	background-color:#9BCE7D;
}

header ul li a{
	display:block;
	padding:10px 20px;
	color:#fff;
	font-weight: bold;
	background-color:#225378;
}

div#building-wrapper{
	position:absolute;
	bottom:5%;
}

#myModal img{
	width:20%;
	position: relative;
	float:left;
	top:-31px;
	left:-41px;
	margin-left:50px;
}

#myModal h1{
	font-weight:bold;
	color:#225378;
	font-size:3rem;
}

#myModal h2{
	font-size:2.75rem;
}

#myModal p{
	font-size:1.2rem;
}

#mobile img{
	display:block;
	margin:0 auto;
}

#footer-email{
	width:100%;
	position:fixed;
	bottom:0;
	text-align:right;
	padding:0 10px 5px 0;
}

@media only screen and (max-width: 40em) {

#myModal{
	display:none !important;
	visibility: hidden !important;
}

.reveal-modal-bg{
	display:none !important;
	visibility: hidden !important;
}

body, .night, .day{
	background:none !important;
}



}