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

  body {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
  }

  .container {
    margin: 0 auto;
    max-width: 940px;
    padding: 0 10px;
  }

  .header {
    background: url(media/title_image\ \(upscaled\).jpg) no-repeat center center;
    background-size: cover;
    height: 800px;
    text-align: center;
  }

  .header .container{
    position: relative;
    top: 20%;
    font-size: 7vw;
  }

  .header .container .date{
    position: relative;
    top: 50%;
    font-size: 4vw;
  }


  .header h1 {
    color: #fff;
    line-height: 100px;
    font-size: 80px;
    margin-top: 0;
    margin-bottom: 80px;
    text-transform: uppercase;
  }

  @media (min-width:850px) {
    .header h1 {
      font-size: 120px;
    }
  }

  .header p {
    color: #fff;
    font-weight: 500;
    letter-spacing: 8px;
    margin-bottom: 40px;
    margin-top: 0;
    text-transform: uppercase;
  }


  #horz-nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #00225C;
    text-decoration: none;
    position: fixed;
    width: 100%;
    z-index: 999;
    text-align: center;
    display: inline-block;

}

#horz-nav img{
  margin-top: 3%;
  width: 30%;
  height: auto;
}

#horz-nav li{
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 1.2vw;
    top: 50%;
}

#horz-nav a{
    display: block;
    color: white;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 4%;
    padding-top: 9%;
    text-decoration: none;
    top: 50%;
}

#horz-nav li:hover {
    text-decoration: none;
}

#horz-nav li:hover a {
    color: #f5a918;
    text-decoration: none;
}

  .main .container .slogan{
    margin: 80px auto;
    font-size: 3.5vw;
    color: #00225C;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    text-align: center;
    border: 3px solid #00225C;
    width: 80%;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .main .container img{
    top: 90%;
  }

  .header .container img{
    width: 20%;
    height: auto;
  }

  .main .container .text1 p{
    font-size: 1.5vw;
    color: #00225C;
    font-weight: 300;
    line-height:175%;
    width: 115%;
  }

  .main .container .title_header {
    font-size: 3vw;
    color: #00225C;
    font-weight: 600;
    text-align: center;
    width: 107%;
  }

  .title_header2{
    font-size: 3vw;
    color: #00225C;
    font-weight: 600;
    text-align: center;
    padding-top: 10%;
    padding-bottom: 5%;
    margin-bottom: -3%;
    left:50%;

  }


  .main .container a{
    font-size: 1.9vw;
    color: #00225C;
    font-weight: 600;
    text-align: center;
    padding-top: 15%;
    padding-bottom: 0;
    text-decoration: underline;

  }

  .saac-goals{
    font-size: 1.9vw;
    color: #00225C;
    font-weight: 600;
    text-align: center;
    padding-top: 15%;
    padding-bottom: 0;
    text-decoration: underline;
  }


  .main img {
    float: left;
    margin: 50px 80px 50px 0;

  }

  #logo{
    position: relative;
    margin: 5%;
    width: 90%;
    height: auto;
    left: 0%;
  }

  .saac-goals-text td a{
    font-size: 1.9vw;
    color: #00225C;
    font-weight: 600;
    text-align: center;
    border-collapse: separate;
    padding: 45px;
  }

  .saac-goals-images {
    border-collapse: separate;
    border-spacing: 10px 10px;
    padding-right: 5px;
    margin-right: 0px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
  }


  .schools-participating-images{
    text-align: center;
    vertical-align: middle;
  }

  .schools-participating-tables {
    position: relative;
    left:20%;
  }

  .jumbotron {
    background: url(media/uasbanner.jpeg) center center;
    background-size: cover;
    height: 600px;
    opacity: 0.5;
  }

  .jumbotron .container {
    position: relative;
    top: 15%;
    font-weight: 500;
  }

  .jumbotron h2 {
    color: black;
    text-align: right;
    font-weight: 500;
  }

  .jumbotron p {
    color: black;
    position: relative;
    left: 59%;
    font-weight: 500;
    opacity: 150%;

  }

  .jumbotron .btn {
    margin: 10px 0 0;
    float: right;
  }

  .footer {
    background: #000;
    height: 5%;
    padding-bottom: 0.5%;
  }

  .footer p {
    color: #fff;
    font-size: 1vw;
    position: relative;
    line-height: 300%;
    margin: 0;
    left: -20%;
  }

  @media (max-width: 500px) {
    .header h1 {
      font-size: 50px;
      line-height: 64px;
    }

    .main, .jumbotron {
      padding: 0 30px;
    }

    .main img {
      width: 100%;
    }
  }









  .title_header3 {
    font-size: 3vw;
    color: #00225C;
    font-weight: 600;
    text-align: center;
    padding-bottom: 5%;
    margin-bottom: -3%;
    left:50%;
  }

  .header_conference-overview {
    background: url(media/conference-overview.jpg) no-repeat center center;
    background-size: cover;
    height: 800px;
    text-align: center;
  }

  .header_conference-overview .container{
    position: relative;
    top: 20%;
    font-size: 5.5vw;
    display: inline-block;
  }

  .header_conference-overview .container .date{
    position: relative;
    top: 50%;
    font-size: 4vw;
  }


  .header_conference-overview h1 {
    color: #fff;
    line-height: 100px;
    font-size: 80px;
    margin-top: 0;
    margin-bottom: 80px;
    text-transform: uppercase;
  }

  @media (min-width:850px) {
    .header h1 {
      font-size: 120px;
    }
  }

  .header_conference-overview p {
    color: #fff;
    font-weight: 500;
    letter-spacing: 8px;
    margin-bottom: 40px;
    margin-top: 0;
    text-transform: uppercase;
  }


#rules-and-regulations-div p{
  text-align: center;
  font-size: 1.5vw;
  color: #00225C;
  font-weight: 300;
  line-height: 175%;
  width: 100%;
}

#rules-and-regulations-div {
  text-align: center;
  display: inline-block;
  position: relative;
}

.rules-and-regulations{
  font-size: 1.3vw;
  color: #00225C;
  font-weight: 300;
  line-height:175%;
  width: 40%;
  text-align: center;
  display: inline-block;

}

.rules-and-regulations ul li{
  font-size: 1.3vw;
  color: #00225C;
  font-weight: 300;
  line-height:175%;
  width: 40%;
  position: relative;
  display: inline-block;
}





#schedule img {
  height: 70%;
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}



.schools-rosters-tables {
  position: relative;
  left:15%;
}

.schools-rosters-images{
  text-align: center;
  vertical-align: middle;
  width: -20%;
  height: auto;
}

.rostertext{
  font-size: 2.5vw;
  color: #00225C;
  font-weight: 600;
  text-align: center;
  padding-top: 15%;
  padding-bottom: 0;
  text-decoration: underline;
}
