

body,h1,h2,h3,h4,h5,h6,select,li,ul,p,tr,td,blockquote,strong {font-family: "Roboto", sans-serif;}

p {
padding-left: 25px;
padding-right: 25px;
font-size: 1.0em;
}

body {
  margin: 0;
  color: #333333;
  background-color: #FFFFFF;
  font-size: 1.0em;

}

.font_color1 {
	color: #FFFFFF;
}

.font_color2 {
	color: #000000;
}

.font_color3 {
	color: #333333;
}

.bgcolor1 {
	background-color: #FFFFFF;
}

.bgcolor2 {
	background-color: #000000;
}

.bgcolor3 {
	background-color: #6B7A8F;
}

.bgcolor4 {
	background-color: #F7882F;
}

.bgcolor5 {
	background-color: ;
}

.bgcolor6 {
	background-color: #DCC7AA;
}

.bgcolor7 {
	background-color: #AFD275;
}

.bgcolor8 {
	background-color: #333333;
}

.bgcolor9 {
	background-color: #CCCCCC;
}

.bgcolor10 {
	background-color: #F2F2F2;
}

.bgcolor11 {
	background-color: #666666;
}

.bgcolor12 {
	background-color: ;
}



div.mainpage {
	margin: 0 auto;
	background-color: #FFFFFF;
	max-width: 95%;
<!--	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); -->
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #AFD275;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #FFFFFF;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #666666;
  color: #000000;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: #FFFFFF;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #F2F2F2;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: #333333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #333333;
  color: #FFFFFF;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #CCCCCC;
  color: #333333;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

* {
  box-sizing: border-box;
}

