@font-face {
  font-family: "Mukta";
  src: url("../fonts/Mukta-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Mukta";
  src: url("../fonts/Mukta-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  background: #fff4db;
  padding: 20px;
  margin: 0;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  body {
    padding: 0;
  }
}

img {
  max-width: 100%;
  display: block;
}

#screensaver div {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 960px) {
  #screensaver div {
    background-size: cover;
    background-position: 0 0;
  }
}
#screensaver div:first-child {
  background-color: #ffc213;
  background-image: url("../images/mobile-splash-1.jpg");
  z-index: 996;
}
@media (min-width: 960px) {
  #screensaver div:first-child {
    background-image: url("../images/splash-1.jpg");
  }
}
#screensaver div:nth-child(2) {
  background-color: #72b8ce;
  background-image: url("../images/mobile-splash-2.jpg");
  display: none;
  z-index: 997;
}
@media (min-width: 960px) {
  #screensaver div:nth-child(2) {
    background-image: url("../images/splash-2.jpg");
  }
}
#screensaver div:nth-child(3) {
  background-color: #d2232a;
  background-image: url("../images/mobile-splash-3.jpg");
  display: none;
  z-index: 998;
}
@media (min-width: 960px) {
  #screensaver div:nth-child(3) {
    background-image: url("../images/splash-3.jpg");
  }
}
#screensaver div:last-child {
  background-color: #ef5725;
  background-image: url("../images/mobile-splash-4.jpg");
  display: none;
  z-index: 999;
}
@media (min-width: 960px) {
  #screensaver div:last-child {
    background-image: url("../images/splash-4.jpg");
  }
}

@media (min-width: 960px) {
  article {
    background: url("../images/bg.png") no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    height: calc(100vw * (2206 / 4800));
  }
}

.know-us {
  background: #fff;
  padding: 10px 20px;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .know-us {
    background: transparent;
    width: 51.1875%;
    padding: 0;
    padding-top: calc(100vw * 0.166666666666667);
    margin: 0;
  }
}
@media (min-width: 960px) {
  .know-us h1 {
    display: none;
  }
}
.know-us p {
  font-family: Mukta, "Open Sans", sans-serif;
  color: #695e4a;
}
@media (min-width: 576px) {
  .know-us p {
    font-size: 3rem;
  }
}
@media (min-width: 960px) {
  .know-us p {
    margin: 0 11.2739112739%;
    width: 80.6674806675%;
    height: calc(100vw * 0.260416666666667);
    overflow: hidden;
    font-size: calc(100vw * 0.015321636059942);
    line-height: calc(100vw * 0.025);
  }
}
.know-us a {
  color: #f05523;
  font-weight: bold;
}

.stories {
  box-sizing: border-box;
  padding: 0 20% 0;
}
@media (min-width: 576px) {
  .stories {
    padding: 0;
  }
}
@media (min-width: 960px) {
  .stories {
    width: 39.6458333333%;
    margin-right: 5.0208333333%;
    padding: 0;
    padding-top: calc(100vw * 0.02875);
  }
}
.stories .wrapper {
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .stories .wrapper {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 960px) {
  .stories .wrapper {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .stories .wrapper div {
    display: flex;
    justify-content: space-between;
    margin-bottom: calc(100vw * 0.012708333333333);
  }
}
@media (min-width: 576px) {
  .stories .wrapper div:first-child a:first-child, .stories .wrapper div:first-child a:last-child, .stories .wrapper div:nth-child(2) a:nth-child(2), .stories .wrapper div:last-child a:first-child, .stories .wrapper div:last-child a:last-child {
    margin-right: 20%;
  }
}
@media (min-width: 960px) {
  .stories .wrapper div:first-child a:first-child, .stories .wrapper div:first-child a:last-child, .stories .wrapper div:nth-child(2) a:nth-child(2), .stories .wrapper div:last-child a:first-child, .stories .wrapper div:last-child a:last-child {
    margin-right: initial;
  }
}
.stories a {
  margin-bottom: 40px;
  display: block;
}
@media (min-width: 576px) {
  .stories a {
    width: 40%;
    float: left;
  }
}
@media (min-width: 960px) {
  .stories a {
    float: none;
    margin-bottom: 0;
    width: 29.006831319%;
  }
}

footer {
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 576px) {
  footer {
    clear: both;
    padding-top: calc(100vw * 0.020208333333333);
  }
}
@media (min-width: 960px) {
  footer {
    padding-top: calc(100vw * 0.020208333333333);
  }
}
footer > a {
  display: block;
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  footer > a {
    padding: 40px 0;
    margin: 0 auto;
    width: 50%;
    clear: both;
  }
}
@media (min-width: 960px) {
  footer > a {
    padding: 0;
    margin-left: 5.4791666667%;
    margin-bottom: 0;
    width: 100%;
  }
}
footer > a img {
  box-sizing: border-box;
}
@media (min-width: 960px) {
  footer > a img {
    width: 15.4375%;
  }
}
footer .links {
  text-align: center;
  font-family: Mukta, "Open Sans", sans-serif;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  footer .links {
    position: absolute;
    right: 4.125%;
    top: calc(100vw * 0.023541666666667);
    background: url("../images/footer.png") no-repeat;
    background-size: cover;
    width: 64%;
    height: calc(100vw * 0.056041666666667);
    margin: 0;
  }
}
footer .links h2 {
  margin: 0 auto 20px;
  font-size: 2.4rem;
  color: #71B8CE;
  line-height: 1;
  background-image: url("../images/blue-left.png"), url("../images/blue-right.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: 80px;
  padding: 0 40px;
}
@media (min-width: 576px) {
  footer .links h2 {
    font-size: 3.5rem;
    background-size: 180px;
  }
}
@media (min-width: 960px) {
  footer .links h2 {
    display: none;
    margin: 0;
  }
}
footer .links a {
  color: #F05522;
  text-decoration: none;
  display: block;
  margin: 0 40px 20px;
  font-size: 2.4rem;
  line-height: 1;
}
@media (min-width: 576px) {
  footer .links a {
    float: left;
    width: 40%;
    margin: 0;
    font-size: 3rem;
  }
}
@media (min-width: 960px) {
  footer .links a {
    text-indent: -5000px;
    position: absolute;
    top: calc(100vw * 0.026);
    height: calc(100vw * 0.033333333333333);
    margin: 0;
  }
}
@media (min-width: 576px) {
  footer .links a:nth-child(2), footer .links a:nth-child(4) {
    margin: 20px 2.5% 20px 5%;
  }
}
@media (min-width: 960px) {
  footer .links a:nth-child(2), footer .links a:nth-child(4) {
    margin: 0;
  }
}
@media (min-width: 576px) {
  footer .links a:nth-child(3), footer .links a:last-child {
    margin: 20px 5% 20px 2.5%;
  }
}
@media (min-width: 960px) {
  footer .links a:nth-child(3), footer .links a:last-child {
    margin: 0;
  }
}
@media (min-width: 960px) {
  footer .links a img {
    display: none;
  }
}
@media (min-width: 960px) {
  footer .links .epilogue {
    right: 85.5%;
    width: 10.5%;
  }
}
@media (min-width: 960px) {
  footer .links .opening-reception {
    right: 56%;
    width: 21.75%;
  }
}
@media (min-width: 960px) {
  footer .links .alumni {
    right: 2.9237844941%;
    width: 17.3455978975%;
  }
}
@media (min-width: 960px) {
  footer .links .a-day-in-the-life {
    right: 26.5%;
    width: 24%;
  }
}

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