/* 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;
}

h1 {
  font-size: 6rem;
  font-weight: 800;
  color: #2c5165;
  margin-bottom: 32px;
  font-family: 'Baloo 2', cursive;
}

h2 {
  font-size: 3rem;
  color: #1a9099;
  font-weight: 800;
  font-family: 'Baloo 2', cursive;
}

.h2Margin {
  margin-top: 35px;
}

p {
  font-size: 1.6rem;
  margin-top: 20px;
  line-height: 2.3rem;
}

.extraBold {
  font-weight: 800;
}

.pink {
  color: #bc265f;
}

.purple {
  color: #75457c;
}

.white {
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

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

html {
  font-size: 62.5%;
  color: #151515;
  font-family: Mokoko, cursive;
  font-weight: 700;
}

.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: 1.8rem;
}

.container {
  max-width: 1500px;
  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);
}

.topBlobs {
  width: 100%;
}

.topBlobs img {
  width: 100%;
}

.innercontainer {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 12px;
}

.header {
  text-align: center;
  margin-top: -75px;
}

.header_logo {
  max-width: 300px;
  position: relative;
  bottom: 25px;
  left: 45px;
}

.header_logo__heroimage {
  position: relative;
}

.header_logo img {
  width: 100%;
}

.header .YearsText {
  font-family: 'Baloo 2', cursive;
  font-size: 4rem;
  margin-bottom: 8px;
  color: #2c5165;
}

.header .YearsText_textcolored {
  color: #75457c;
}

.header .headerImg {
  position: relative;
  width: 100%;
}

.header .headerImg_text {
  position: absolute;
  right: 0;
  bottom: 8%;
  font-size: 1.5rem;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
}

.header_heroimage {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.header_heroimage img {
  width: 100%;
}

.heroMobile {
  display: none;
}

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

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

.rightRail {
  width: 350px;
}

.topicnumber {
  font-family: Mokoko;
  font-size: 1.5rem;
}

.upNext {
  font-family: 'Baloo 2', cursive;
}

.pullquote {
  margin: 30px auto;
  width: 500px;
}

.pullquote img {
  width: 100%;
}

.divider {
  width: 200px;
  height: 2px;
  background-color: #2c5165;
  margin: 50px 0;
}

.upNext {
  font-size: 2.1rem;
  color: #2c5165;
  margin-bottom: 60px;
}

.founders {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  background-color: #1a9099;
  border-radius: 100px;
  text-align: center;
  padding: 15px 10px 10px 10px;
  display: block;
  font-family: Mokoko;
  margin: 25px auto 0 auto;
  max-width: 200px;
}

.foundersAll {
  margin-top: 30px;
}

.founderflexAll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.founder {
  width: 50%;
  padding-right: 10px;
}

.founder img {
  width: 100%;
}

.founderText {
  font-family: Mokoko;
  font-size: 1.6rem;
  width: 50%;
}

.sidebarDivider {
  width: 100%;
  height: 1px;
  background-color: gray;
  margin: 35px 0;
}

.hackmargin {
  height: 1px;
}

.linkToMain {
  margin-bottom: 65px;
}

.bottomBlobs {
  width: 100%;
}

.bottomBlobs img {
  width: 100%;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

a {
  color: #bc265f;
  text-decoration: underline;
}

.linkToMain a {
  color: #bc265f;
  font-size: 4rem;
  text-decoration: none;
}

@media only screen and (max-width: 1360px) {
  .header_logo {
    top: -8px;
    left: 130px;
    max-width: 200px;
  }
}

@media screen and (max-width: 700px) {
  .mainFlex {
    display: inline-block;
  }
  .rightRail {
    width: 100%;
  }
  .pullquote {
    width: 90%;
  }
  .innercontainer {
    margin-bottom: 50px;
  }
  .leftContent {
    padding-right: 0px;
  }
}

@media screen and (max-width: 1255px) {
  .header_logo {
    width: 200px;
    position: static;
    margin: 100px auto 20px auto;
  }
  .header_logo 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 */