/* Default Settings */

html,
body {
  margin: 0;
}

section {
  margin: 0 auto;
  width: 1000px;
  padding: 75px 0;
  font-family: 'Libre Baskerville';
}

* {
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

*:focus {
  outline: none;
}

.center {
  text-align: center;
}


/* added - back to top */

#backtotop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 100;
  border: none;
  outline: none;
  background-color: transparent;
  color: #480101;
  cursor: pointer;
  padding: 10px;
  /*    border-radius: 0px;*/
  border-bottom-color: #ffffff;
  font-size: 22px;
}

#backtotop:hover {
  background-color: #ffffff;
  color: #000000;
}


/* Nav Bar */

.nav {
  text-align: center;
  position: relative;
}

.nav ul {
  position: absolute;
  left: 30px;
  top: 20px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.nav ul li {
  display: inline-block;
  padding: 10px;
  font-family: 'Montserrat';
  font-size: 14px;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 2px;
}

.nav ul li:hover {
  background: rgba(158, 158, 158, .2);
}

.nav ul li:active {
  background: rgba(158, 158, 158, .4);
}

a.navbar {
  text-decoration: none;
  color: #333;
}


/* Logo */

.logo {
  height: 60px;
  margin: 15px;
}


/* Search */

.search {
  position: absolute;
  top: 29px;
  right: 30px;
}

.search input[type=text] {
  width: 250px;
  text-transform: uppercase;
  height: auto;
  border-bottom-color: #999999;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  color: #999999;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 300;
  border-bottom-width: 0.5px;
  padding: 5px;
  background-image: url('search.png');
  margin: 0 25px 0 0;
}

.search input[type=text]:focus {
  border-bottom-color: #e82c2c;
  color: #333;
}

.searchbutton {
  margin-left: -25px;
  margin-bottom: -5px;
  height: 16px;
  opacity: 0.8;
  cursor: pointer;
}


/* Slideshow */

.slideshow {
  z-index: 0;
  width: 100%;
  height: 600px;
  overflow: hidden;
  background-size: cover;
  position: relative;
  background-position: center;
  transition: 1s;
  -webkit-transition: 1s;
}

.slide-0 {
  background-image: url(home_imgs/slides/nm.jpg);
}

.slide-1 {
  background-image: url(home_imgs/slides/ibd.jpg);
}

.slide-2 {
  background-image: url(home_imgs/slides/lg1.jpg);
}

.slide-3 {
  background-image: url(home_imgs/slides/lg2.jpg);
}


/* The indicators */

.circles {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  bottom: 30px;
}

.slide-0 .circles span:nth-child(1) {
  background-color: white;
}

.slide-1 .circles span:nth-child(2) {
  background-color: white;
}

.slide-2 .circles span:nth-child(3) {
  background-color: white;
}

.slide-3 .circles span:nth-child(4) {
  background-color: white;
}

.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 10px;
  background-color: #818181;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #ffffff;
}


/* Headers */

h1 {
  font-family: 'Bevan', cursive;
  font-size: 72px;
  letter-spacing: 1px;
  margin: 0;
}

.splash {
  margin-top: 72px;
}


/* added - Boxes */

#topleft {
  position: absolute;
  border: 5px solid #ffffff;
  box-shadow: 1px 1px 4px #000000;
  left: 50%;
  margin-left: -315px;
  padding: 5px;
  margin-top: 10px;
}

#topright {
  position: absolute;
  border: 5px solid #ffffff;
  box-shadow: 1px 1px 4px #000000;
  left: 50%;
  margin-left: 295px;
  padding: 5px;
  margin-top: 10px;
}

#bottomleft {
  position: absolute;
  border: 5px solid #ffffff;
  box-shadow: 1px 1px 4px #000000;
  left: 50%;
  margin-left: -315px;
  padding: 5px;
  margin-top: 355px;
}

#bottomright {
  position: absolute;
  border: 5px solid #ffffff;
  box-shadow: 1px 1px 4px #000000;
  left: 50%;
  margin-left: 295px;
  padding: 5px;
  margin-top: 355px;
}


/* added - Columbia Text */

#columbiatxt {
  text-align: center;
}

#columbiatxt p {
  text-transform: uppercase;
  font-family: 'Libre Baskerville', serif;
  color: #ffffff;
  font-size: 23px;
  letter-spacing: 5px;
  text-shadow: 2px 2px 4px #000000;
  margin: 0 0 5px 0;
}


/* added - CSC Text */

#csctext {
  text-transform: uppercase;
  border: 5px solid #ffffff;
  box-shadow: 1px 1px 4px #000000;
  color: #ffffff;
  line-height: 55px;
  width: 550px;
  padding: 15px;
  padding-top: 60px;
  text-shadow: 2px 2px 4px #000000;
  margin: 0 auto;
}

