/* ==========================================================================
   Global Variables
========================================================================== */
/* Font-Stack */
@font-face {
  font-family: 'newake';
  src: url('../fonts/NewakeFont-Regular.woff2') format('woff2'), url('../fonts/NewakeFont-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'radwave';
  src: url('../fonts/RadwaveFont-Regular.woff2') format('woff2'), url('../fonts/RadwaveFont-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* Color Palette */
/* ==========================================================================
   Working Classes
   ========================================================================== */
.circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.round {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.shadow {
  box-shadow: 0 0.2em 0.4em 0 rgba(0, 0, 0, 0.05);
}
.clearfix {
  zoom: 1;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
.hover-fix {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.center {
  text-align: center;
}
/* ==========================================================================
   Typography
   ========================================================================== */
html {
  font-family: 'Space Grotesk', Arial, sans-serif;
}
body,
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
.standard {
  color: #FFFFFF;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 27px;
  ext-transform: none;
}
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px;
  padding: 0;
}
p a,
ul a,
ol a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #FF5347;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
}
p a:hover,
ul a:hover,
ol a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #FF5347;
  text-decoration: underline;
}
p strong,
ul strong,
ol strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: bold;
}
h1 {
  font-family: 'newake', Arial, sans-serif;
  font-size: 60px;
  line-height: 63px;
}
h2 {
  font-family: 'newake', Arial, sans-serif;
  font-size: 40px;
  line-height: 48px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  padding-top: 15px;
}
a.button {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  background: #00897b;
  color: #FFFFFF;
  font-family: 'newake', Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 27px;
  margin-top: 10px;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
}
a.button:hover {
  background: #006759;
  color: #FFFFFF;
  text-decoration: none;
}
.transition {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
/* ==========================================================================
   Page Setup
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
body {
  background: #0c0c0c;
  color: #FFFFFF;
}
body .container {
  margin: 0 auto;
  padding: 0 80px;
  position: relative;
  max-width: 1440px;
}
/* ==========================================================================
   Homepage
   ========================================================================== */
.hero {
  background: url(../img/hero.jpg) top center no-repeat;
  background-size: auto 100%;
  padding-bottom: 80px;
  width: 100%;
}
.hero .header {
  padding-top: 50px;
}
.hero .header .logo {
  position: absolute;
}
.hero .header .logo .topline {
  zoom: 1;
  margin: 0 0 10px;
}
.hero .header .logo .topline::before,
.hero .header .logo .topline::after {
  content: "";
  display: table;
}
.hero .header .logo .topline::after {
  clear: both;
}
.hero .header .logo .initials {
  float: left;
  font-family: 'radwave', Georgia, sans-serif;
  font-size: 48px;
  line-height: 48px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}
.hero .header .logo .name {
  float: left;
  font-family: 'newake', Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 0;
}
.hero .header .logo .slug {
  font-size: 18px;
  line-height: 20px;
}
.hero .header .nav {
  zoom: 1;
  list-style: none;
  margin-bottom: 60px;
  padding-left: 50%;
}
.hero .header .nav::before,
.hero .header .nav::after {
  content: "";
  display: table;
}
.hero .header .nav::after {
  clear: both;
}
.hero .header .nav li {
  float: left;
}
.hero .header .nav li:first-child {
  margin: 0 100px 0 0;
}
.hero .header .nav li a {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  color: #FFFFFF;
  display: block;
}
.hero .header .nav li a img {
  display: none;
}
.hero .header .nav li a strong {
  display: block;
  font-family: 'radwave', Georgia, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 0 0 5px;
}
.hero .header .nav li a span {
  display: block;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
.hero .header .nav li a:hover {
  color: #FF5347;
  text-decoration: none;
}
.hero .intro {
  padding-top: 0;
}
.hero .intro .content-block {
  padding: 40px 50% 0 0;
}
.hero .intro ul {
  list-style: none;
}
.hero .intro ul li {
  margin-bottom: 5px;
}
.hero .intro ul strong,
.hero .intro ul span {
  display: inline-block;
}
.hero .intro ul strong {
  width: 120px;
}
.hero .intro ul span {
  background: #0c0c0c;
  color: #FFFFFF;
  padding: 2px 10px;
}
.about.container {
  padding-top: 40px;
}
.about.container h2 img {
  height: 80px;
  margin: 0 20px 0 0;
}
.about.container .content-block {
  padding-right: 50%;
}
.about.container .hand {
  position: absolute;
  right: 80px;
  top: 0;
  width: 40%;
}
.hr {
  margin: 60px 0;
  width: 100%;
}
.campuslife.container h2,
.campuslife.container p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.campuslife.container .content-block {
  padding-left: 50%;
  padding-top: 40px;
  position: relative;
}
.campuslife.container .content-block img {
  position: absolute;
  left: 0;
  top: 40px;
  width: 40%;
}
.campuslife.container .content-block ul {
  list-style: none;
  position: relative;
}
.campuslife.container .content-block ul li {
  zoom: 1;
  display: block;
  margin: 0 0 45px;
}
.campuslife.container .content-block ul li::before,
.campuslife.container .content-block ul li::after {
  content: "";
  display: table;
}
.campuslife.container .content-block ul li::after {
  clear: both;
}
.campuslife.container .content-block ul li .left {
  display: block;
  left: 0;
  position: absolute;
  width: 140px;
}
.campuslife.container .content-block ul li .left .ratio {
  display: block;
  font-family: 'newake', Arial, sans-serif;
  font-size: 48px;
  line-height: 48px;
  margin: 0;
}
.campuslife.container .content-block ul li .left .subtext {
  display: block;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
}
.campuslife.container .content-block ul li .right {
  display: block;
  padding-left: 140px;
}
.campuslife.container .content-block ul li .right h4 {
  font-family: 'radwave', Georgia, sans-serif;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 5px;
}
.campuslife.container .content-block ul li .right .description {
  display: block;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.campuslife.container .content-block ul li.two .left .ratio,
.campuslife.container .content-block ul li.two .right h4 {
  color: #FFECAA;
}
.campuslife.container .content-block ul li.three .left .ratio,
.campuslife.container .content-block ul li.three .right h4 {
  color: #FFBF5F;
}
.campuslife.container .content-block ul li.four .left .ratio,
.campuslife.container .content-block ul li.four .right h4 {
  color: #FF7B52;
}
.campuslife.container .hundred {
  border: 2px solid #FF5347;
  margin: 60px 0 80px;
  padding: 40px 60px;
  position: relative;
}
.campuslife.container .hundred .left {
  display: block;
  left: 60px;
  position: absolute;
  width: 140px;
}
.campuslife.container .hundred .left .ratio {
  color: #FF5347;
  display: block;
  font-family: 'newake', Arial, sans-serif;
  font-size: 48px;
  line-height: 48px;
  margin: 0;
}
.campuslife.container .hundred .left .subtext {
  display: block;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
}
.campuslife.container .hundred .right {
  display: block;
  padding-left: 150px;
}
.campuslife.container .hundred .right h4 {
  color: #FF5347;
  font-family: 'radwave', Georgia, sans-serif;
  font-size: 36px;
  line-height: 36px;
  margin: 0 0 25px;
}
.campuslife.container .hundred .right p {
  display: block;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 25px;
  max-width: none;
}
.campuslife.container .hundred .right p:last-child {
  margin-bottom: 0;
}
.faq {
  background: #240E28 url("../img/bottom.jpg") no-repeat top center;
  background-size: 100%;
  padding-top: 90px;
  padding-bottom: 20px;
}
.faq .pennant {
  left: 170px;
  position: absolute;
  top: -80px;
  width: 300px;
}
.faq h2 {
  margin: 0;
}
.faq h3 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 0 5px;
  padding-top: 40px;
}
.faq p {
  color: #EBDBEE;
  margin-bottom: 40px;
}
.faq p.final {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 40px;
}
.faq .tribute {
  color: #FFFFFF;
  font-family: 'newake', Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 5px;
  margin: 80px auto 40px;
  max-width: 800px;
  text-transform: uppercase;
}
.faq .footer {
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  margin: 0 auto 10px;
  max-width: 800px;
  opacity: 0.7;
}
.story .intro {
  background: url(../img/ruins.jpg) top center no-repeat;
  background-size: auto 100%;
  height: 440px;
}
.story p {
  font-size: 20px;
}
.story .chapter {
  zoom: 1;
  margin: 0 auto 30px;
}
.story .chapter::before,
.story .chapter::after {
  content: "";
  display: table;
}
.story .chapter::after {
  clear: both;
}
.story .chapter .opener {
  margin: -40px auto 40px;
  text-align: center;
}
.story .chapter .opener .subheader {
  font-family: 'newake', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 48px;
  letter-spacing: 6px;
  margin: 0 auto;
  text-transform: uppercase;
}
.story .chapter .opener h2 {
  font-family: 'radwave', Georgia, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 48px;
  margin: 0 auto 30px;
}
.story .chapter .opener p {
  margin: 0 auto;
  max-width: 800px;
}
.story .chapter .left {
  float: left;
  width: 50%;
}
.story .chapter .left .signature {
  margin: 0;
}
.story .chapter .left .signature img {
  margin-bottom: 10px;
  width: 300px;
}
.story .chapter .left .byline {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 45px;
}
.story .chapter .left .byline span {
  color: #cccccc;
  display: block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 18px;
  text-transform: uppercase;
}
.story .chapter .right {
  float: left;
  padding-left: 15%;
  padding-top: 60px;
  width: 50%;
}
.story .chapter .right .portrait {
  margin: 0 0 5px;
  width: 100%;
}
.story .chapter .right .caption {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 45px 20px;
}
.story .chapter .right .caption span {
  color: #cccccc;
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 18px;
  margin-top: 5px;
  text-transform: uppercase;
}
.story .chapter .right .factoid {
  color: #cccccc;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 0 20px;
}
.story .chapter .right .factoid strong {
  color: #FFFFFF;
  display: block;
  font-size: 18px;
  margin: 0 0 10px;
}
.story .faculty {
  zoom: 1;
  margin-bottom: 80px;
  text-align: left;
}
.story .faculty::before,
.story .faculty::after {
  content: "";
  display: table;
}
.story .faculty::after {
  clear: both;
}
.story .faculty h2 {
  margin-bottom: 40px;
  text-align: center;
}
.story .faculty .role {
  float: left;
  padding: 0 1%;
  width: 25%;
}
.story .faculty .role img {
  margin: 0 0 20px;
  width: 100%;
}
.story .faculty .role .name {
  font-family: 'newake', Arial, sans-serif;
  font-size: 30px;
  line-height: 36px;
  margin: 0;
}
.story .faculty .role .job {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.story .faculty .role .bio {
  color: #cccccc;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 15px;
  padding-right: 5%;
}
.mint {
  background: #04021C url(../img/mint.jpg) top center no-repeat;
  background-size: cover;
}
.mint .container {
  margin-top: 60px;
  max-width: 1200px;
}
.mint .initials {
  font-family: 'radwave', Georgia, sans-serif;
  font-size: 48px;
  line-height: 48px;
  margin: 0 10px 0 0;
  text-align: center;
  text-transform: uppercase;
}
.mint .name {
  font-family: 'newake', Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 0;
  text-align: center;
}
.mint .mint-block {
  margin-top: 80px;
  padding-left: 460px;
}
.mint .mint-block img {
  left: 80px;
  position: absolute;
  width: 380px;
}
.mint .mint-block h1 {
  font-size: 48px;
  line-height: 52px;
  margin: 0 0 15px;
}
.mint .mint-block p {
  font-size: 20px;
  line-height: 27px;
  margin: 0 0 40px;
}
.mint .mint-block .button-wrap {
  margin: 0 0 15px;
}
.mint .mint-block .counter {
  font-size: 14px;
  letter-spacing: 2px;
  opacity: 0.7;
  text-transform: uppercase;
  word-spacing: 5px;
}
.mint .mint-block ul {
  zoom: 1;
  list-style: none;
  margin: 0 0 30px;
}
.mint .mint-block ul::before,
.mint .mint-block ul::after {
  content: "";
  display: table;
}
.mint .mint-block ul::after {
  clear: both;
}
.mint .mint-block ul li {
  float: left;
  margin: 0 60px 0 0;
}
.mint .mint-block ul .label {
  display: block;
  font-family: 'radwave', Georgia, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 5px;
}
.mint .mint-block ul .value {
  display: block;
  font-family: 'newake', Arial, sans-serif;
  font-size: 30px;
  line-height: 36px;
}
.mint .mint-block ul select {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-appearance: button;
  -moz-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  background: none;
  border: 1px solid #ffffff;
  border-radius: 2px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-family: 'newake', Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 5px 5px 5px 10px;
  text-align: center;
}
.mint a:hover {
  cursor: pointer;
}
.mint #overlay {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.mint .modal {
  background: url(../img/modal.png) top center no-repeat;
  background-size: 100% 100%;
  height: 520px;
  left: 50%;
  margin-left: -235px;
  margin-top: -260px;
  padding: 35px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 470px;
}
.mint .modal .close {
  position: absolute;
  right: 15px;
  top: 10px;
}
.mint .modal h2 {
  margin: 0 0 15px;
}
.mint .modal p {
  font-size: 18px;
  line-height: 24px;
}
.mint .modal p a {
  color: #FFD9B7;
}
.mint .modal p a:hover {
  color: #ddb795;
}
/* ==========================================================================
   Responsive Styles
   ========================================================================== */
@media screen and (max-width: 1280px) {
  .hero .header .nav li:first-child {
    margin-right: 60px;
  }
  h1 {
    font-size: 52px;
    line-height: 54px;
  }
}
@media screen and (max-width: 1150px) {
  .hero .header .nav {
    float: right;
    padding-left: 0;
  }
  .hero .intro .content-block {
    padding: 140px 40% 0 0;
  }
  .campuslife.container h2,
  .campuslife.container p {
    max-width: none;
  }
  .campuslife.container .content-block {
    padding: 0;
    text-align: center;
  }
  .campuslife.container .content-block img {
    display: inline-block;
    margin: 0 auto 80px;
    position: relative;
    top: 0;
    width: 60%;
  }
  .campuslife.container .content-block ul {
    text-align: left;
  }
  .story .chapter .left {
    width: 60%;
  }
  .story .chapter .right {
    padding-left: 5%;
    width: 40%;
  }
  .story .chapter .right .caption,
  .story .chapter .right .factoid {
    margin-left: 10px;
  }
  .story .faculty {
    margin-bottom: 20px;
  }
  .story .faculty .role {
    width: 50%;
    margin-bottom: 60px;
  }
  .mint .mint-block {
    padding-left: 0;
    text-align: center;
  }
  .mint .mint-block img {
    display: none;
  }
  .mint .mint-block ul {
    margin-left: auto;
    margin-right: auto;
  }
  .mint .mint-block ul li {
    display: inline-block;
    float: none;
  }
  .mint .mint-block ul li.last {
    margin-right: 0;
  }
  .mint .mint-block .button {
    min-width: 320px;
  }
  .mint .mint-block select {
    height: 42px;
  }
}
@media screen and (max-width: 960px) {
  body .container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .hero {
    background: url(../img/hero2.jpg) top center no-repeat;
    background-size: auto 100%;
    height: auto;
    padding-bottom: 360px;
  }
  .hero .intro .content-block {
    padding: 0;
  }
  .hero .header {
    zoom: 1;
  }
  .hero .header::before,
  .hero .header::after {
    content: "";
    display: table;
  }
  .hero .header::after {
    clear: both;
  }
  .hero .header .logo {
    float: left;
    margin-bottom: 20px;
    position: relative;
  }
  .hero .intro .content-block {
    padding: 0;
  }
  .hero .header .nav li {
    float: none;
    margin: 0;
  }
  .hero .header .nav li:first-child {
    margin: 0 0 40px;
  }
  h1 {
    font-size: 60px;
    line-height: 63px;
  }
  .about.container .content-block {
    padding-right: 0;
  }
  .about.container .hand {
    display: block;
    margin: 60px auto 0;
    position: relative;
    right: auto;
    top: auto;
    width: 80%;
  }
  .hr {
    margin-top: 20px;
  }
  .campuslife.container .content-block img {
    width: 80%;
  }
  .campuslife.container .hundred {
    text-align: center;
  }
  .campuslife.container .hundred .left {
    float: none;
    left: auto;
    margin: 0 0 30px;
    position: relative;
    text-align: center;
    top: auto;
    width: auto;
  }
  .campuslife.container .hundred .right {
    padding: 0;
  }
  .campuslife.container .hundred .right h4 {
    margin: 0 0 20px;
  }
  .story p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 660px) {
  h1 {
    font-size: 48px;
    line-height: 52px;
  }
  .hero {
    background: url(../img/hero3.jpg) top center no-repeat;
    background-size: auto 100%;
    height: auto;
    padding-bottom: 360px;
  }
  .hero .header .nav li:first-child {
    margin-bottom: 20px;
  }
  .hero .header .nav li a img {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    display: block;
  }
  .hero .header .nav li a strong {
    display: none;
  }
  .hero .header .nav li a span {
    display: none;
  }
  .hero .header .nav li a:hover img {
    opacity: 0.6;
  }
  .campuslife.container .hundred {
    padding: 40px 30px;
  }
  .faq .pennant {
    left: 100px;
    position: absolute;
    top: -50px;
    width: 250px;
  }
  .story .chapter p,
  .story .chapter .opener {
    text-align: left;
  }
  .story .chapter {
    margin-bottom: 60px;
  }
  .story .chapter .left,
  .story .chapter .right {
    float: none;
    width: 100%;
  }
  .story .chapter .right {
    padding: 0;
  }
  .story .chapter .right p {
    text-align: left;
  }
  .story .chapter .right .story .chapter .right .portrait {
    margin-bottom: 10px;
  }
  .story .chapter .opener .subheader {
    font-size: 16px;
    line-height: 36px;
  }
  .story .chapter .opener h2 {
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 20px;
  }
  .story .faculty h2 {
    margin-bottom: 30px;
  }
  .story .faculty .role {
    margin: 0 0 50px;
    padding: 0;
    width: 100%;
  }
  .story .faculty .role img {
    margin: 0 0 20px;
  }
  .story .faculty .role .name {
    margin-bottom: 5px;
    padding: 0 15px;
  }
  .story .faculty .role .job {
    padding: 0 15px;
  }
  .story .faculty .role .bio {
    font-size: 16px;
    line-height: 22px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 500px) {
  body .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero {
    padding-bottom: 360px;
  }
  .hero .header {
    padding-top: 30px;
  }
  h1 {
    font-size: 48px;
    line-height: 50px;
  }
  h1 span {
    display: block;
  }
  a.button {
    margin-top: 10px;
    width: 100%;
  }
  .about.container {
    padding-top: 10px;
  }
  .about.container .hand,
  .campuslife.container .content-block img {
    width: 95%;
  }
  .campuslife.container .content-block ul li .right {
    padding-left: 120px;
  }
  .campuslife.container .content-block ul li .right h4 {
    line-height: 24px;
  }
  .mint .mint-block {
    margin-top: 50px;
  }
  .mint .mint-block h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .mint .mint-block ul {
    margin: 0;
  }
  .mint .mint-block ul li {
    display: block;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 400px) {
  .hero .header .nav {
    margin-bottom: 40px;
  }
  .hero .header .logo .topline {
    margin-bottom: 5px;
  }
  .hero .header .logo,
  .hero .header .nav {
    float: none;
  }
  .hero .header .nav li {
    float: left;
  }
  .hero .header .nav li:first-child {
    margin: 0 20px 0 0;
  }
  h1 {
    font-size: 42px;
    line-height: 45px;
  }
}
