html {
  -webkit-text-size-adjust: 100%;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
}
#container {
  position: relative;
}

#container header.noMenu {
  background: red;
  height: 48px;
}

#container header nav ul {
  display: block;
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1060px;
  height: 100%;
}

#container header nav ul li {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  width: 18.75%;
  color: white;
  height: 100%;
}
#container header nav ul li a {
  display: block;
  color: white;
  line-height: 76px;
}
#container header nav ul li.about a img {
  width: 20%;
}
#container header nav ul li a:hover {
  text-decoration: none;
}
#container header nav ul li.active a {
  background: red;
}
#container header nav ul li.active.about a {
  background: yellow;
}
#container header.showMenu {
  background: #40632b;
}

#container .logo img {
  display: block;
  width: 60%;
  max-width: 512px;
  margin: 32px auto;
}

#container .hr h1 {
  background: #40632b;
  padding: 16px;
  color: white;
  text-align: center;
  font-size: 1.5em;
}

#container .buttons .form-group {
  width: 80%;
  margin: 8px auto;
}

#container .buttons button {
  display: block;
  width: 80%;
  margin: 8px auto;
  text-align: center;
  background: #40632b;
  color: white;
  border: none;
  max-width: 480px;
  padding: 6px 0;
  font-size: 1.3em;
}

div.status-banner {
  text-align: center;
  background-color: #fe9;
}

div.status-banner form {
  display: inline;
}

.createModal, .loginModal, .overlay {
  display: none;
  position: fixed;
  top: 15%;
  left: 5%;
  width: 90%;
  max-height: 87%;
  background: white;
}

.createModal header, .loginModal header {
  width: 100%;
  background: red;
  padding: 12px 0;
  font-size: 1.4em;
  color: white;
  text-align: center;
}

.createModalBody, .loginModalBody {
  padding: 12px;
}

.createModalBody input, .createModalBody select, .loginModalBody input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.1em;
  padding: 6px;
  margin-bottom: 4px;
}
.loginModalBody input[type=checkbox] {
  display: inline-block;
  width: auto;
}

.createModalBody button, .loginModalBody button {
  width: 100%;
  background: #40632b;
  color: white;
  padding: 1em 0;
  text-align: center;
  border: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background: rgba(0,0,0,0.7);
}

.hr.green {
  width: 100%;
  text-align: center;
  background: #40632b;
  color: white;
  padding-top: 9px;
  padding-bottom: 9px;
}

.alert {
  max-width: 620px;
  margin: auto;
}

#discuss_con {
  margin-bottom: 2em;
}

#discuss_con .form-group {
  display: inline-block;
  width: calc(100% - 54px);
  vertical-align: middle;
}
#discuss_con button {
  border: none;
  background: #40632b;
  color: white;
  width: 48px;
  padding: 12px;
}

.noVideo {
  max-width: 620px;
  margin: 18px auto;
}

div.correctQuestion {
  background-color: #cfc;
}
div.incorrectQuestion {
  background-color: #fcc;
}
div.correctChoice {
  background-color: #7a7;
}
div.incorrectChoice {
  background-color: #a77;
}

.archive-page h3 a {
  color: black;
}
.archive-page h3 a:hover {
  text-decoration: none;
}
.archive-page a.discuss-btn {
  font-size: 1.3em;
  color: white;
  background: #40632b;
  padding: 6px 18px;
}
.archive-page a.discuss-btn:hover {
  text-decoration: none;
}

.archive-page p.verse {
  font-size: 1.7em;
  margin-bottom: 4px;
}
.archive-page p.date {
  font-size: 1.3em;
  margin-bottom: 12px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(60,118, 61, 0.5);
}
@media screen and (min-width: 1024px) {
  .archive-page .embed-responsive {
    width: 66%;
  }
  .createModal, .loginModal {
    width: 640px;
    left: calc( 50% - 320px);
  }
}
