/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

/*MAIN*/
body { /*defines body and copy text color*/
	font-size: 1.05em;
	line-height: 1.25em;
	font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
	background: #a7a7a3;/*bgcolor*/
	color: #777773;/*default text color*/
}



a { /*hover animation for links*/

   text-decoration: none;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  /* ...and now for the proper property */
  transition:.3s;
}

h1,h2,h3,header,footer {font-family: 'Oswald', 'Helvetica Neue', helvetica, arial, sans-serif; text-transform: uppercase; font-weight: 500}

#topcon { /* container for the header */
	max-width: 1078px;
	margin: auto;
}

header { /* atrributes for the whole header and nav menu */
	background: #3a3a39; /* ????? */
	font-weight: 400;
	font-size: 1.2em;
	background-image: url("../images/tigertop.jpg");
	height: 75px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	/*border-bottom: 2px solid #8A5253;*/
	z-index: 1;
}

/* link colors #8B8150; */

a:link {color: #8B8150; font-weight: bold;}
a:visited {color: #8B8150; font-weight: bold;}
a:hover {color: #b79f37;}

header a:link {color: #c6c6c1; font-weight: 400;}
header a:hover {color: #b79f37; font-weight: 400;}
header a:visited {color: #c6c6c1; font-weight: 400;}

section a {color: #8B8150;}
section a:visited {color: #8B8150;}
section a:hover {color: #b79f37;}

footer a {color: #8B8150;font-weight: bold;}
footer a:hover {color: #b79f37;}
footer a:visited {color: #8B8150;font-weight: bold;}

#logo{

	margin: 20px 0 20px 21px;
	float: left;
	width: 260px;
	height: 40px;
	background: url(../images/logo2.png) no-repeat center;
	display: block;

}

nav {

	float: right;
	padding: 20px 20px 20px 0;	
	
}

#menu-icon {

	display: hidden;
	width: 40px;
	height: 40px;
	background: #535353 url(../images/menu-icon-11.png) center;
	border-radius: 4px 4px 4px 4px;

}

a:hover#menu-icon {

	background-color: #444;
	border-radius: 4px 4px 0 0;

}

ul {

	list-style: none;

}

li {

	display: inline-block;
	float: left;
	padding: 10px;

}

#current { /*set menu link color for current section */

	color: #FFFFFF;

}


section {
	overflow: hidden;
	margin: 0 auto 20px;
	position: relative;
	max-width: 990px;
	background-color: #c6c6c1; /* box color */
	padding: 100px 20px 20px 20px;
	
}

h1 {
	
	font-size: 24pt;
	color: #777773;
	line-height: 1.15em;
	margin: 0 0 10px 0;
	text-align: center;
	font-weight: regular;

}

h2 {

	font-size: 1.5em;
	color: #777773;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.3em;
	margin: 20px 0 ;
	text-align: center;

}

h3 {

	font-size: 1.5em;
	
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;

}

p {
	line-height: 1.7em;
	margin-bottom: 10px;

}

/*MEDIA QUERY*/
@media only screen and (max-width : 969px) {

	header {

		position: absolute;

	}

	#menu-icon {

		display:inline-block;

	}

	nav ul, nav:active ul { 

		display: none;
		position: absolute;
		padding: 20px;
		background: #424242;
		border: 2px solid #373737;
		right: 20px;
		top: 60px;
		width: 40%;
		border-radius: 4px 0 4px 4px;

	}

	nav li {

		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}

	nav:hover ul {

		display: block;

	}
}

.bottom{
	float: left;
	text-align: center;
	padding: 8px 0px 8px 20px;
	color:#7A7A7A;

	}

.bottomright{
	padding: 8px 20px 8px 0px;
	float: right;
	color:#7A7A7A;
		text-align: center;

  }
.bottomcenter{
	padding: 8px 20px 8px 0px;
	float:none;
	color:#7A7A7A;
		text-align: center;

  }

#botcon {
	max-width: 1066px;
	margin: auto; 
}

footer {

	background: #3a3a35;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 0.9em;
	overflow: auto;

}

blockquote {

color: #3E3C34;
font-size: .91em;
font-style: italic;
padding-bottom:8px;
text-align: center;
}
.cite {
text-align: center;	
color: #3E3C34;
font-size: .91em;
font-style: italic;
padding-bottom:13px;	
}

hr { 
  border : 0;
  width: 100%;
  height: 1px; 
  background-image: linear-gradient(to right, rgba(72, 72, 56, 0), rgba(72, 72, 56, 1), rgba(72, 72, 56, 0)); 
}