@import url(http://fonts.googleapis.com/css?family=Abel);
@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic);

header, footer, nav, article {
	display: block;
}

body {
	background: #014769; /* Old browsers */
	background: -moz-linear-gradient(top,  #014769 0%, #016ca0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#014769), color-stop(100%,#016ca0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #014769 0%,#016ca0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #014769 0%,#016ca0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #014769 0%,#016ca0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #014769 0%,#016ca0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014769', endColorstr='#016ca0',GradientType=0 ); /* IE6-9 */
	font-size: 1.1em;
	line-height: 1.8em;
	color: #eef6f9;
	font-family: Lora,Helvetica,sans-serif;
}

strong {
	color: #eef6f9;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Abel,Helvetica,sans-serif;
	color: white;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: .9em;
	background: rgba(255,255,255,1.00)
}

p {
	padding-right: 10px;
}

a {
	color: #FFFDC8;
	text-decoration: none;
	border-bottom: 1px solid #fffeeb;
}

a:visited {
	color: #ffe42e;
}

a:hover {
	color: #00405c;
	border-bottom: none;
}

a:visited:hover {
}

header {
	height: 250px;
	background: url(../images/jpg/sunset-bg.jpg);
	background-size: cover;
	position: relative;
}

.header-logo {
	float: left;
	margin: 30px;
}

.header-logo-resp {
	display: none;
	margin: auto;
}

footer {
	color: #eef6f9;
}

.portrait {
	float: right;
	width: 261px;
	height: 240px;
	background: url(../images/png/portraits-small.png);
	right: 20%;
	bottom: 0px;
	position: absolute;
}

.phone {
	background: #00364A;
	font-family: abel, verdana, arial, helvetica, sans-serif;
	width: 230px;
	height: 30px;
	text-align: center;
	padding: 6px 0px 6px 0px;
	margin: 0px auto 10px auto;
	border: 1px solid #36a5d6;
	border-radius: 8px 8px 0px 0px;
}

.list {
	margin-left: 40px;
}

.active {
	width: 100%;
	padding: 8px 0px 2px 0px;
}

.menu {
	text-align: center;
	font-family: abel, verdana, arial, helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 40px;
	font-weight: 300;
}

.menu ul {
    display:inline-block;
	background: url(../images/png/menu-bg.png);
}

menu, ol, ul {
}
 
.menu li {
    list-style: none;
	padding: 0px 60px;
	display: inline;
	transition: color linear 0.55s;
}

.menu li:hover {
	color: #F0BA00; 
	background-color: rgba(120,97,0,0.5);
	transition: color linear 0.55s;
}
 
.menu li:last-child {
    margin-right:0px;
}
 
.menu a {
	color: #e4edf1;
	border-bottom: none;
	font-weight: 100;
	transition: color linear 0.55s;
}
 
.menu a:hover, .menu .current-item a {
    color: #F0BA00;
	text-decoration:none;
	transition: color linear 0.55s;
}


/*----- Toggle Button -----*/
.toggle-nav {
	display: none;
}
article {
}
.contact {
	background: #326383;
	padding: 8px 15px 5px 15px;
	margin-top: 15px;
	border-radius: 8px;
}

.copyright {
	font-family: Abel,Helvetica,sans-serif;
	margin-top: 10px;
	font-size: .9em;
	text-align: center;
	color: white;
}

.container {
	background-color: #5a809d;
	border-radius: 10px;
	box-shadow: 3px 3px 15px rgba(0,22,30,0.76);
	margin: 0px auto;
}

.wrapper {
	padding: 10px;
}

.audio-wrapper {
	padding: 30px;
	margin-bottom: 50px;
	clear:both;
}

.map img {
	float: left;
	margin-right: 15px;
}

.social img {
	margin-right: 15px;
}

.audio-top-links {
	width: 200px;
	float: left;
	margin: 0px 0px 0px 40px;
	text-align: center;
	padding: 5px;
}

.date-wrapper {
	margin-bottom: 50px;
}

.year {
	text-align:center;
	font-size: 2em;
	font-family: Abel,Helvetica,sans-serif;
	padding: 20px 0px;
}

.date {
	font-size: 1.4em;
	font-family: Abel,Helvetica,sans-serif;
	text-align:center;
	padding: 10px 0px;
	display: block;
	margin-bottom: 20px;
}


/* START MEDIA QUERIES *-----------------------------------------------/


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {


.menu {
        font-size: 18px;
		position:relative;
        display:inline-block;
		width:100%;
        box-shadow:0px 1px 1px rgba(0,0,0,0.15);
        border-radius:3px;
}

.menu ul.active {
        display:none;
    }
 
.menu ul {
		font-size:28px;
		width:100%;
        position:absolute;
        top:110%;
        left:0px;
        background:#303030;
		z-index: 999;
}
 
.menu ul:after {
		width:0px;
        height:0px;
        position:absolute;
        top:0%;
        left:22px;
        content:'';
        transform:translate(0%, -100%);
        border-left:7px solid transparent;
        border-right:7px solid transparent;
        border-bottom:7px solid #303030;
}
 
.menu li {
		margin:5px 0px 5px 0px;
        float:none;
        display:block;
		border-bottom: 1px solid white;
}
 
.menu a {
        display:block;
}
 
.toggle-nav {
        padding:10px 0px;
		width: 100%;
        float:left;
        display:inline-block;
        border-radius:3px;
        background:#001824;
        color:#777;
        font-size:28px;
}
 
.toggle-nav:hover, .toggle-nav.active {
        text-decoration:none;
        color:#A76D00;
}
	
}
 
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
.menu li {
	padding:25px 0px;
	background: #001824;
}	
}
 
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

.portrait {
	left: 20px;
	text-align: center;
	background: none;
}

.phone {
	margin: auto;
}


.header-logo {
	display: none;
}

.header-logo-resp {
	display: block;
	background: url(../images/png/ames-logo-square.png);
	background-size: cover;
	width: 205px;
	height: 205px;
	margin: auto;
}

.menu li {
		padding:25px 0px;
		background: #001824;

}	

}
 
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {


}
 
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {



}