/* CSS Document */

* {
  box-sizing: border-box;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

[class*="col-"] {
  float: left;
  padding: 5px;
  border: 0px solid red;
}

body {
	background-image: url("../images/wood-floor.jpg"); 
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	margin-top: -15px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

h1, h2, h3, h4, h5, p, ul, figure, #btn, div, marquee, textarea, center {
	font-family: Roboto, "sans-serif";
}

p, a {
	font-size: 18px;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

figcaption {
	color: white;
}

hr {
	height: 10px; 
	background-color: black;
}

input[type=text], input[type=date], input[type=password], select, textarea, input[type=email] {
	width: 100%;
	font-size: 24px;
	color: black;
}

#authors {
	width: 100%;
	font-size: 24px;
	color: black;
}

input[type=radio], input[type=checkbox] {
	height: 20px;
	width: 20px;
}

.latest-headlines {
	font-size: 40px;
	color: white;
	text-shadow: 0px 0px 6px black;
	text-align: center;
}

#btn {
	border: solid black 1px; 
	background: linear-gradient(#66ffb0,azure); 
	box-shadow: 2px 2px 5px black; 
	padding: 10px; 
	border-radius: 10px;
	font-size: 18px;
	text-decoration: none;
	color: black;
}

#btn:hover {
	cursor: pointer;
	background: none;
	background-color: whitesmoke;
}

.readmorebtn {
	border: solid black 1px;
	background: linear-gradient(#66ffb0,azure); 
	box-shadow: 2px 2px 2px black; 
	padding: 2px 4px; 
	border-radius: 5px;
	margin-top: 10px;
}

.readmorebtn:hover {
	cursor: pointer;
	background: none;
	background-color: whitesmoke;
	text-decoration: underline;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
    justify-content: center;
}

.flex-container > div {
  width: 30%;
  margin: 10px;
  padding: 5px;
  border: solid black 1px;
  background-color: #e6fff2;
  box-shadow: 3px 3px 8px black;
  border-radius: 10px;
}

.pp-flex-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
    justify-content: center;
}

.pp-flex-container > div {
  width: 30%;
  margin: 10px;
  padding: 5px;
  /*border: solid black 1px;
  background-color: #e6fff2;
  box-shadow: 3px 3px 8px black;
  border-radius: 10px;*.
}

.flex-container > div:hover {
	background-color: white;
	box-shadow: 5px 5px 8px black;
	color: black;
	border: solid green 1px;
}

.flex-container-banner-ad {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
    justify-content: center;
}
.flex-container-banner-ad > div {
  width: 95%;
  /*margin: 5px;
  text-align: center;
  border: solid black 1px;
  background-color: antiquewhite;
  box-shadow: 3px 3px 8px black;
  border-radius: 10px;*/
}

.flex-container-5ads {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
    justify-content: center;
	align-items: center;
}

.flex-container-5ads > div {
  width: 25%;
  /*margin: 5px;
  text-align: center;
  border: solid black 1px;
  background-color: antiquewhite;
  box-shadow: 3px 3px 8px black;
  border-radius: 10px;*/
}

.flex-container-picup {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
    justify-content: center;
}

.flex-container-picup > div {
  width: 65%;
  margin: 10px;
  padding: 5px;
  border: solid black 1px;
  background-color: rgb(230,230,230);
  box-shadow: 3px 3px 12px black;
}

.flex-container-headlines {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
    justify-content: center;
}

.flex-container-headlines > div {
  width: 45%;
  margin: 10px;
  padding: 5px;
  border: solid black 1px;
  background-color: #e6fff2;
  box-shadow: 3px 3px 8px black;
  border-radius: 10px;
}

.flex-container-headlines > div:hover {
	background-color: white;
	box-shadow: 5px 5px 8px black;
	color: black;
}

.fphl {
	max-width: 90%; 
	max-height: 250px; 
	/*float: left; */
	margin: 0px 10px 0px 0px;
}

.cur-edition {
	max-width: 70%; 
	max-height: 350px; 
	float: none; 
}

.support-advertiser {
	max-width: 90%; 
	max-height: 400px; 
	float: none; 	
}

