@-ms-viewport{
	width:auto
}
body{
    font-family: 'Libre Baskerville',serif;
    background-color: #004884;
        
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { 
    margin-left: 0px;
    padding: 4px 15px 4px 0px;    
}

.navbar {
    background-color: #00234e;
    min-height:36px;
    border-bottom-style: solid;
    border-bottom-color: #ed2232;
    font-size: 1.2em
        
}

.navbar-nav > li > a, .navbar-brand {
    padding-top:15px; 
    padding-bottom:0;
    height: 50px;
	}

.navbar-toggle {
    margin:8px 5px;
    padding: 8px 5px ;
    background-color: ghostwhite
	}

#declaration {
    background-image: url(/images/P5310020.jpg);
	position: relative;	
	float: auto;
	background-size: 100% auto;
    background-repeat: no-repeat;
    height:600px;
    border-radius: 10px;
    background-size:cover;
	padding-bottom: 10px    
	}

#declaration h3, .headline { 
    border: 0px none currentColor;
    color: #4B0082;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 25px 0px;
    text-align: center;
    vertical-align: top;
    font-size: 150%;
    }

#declaration li {
	padding: 0px 10px 10px 10px;
	display: list-item;
	text-align: justify;
	list-style: disc outside;
	/* list-style-image: url(/BULLET.gif); */
	font-size: 100%;
	}	
				
#declaration ul {
	padding: 0px 0px 0px -10px;
	}

#declaration h1{
    color: white;
    font-size: 4em;
    font-weight: bold;
    margin: 250px 0 0 0;
    text-align:center;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
        
}
#declaration h2{
    color: white;
    font-size: 2em;
    font-weight: bold;
    margin: 1em 0 0 0;
    text-align:center;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
        
}


#main {
    margin-bottom: 1.5em;
    padding-top: 1em;
    padding-bottom: 1em; 
    text-align: justify;
    background-color: ghostwhite;
    border-radius: 10px;
    border-style: solid;
    border-color: #ed2232;
    border-width: 1px
    
    
}

#main h3 {
	border: 0px none currentColor;
    color: #4B0082;
    font-weight: 400;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 25px 0px;
    text-align: left;
    vertical-align: top;
    font-size: 150%;
    
}	
#navbar a {
	color:whitesmoke;
}

#navbar li {
    font-size: 0.9em
}

#navbar li.active > a {
	color:#555;
    background-color: #cfac67
}

#navbar a:hover {
	color:#cfac67; text-decoration:none
}
#navbar li.active > a:hover{
    color: maroon;
       
}	

#footer{
    min-height: 30px;
    text-align: center;
    width: 100%;
    font-size: 0.8em;
}

#container{
    
}

body {
    
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-top: 80px;
	overflow-y:scroll;
}

.title{
    color: white;
    font-size: 1.6em;
    font-weight:bold;  
    width: 350px;
    margin: 6px 0px 0px 3px
    
}


    
#main label{
	margin: 8px 0px 0px 0px ;
	width: 95%;
}

input.form-control{
	width: 95%;
}

#main input.btn{
	width: 80px;
	float: left
}

#main textarea{
	width: 95%;
	height: 200px;
	margin: 0px 0px 8px 0px;
	resize: none;
}

#main span.error{
	color: red;
}

br.form {
	clear: left;
}

#nameerror, #emailerror {
	color: red;
}
.first {
	display:none
}
