@import url('https://fonts.googleapis.com/css?family=Amiri');

body, html {margin:0; padding:0;}

body {font-family: 'GothamBook';}

.contact-us-section h2,
.signup span,
.department,
.open-menu, h1, h2, h3
{
  color: white;
  font-family: 'GothamBold';
  text-transform: uppercase;
  font-weight: normal;
}

.menu-btn {
  float: right;
  background:none;
  border:0;
  padding:0;
  margin:0;
}

.menu-btn,
.site-head {font-size: 20px;}

.site-head {padding-top:2em;}

.long-name {display:none;}

@media screen and (min-width: 900px)  {
  .long-name {display:inline;}
}

/* Navigation Styles */
.sidenav {
  transition: 0.5s;
  margin: 0;
  padding: 1em;
  background-color: #505050;
}

.sidenav li,
.sidenav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sidenav li {
  padding-bottom:0.5em;
  margin:0.5em 0.25em;
  border-bottom:1px solid rgba(255,255,255,0.5);
}


@media screen and (min-width: 720px)  {
  .nojs .sidenav li {
    width:30%;
    display:inline-block;
  }
}

.has-js .sidenav {
  padding-top: 60px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 40000;
}

.sidenav.hidden {
  transform:translateX(-100%);
}


.sidenav a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
}

.sidenav .close-menu {
  font-size: 36px;
  position: absolute;
  right: 25px;
  top: 0;
}

.fsbox p,
.signup em,
.contact-us-section p {
  font-family: 'Amiri', serif;
  font-style: normal;
}

.masthead {
  background: rgba(24,69,61,0.90);
  padding: 20px 100px 30px 60px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-sizing: border-box;
}

.nojs .masthead {position:relative;}

.msu-masthead {
  width:325px;
  margin:0 auto;
  position: relative;
}

@media screen and (min-width: 800px)  {
  .msu-masthead {width:auto;}
  .msu-masthead #MSUSearchTool {
    position:absolute;
    top:0;
    right:0;
  }
}

.hero {position:relative;}
.hero img {display:block; max-width:95%; margin:0.25em auto;}

.hero video {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 85vh;
}

.hero .overlay {
  font-size: 4em;
  left:0;
  line-height: 1.05;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top:40%;
  width: 100%;
}

@media only screen and (max-width: 500px) {
  .hero .overlay {
    top:55%;
    font-size: 2em;
  }

  .msu-police-info p {
    padding: 0 20px;
  }

  .footer h2,
  .contact-us-section h2,
  .contact-us-section p {
    padding-left: 40px;
  }
}

.announcements {
  border: 0.425em solid #fff;
}

.announcements h2 {display:none;}

.announcement {
  padding: 10px;
  box-sizing: border-box;
  border: 0.425em solid #fff;
}

.announcement a {
  color: #fff;
  text-decoration: none;
}

.instagram {padding:0; position:relative;}

.instagram::after {
  font-family: FontAwesome;
  font-size: 2.25em;
  content: "\f16d";
  color: #fff;
  position:absolute;
  top: 10px;
  left:10px;
}

.instagram img {
  display: block;
  object-fit: cover;
  width:100%;
  height:100%;
}

@media screen and (min-width: 720px)  {
  .announcements {
    display: flex;
    border-left: 0;
    border-right: 0;
  }

  .announcement {width: 20%;}

  .announcement:first-of-type {border-left:0;}
  .announcement:last-child {border-right:0;}
}

.announcement-type1 {background-color: #18453B;}
.announcement-type2 {background-color: #4a4a4a;}
.announcement-type3 {background-color: #72005d;}


.signup {
  color: white;
  background-color: #18453B;
  font-size: 20px;
  padding: 20px 0;
  text-align: center;
}

.banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.find-sign {
    padding-top: 1em;
    background: linear-gradient(
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.75)
    ), url('/assets/img/msucampus.png');
}

.footer { background-image: url('/assets/img/liveon.png'); }

.find-sign  .fsbox h2 {
  font-size: 3em;
  margin:0;
}

.find-sign  .fsbox {
  color: white;
  border: 3px solid;
  margin: 2em auto 3em;
  padding: 10px;
  text-align: center;
  max-width: 50%;
}


.footer, .contact-us-section {padding: 2em 0;}

.footer h2 {
  font-size: 2em;
  margin: 40px 0 10px 0;
}

.news {
  width:80%;
  margin:2em auto;
  overflow: auto;
}

.article {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom:1em;
}

.article img {display:none;}

.a1 {background-image:url(/content/news1.jpg);}
.a2 {background-image:url(/content/news2.jpg);}
.a3 {background-image:url(/content/news3.jpg);}
.a4 {background-image:url(/content/news4.jpg);}

.article-copy {
  background: rgba(24,69,61,0.60);
  color: #fff;
  padding:3em;
}

@media screen and (min-width: 720px)  {
  .article, .article-copy {background:none;}
  .article {clear:both; padding-top:3em;}
  .article-copy, .article h3 {color:#111;}
  .article img {display:block; float:left; width:40%; margin-bottom:2em;}
  .article-copy {margin-left:50%; border-top:1px solid; padding:1em 3em 1em 0;}

  .footer h2, .social,
  .contact-us-section h2,
  .contact-us-section p {
    padding-left: 145px;
  }
}

.social {
  list-style-type: none;
  margin: 0;
}

.social li {
  display: inline;
  font-size: 2em;
  padding-right: 20px;
}

.footer a:link, .footer a:visited {
  color: white;
}

.msu-police-info {
  background-color: #f9f9f9;
  margin: 40px 0;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
}

.msu-police-info strong {
  color: #18453B;
  font-size: 16px;
  text-transform: uppercase;
}

.question {
  background-color: #18453b;
  box-sizing:border-box;
  color: #fff;
  margin:40px 0;
  padding: 40px;
}

@media screen and (min-width: 720px)  {
  .questions {
    display: flex;
    justify-content:space-between;
    margin: 60px auto;
    width: 80%;
  }

  .question {width:45%;}

}

.contact-us-section {
    background: linear-gradient(
      rgba(0, 0, 0, 0.50),
      rgba(0, 0, 0, 0.50)
    ), url('/assets/img/footercontact.png');
}

.contact-us-section h2 { font-size: 2em; }
.contact-us-section p { color: white; font-size: 1.5em; text-transform: none; }