.imgpad {
	padding: 0 10px 10px;
}

#weather {
	font-family: Roboto, 'sans-serif';
	font-size: 18px;
	font-style: italic;
	background-color: rgba(255,255,255,.6);
}

.mySlides1 {
	display:none;
}

.mySlides2 {
	display:none;
}

.picborder {
	border: solid white 6px;
	box-shadow: 6px 6px 12px black;
	border-radius: 10px;
}

#todayquote {
	background-color: mintcream; 
	padding: 20px; 
	border: solid black thin; 
	width: 50%; 
	margin: auto;
	border-radius: 10px;
}

.hlpic {
	height: 350px;
}

.byline {
	width: 80%;
	margin: 0px auto 0px auto; 
	text-align: center; 
	padding: 10px; 
	color: white; 
	font-size: 25px;
}

.bannerpic {
	width: 55%;
}

.mostviewed {
	width: 50%; 
	margin-left: auto; 
	margin-right: auto;  
	margin-top: 25px; 
	background-color: mintcream; 
	border: solid black 1px; 
	padding: 20px; 
	margin-bottom: 25px; 
	border-radius: 10px; 
	box-shadow: 8px 8px 8px black;
}

.view-hits {
	width: 95%; 
	margin-left: auto; 
	margin-right: auto; 
	background-color: mintcream; 
	border: solid black 1px; 
	padding: 20px; 
	margin-bottom: 25px; 
	border-radius: 15px; 
	box-shadow: 5px 5px 5px black;
}
#sermon-cloud-embed {
	width: 50%;
	height: 50%;
}

/*-----------------------------MEDIA---------------------------------------------*/

@media only screen and (max-width: 1000px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
	
	.flex-container > div {
	  width: 95%;
	}
	
	.flex-container-5ads > div {
		width: 95%;
	}
	
	.flex-container-headlines > div {
		width: 95%;
	}
	
	.morenewsarticles {
		text-decoration: none;
		color: black;
	}

	.morenewsarticles:hover {
		color: white;
	}
	
	h1 {
		font-size: 1.5em;
	}

	.latest-headlines {
		font-size: 24px;
	}
	
	marguee {
		font-size: 16px;
	}
	
	#weather {
		font-family: Roboto, 'sans-serif';
		font-size: 16px;
	}

	#todayquote {
		background-color: mintcream; 
		padding: 20px; 
		border: solid black thin; 
		width: 95%; 
		margin: auto;
	}
	
	.hlpic {
		max-width: 95%;
		height: auto;
		}
	
	body {
		background-repeat: repeat; 
		background-attachment: fixed; 
	}

	.byline {
		width: 95%;
		font-size: 18px;
	}
	
	body {
		background-repeat: repeat;
	}
	
	.bannerpic {
		width: 100%;
	}
	.flex-container-picup > div {
  		width: 95%;
	}
	.mostviewed {
		width: 95%; 
		margin-left: auto; 
		margin-right: auto;  
		margin-top: 25px; 
		background-color: mintcream; 
		border: solid black 1px; 
		padding: 20px; 
		margin-bottom: 25px; 
		border-radius: 10px; 
		box-shadow: 8px 8px 8px black;
	}
	.view-hits {
		width: 95%; 
		padding: 3px;
	}
	#sermon-cloud-embed {
		width: 95%;
		height: 95%;
	}
}

@media only screen and (max-width: 360px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }

	body {
		background-repeat: repeat;
	}
	
	.bannerpic {
		width: 100%;
	}
	
	img{
		max-width: 75%;
	}
	.flex-container-picup > div {
  		width: 95%;
	}
	.mostviewed {
		width: 95%; 
		margin-left: auto; 
		margin-right: auto;  
		margin-top: 25px; 
		background-color: mintcream; 
		border: solid black 1px; 
		padding: 20px; 
		margin-bottom: 25px; 
		border-radius: 10px; 
		box-shadow: 8px 8px 8px black;
	}
	.view-hits {
		width: 95%; 
		padding: 3px;
	}
	#sermon-cloud-embed {
		width: 95%;
		height: 95%;
	}
}