@charset "UTF-8";

/* Global Styles */

body {
	color: #575c7a;
	font:14px Palatino , Arial, Helvetica, sans-serif;
background:linear-gradient(to bottom,#36caf0 5%,#22abe9 100%);
/*
background-image: url('523670318667764.jpg');
  object-fit: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; */
}

.maincontent {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
.maincontent p  { margin-left:1em; margin-right:1em;}
section { margin:0px; }
section p{ line-height:2em; font-family:'Raleway light'; }
.mainboxcontent {
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;
}
p { color:#444; margin: 0px 0px .75em 0px; line-height: 1.8em; }
a { color: #0285c2; }

.news_date { border-radius: 10px;background: #ff3d1f; padding: 1.2em;font-size:20px; width:85%; border: #444 solid 1px; color: #fff; }

footer { font-size: .85em; color: #fff; background: url("images/navbg.png") repeat-x;  padding: 10px 10px 10px 0px; }

.clear-fix { clear: both; line-height: 1px; }

a { text-decoration: none; list-style:none; }



.title { border-radius:5px; color: #fff; font-weight: bold; font-size:18px; background:#463f3e; padding:0.5em;}
textarea,.ddown { font:30px Arial, Helvetica, sans-serif; font-weight: bold; height:80px;  background: #ffffff;  border: 1px solid #188fd4;  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.10), 0 6px 5px 0 rgba(0, 0, 0, 0.10); }
.ddown { width: 98%; height: 80px;  color:#9f2225; border-radius: 5px; }
textarea {  border-radius: 5px; color:#9f2225; width: 96%; height: 150px; font:30px Arial, Helvetica, sans-serif; font-family: Myriad Pro,MPro,Tahoma; background: #ffffff;  border: 1px solid #188fd4; } 
.loginform { 
 background: #bd3a0c; 
 height: 50px; 
 font-size:18px; 
 padding: 0.5em;
 color:#ffffff; 
 border:0px;  
 text-shadow: 0px 1px 1px #000  -webkit-transition-duration: 0.4s; 
 transition-duration: 0.4s; 
 box-shadow: 0 8px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); 
 }
.loginform:hover { 
 background: #a10d17; 
 box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
 }
.inputstuff { font: Arial, Helvetica, sans-serif; height:80px; width:98%; }
.fieldBlock {margin-left:0.5em;margin-top:1em; width:98%;}

.inputstuffl,.inputstuff2 {color:#9f2225; height:80px; font:30px Arial, Helvetica, sans-serif; font-weight: bold; width:97%; border-radius: 5px; }
.title { margin-bottom: 0.5em;}
.inputstuff2 { width:10%;  }
.contactinfo { padding-right:3em;margin-left: 2em; }form {margin-top:-1.5em;}
.nnlogin { width:60%; }

@media  (max-width:800px){

.ddown {  width:96%; }
}
@media  (max-width:600px){
.inputstuffl,.inputstuff2,textarea {  width:92%; }
.title { width:92%; }
.nnlogin { width:95%; }
.ddown {  width:90%; }
}

h1 { 
	font-size: 1.7em; font-family: Myriad Pro,MPro,Tahoma; font-weight: normal;
	margin: 2px 0 0 0em;
	padding-top: 12px;
}

.resultbox {float:left; width: 96%; font-size:14px; background: #f3f4ea; 
margin-top:1em;
margin-left: 0.9em; border: #CAD8E5 solid 1px; }
.resultbox p { line-height:2em; }
.resultbox b { color:#e0146b; }


 

nav {
	width: 100%;
	display: block;
	position: absolute;

}
nav { top: 0px;   }
nav {
	display: block;
	position: static;
	padding: 2px 0px 2px 0px;


}

nav a {

    background-image: -webkit-linear-gradient(top, #9b9d88, #6f7251);
  background-image: -moz-linear-gradient(top, #9b9d88, #6f7251);
  background-image: -ms-linear-gradient(top, #9b9d88, #6f7251);
  background-image: -o-linear-gradient(top, #9b9d88, #6f7251);
  background-image: linear-gradient(to bottom, #9b9d88, #6f7251);
   text-shadow: 1px 1px 3px #000000;
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
	display: block;
	line-height:65px;
	margin-top:4px;
}

nav a:hover {  background: #ddd4c1;
  text-decoration: none; 
  color: #444;
  }
 