* { margin:0;padding:0;}
#banner {border-top:2px solid #40adea; background-color:#333;background:url("../images/maintenance-page-background.jpg") no-repeat; background-size:cover;background-position:center center;width:100%;height:100vh;min-height: 1200px;}
#logo {width:350px;height:105px;margin:0 0 50px 0;}
.bannercontent {width:100%;max-width:650px;padding-top:150px;}
.contentinner {padding:0 50px 50px 50px;}
body { font-family: Helvetica, Arial, "sans-serif";color:#fff;}
h1 {font-size:2.5em;margin:0 0 25px 0;}
p {font-size:1em;line-height: 1.5em;}
a:link,a:visited {color:#40adea;text-decoration: none;}
a:hover,a:active {text-decoration: underline;}
@media only screen and (max-width: 600px) {
	#banner {min-height: 100vh;}
	#logo {width:280px;height:84px;margin:0 0 50px 0;}
	
}