@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');

body {
  background: #555;
}
.main-grid {
  width: 100vw;
}

header h1 {
  font-family: Raleway;
  font-weight: 800;
}

@media (max-width:640px) {
  .main-grid {
    display: block;
  }
}
 .sectionA {
  background: #121542;
  height: 50vh;
  padding: 100px 1em 1em;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: center;
}
.sectionB {
  background: #7f1650;
  /* padding-left: 3%;
  padding-top: 90px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: flex-start; */
}
.sectionC {
  text-align: center;
  padding: 1em;
  grid-column: span 2;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  margin-bottom: 70px;
}

.student-btn-group {
  width:70%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width:640px) {
  .sectionA, .sectionB {
    height: 28vh;
    padding-top: 0;
    padding-bottom: 3%;
  }
  .sectionC {
    text-align: right;
    justify-content: flex-end;
    padding-right: 3%;
  }
}
.button {
  background: rgba(255, 255, 255, 0.15);
  margin: .5em;
  padding: 0.8em 1em 0.8em;
  font-family: Montserrat;
}
.button.small {
    font-size: 0.85em;
}
.button:link, .button:visited {
  /* background: #f7a17d4d; */
}
.button:hover {
  background: #fff4;
}
.button:active {
/*   box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5); */
  border: 1px solid rgba(255, 255, 255, .35);
}
@media (max-width:640px) {
  .button.small {
    display: block;
    font-size: 1em;
    background: none;
    padding: .4em .6em;
    margin: 0;
}
  .button.small:hover {
    color: rgba(255, 255, 255, .6);
  }
}
break {
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.class-number {
  margin: 5% 0 0;
}
@media (max-width:640px) {
  .class-number {
    font-size: 18vw;
  }
.sectionA a:last-child, .sectionB a:last-child {
  order: -1;
  }
}
.sectionC h2 {
  color: #88CA8A;
}
.advising {
  /* display: grid; */
  /* grid-template-columns: 1fr 1fr 1fr; */
  width: 100%;
  position: fixed;
  top: 0px;
}
@media (max-width:640px) {
  .advising {
/*     font-size: 1em; */
    position: static;
    padding: 12px 8px 5px;
  }
  .advising h2  {
    font-size: 1em;
  }
  .footer {
    position:static;
  }
}
