﻿@import url(responsive_layout.css);
* {
    box-sizing: border-box;
}
body {
	margin: 0px;
	background-color: #EBEBEB;
	font-family: "proxima-nova";
	font-size: 18pt;
	padding: 0px;
}
/* Styles for DIV tags */
#container {
	border-right: 2px solid #666644;
	border-left: 2px solid #666644;
	border-bottom: 2px solid #666644;
	max-width: 1280px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}
#masthead {
	background-color: #FFFFFF;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 5px;
}
.center-ads {
	text-align: center;
}
.menutable1 {
	border-style: solid;
}
#content_container {
	background-color:#FFFFFF;
	padding: 0px;
}
#column_right {
	padding-bottom: 10px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: scroll;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
}
#footer {
	color: #666644;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: xx-large;
}
/* Styles for Masthead */
#masthead h1 {
	color: #555533;
	font-size: 24pt; 
	margin: 0px;
	text-align: center;
}
#masthead h3 {
	margin-top: .4em;
	color: #999977;
	margin-bottom: 0px;
	text-align: left;
	font-size: 14pt; 
	font-style: italic;
	font-weight: normal;
}
#masthead a {
	color: #555533;
	text-decoration: none;
}
#masthead a:hover {
	color: #FFFFFF;
	background-color: #FFFFFF;
}
#menu1 a:hover {
	color: #666644;
	background-color: #000000;
}
/* Styles for Right Column */
#column_right h4 {
	color: #666644;
	margin-top: 0px;
}
#column_verse a {
	color: #0000FF;
	text-decoration: none;
	text-align: left;
	display: block;
}
#column_right a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#column_right a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
#searchdiv a {
	color: #000000;
	text-decoration: none;
	display: block;
}
#searchdiv a:hover {
	color: #000000;
	background-color: #FFFFFF;
}


/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.75em;
	text-align: center;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.75em;
}
#footer a {
	color: #555522;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.continuation {
	text-align: center;
	background-color: #CCCCCC;
}
/* Youtube Reflexive */
.vid-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 35px; height: 0; overflow: hidden;
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.menupanel a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
.x-out {
    display: inline-block;
    cursor: pointer;
    }

button.menu {
	background-color: #EFEFEF;
	color: #000000;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: right;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
}

.copyright {
	font-size: 8pt;
}
.h1 {
	color: #555533;
	font-weight: 700;
	font-size: 2em;
	margin: 0px;
	text-align: center;
}
.h2 {
	font-size: x-large;
	color: #333311;
	margin-top: 0px;
}
.h3 {
	margin-top: .4em;
	color: #999977;
	margin-bottom: 0px;
	text-align: left;
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
}
button.accordion {
	background-color: #000000;
	color: #FFFFFF;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: center;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
}
button.accordion.active, button.accordion:hover {
	background-color: #FFFFFF;
	color: #000000;
}
button.menu.active, button.menu:hover {
	background-color: #EFEFEF;
}

div.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
}
div.menupanel {
    padding: 0 18px;
    display: none;
    background-color: white;
    font-size:small
}
.menu_style1
 {
	margin-left: 5px;
	margin-right: 15px;
}
.menu_style2
 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left:10px
}
.menu_style3 {
	font-size: 12px;
}
.textleft {
	text-align: left;
}
.menudiv1, .menudiv2, .menudiv3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}
.change .menudiv1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

.change .menudiv2 {opacity: 0;}

.change .menudiv3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}
.menufont {
	font-size: small;
}
.menufontxs {
	font-size: xx-small;
}
.numbers {
	border-style: solid;
	text-align: center;
	width:25%;
	font-size:16pt
}
