body {
  color: #333;
  background-color: #fff;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 100%;
  line-height: 145%;
}

.ci {
  font-family: 'Lobster Two';
  color: #333;
}

strong {
  font-weight: bold;
}

#header {
  background-color: #fff;
  position: relative;
  width: 100%;
}

.inside {
  max-width: 62.5em;
}

#header .inside {
  padding: 3em 0 0 0;
  overflow: hidden;
}

#logo {
  display: inline-block;
  float: right;
}

.logo {
  color: #555;
  font-size: 1.5em;
  margin: 0;
  position: relative;
  top: -10px;
}

.logo a {
  display: block;
  height: 109px;
  width: 541px;
  background: url("../img/saber.png") no-repeat scroll 0 -3px rgba(0, 0, 0, 0);
  position: relative;
  text-indent: 115px;
  top: 7px;
  text-decoration: none;
  color: #333;
}

.nav li {
  display: inline-block;
  margin: 0 0 0  1.1em ;
}

.nav li:first-child {
  margin: 0;
}

.nav a {
  font-size: 17px;
  line-height: 25px;
  color: #333;
  text-decoration: none;
}

#main, #header .inside {
  position: relative;
  margin: 0 auto;
  max-width: 62.5em;
}

#main {
  margin-bottom: 20px;
  min-height: 650px;
  padding: 22px  1.1em 0 1.1em;
}

#footer {
  width: 100%;
  height: 320px;
  margin: 0 auto;
  background-color: #003352;
  background: -moz-linear-gradient(left, rgba(0,51,82,1) 0%, rgba(1,126,184,1) 50%, rgba(0,51,82,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,51,82,1)), color-stop(50%, rgba(1,126,184,1)), color-stop(100%, rgba(0,51,82,1)));
  background: -webkit-linear-gradient(left, rgba(0,51,82,1) 0%, rgba(1,126,184,1) 50%, rgba(0,51,82,1) 100%);
  background: -o-linear-gradient(left, rgba(0,51,82,1) 0%, rgba(1,126,184,1) 50%, rgba(0,51,82,1) 100%);
  background: -ms-linear-gradient(left, rgba(0,51,82,1) 0%, rgba(1,126,184,1) 50%, rgba(0,51,82,1) 100%);
  background: linear-gradient(to right, rgba(0,51,82,1) 0%, rgba(1,126,184,1) 50%, rgba(0,51,82,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003352', endColorstr='#003352', GradientType=1 );
}

section {
  position: relative;
  padding: 1em 0 1em 0;
}

section h2,
section h3 {
  margin: 0.45em 0 1em 0;
  font-size: 1.55em;
  font-weight: 700;
}

section img {
  width: 50%;
}


.up {
  position: absolute;
  bottom: 0;
  right: 0.5em;
  color: #8f8f8f;
  text-decoration: none;
}

p,
section ul {
  margin: 0 0 1.45em 0;
  font-size: 1.15em;
  line-height: 1.525;
}

p a,
li a,
section .ci {
  color: #003352;
}

.ppl {
  vertical-align: top;
  display: inline-block;
  width: 32%;
  text-align: center;
}

.ppl p {
  font-size: 12px;
  padding: 0 10px;
}

#homeBanner {
    background-color: #003352;
    display: block;
    height: 190px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-attachment: fixed;
    background-image: url("../img/banner.png");
    background-position: center top;
    background-repeat: no-repeat;

}

#bannerText {
    top: 230px;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
}

#bannerText h2 {
    color: #fff;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 50px;
    font-weight: bold;
    margin: 0px auto 0.55em auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

#bannerText p {
    color: #fff;
    display: block;
    font-size: 20px;
    margin: -10px auto 1px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

#amznCharityBanner {
    margin-left: -7px;
}

.flexbox-container {
	 display: -ms-flex;
	 display: -webkit-flex;
	 display: flex;
   margin-bottom: 2.5em;
}

.flexbox-container > .flexcol {
	 width: 50%;
}

.flexbox-container > .flexcol:first-child {
	 margin-right: 20px;
}

.flexcol p {
    padding-top: 2.75em;
}

@media (max-width: 690px) {
    .flexbox-container {
        display: block;
    }

    .flexbox-container > .flexcol {
        width: 100%;
        text-align: center;
    }

    .flexbox-container > .flexcol:first-child {
        margin-right: 0;
    }

    iframe {
        margin: 0 auto;
    }
}

@media (max-width: 66em) {
  .nav,
  #logo {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  #logo {
    top: 0;
    float: none;
  }

  .logo {
    top: -27px;
  }

  #logo a {
    background: none;
    height: auto;
    width: auto;
    margin-bottom: 10px;
    text-indent: 0;
  }

  .nav {
    position: relative;
    top: -15px;
  }

  #bannerText {
    top: 182px;
  }
}


@media only screen and (min-device-width : 390px) and (max-device-width : 500px) {
  #bannerText h2 {
    font-size: 38px;
  }
}

@media only screen and (min-device-width : 325px) and (max-device-width : 389px) {
  #bannerText h2 {
    font-size: 32px;
  }

  #bannerText p {
    font-size: 16px;
  }
}

@media only screen and (max-device-width : 324px) {
  #bannerText h2 {
    font-size: 28px;
  }

  #bannerText p {
    font-size: 14px;
  }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 435px) {
  .nav a {
    font-size: 14px;
  }
}

@media only screen and (max-device-width : 374px) {
  .nav li {
    margin: 0;
  }

  .nav a {
    font-size: 13px;
  }
}
