@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 905px) {
#mainNav ul li{
	font-size: .8em;
	}
}

@media screen and (max-width: 990px) {
.mainArticle {
	padding: 0 10%;
	}
}
@media screen and (max-width: 800px) {
.articleName1 {
	font-size: 2.2em; 
	margin-bottom: 15px;
	}
#mainHeader {
	height: 60px; width: 100%;
	position: relative;
	margin-bottom: 25px;
	padding: 0 0 13px 0;
	border-top: 1px #603913 solid;
	}
#logo {
	float: left; margin-bottom: 0px; margin-top: 11px;
	}
#logo h1 {
	font-size: 3em; color: #603913; font-family: 'Lato', sans-serif;
	}
#lfq {
	float: left;
	margin-left: 15px; margin-top: 16px;
	}
#lfq h2{
	font-size: 1.2em; color: #c69c6d; font-family: 'Lato', sans-serif; font-weight: 300; line-height: 1.05;
}	
.mainArticle {
	padding: 0 2%; margin: 25px 0 200px 0;
	}
#mainArticle h3{
	text-align: left;
	}
#mainHeader {
	margin-bottom: 25px;
	padding: 0 0 10px 0;
	border-top: 1px #603913 solid;
	}
#mainHeader, #mainHeader2 {
	border-top: 0;
	border-bottom: 3px #603913 solid;
	}
#mainHeader2 {
	padding-bottom: 15px;
	}
/*NAV*/	
#mainNav {
	display: none;
	}
#mySidenav {
	display: block;	
	}
/* The side navigation menu */
.sidenav {
	display: block;
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    right: 0;
    background-color: #603913; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/*THE MENU BUTTON*/
.mobileBtn {
	display: block; float: right;
	font-family: 'Lato', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #fff; font-size: 1em;
	background-color: #603913;
	border: none;
	margin: 16px 5% 0 0; padding: 8px 8px 10px 8px;
	z-index: 3;	
	}
.mobileBtn:hover {
	opacity: 0.8;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	cursor: pointer;	
	z-index: 3;
	}
.mobileBtn:active {
	opacity: 0.4;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	z-index: 3;
	}
/* The navigation menu links */
.sidenav a {
	font-family: 'Merriweather', serif;
    padding: 8px 8px 20px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #c69c6d;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
}
@media screen and (max-width: 675px) {
#mainSection {
	padding: 0 7px;
	margin: auto;
	width: 100%;
	}
#mainSection img{
	margin: 0 -7px;
	}
#mainLeft {
	float: none;
	width: 100%;
	}
#mainLeft img{
	float: none;
	width: 100%;
	margin-top: -100px;
	margin-left: -30px;
	}
#mainRight {
	float: none;
	width: 100%;
	}
#volume {
	margin: 5px 0 25px 0;
	font-size: 120%;
	text-align: center;
	}
.mainArticle p, .mainArticle h3 {
	text-align: left;
	}
.articles p {
	text-align: left;	
	}
figcaption {
	font-size: .6em;
	margin-top: -0;
	line-height: 1.5;
	}
figure{
	margin: 20px 0 !important;
	}
	.articles {
	margin: 0 5% ;	
	}

}
	
@media screen and (max-width: 600px) {
#logo1 {
	float: left; margin-bottom: 0px; margin-top: 11px;
	}
#logo1 h1 {
	font-size: 3em; color: #603913; font-family: 'Lato', sans-serif;
	}
/*#logo a:link, #logo a:visited {
	color: #603913; font-family: 'Lato', sans-serif;
	}
#logo:hover {
	opacity: 0.6;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	}*/
#logo:active {
	opacity: 0.4;
	}
/*THIS ADDS SPACE IN THE LOGO SO THAT IT REMAINS LIVE TYPE...., WILL HAVE TO CHANGE AS THE TYPE GETS SMALLER*/
.logo_kerning {
	letter-spacing: -1px;
	}
.logo_kerning2 {
	letter-spacing: -4px;
	}

#lfq2 {
	float: left;
	margin-left: 15px; margin-top: 16px;
	
	}
#lfq2 h2{
	font-size: 1.2em; color: #c69c6d; font-family: 'Lato', sans-serif; font-weight: 300; line-height: 1.05;
}
/*END MAIN HEADER2*/
.para_indent {
	text-indent: 25px;
	}
.quote {
	margin: 0 5%;
	}
footer {
	width: 100%;
	padding: 15px 0;
	}
#footer_contain_center {
	width: 100%;
	text-align: center;
	}
#footer_logo {
	float: none;
	width: 100%;
	border-right: none; padding-right: 0%;
	margin-bottom: 10px;
	}
#footer_logo h4{
	float: none; margin-top: 10px;
	}
#footer_logo h5{
	float: none; 
	margin-left: 0%; margin-top: 5px; 
	font-size: 1.7em; 
	}
#footer_logo h6{
	font-size: 1.0em; line-height: 1.2; font-weight: bold;
	margin-bottom: 5px; padding-bottom: 20px; border-bottom: thin solid #fff;
	}
.footer_column{
	width: 100%; height: auto;
	float: none;
	border-right: none;
	margin-left: 0px; margin-top: 80px; padding-bottom: 20px; border-bottom: thin solid #fff;
	}
.last_footer_column{
	font-size: 2em;
	margin-top: 35px;
	border-bottom: none;
	}
#footer_nav {
	margin-top: 45px;
	}
#footer_nav ul a:link {
	font-size: 2em !important;
	margin-bottom: 25px;
	display: block;
	}

}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}	
	
	