#csctext h1 {
  font-size: 60px;
}

#csctext p {
  text-transform: lowercase;
  padding-left: 10px;
  font-size: 25px;
  margin-bottom: -10px;
}


/* Welcome Section */


/* added h1 css stuff */

#welcome h1 {
  margin-bottom: -15px;
}

#welcome p {
  font-family: 'Libre Baskerville', serif;
  font-size: 16px;
  line-height: 28px;
  margin-right: 200px;
}

#welcome figure {
  display: inline-block;
  margin: 30px 0 0 0;
}

#welcome figure img {
  border-color: rgba(158, 158, 158, .7);
}

#welcome figure.hovered img {
  box-sizing: border-box;
  border: 3px solid rgba(158, 158, 158, .2);
  opacity: .8;
}

#welcome figcaption {
  width: 400px;
  padding-top: 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 300;
  padding-top: 10px;
  padding-left: 5px;
}

#welcome figure.hovered figcaption span {
  margin-left: 6px;
}


/* added - Dropdown */

.dropdown {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

#about-drop {
  margin-left: -10px;
  margin-top: 10px;
}


/* these next two aren't showing up idkkkk */

#board-drop {
  margin-left: 200px;
  margin-top: 10px;
  z-index: 20;
}

#events-drop {
  margin-left: 200px;
  margin-top: 10px;
  z-index: 20;
}

.dropdown a {
  color: black;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

.dropdown a:hover {
  background-color: #f1f1f1
}

.nav ul li:hover .dropdown {
  display: block;
}


/* Get Involved Section */

.red_wrap {
  box-sizing: border-box;
  display: block;
  border: 5px solid #e83a3a;
  border-bottom: 0;
  margin-top: -25px;
}

.red_wrap .center {
  padding: 30px 0;
}

.red_wrap h3 {
  font-family: 'Libre Baskerville', serif;
  font-size: 30px;
  /* edited */
  margin: 0;
  letter-spacing: 1px;
  /* edited */
  padding-bottom: 10px;
  /* edited */
}

#getinvolved h1 {
  margin-left: 20px;
  margin-bottom: -35px;
}

#getinvolved h2 {
  margin: 30px 30px 5px 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  /* edited */
  letter-spacing: 5px;
  /* edited */
  text-transform: uppercase;
}

#getinvolved p {
  font-family: 'Libre Baskerville', serif;
  margin: 0 30px;
  font-size: 16px;
}

.red_wrap form {
  margin-top: 20px;
}

.red_wrap input[type=text] {
  width: 250px;
  text-transform: uppercase;
  height: auto;
  border-bottom-color: #999999;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  color: #999999;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 300;
  border-bottom-width: 0.5px;
  padding: 5px;
}

.red_wrap input[type=text]:focus {
  border-bottom-color: #e82c2c;
  color: #333;
}

.red_wrap input[type=submit] {
  background: black;
  border: none;
  color: white;
  text-transform: uppercase;
  padding: 7px 15px;
  margin-left: 20px;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
}


/* added - circle symbol thing */

#symbol {
  height: 50px;
  padding: 15px 0;
}


/* added - ???text */

#presletter {
  background-image: url(home_imgs/eboard1617.jpg);
  background-size: cover;
  background-position: center;
}

.letter {
  color: #ffffff;
  width: 500px;
  line-height: 30px;
  font-size: 16px;
  font-family: 'Libre Baskerville', serif;
  letter-spacing: 0.5px;
  opacity: 0.95;
  font-weight: 400;
}

#letterhead {
  font-family: 'Bevan', cursive;
  font-size: 40px;
  opacity: 0.95;
}


/* Board Section Intro */

#boardintro {
  background-image: url(board_imgs/board_red.jpg);
  background-size: cover;
  background-position: center;
}

#boardintro h1 {
  font-size: 72px;
  color: #ffffff;
}

#boardintro p {
  font-family: 'Libre Baskerville', serif;
  color: #ffffff;
  line-height: 30px;
  margin: 0;
  max-width: 600px;
}


/* Board Nav Bar */

.boardnav {
  text-align: center;
  position: relative;
  min-height: 90px;
  background-color: #bcbcbc;
}

.boardnav ul {
  padding: 20px 0;
  margin: 0;
}

.boardnav ul li {
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  font-family: 'Montserrat';
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 2px;
  margin-right: 20px;
}

.boardnav ul li:hover {
  background: #e8e8e8;
}

.boardnav ul li:active {
  background: #eeeeee;
}

a.boardnavbar {
  text-decoration: none;
  color: #333;
}

.desc {
  line-height: 30px;
  font-size: 16px;
  font-family: 'Libre Baskerville', serif;
  margin-bottom: 30px;
  margin-top: 0;
}

