@charset "utf-8";


#hr {
    position: absolute;
	width: 100%;
	height: 5px;
	z-index: 4;
	left: 0px;
	top: 14em;
	background: #055c8d;
        z-index: 1;
}  
#logo {
    position: absolute;
    background-image:url(../../img/logo.png);
    background-repeat: no-repeat;   
    left: 0;
    right:  0;
    margin: auto;
    top: 7%;
    width: 511px;
    height: 141px;
    //background: red;
    z-index: 100;
    }
    
   
 

#contact {
    //position: absolute;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:  7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);   
    border-radius: 18px;
    border: solid 1px black;
    padding: 20px;
    width: 25em !important;    
    left: 0;
    right:0;
    margin:auto;
    margin-top: 2em;
    width: 15em;  
    z-index: 100;
    
    background-image:-webkit-linear-gradient(top, #0068c4 0%, #004b8d 37%, #00294d 70%, #082136 100%);
background-image:-moz-linear-gradient(top, #0068c4 0%, #004b8d 37%, #00294d 70%, #082136 100%);
background-image:-ms-linear-gradient(top, #0068c4 0%, #004b8d 37%, #00294d 70%, #082136 100%);
background-image:-o-linear-gradient(top, #0068c4 0%, #004b8d 37%, #00294d 70%, #082136 100%);
background-image:linear-gradient(top, #0068c4 0%, #004b8d 37%, #00294d 70%, #082136 100%);

}

#rolling-nav {
    margin: auto;
    left: 0;
    right: 0;
    margin-top: 16em;
    width: 32em !important;
    //background: blue;
}

#ERR {
   
	color: red;
	font-weight: bold;
	left: 0;
    right:0;
    margin:auto;
    
   

}
