@import "googlefonts.css";

h1 {
  color: #333333;
  letter-spacing: 2px;
  font-size: 40px;
}

p {
  color: #626262;
  font-size: 16px;
}

li {
  font-family: Lato, sans-serif;
  font-weight: 300;
  color: #626262;
}

/* Main scripture copy */
.scripture {
  width:300px;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 200px;
  line-height: 2em;
}

.scripture p {
  text-align: justify;
}

/* Main scripture copy on MOBILE */
@media (max-width: 500px) {

.scripture {
  width:60%;
  margin-top: 10%;
  margin-bottom: 200px;
  margin-left: 20%;
  position: relative;
  line-height: 2em;
}

.scripture h1 {
  color: #333333;
  letter-spacing: 2px;
  font-size: 35px;
}

.scripture p {
  text-align: justify;
}
  
}
  
/* Style top navigation */
.topnav {
  background-color: #ffffff;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 7px;
}

/* Style top navigation container */
.topnav .container {
  max-width: 1190px;
  margin: 0 auto;
  position: relative;
}

/* Style top navigation logo */
.logo {
    float: left;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-family: Lato;
    letter-spacing: 3px;
    padding: 18px;
  }
  
.logo a {
    color: #333333;
    text-decoration: none;
  }

/* Style top navigation menu items container */
.menu-items-container {
  float: right;
  text-align: center;
  text-decoration: none;
  font-family: Lato;
  padding: 10px;
}

/* Style top navigation menu list items */
li {
  list-style-type: none;
  padding: 10px;
  font-size: 12px;
}

ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.menu-items-container a {
  color: #626262;
  text-decoration: none;
}

.menu-items-container a:hover {
  color: #00a76a;
}

/* Style top navigation menu on MOBILE */
@media only screen and (max-width: 400px) {
/*shows elements in a column
  ul{
    flex-direction: column;
  }
  */
  .menu-items-container {
    float: left;
    text-align: left;
  }

}

/* Style the selectors area */
.font-selectors {
    background-color: #ffffff;
    overflow: hidden;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 7px;
}

/* Style the selectors container */
.font-selectors .container {
    max-width: 1190px;
    margin: 25px auto;
    position: relative;
  }

/* Style the selector */
.selector {
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 150px;
    float: left;
    text-align: center;
    text-decoration: none;
    background-color: #ffffff;
    background: url(../images/downarrow.png) no-repeat;
    background-size: 20px 20px;
    background-position: right;
    border: 1px solid #ebebeb;
    border-radius: 0px;
    font-size: 14px;
    font-family: Lato;
    padding: 10px;
    padding-right: 25px;
    margin-right: 25px;
    margin-left: 18px;
    margin-bottom: 10px;
}

.selector ::-ms-expand {
  display:none;
 }

 /* Style footer */
 .footer {
  background-color: #ffffff;
  border-top: 1px solid #ebebeb;
  overflow: hidden;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 7px;
}

 /* Style footer container */
.footer .container {
  max-width: 1190px;
  margin: 0 auto;
  position: relative;
}

/* Style top navigation menu items container */
.footer .menu-items-container {
  float: right;
  text-align: center;
  text-decoration: none;
  font-family: Lato;
  padding: 20px;
}

/* Style top navigation menu list items */
li {
  list-style-type: none;
  padding: 10px;
  font-size: 12px;
}

ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.footer li {
padding-right: 55px;
}

.footer .menu-items-container a {
  color: #626262;
  text-decoration: none;
}

.footer .menu-items-container a:hover {
  color: #00a76a;
}
