@charset "UTF-8";
/* CSS Document */
/*COLORS
Dark Brown - #603913 Light Brown - #c69c6d 
Blue - #0f2e98*/
/*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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*////////END RESET//////*/

img {
	max-width: 100%;
	}
.center_img {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;	
	background-color: black;
}
#container {
	max-width: 1020px; height: auto;
	margin: 0 auto;
	position: relative;
	}
/*HEADER*/
#mainHeader {
	height: 110px; width: 100%;
	position: relative;
	margin-bottom: 5px;
	border-top: 1px #603913 solid;
	}
#logo {
	float: left;
	}
#logo h1 {
	font-size: 6em; color: #603913; font-family: 'Lato', sans-serif;
	margin-right: 5px;
	}
#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: -3px;
	}
.logo_kerning2 {
	letter-spacing: -6px;
	}
#lfq {
	float: left;
	margin-left: 20px; margin-top: 15px;
	}
#lfq h2{
	font-size: 2em; color: #c69c6d; font-family: 'Lato', sans-serif; font-weight: 300; line-height: 1.09;
	}
/*MAIN HEADER2 this is for every other page except the index page*/
#mainHeader2 {
	height: 60px; width: 100%;
	position: relative;
	margin-bottom: 5px;
	border-top: 1px #603913 solid;
	}
#logo1 {
	float: left; margin-bottom: 9px;
	}
#logo1 h1 {
	font-size: 4em; color: #603913; font-family: 'Lato', sans-serif;
	}
#logo1 a:link, #logo1 a:visited {
	color: #603913; font-family: 'Lato', sans-serif;
	}
#logo1 h1: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;
	}
#logo1 h1: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_kerning3 {
	letter-spacing: -1px;
	}
.logo_kerning4 {
	letter-spacing: -4px;
	}
#lfq2 {
	float: left;
	margin-left: 15px; margin-top: 7px;
	}
#lfq2 h2{
	font-size: 1.6em; color: #c69c6d; font-family: 'Lato', sans-serif; font-weight: 300; line-height: 1.05;
	}
/*END MAIN HEADER2*/
/*MAIN NAV*/

#mainNav {
	clear: both;
	width: 100%;
	border-top: 1px #603913 solid; border-bottom: 3px #603913 solid;
	margin-bottom: 30px;
	}
#mainNav ul {
	margin: 7px 0;
	display: table; width: 100%;
	}
#mainNav ul li{
	display: table-cell;
	font-size: .8em;
	}
/*#mainNav a:link, #mainNav a:visited {
	color: #603913;
	margin-right: 15px; padding: 6px 30px 8px 30px;
	font-family: 'Lato', sans-serif; letter-spacing: .5px;
	} ADJUSTING THE SIZES, NEED TO WORK ON MEDIA QUERIES*/

#mainNav a:link, #mainNav a:visited {
	color: #603913;
	margin-right: 35px; padding: 6px 7px 8px 7px;
	font-family: 'Lato', sans-serif; letter-spacing: .5px;
	}
#mainNav a:hover {
	background-color: #603913;
	color: #fff;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	}
#mainNav a:active {
	background-color: #864c16;
	}

/*END MAIN NAV*/
/*MOBILE NAV*/
.sideNav, #mySidenav, .mobileBtn {
	display: none;
	}


#mainSection {
	position: relative;
	}
#mainLeft {
	float: left;
	width: 35%; margin-right: 2%;
	}
#coverImage {
	padding-top: 4px;
	}
#blank {
	height: 80px;
	}
#mainRight {
	float: left;
	width: 63%;
	margin-bottom: 100px;
	}
#volume {
	height: 80px;
	font-family: 'Lato', sans-serif; letter-spacing: .5px;
	}
#volume h2{
	color: #000; font-size: 2em; font-weight: 300; margin-bottom: 6px;
	}
#volume h3{
	color: #666; font-size: .8em; font-weight: 300; 
	}
.articles {
	margin-bottom: 30px;
	}
.articles p {
	font-size: 1em; font-family: 'Merriweather', serif; font-weight: 100; line-height: 1.9; color: #333; letter-spacing: .1px;
	margin-bottom: 0;
}
.mainArticle p {
	font-size: 1em; font-family: 'Merriweather', serif; font-weight: 100; line-height: 1.9; color: #333; letter-spacing: .1px;
	margin-bottom: 0;
	}
.articleName {
	font-family: 'Lato', sans-serif;  font-size: 2em; color: #c69c6d; font-weight: 300;
	margin-bottom: 10px;
	hanging-punctuation: first;
	}
.articleAuthor {
	font-family: 'Merriweather', serif; font-weight: 100; color: #333333; line-height: 1.5;
	}
.articleName a:link, .articleName a:visited{
	color: #c69c6d; 
	}
