/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,500,500i,700,900");
@import url("https://fonts.googleapis.com/css?family=Kameron:400,700");
html {
  position: relative;
  min-height: 100%; }

body {
  color: #333;
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 10px; }

header {
  padding: 12px;
  background-color: white; }

nav {
  font-size: 1.8rem;
  color: #3c3c3c; }

main {
  font-size: 1.4rem;
  text-align: center;
  padding-bottom: 325px; }
  main section {
    margin: 30px auto; }
  main section.row {
    margin: 0px auto; }
  main p, main ul {
    max-width: 660px;
    margin: 30px auto;
    font-size: 1.6rem; }

.red {
  color: #b60000; }

.header {
  font-family: "Kameron", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  display: table;
  width: 100%;
  margin-top: 0; }

.subhead {
  font-weight: 500;
  font-style: italic; }

h1.red.header {
  margin-top: 25px; }

footer {
  background-color: #3c3c3c;
  color: #b7b7b7;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding-bottom: 10px;
  padding-top: 10px; }
  footer p {
    font-size: 1.4rem; }
    footer p b {
      font-weight: 900;
      color: #DBD9D9; }
    footer p a {
      color: #fff; }
  footer h2 {
    font-weight: 700;
    font-family: "Kameron", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; }

.col-md-3 .header {
  margin-top: 35px;
  font-size: 2.4rem; }

.col-md-6 .header {
  margin-top: 35px;
  font-size: 2.8rem; }

.article-bg {
  padding: 25px; }

/*NAVIGATION*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: inherit; }

.navbar-nav > .active > span {
  width: 100%;
  background-color: #333; }

.navbar-nav > li > span {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 2px;
  margin: 0 auto;
  background-color: #b60000;
  width: 0;
  display: block; }

.navbar-nav > li:hover span {
  width: 90%; }

.navbar-brand {
  height: auto; }
  .navbar-brand img {
    height: auto; }

.subnav {
  background-color: #e6e6e6;
  padding-top: 25px;
  padding-bottom: 25px; }
  .subnav a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 8px 20px;
    background-color: white;
    color: #3c3c3c;
    font-size: 1.6rem;
    margin: 5px 10px; }
    .subnav a:hover {
      text-decoration: none;
      color: white;
      background-color: #b60000; }

.img-small {
  height: 250px;
  background-size: cover, cover;
  background-position: center;
  margin: 20px 0; }

/*TEXT STYLES*/
h1, h2, h3 {
  font-weight: 400; }

h4, h5, h6 {
  font-weight: 700; }

article {
  text-align: left; }
  article h2, article h3, article h4 {
    margin: 20px auto 20px;
    max-width: 660px; }

.header-text {
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.65);
  color: white;
  width: 100%;
  top: 35%;
  padding: 50px;
  position: absolute; }

.logo {
  display: block; }

.more {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.6rem;
  color: white;
  background-color: #b60000;
  border: solid 3px #b60000;
  margin: 8px; }
  .more:hover {
    background-color: transparent;
    color: #b60000; }

/*FORMS*/
.form-control {
  border-radius: 0; }

.form-error {
  text-align: center;
  color: #b60000;
  border-bottom: 1px solid #e6e6e6;
  padding: 15px;
  font-size: 1.6rem; }

form {
  margin: 10px 15px; }

.submitForm {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #333;
  border: none;
  width: auto;
  color: white;
  font-size: 2rem;
  /* height: 70px; */
  display: inline-block;
  padding: 5px 30px;
  margin: 10px auto;
  cursor: pointer; }
  .submitForm:hover {
    background-color: #4d4d4d; }

@media screen and (max-width: 820px) {
  main p, main ul {
    font-size: 1.6rem; }

  .header-text {
    font-size: 3rem; }

  .header {
    font-size: 2.6rem; }

  article h2, article h3, article h4 {
    margin: 10px auto 10px;
    max-width: 660px; } }
@media screen and (max-width: 768px) {
  .more {
    float: left;
    clear: right; }

  .navbar-nav {
    height: auto; }

  .navbar-nav > li {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease; }

  .navbar-nav > li:hover, .navbar-nav > .active:hover {
    background-color: firebrick; }
    .navbar-nav > li:hover a:hover, .navbar-nav > .active:hover a:hover {
      color: white; }
    .navbar-nav > li:hover span, .navbar-nav > .active:hover span {
      display: none; } }
@media screen and (max-width: 620px) {
  .subnav a {
    min-width: 50%;
    display: inline-block; }

  h1 {
    font-size: 2.6rem; }

  .header {
    display: inline-block; } }
