/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  color: #041e2c;
  line-height: 1.5;
}

h1 {
  font-size: 2.75rem;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  margin-bottom: 15px;
}

h2 {
  font-size: 2.15rem;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.2em;
}

/* pullquotes */
h3 {
  font-size: 2.15rem;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  margin: 10px auto;
  display: inline;
  padding: .05em 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0.25em 0 0 #ffffff, -0.25em 0 0 #ffffff;
          box-shadow: 0.25em 0 0 #ffffff, -0.25em 0 0 #ffffff;
  line-height: 1.5em;
}

h4 {
  font-size: 1.35rem;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  line-height: 1.35em;
  margin: 0;
}

p {
  font-size: 1.35rem;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  color: #041e2c;
  margin-top: 15px;
  line-height: 1.35em;
}

p a:link, p a:visited, p.a:active, p.a:hover {
  color: #ff6a13;
  text-decoration: underline;
}

.iconBox span {
  font-size: 1.35rem;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  color: #041e2c;
}

.aboutBox p {
  font-size: 1.25rem;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  color: #0057b8;
  line-height: 1.2em;
}

.aboutButton a:link {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
}

.partOfBox p {
  font-size: 1.25rem;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2em;
}

/* CHANGE TEXT COLOR & FONT WEIGHT */
.white {
  color: #ffffff;
}

.black {
  color: #041e2c;
}

.orange {
  color: #ff6a13;
}

.lightBlue {
  color: #93d5e8;
}

.darkBlue {
  color: #0057b8;
}

.bold {
  font-weight: 700;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.stheader {
  margin-top: 4px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px black solid;
  background-color: white;
}

.stheader__logo {
  margin-left: 10%;
  margin-top: -3px;
}

.stheader__logo img {
  width: 150px;
}

.stheader__link {
  margin-right: 10%;
}

.stheader a {
  color: #1b2d01;
  text-decoration: none;
  font-size: 1rem;
}

.container {
  max-width: 1366px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
  background-image: url("../img/background_lighter.jpg");
  background-repeat: repeat-y;
}

.innercontainer {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 190px;
}

.mainFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
}

.leftContent {
  width: 100%;
  padding-right: 70px;
}

.rightRail {
  width: 375px;
}

.video {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 986px;
}

.iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
}

.iconBox img {
  height: 40px;
  width: 40px;
  margin-right: 20px;
  line-height: 50px;
}

.aboutBox {
  width: 375px;
  background-color: #93d5e8;
  text-align: left;
  padding: 10px 20px 40px 20px;
}

.aboutButton {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-clip: padding-box;
  background-color: #ff6a13;
  border: 1px solid transparent;
  border-radius: .25rem;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  vertical-align: baseline;
  width: auto;
  font-size: 1.25rem;
}

.partOfBox {
  width: 375px;
  background-color: #0057b8;
  text-align: left;
  padding: 10px 20px 40px 20px;
  margin: 25px auto 0 auto;
}

.hackmargin {
  height: 35px;
}

footer {
  background-color: #e5e4e4;
  width: 100%;
  text-align: right;
  padding: 40px 190px 100px 0;
  margin-top: 100px;
}

footer img {
  max-width: 250px;
}

@media screen and (max-width: 1000px) {
  .container {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-image: url("../img/background_lighter.jpg");
    background-repeat: repeat-y;
  }
  .innercontainer {
    width: 100%;
    padding: 10px;
  }
  .leftContent {
    padding-right: 0px;
    width: 100%;
  }
  .mainFlex {
    display: inline-block;
  }
  .rightRail {
    width: 100%;
    margin: 0;
  }
  .aboutBox {
    margin-top: 25px;
    width: 100%;
  }
  .partOfBox {
    width: 100%;
  }
  footer {
    text-align: center;
    padding: 20px;
    margin-top: 20px;
  }
  footer img {
    width: 100%;
  }
}

@media only screen and (max-width: 620px) {
  .stheader {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .stheader__logo {
    position: static;
    margin-top: 5px;
    margin: 5px 0 15px 0;
  }
  .stheader__link {
    display: none;
  }
  .stheader__logo {
    padding-left: 0;
  }
}
/*# sourceMappingURL=main.css.map */