­­html, body {
    height: 100%;
    margin: 0;
    font-family: 'Quicksand', sans-serif;
    background-color: #AC8968;
}

html { overflow-y:scroll; }  

::-webkit-scrollbar { width: 1px; }

/*
html: 	id="id_name"
css: 	#id_name {

html:	class="class_name"
css:	.class
*/





#header {				/* Header id */		
  float: left;					
  width: 100%;
  height: 25px;
  border-bottom: 1px solid lime; 	
  text-align: center;
  padding: 7px 0px 0px 0px;
  font-size: 14px;
  overflow: hidden;
}


.button  {
  border: 5px solid #865D36;
 // background-color: #a69080;
  color: #3E362E;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
font-size: 22px;
border-radius: 12px;
width: 200px;
//font-weight: bold;
}

.button:hover {
  background-color: #865D36;
}

#supportlinks {
background-color: #AC8968;
  margin: auto;
  width: 30%;
  text-align: center;

}

#message {
  text-align: center;
  margin: auto;
  width: 800px;
  color: #3E362E;

}

p {
font-family: 'Alegreya Sans SC', sans-serif;
font-weight: 300; 
font-size: 22px;
text-decoration: none;
line-height: 32px;
}



#header a {				/* Header links */
    display: inline;
    color: lime;
    text-align: center;
    padding: 2px 5px 2px 5px;
    margin: 2px 2px 22px 2px;
    text-decoration: none;
    border: 1px solid lime;
}

#header a:hover {			/* Change color on hover */
    background-color: lime;
    color: black;
}

#header a:active {			
    background-color: lime;
    color: black;
}

#container {				
position: relative;
min-height: 100vh;			
}  



#main {					
text-align: center;
color: lime;
padding: 10px 0px 0px 0px;		
padding-bottom: 2.5rem;			
line-height: 100%;			
font-family: 'Alegreya Sans SC', sans-serif;
font-weight: 300; 
font-size: 20px;
}  

#main hr {			
border: 1px solid lime;
width: 700;				
}

b {
text-transform: uppercase;
}

i {
color: yellow;
margin-left: 36px;
font-size: 12px;
}



table {
	color: lime;
	margin-top: 10px;
	//border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 600px;
	border: 0px solid lime;
}
table.withborder {
		border: 0px solid lime;
}


th {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 300; 
	color:BLACK;
	font-size: 24px;
 	border: 1px solid lime;
}

th.two {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 300; 
	color:blue;
	font-size: 24px;
	width: 80px;
}

td {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 300; 
	color:lime;
	font-size: 18px;
	padding: 1px 5px 1px 5px;
	text-align:left;
	/*
	border-bottom: 1px solid lime;
*/
	}

H1 { 
font-family: 'Anton', sans-serif;
font-weight: 300; 
color: #3E362E;
font-size: 34px;

}
H2 { 
font-family: 'Alegreya Sans SC', sans-serif;
font-weight: 300; 
color:lime;
font-size: 18px;
}

H3 { 
font-family: 'Alegreya Sans SC', sans-serif;
font-weight: 300; 
color:lime;
font-size: 18px;
display: inline;
}

H4 {
font-family: 'Alegreya Sans SC', sans-serif;
font-weight: 300; 
color: lime;
font-size: 18px;
text-decoration: none;
line-height: 32px;
vertical-align: text-top;
}

H5 {
padding: 0px 650px 0px 0px;
font-family: 'Anton', sans-serif;
font-weight: 300; 
color:lime;
font-size: 20px;
//text-align:left;
}


img {
vertical-align: middle;
}

#box{
	width: 160;
    text-align:center;
    padding:5px;
	border-style: solid;
border-color: lime;
border-width: 1px;
margin: auto;
border-radius: 10px;
margin-top: 15px;
margin-bottom: 10px;
}

#map { 
height: 320px; 
width: 240px; 
}

.blink_text {
-webkit-animation-name: blinker;
-webkit-animation-duration: 1s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;

-moz-animation-name: blinker;
-moz-animation-duration: 1s;
-moz-animation-timing-function: linear;
-moz-animation-iteration-count: infinite;

 animation-name: blinker;
 animation-duration: 1s;
 animation-timing-function: linear;
 animation-iteration-count: infinite;

}

@-moz-keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
 }

@-webkit-keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
 }

@keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
 }


input {
  background-color: black;
  color: lime;
border: 1px solid lime;
}


#footer {
position: absolute;
  bottom: 0;
  width: 100%;
height: 2.5rem;
  background-color: #black;

//border-bottom: 1px solid lime;
text-align: right;
//padding: 7px 0px 0px 0px;
font-size: 14px;
//overflow: hidden;
color: lime;
opacity: 0.8;
 }


/* Style the topnav links */
#footer a {
//float: left;
    display: inline;
    color: lime;
    text-align: center;
   // padding: 2px 5px 2px 5px;
   // margin: 2px 2px 22px 2px;
    text-decoration: none;
   //border: 1px solid lime;


}



/* Change color on hover */
#footer a:hover {
    background-color: lime;
    color: black;
}

#footer a:active {
    background-color: lime;
    color: black;
}

#footer hr {
border: 1px solid lime;
width: 300;
}