/* Create two columns that float next to eachother */
.column {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.heading-text {
	color: #FFFFFF;
	font-size: 2.0em;
	font-family: Raleway;
	background-color: #000000;
	margin-top: -5px;
	padding: 10px;
	text-align: center;
}

.font2 {
	font-family: "Raleway", sans-serif;;
}

.font3 {
	font-family: "Lato", sans-serif;;
}

.font4 {
	font-family: #F9F9F9;
}

.font5 {
	font-family: #DDDDDD;
}

.font6 {
	font-family: #000000;
}

.font7 {
	font-family: #FFFFFF;
}

.font8 {
	font-family: #000000;
}

.light_div {
	background-color: #DCC7AA;
}

blockquote {
	background-color: #DCC7AA;
	color: 0;
	padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

.container {
	width: 95%;
	padding: 10px 20px 20px 20px;
	margin: 0 auto;
	background-color: #FFFFFF;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.container-nowidth {
	max-width: 600px;
	min-width: 180px;
	padding: 20px;
	margin: 0 auto;
	background-color: #FFFFFF;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

img.page_logo {
	max-height: 55px;
	padding-top: 10px;
	padding-bottom: 10px;
}

img.page_image {
	max-width: 100%;
	height: auto;
}

img.blog_image {
	max-width: 50%;
}

img.icon_image {
	width: 32px;
}

.social {
	padding: 5px;
	width: 50px;
	background-color: #6B7A8F;
	border-radius: 25px;
}

h1.page_title {
	font-size: 2.0em;
	margin: 0px;
	padding-left: 20px;
	color: #FFFFFF;
	padding-bottom: 1em;
}

h1.page_heading {
	font-size: 24px;
	margin: 0px;
	padding-left: 20px;
	color: #AFD275;
}

h2.page_subheading {
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #6B7A8F;
	font-family: "Raleway", sans-serif;;
}

div.headerband {
	background-color: #6B7A8F;
}

div.media_heading {
	background-color: #6B7A8F;
	color: #FFFFFF;
	font-family: "Raleway", sans-serif;;
	text-align: center;
	font-size: 2.0em;
}

div.select_sermon_book {
	background-color: #6B7A8F;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	color: #F2F2F2;
}

button.orange_button {
	padding: 5px;
	color: #FFFFFF;
	border-radius: 10px;
	background-color: #F7882F;
}

/* --- START SERMON AND DOWNLOADS TABLE CSS --- */

	table.file_downloads {
		width: 100%;
		border: none;
		border-spacing: 0px;
		margin: 0 auto;
			}
	
	table.file_downloads tr:nth-child(odd) {
	background-color: #FFFFFF;
	color: #333333;
	}

	table.file_downloads tr:nth-child(even) {
	background-color: #CCCCCC;
	color: #333333;
	}
	
table.file_downloads thead {
	border-top-left-radius: 20px;
	}

	table.file_downloads th {
	background-color: #F7C331;
	color: #FFFFFF;
	padding: 6px;
	}
	
	table.file_downloads td {
		padding: 6px;	
	}

/* --- END OF SERMON AND DOWNLOADS TABLE CSS --- */

/* --- START ACCORDION CSS --- */
.accordion {
  background-color: #6B7A8F;
  color: #FFFFFF;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.accordion:hover {
  background-color: #F7882F; 
}

.accordion:after {
  content: '\002B';
  color: #FFFFFF;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: #FFFFFF;
  color: #333333;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* --- END ACCORDION CSS --- */

audio.audio_scale {
	max-width: 100%;
	min-width: 150px;
}

.leader_card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
	width: 75%;
	background-color: #F7882F;
	margin: 0px auto;
	padding: 10px;
	color: #FFFFFF;
	font-family: "Raleway", sans-serif;;
	font-size: 18px;
	border-radius: 100px 100px 0px 0px;
}

/* On mouse-over, add a deeper shadow */
.leader_card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.leader_container {
	width: 95%;
	background-color: #FFFFFF;
	padding: 10px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	margin: 0 auto;
	font-size: 0;
	text-align:center;

}

img.leader_roundpic {
		width: 20%;
		min-width: 150px;
		border-radius: 50%;
		border-color: #FFFFFF;
		border-width: 10px;
		border-style:double;
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	}

p.small_screen {display: none;}

.message_box_container {
	text-align: center;
	background-color: #FFFFFF;
	margin: 0 auto;

	min-width: 150px;
	padding: 0px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 }

.message_success_heading {
	text-align: center;
	background-color: #AFD275;
	margin: 0 auto;
	max-width: 600px;
	min-width: 150px;
	padding: 10px;
}

.message_success_text {
	color: #FFFFFF;
	text-align: center; 
	padding:0px; 
	margin: 0px;
}

.message_error_heading {
	text-align: center;
	background-color: #F7882F;
	margin: 0 auto;
	max-width: 600px;
	min-width: 150px;
	padding: 10px;
}

.message_error_text {
	color: #FFFFFF;
	text-align: center; 
	padding:0px; 
	margin: 0px;
}

.message_info_heading {
	text-align: center;
	background-color: #6B7A8F;
	margin: 0 auto;

	min-width: 150px;
	padding: 10px;
	color: #FFFFFF;
}

.message_info_text {
	color: #FFFFFF;
	text-align: center; 
	padding:0px; 
	margin: 0px;
}

.message_box {
	text-align: center;
	background-color: #FFFFFF;
	margin: 0 auto;

	min-width: 150px;
	padding: 10px;
 }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
}

/* Style inputs */

input[type=text], textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #CCCCCC;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=email], textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #CCCCCC;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #6B7A8F;
  color: #FFFFFF;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #F7882F;
}


     /* Set the size of the div element that contains the map */
      #map {
        height: 400px;  /* The height is 400 pixels */
        width: 100%;  /* The width is the width of the web page */
       }

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}	   
	 
  
.footer {
 background-color: #333333;
 display: block;
 color: #FFFFFF;
 text-align:center;
 margin: 0px;
 padding-top: 15px;
 padding-bottom: 15px;
}

.footer a:link {
	color: #F7882F;
}

.footer a:visited {
	color: #F7882F;
}

.footer a:active {
	color: #F7882F;
}

.footer a:hover {
	color: #F7882F;
}

/* MEDIA RULES FOR SCREENS 601 - 1500 */
@media screen and (min-width: 601px) {
	.large {
		display: auto;
		}
		
	.small {
		display: none;
		}
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
/* @media only screen and (min-width: 1824px) {
	.large {
		display: auto;
		}
		
	.small {
		display: none;
		}
	
	p,li,td,blockquote,select,input,label,textarea,h4 {font-size: 1.3vw;}
	div.mainpage {font-size: 1.3vw;}
	h2.page_subheading {font-size: 1.5vw;}
	.heading-text {font-size: 1.7vw;}
	.accordion {font-size: 1.3vw;}
	.icon_image (width: 64px;}
} */

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .large {
  	display: none;
	}
	
  .small {
  	display: auto;
	}
	
	.column {
    width: 100%;
    margin-top: 0;
  }

}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
	
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  td.large_screen {display: none;}
  p.small_screen: {display: auto; color: #666666;}
  
  .heading-text {
	color: #000000;
	font-size: 1.3em;
	font-family: Raleway;
	background-color: #000000;
	margin-top: -5px;
	padding: 10px;
	text-align: center;
}

body {
	font-size: 0.8em;
}

h2.page_subheading {
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #6B7A8F;
	font-family: "Raleway", sans-serif;;
}

} 