.bio {
  cursor: pointer;
}


/* Eboard */

#eboardimgs {
  text-align: center;
}

.eboardmember {
  width: 300px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  margin: 15px 15px 30px 15px;
  position: relative;
}

.eboardmember img {
  width: 100%;
  height: auto;
}

.eboardmember .name {
  font-family: 'Libre Baskerville', serif;
  font-size: 25px;
  margin-top: 10px;
  font-weight: bold;
  margin-bottom: 5px;
}

.eboardmember .position {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 18px;
  margin-bottom: 3px;
}

.eboardmember .schoolmajor {
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 20px;
}

.eboardmember .bio {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  font-size: 14px;
  line-height: 28px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  height: 160px;
  overflow-y: scroll;
}

.eboardmember:hover .bio {
  display: inline;
}


/* ECMs & OCMs */

#ecms {
  align-content: center;
}

#eboard h1,
#ecms h1,
#ocms h1 {
  text-align: center;
  line-height: 65px;
  font-size: 55px;
  margin-bottom: 30px;
  font-family: 'Roboto Slab', serif;
}

#ecmimgs,
#ocmimgs {
  text-align: center;
}

.member {
  width: 200px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  margin: 15px 15px 30px 15px;
  position: relative;
}

.member img {
  width: 100%;
  height: 133px;
  object-fit: cover;
}

.member .name {
  font-family: 'Libre Baskerville', serif;
  font-size: 22px;
  margin-top: 10px;
  font-weight: bold;
  margin-bottom: 5px;
}

.member .schoolmajor {
  line-height: 20px;
  letter-spacing: 1px;
}

.member .bio {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  font-size: 12px;
  line-height: 24px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  height: 93px;
  overflow-y: scroll;
}

.member:hover .bio {
  display: inline;
}

.apps {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  letter-spacing: 3px;
  margin-top: 100px;
  margin-bottom: 70px;
}


/* Events Section Intro */

#eventsintro {
  background-image: url(events_imgs/eventheader1.jpg);
  background-size: cover;
  background-position: center;
}

#eventsintro h1 {
  font-size: 72px;
  color: #ffffff;
}

#eventsintro p {
  font-family: 'Libre Baskerville', serif;
  color: #ffffff;
  line-height: 30px;
  margin: 0;
  max-width: 600px;
}

#sponsors p {
  font-family: 'Libre Baskerville', serif;
  font-size: 16px;
  line-height: 28px;
}

.sponsor img {
  max-width: 100%;
}


/* Events Nav Bar */

.eventsnav {
  text-align: center;
  position: relative;
  min-height: 90px;
  background-color: #bcbcbc;
}

.eventsnav ul {
  padding: 20px 0;
  margin: 0;
}

.eventsnav ul li {
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  font-family: 'Montserrat';
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 2px;
  margin-right: 20px;
  text-transform: uppercase;
}

.eventsnav ul li:hover {
  background: #e8e8e8;
}

.eventsnav ul li:active {
  background: #eeeeee;
}

a.eventsnavbar {
  text-decoration: none;
  color: #333;
}

#nm h1,
#toc h1,
#lg h1,
#rb h1,
#typ h1,
#new h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 50px;
  text-align: center;
  padding-bottom: 30px;
}

.eventblock {
  width: 450px;
  display: inline-block;
  position: relative;
  margin: 20px;
  vertical-align: top;
}

.eventblock img {
  width: 100%;
}

.eventblock p {
  width: 100%;
  line-height: 30px;
  font-size: 16px;
  font-family: 'Libre Baskerville', serif;
  text-align: justify;
  padding: 0 25px;
  box-sizing: border-box;
  margin: 20px 0 0 0;
}

.faq-section,
.join-section {
  padding: 30px;
}

.faq-section:first-of-type,
.join-section:first-of-type {
  padding-top: 60px;
}

.faq-section:last-of-type,
.join-section:last-of-type {
  padding-bottom: 60px;
}

.faq-section h1,
.join-section h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 30px;
}

.faq-section p,
.faq-section li,
.join-section p,
.join-section li {
  width: 100%;
  line-height: 30px;
  font-family: 'Libre Baskerville', serif;
  font-size: 16px;
  box-sizing: border-box;
}


/* footer */

.footer {
  background-color: #83091e;
}

.footerimgs {
  height: 50px;
  margin-left: 10px;
}

