body {
	background: #08121A;
	background-attachment:fixed;
	background-size:cover;
	background-image:url('cover.png');
	background-repeat: no-repeat;
position:relative;
	font-family: 'Source Sans Pro', 'sans-serif';
	font-size: 1.1em;
	color: #545B64;
	font-weight: 500;
	
}
menu{
	position:fixed;
	position: relative;
}
menu li {
	display:inline;

}
menu a{
    color: #fff;
    padding: 20px 25px;
   font-size: 1.5em;
    border-bottom: none;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
}

header {
	padding: 0;
	z-index: 9999;
	border-radius:0px;
	opacity: 0.97;
	margin: 20px;
	position: relative;
	text-align: left;
	background-color: #363A3F;
	margin-bottom: 100px;
}
 menu a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #545B64;
	
}
.active {
		text-decoration: none;
	color: #fff;
	background-color: #545B64;
}


#button{
	color:white;
-webkit-transform: scale(1);
opacity:1;
background:green;
height: 35px;
width: 10px !important;
float:right;
border: 4px solid white;
}
#button:hover{
-webkit-transform: scale(1);
opacity:1;
background:orange;
height: 39px;
width: 102px;
}
#home{
	
	margin-top:120px;
}
#home a{
	background-color: #363A3F;
	text-decoration:none;
	margin: 3px;
	padding-left: 150px;
	padding-right:150px;
}
 #home a:hover {
	text-decoration: none;
	color: #fff;
 background-color: #545B64;}
 
 #main {

    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	  
	  -webkit-box-pack:center;
   min-height: auto;
   
   
   display: -webkit-flex;
   display:         flex;
   -webkit-flex-flow: row;
           flex-flow: row;
   }
   
    #main > article {
		padding-top:30px;
		margin-left:130px;
		margin-right:160px;
		border-radius: 5px;
		color: #fff;
	background-color: #363A3F;
		    text-transform: uppercase;
	  font-size: 1.3em;
line-height:150%; 
 
  
     
   padding: 5px;
  
   -webkit-flex: 3 1 90%;
           flex: 3 1 90%;
   -webkit-order: 2;
           order: 2;
   }
  
 
 textarea {


	  border-radius: 5px;
	  padding-top:10px;
	   padding-bottom:10px;
	   padding-right:200px;
	   padding-left:200px;
	   margin-left:10px;
	    padding-left:50px;
	
}

ul {
list-style-type: none;
float:center !important;
}
.clear {
	clear: both;
}

  footer {
	  font-weight: 900;
	 	   width:12%;
	   position:fixed;
	   bottom:0px;
	   font-size:14px;
 
   display: block;
   margin: 0px;
   padding: 5px;
   min-height: 10px;

   border-radius: 2px;
     
   }
   
   table:a {
       background-color: white;
       color: black;
   }
   
   table {
       font-size:20px;
       width:90%;
       float:center !important;
	   text-align:center;
	   	text-decoration: none;
	color: #fff;
	background-color: #545B64;
   }
   th {
	   padding: 5px;
	   background: #08121A;
	   
   }
   td{
	   border: 0px;
	   border-bottom: 1px solid #1F2023;
	   padding: 0px;
   }
   input{
	   border:1px solid #363A3F;
	   width: 90%;
	   height: 75px;
	   border-radius:3px;
	   font-size: 18px;
   }
    select {
	   
	   width: 50%;
	   height: 45px;
	   border-radius:3px;
   }
   
   .buttonx{
	   width:150px;
	   height:45px;
	   background: #363A3F !important;
	   	color: #363A3F;
		border: 1px solid #363A3F;
   }
   
    .button{
        font-size: 26px;
	   width:450px;
	   height:85px;
	   background: #08121A !important;
	   	color: #fff;
	   	font-size: 16px;
   }
      
   .button:hover{
	   width:155px;
	   height:45.5px;
	   background: #545B64 !important;
	   	color: #fff;
   }
   
   footer {
       background-color: white;
       font-style:bold;
       
   }