@import url("https://fonts.googleapis.com/css?family=Roboto");
html {
  font-size: 16px; }

body {
  font-family: 'Roboto', sans-serif;
  margin: 0; }

a {
  color: #000; }

p {
  margin: 0 0 20px; }

* P:last-of-type {
  margin: 0; }

.primaryNav {
  background-color: #FFF;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10; }

.primaryNav__wrapper {
  background-image: url("/images/logo_no_text.png");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: top 10px right 10px;
  height: 60px;
  width: 100vw; }

.primaryNav__toggle {
  background-color: transparent;
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 12;
  outline: none;
  border: none;
  cursor: pointer; }
  .primaryNav__toggle::before, .primaryNav__toggle::after {
    content: " ";
    background-color: #000;
    width: 40px;
    height: 5px;
    position: absolute;
    left: 10px;
    transition: 0.5s;
    transform-origin: center left; }
  .primaryNav__toggle::before {
    top: 20px; }
  .primaryNav__toggle::after {
    bottom: 20px; }

.primaryNav--toggled .primaryNav__links {
  display: block; }
.primaryNav--toggled .primaryNav__toggle::before {
  transform: rotate(45deg);
  top: 13px;
  left: 16px; }
.primaryNav--toggled .primaryNav__toggle::after {
  transform: rotate(-45deg);
  bottom: 13px;
  left: 16px; }

.primaryNav__links {
  background-color: #FFF;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  list-style: none;
  margin: 0;
  padding: 90px 20px 20px;
  display: none; }

.primaryNav__link {
  font-size: 2rem;
  margin: 0 0 20px; }
  .primaryNav__link a {
    color: #000;
    text-decoration: none; }

@media only screen and (min-width: 1224px) {
  .primaryNav {
    right: 0;
    width: auto; }

  .primaryNav__wrapper {
    background-size: 42px 42px;
    background-position: top 13px left 13px;
    height: 68px;
    max-width: 1200px;
    margin: 0 auto; }

  .primaryNav__toggle {
    display: none; }

  .primaryNav__links {
    background-color: transparent;
    padding: 0;
    display: block;
    position: static;
    float: right; }

  .primaryNav__link {
    font-size: 1rem;
    line-height: 68px;
    margin: 0 0 0 30px;
    display: inline-block; } }
.page {
  height: 100vh;
  width: 100vw; }

.page__home {
  background-image: url("/images/heros/poly_montreal_checker_line_mobile.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: flex-end; }

.home__card {
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.55);
  color: #FFF;
  text-align: center;
  width: 100vw;
  height: 100vh;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.home__title {
  font-size: 2rem;
  font-weight: bold; }

.home__mission {
  line-height: 1.35rem;
  max-width: 500px; }

@media only screen and (min-width: 1224px) {
  .page__home {
    background-image: url("/images/heros/poly_montreal_checker_line.jpg");
    justify-content: center; } }
.page__events {
  box-sizing: border-box;
  height: calc(100vh - 50px); }

.eventsIntro {
  display: none; }

.events {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%; }

.events__event {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
  flex-basis: 0;
  width: 100%; }

.events__event--asc {
  background-image: url("/images/events/backgrounds/asc_mit.jpg"); }

.events__event--fsgp {
  background-image: url("/images/events/backgrounds/fsgp_on_track.jpg"); }

.events__event--scc {
  background-image: url("/images/events/backgrounds/scc_lecture.jpg"); }

.events__event--expanded {
  background-color: #FFF;
  background-image: none;
  flex-direction: column;
  align-items: unset;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11; }
  .events__event--expanded .event__logo,
  .events__event--expanded .event__description,
  .events__event--expanded .event__showLess {
    padding: 20px; }
  .events__event--expanded .event__logo {
    text-align: center;
    height: auto;
    flex-grow: 0; }
  .events__event--expanded .event__learnMore {
    display: none; }
  .events__event--expanded .event__description {
    display: block;
    flex-grow: 2; }
  .events__event--expanded .event__showLess {
    text-align: center;
    flex-grow: 1;
    display: block; }

.event__logo,
.event__learnMore {
  background-color: rgba(255, 255, 255, 0.65);
  height: 50px; }

.event__logo {
  padding: 10px;
  box-sizing: border-box;
  flex-grow: 1; }
  .event__logo img {
    max-height: 100%;
    width: auto; }

.event__learnMore,
.event__showLess {
  flex-grow: 0; }
  .event__learnMore button,
  .event__showLess button {
    background-color: transparent;
    width: 100px;
    height: 50px;
    padding: 0;
    border: none;
    outline: none; }

.event__description {
  display: none; }

.event__showLess {
  display: none; }
  .event__showLess button {
    font-size: 1rem; }

@media only screen and (min-width: 1224px) {
  .page__events {
    height: 100vh;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }

  .page__events__header {
    margin: 0 0 100px; }

  .eventsIntro {
    line-height: 200px;
    text-align: center;
    font-size: 2rem;
    display: block;
    height: 200px; }

  .events {
    flex-direction: row;
    align-items: flex-start;
    height: auto;
    width: auto;
    max-width: none;
    margin: 0; }
    .events:not(.events__event--expanded) {
      background-image: none; }

  .events__event {
    background-image: none;
    margin: 0;
    position: relative; }

  .event__logo {
    background: transparent;
    text-align: center;
    height: 200px;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }

  .event__learnMore {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px; }
    .event__learnMore button {
      text-indent: -99999px;
      height: 200px;
      width: 100%;
      cursor: pointer; }
      .event__learnMore button:hover {
        background-color: transparent; }

  .events__event--expanded {
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 100px;
    right: unset;
    bottom: unset;
    left: calc(50vw - 325px);
    width: 650px;
    height: 500px;
    margin: 0 auto;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.45); }
    .events__event--expanded.events__event--asc {
      background-image: url("/images/events/backgrounds/asc_mit.jpg");
      background-position-y: -125px; }
    .events__event--expanded.events__event--fsgp {
      background-image: url("/images/events/backgrounds/fsgp_on_track.jpg");
      background-position-y: -125px; }
    .events__event--expanded.events__event--scc {
      background-image: url("/images/events/backgrounds/scc_lecture.jpg"); }
    .events__event--expanded .event__description,
    .events__event--expanded .event__showLess {
      background-color: #FFF; }
    .events__event--expanded .event__logo {
      background-color: rgba(255, 255, 255, 0.35);
      height: 400px; }
    .events__event--expanded .event__showLess {
      text-align: center; }
      .events__event--expanded .event__showLess button {
        cursor: pointer; } }
.page__contact {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 50px); }

.contact__hero,
.contact__info {
  height: 50vh; }

.contact__hero {
  background-image: url("/images/heros/asc_flags.jpg");
  background-size: cover;
  background-position: center; }

.contact__info {
  padding: 20px; }

@media only screen and (min-width: 1224px) {
  .page__contact {
    flex-direction: row; }

  .contact__hero,
  .contact__info {
    height: auto;
    width: 50vw; }

  .contact__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; } }