.socialimgs {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.copyright {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  width: 269px;
  letter-spacing: 1px;
  text-align: right;
  font-size: 16px;
  float: right;
}


/***/


/* TABLET */


/***/

@media (max-width: 1050px) and (min-width: 650px) {
  section {
    padding: 75px 30px;
    width: 100%;
    box-sizing: border-box;
  }
  .eventblock {
    margin: 20px auto;
    display: block;
  }
  .search {
    display: none;
  }
  .nav ul {
    position: initial;
    margin-bottom: 10px;
  }
  .nav ul li:hover,
  .nav ul li:active {
    background: white;
  }
  .logo {
    margin-bottom: 0;
  }
  #welcome {
    text-align: center
  }
  h1 {
    font-size: 70px;
    text-align: left;
  }
  #nm h1,
  #toc h1,
  #lg h1,
  #rb h1,
  #typ h1,
  #new h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 50px;
  }
  #welcome p {
    text-align: left;
    margin: 20px
  }
  #welcome figure img,
  #welcome figure {
    width: 260px;
    height: auto;
  }
  #welcome figcaption {
    width: 90%;
    text-align: left;
  }
  .red_wrap {
    margin-top: -18px;
  }
  #getinvolved h1 {
    margin-left: 20px;
    margin-bottom: -31px;
  }
}


/***/


/* MOBILE */


/***/

@media (max-width: 650px) {
  section {
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
  }
  .search {
    display: none;
  }
  .nav ul {
    position: initial;
    margin-bottom: 10px;
  }
  .nav ul li {
    font-size: 11px;
    padding: 5px;
  }
  .nav ul li:hover,
  .nav ul li:active {
    background: white;
  }
  .logo {
    margin-bottom: 0;
  }
  .slideshow {
    height: 300px;
  }
  #welcome {
    text-align: center;
  }
  h1,
  #nm h1,
  #toc h1,
  #lg h1,
  #rb h1,
  #typ h1,
  #new h1 {
    font-size: 40px;
  }
  #welcome p {
    margin: 20px 0 0 0;
    font-size: 12px;
    line-height: 24px;
    text-align: left;
  }
  #sponsors p {
    font-size: 12px;
    line-height: 24px;
  }
  #welcome figure img,
  #welcome figure {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  #welcome figure.right {
    margin-left: 0;
  }
  #welcome figcaption {
    font-size: 14px;
    text-align: left;
    width: initial;
  }
  .red_wrap {
    margin-top: -13px;
  }
  #getinvolved h2 {
    margin: 30px 15px 5px 15px;
    font-size: 16px;
  }
  #getinvolved p {
    margin: 0 15px;
    font-size: 12px;
    line-height: 24px;
  }
  .red_wrap input[type=text] {
    width: 90%;
  }
  .red_wrap h3 {
    font-size: 24px;
    margin: 0 15px;
  }
  .red_wrap input[type=submit] {
    margin: 20px 0 0 0;
  }
  #getinvolved h1 {
    margin-left: 0;
    margin-bottom: 5px;
    line-height: 45px;
  }
  .splash {
    margin-top: 45px;
  }
  #topleft {
    margin-left: -145px;
    margin-top: 0px;
  }
  #topright {
    margin-left: 125px;
    margin-top: 0px;
  }
  #bottomleft {
    margin-left: -145px;
    margin-top: 160px;
  }
  #bottomright {
    margin-left: 125px;
    margin-top: 160px;
  }
  #columbiatxt p {
    font-size: 12px;
    letter-spacing: 2px;
  }
  #csctext {
    width: 210px;
    padding-top: 15px;
    line-height: 30px;
  }
  #csctext p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 20px;
  }
  #csctext h1 {
    font-size: 20px;
  }
  .letter {
    width: 100%;
    line-height: 24px;
    font-size: 12px;
  }
  .footer {
    text-align: center;
  }
  .copyright {
    float: none;
    text-align: center;
    margin: 15px 0 0 0;
    display: inline-block;
    font-size: 14px;
    max-width: 250px;
    width: 100%;
  }
  .eboardmember,
  .member {
    width: 200px;
    font-size: 14px;
    line-height: 28px;
  }
  .eboardmember .bio,
  .member .bio {
    height: 160px;
    font-size: 12px;
    line-height: 24px;
  }
  #eboard h1,
  #ecms h1,
  #ocms h1 {
    font-family: 'Roboto Slab', serif;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 15px;
  }
  .name {
    font-size: 18px !important;
  }
  #boardintro h1,
  #eventsintro h1 {
    font-size: 60px;
  }
  .desc,
  #boardintro p {
    font-size: 12px;
    line-height: 24px;
  }
  #nm h1,
  #toc h1,
  #lg h1,
  #rb h1,
  #typ h1,
  #new h1 {
    font-family: 'Roboto Slab', serif;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 15px;
  }
  .eventblock {
    margin: 20px auto;
    width: 100%;
    display: block;
  }
  .eventblock p {
    padding: 0;
    font-size: 14px;
    text-align: left;
  }
}