.articleName a:hover {	
	color: #f9c387;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	}
.articleName a:active {	
	color: #603913;
	}
footer {
	clear: both;
	width: 100%; height:auto;
	background-color: #603913;
	position: relative; bottom: 0; right: 0;
	padding: 15px 5px;
	font-family: 'Lato', sans-serif; color: #fff;
	}
#footer_contain_center::after {
	content: ''; 
	display: block;
	clear: both;
	}
#footer_contain_center {
	margin: 0 auto;
	max-width: 1020px; height: auto;
	}
#footer_logo {
	width: 45%; height: 100px;
	float: left;
	border-right: 2px solid #FFF; padding-right: 2%;
	margin-bottom: 10px;
	}
#footer_logo a:link, #footer_logo a:visited{
	font-family: 'Lato', sans-serif; color: #fff;
	}	
#footer_logo a:hover{
	color: #c69c6d;
	}	
#footer_logo a:active{
	color: #f9c387;
	}	
#footer_logo h4{
	font-size: 3em; float: left; margin-top: 10px;
	}
#footer_logo h5{
	font-size: 1.3em; float: left; font-weight: 100; letter-spacing: .5px;
	margin-left: 2%; margin-top: 15px; 
	}
#footer_logo h6{
	clear: both; 
	padding-top: 15px;
	font-weight: 100;
	}
.footer_column{
	width: 20%; height: 100px;
	float: left;
	border-right: 2px solid #FFF;
	padding-top: 3px;
	margin-left: 15px; 
	}	
.last_footer_column {
	border: none;
	}	
#footer_nav ul li a:hover {
	color: #c69c6d;
	}
.last_footer_column a:link, .last_footer_column a:visited {
	color: #c69c6d; font-size: 1em;
	}
.last_footer_column a:hover {
	color: #fff !important;
	}
.footer_column ul li {
	display: block;
	text-decoration: none; color: #fff; letter-spacing: .08em; font-weight: 100; font-size: .7em;
	margin-bottom: 8px;
	}
.footer_column2 ul li {
	display: block;
	text-decoration: none; color: #fff; letter-spacing: .08em; font-weight: 300;
	margin-bottom: 8px;
	}
.footer_column ul li a:link, nav ul li a:visited {
	text-decoration: none; color: #fff;
	}
.mediumWeight {
	font-weight: 300;
	}
/*ARCHIVE PAGE*/
.archive_volume h2 a:link, .archive_volume h2 a:visited{
	color: #000; font-size: 1.8em; font-weight: 300; margin-bottom: 0px;
	font-family: 'Lato', sans-serif; letter-spacing: .5px;
	}
.archive_volume h2 a:hover{
	color: #c69c6d !important;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	}
.archive_volume h2 a:active{
	color: #c69c6d !important;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	}
/*ARCHIVE PAGE END*/

/*MISC*/
.para_indent {
	text-indent: 35px;
	}
.italic {
	font-style: italic;
	}
.bold {
	font-weight: bold !important;
}
a.current:link, a.current:visited {
	background-color: #603913;
	color: #fff !important;
	}
a.current:hover {
	color: #c69c6d !important;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	}
.archive_issue {
	font-family: 'Lato', sans-serif;  font-size: 1em; color: #000; font-weight: 300;
	margin-bottom: 20px;
	}
/*.professing_parenthood {
	font-size: 75%;
	font-style: italic;	
}*/
.professing_parenthood {
	font-size: 45%;
	font-style: bold!important;
	line-height: 1.5;
	
}
.smaller_heading {
	font-size: 45%;
	font-style: bold!important;
	line-height: 1.5;
}
/*FIFTY YEARS ADDITIONS*/

.fiftyyearsbtn {
	float: right;
	margin: 30px 25px 0 0;
	border: none;
  	color: #fff;
  	padding: 15px 32px;
	font-family: 'Lato', sans-serif; letter-spacing: .5px;
  	text-align: center;
 	text-decoration: none;
  	display: inline-block;
  	font-size: 14px;
	font-weight: normal;
	background-color: #c96809;
	border-radius: 25px;
	box-shadow: 5px 5px 5px #C8C4C4;
}
/*FOR OTHER PAGES BESIDES THE INDEX BELOW*/
.fiftyyearsbtn_2 {
	float: right;
	margin: 10px 25px 0 0;
	border: none;
  	color: #fff;
  	padding: 15px 32px;
	font-family: 'Lato', sans-serif; letter-spacing: .5px;
  	text-align: center;
 	text-decoration: none;
  	display: inline-block;
  	font-size: 14px;
	font-weight: normal;
	background-color: #c96809;
	border-radius: 25px;
	box-shadow: 5px 5px 5px #C8C4C4;
	
}


.fiftyyearsbtn a:visited, .fiftyyearsbtn a:link, .fiftyyearsbtn_2:visited, .fiftyyearsbtn_2:link {
	
	color: #fff;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	}

.fiftyyearsbtn:hover, .fiftyyearsbtn_2:hover {
	opacity: .7;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	}


/*END FIFTY YEARS ADDITIONS*/