 html {
    box-sizing: border-box;
}

 article, details, footer, header, nav, section, body, aside {
    
    display: flex;
    flex-direction: column;
    background-color: linen;
    justify-content: space-between;
    align-content: flex-start;
}

.headContainer {
  padding: 20px;
	display: flex;
	background-color: #E5C38B;
	align-items: center;
}

.headContainer > div {
	background-image: url('../img/Sunrise1.jpg');
  background-repeat: no-repeat;
	background-color: #37180E; /*sliver of color under sunrise image*/
	box-shadow:  10px 10px 20px #83301C;
	padding: 40px;
	font-size: 40px;
	font-family: papyrus, fantasy;
}


a.one:link {
  background-color: linen;
  font-family: sans-serif;
  color: black;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;

}

a.one:visited {
  background-color: #E5C38B;
  font-family: sans-serif;
  color: black;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a.one:hover, a.one:active {
  background-color: #C8A466;
}
	
.navContainer {
  display: flex;
	background-color: #E5C38B;
	flex-direction: row;
	justify-content: center;
	font-size: 20px;
 }

.section1Container {
  
  background-color: #E29957;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.section1AContainer {
   background-color: linen;
   font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.verse {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 21px;
  font-family: sans-serif;
}

.mailingList {
  padding: 30px;
  font-size: 24px;
  line-height: 1.8;
  border-bottom-style: solid;
  
  flex-wrap: wrap;
  border-color: #E29957;
  background-color: linen;
}

a.two:link {color:#377FEF;}
a.two:visited {color:#0000ff;}
a.two:hover {color:#C8A466;}

.section2Container {
  border-color: #E29957;
  border-bottom-style: solid; 
  font-size: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: linen;
  flex-wrap: nowrap;
  
  line-height: 2.0;
  }

  .testVid {
    border-right-style: solid;
    border-color: #E29957;
  }

  .teachVid {
    border-left-style: solid;
    border-color: #E29957;
  }


.newsLetter {
    padding-left: 20px;
    text-align: center;
    padding-right: 15px;
    border-color: #E29957;
    position: relative;
    border-right-style: solid;
    flex-basis: 733px
}

.registration {

}

.welcome {
  border-color: #E29957;
  position: relative;
  border-right-style: solid;
}

.section3Container {
  font-size: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: linen;
  flex-wrap: nowrap;
  text-align: left;
  border-bottom-style: solid;
  border-color: #E29957;
  line-height: 2.0;
  }

  .section3AContainer {
  padding-top: 20px;
  font-size: 20px;
  display: flex;
  flex-direction: row;
  background-color: linen;
  flex-wrap: nowrap;
  text-align: left;
  border-bottom-style: solid;
  border-color: #E29957;
  line-height: 2.0;
  }

  .section3BContainer {
  padding-top: 20px;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  background-color: linen;
  flex-wrap: nowrap;
  text-align: left;
  border-bottom-style: solid;
  border-color: #E29957;
  line-height: 2.0;
  }
.contactUs {
  padding-left: 20px;
  padding-right: 20px;
  border-color: #E29957;
  position: relative;
  border-right-style: solid;
  }

.multiMedia {
  border-color: #E29957;
  position: relative;
  border-right-style: solid;
  }

.encouraging {
  font-family: sans-serif;
  font-size: 20px;
  text-align: center;
  border-color: #E29957;
  position: relative;
  border-right-style: solid;
}

.font {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: sans-serif;
}

.socialmedia {
  height: 100px;
  display: flex;
  background-color: linen;
  flex-wrap: nowrap;
  border-right-style: solid;
  border-color: #E29957;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}


/* Hide the images by default */
.mySlides {
  
  }

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3.5s;
  animation-name: fade;
  animation-duration: 3.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.Romans_5_10NLT {
  background-color: linen;
  font-size: 20px;
}

footer {
  background-color: #E5C38B; 
  align-items: center;
}
/*Start blog page styling*/
* {
  box-sizing: border-box;
}

/* Header/Blog Title */
.header {
  padding: 30px;
  font-size: 20px;
  text-align: center;
  background: white;
  background-color: linen;
  justify-content: center;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 75%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
}

/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

/* Add a card effect for articles */
.card {

   background-color: white;
   padding: 20px;
   margin-top: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}

/*The below CSS style is for the responsive store checkout*/

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  margin: 0 -16px;
}

.col-25 {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
}

.col-50 {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
}

.col-75 {
  -ms-flex: 75%; /* IE10 */
  flex: 75%;
}

.col-25,
.col-50,
.col-75 {
  padding: 0 16px;
}

.container {
  background-color: #f2f2f2;
  padding: 5px 20px 15px 20px;
  border: 1px solid lightgrey;
  border-radius: 3px;
}

input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

label {
  margin-bottom: 10px;
  display: block;
}

.icon-container {
  margin-bottom: 20px;
  padding: 7px 0;
  font-size: 24px;
}

.btn {
  background-color: #4CAF50;
  color: white;
  padding: 12px;
  margin: 10px 0;
  border: none;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
}

.btn:hover {
  background-color: #45a049;
}

span.price {
  float: right;
  color: grey;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (and change the direction - make the "cart" column go on top) */
@media (max-width: 800px) {
  .row {
    flex-direction: column-reverse;
  }
  .col-25 {
    margin-bottom: 20px;
  }
}

