﻿/* unvisited link */a:link {color: #74491f; text-decoration: none;}
/* visited link */a:visited {color: #74491f; text-decoration: none;}
/* mouse over link */a:hover {color: #77787b;text-decoration: none;}
/* selected link */a:active {color: #74491f; text-decoration: none;}




html{
	height:100%;
}
body { 
    display: block;
    margin: 0px;
    background: url(../images/Wood_Grain/wood-596419__340.jpg) no-repeat center fixed;
        background-size: cover;
	height:100%;
	padding-top:60px;
	padding-left:125px;
	padding-right:125px;
}

#outer {
	margin:auto;
}

#wrapper {
	padding:20px;
	padding-bottom:0px;
	background-color:aliceblue;
	height:95%;
	border-radius:15px;
}
/*
footer {
	position:absolute;
	bottom:3px;
}
*/
  	
#pres_msg {
	align-items:center;
	border:	gold double thick ;
	border-radius:25px;
	padding:2px;
}
	
#pres_msg img {
	width:85px;
	height:85px;
	border-radius:40%;
	vertical-align:middle;
	margin-right:20px;
	margin-left:10px;}

#pres_msg_msg {
		display:inline-block;
		font-size:18px;
}

#pres_msg_hdr{
	text-align:center;
	font-size:26px;
	margin-top:0px;
}


body:focus { 
    outline: none;
}* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

/* Style the header */
header {
  background-color: aliceblue;
  padding: 15px;
  text-align: center;
  font-size: 20px;
}

#snav {
	padding-top:60px;
	font-size:14px;

}

/* Container for flexboxes */
.row {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

/* Create three unequal columns that sits next to each other */
.column {
  padding: 10px;
}

/* Left and right column */
.column.left {
   -webkit-flex: 1;
   -ms-flex: 1;
   flex: 1;
}
.column.right {
   -webkit-flex: 2;
   -ms-flex: 2;
   flex: 2;
}


/* Middle column */
.column.middle {
  -webkit-flex: 6;
  -ms-flex:6;
  flex:6;
}

/* Footer left column */
.column.ftrc1 {
   -webkit-flex: 1;
   -ms-flex: 1;
   flex: 1;
   padding:0px;

}

/* Footer 2nd column */
.column.ftrc2 {
   -webkit-flex: 3;
   -ms-flex: 3;
   flex: 4;
   padding:0px;
}


/* Style the footer */
.footer {
  background-color: aliceblue;
  padding: 10px;
  padding-bottom:0px;
  text-align: center;
}

.footer img {
	max-width:50%;
}

 #mNav {
	text-align:right;
 	position: -webkit-sticky; 
    position: sticky;
    top: 0; 
    background:aliceblue;
    z-index:2;
    padding-left:5px;
} 
#mNav a:link {
	padding:0px 8px;
	color: #74491f;
	text-decoration: none;

}
#mNav a:hover {
	background-color: #fcd2b6;
	color: black;
	
	font-weight:bold
}

ul	{
	list-style-type: none;
	padding-left:5px;
}
	
#heroimg {
	max-width:100%;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}

#footer-aaw {
	float:	left;
}
#copy {
	text-align:center;
	
}
#updated {
	font-size:14px;
	float:right;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width: 992px) and (min-resolution:190dpi) and (orientation:portrait),
	   (max-width:600px) {
body{
	padding-top:10px;
	padding-left:30px;
	padding-right:30px;
	font-size:x-large;
}
  .row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: white;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 8px;
  text-decoration: none;
}

li a:hover {
  background-color: #111111;
}

}

