@charset "utf-8";
/* CSS Document */
/* links */
a:link {
	color: #AD6727;
	text-decoration:none;
}
a:visited {
	color: #AD6727;
}
a:hover {
	color: #D68E4E;
	text-decoration:underline;
}
a:active {
	color: #AD6727;
}
/* links */
* {
	box-sizing: border-box;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

/* Add a gray background color with some padding */
body {
	font-family: Arial;
	background: #f1f1f1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* Header/Blog Title */
/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 75%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 10px;
}

/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 10px;
}

/* Add a card effect for articles */
.card {
	background-color: white;
	padding: 10px;
	margin-top: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.footer {
	padding: 2px;
	text-align: center;
	background: #ddd;
	margin-top: 5px;
	vertical-align: middle;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}
/*site*/

/*site*/

/*NAV MENU*/
.topnav {
	overflow: hidden;
	background-color:#DFB786;
	color:#C8C8C8
	font-size: 14px;

}

.topnav a {
	float: left;
	display: block;
	color: #666666;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	-moz-transition: color 0.25s ease-in-out;
	-webkit-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
	transition: background 0.25s ease-in-out;
}

.topnav a:hover {
	background-color: #D68E4E;
	color: #FFF;
}

.topnav a.active {
	background-color:#AD6727;
	color: #EBEBEB;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;

  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/*NAV MENU*/
/* HEADER */
.header {
	text-align: center;
	background-color: #947E64;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 5px;
	margin-top: 0px;
}
.header a {
			-moz-transition: color 0.2s ease-in-out;
			-webkit-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
		}
/*BANNER*/
.top_banner {
	margin-top: 0px;
	padding-top: 10px;
	
  	position: fixed;
  	top: 0;
	width: 100%;
  	transition: 0.4s;	
	}
.logo
{
max-width: 100%;
height: auto;
}
.input_button {
	color: #EEE;
	background-color: #AD6727;
	border: 2px solid #947E64;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
}
.input_button:hover {
	color: #AD6727;
	background-color: #DFB786;
	border: 2px solid #947E64;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	text-decoration: none;
}
input {
	color: #AD6727;
	background-color: #FDE2C6;
	border: 1px solid #947E64;
	padding: 3px;
}
