/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
  font-family: "infinityFont";
  src: url(../fonts/MalleableGrotesque.otf);
}
@font-face {
  font-family: "Lucida Sans Unicode";
  src: url(../fonts/lucidasansunicode.ttf);
}
html, body {
  height: 100%;
}

body {
  background-color: #1b2332;
}

.site-container {
  overflow: hidden;
  min-height: 100%;
}

.whitefont {
  color: #ffffff;
}

.yellowfont {
  color: #FCB040;
}

.greyfont {
  font-family: "infinityFont";
  font-size: 140%;
  color: #9b8579;
}

.greyfont h2 {
  font-family: "infinityFont";
  font-size: 200%;
  color: #9b8579;
}

.bluefont {
  font-family: "Lucida Sans Unicode";
  color: #303c56;
}

.justified {
  text-align: justify;
  padding-bottom: 10px;
}

.jumbotron {
  padding-top: 0px;
}

.about-content {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #eff0f0;
}

.bluebgn {
  background-color: #303c56;
  background-position: 50%;
}

.greybgn {
  background-color: #c4c4c3;
}

.jumbotron.topBanner {
  height: 300px;
  margin-bottom: 0px;
}

.jumbotron .bannertext {
  float: left;
  text-align: left;
  position: relative;
  margin-top: 44px;
}

.jumbotron .bannertext .title {
  color: #ffffff;
  font-family: "infinityFont";
  font-size: 96px;
}

.jumbotron .bannertext .subtext {
  color: #cc9035;
  font-family: "Lucida Sans Unicode";
  font-size: 100%;
}

.jumbotron img.bannerimg {
  float: right;
  margin-right: 150px;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 0.64);
  box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 0.64);
}

.sectionheader {
  margin-top: 0;
  font-size: 48px;
}

.spacer {
  margin-top: 0px;
  /* define margin as you see fit */
}

ul, li {
  color: #303c56;
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  font-family: Lucida Sans Unicode;
  font-size: 90%;
}

/**
** Social Media Icons
**/
.icons {
  text-align: center;
}

.icons a {
  display: inline-block;
  height: 64px;
  width: 64px;
  background-size: 64px 64px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 15px;
  text-indent: -9999em;
  background-color: #1c2638;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 0.64);
  box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 0.64);
}

/**
** Footer 
**/
.footerbar {
  width: 100%;
  background-color: #303c56;
  height: 300px;
  text-align: center;
}

.footertext {
  text-align: center;
  font-family: "infinityFont";
  font-size: 300%;
  color: #ffffff;
  padding-top: 60px;
}

.footeremail {
  text-align: center;
  font-family: "Lucida Sans Unicode";
  padding-top: 20px;
  font-size: 250%;
  color: #cc9035;
}

.footerimg {
  margin-top: 30px;
}

a:hover {
  color: #c4c4c3;
  text-decoration: none;
}

.copyright {
  position: relative;
  float: right;
  bottom: 0;
  color: #c4c4c3;
  padding-top: 50px;
  padding-right: 20px;
}

/**
** Responsive Classes
**/
@media (max-width: 1200px) {
  .jumbotron .bannertext h1.title {
    font-size: 80px;
  }

  .spacer {
    margin-top: 0;
    /* define margin as you see fit */
  }

  .visible-desktop {
    display: none;
  }

  .greyfont h2 {
    font-family: "infinityFont";
    font-size: 160%;
    color: #9b8579;
  }

  .quotebgn {
    background-size: cover;
  }

  .jumbotron .quotetext p {
    font-size: 120%;
  }
}
@media (max-width: 620px) {
  body {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .jumbotron.topBanner {
    height: 200px;
  }

  .jumbotron .bannertext h1.title {
    font-size: 50px;
  }

  .icons a {
    height: 40px;
    width: 40px;
    background-size: 40px 40px;
    margin: 7px;
    margin-bottom: 30px;
  }

  .greyfont h2 {
    font-family: "infinityFont";
    font-size: 120%;
    color: #9b8579;
  }

  .jumbotron .bannertext .subtext {
    color: #cc9035;
    font-family: Lucida Sans Unicode;
    font-size: 80%;
  }

  .quotebgn {
    display: none;
  }

  .abouttext {
    font-size: 80%;
  }
}

/*# sourceMappingURL=main.css.map */
