/* HEADER */
.navbar {
  background-color: white;
  border-color: transparent;
}
.navbar .navbar-brand {
  color: black;
  font-family: 'Lucida Grande', sans-serif;
}

.navbar .navbar-brand .img-logo {
  max-height: 100%;
  max-width: 100%;
}

.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus,
.navbar .navbar-brand:active,
.navbar .navbar-brand.active {
  color: #DC4A31;
}
.navbar .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar .navbar-toggle {
  background-color: #F5634A;
  border-color: #F5634A;
}
.navbar .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background-color: #F5634A;
}
.navbar .nav li a {
  font-family: 'Lucida Grande', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: black;
}

.navbar .nav li a:hover,
.navbar .nav li a:focus {
  color: #D1D1D1;
  outline: none;
}
.navbar .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #D1D1D1;
}
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  color: white;
  background-color: #DC4A31;
}
@media (min-width: 768px) {
  .navbar {
    background-color: transparent;
    padding: 0px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar .navbar-nav > .active > a {
    border-radius: 3px;
  }
  .navbar .navbar-shrink {
    background-color: #222222;
    padding: 1.5px 0;
  }
  .navbar .navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}

/* BODY */
body {
  overflow-x: hidden;
  font-family: 'Lucida Grande', sans-serif;
  font-weight: 300;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #F5634A;
}
.highlight {
  font-weight: 400;
}
p {
  font-size: 12px;
  line-height: 1.5em;
}
p.large {
  font-size: 16px;
  line-height: 2.25em;
}
@media (min-width: 768px) {
  p {
    font-size: 14px;
    line-height: 1.5em;
  }
  p.large {
    font-size: 18px;
    line-height: 2.5em;
  }
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
  text-decoration: none;
}
a {
  color: black;
}
a:hover,
a:focus,
a:active,
a.active,
a.text-primary:hover {
  color: #DC4A31; /* slightly darker orange hover color */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*text-transform: uppercase;*/
  font-weight: 400;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #f7f7f7;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn {
  color: #fff;
  border-radius: 2px;
  border: 2px solid #fff;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-primary {
  color: #F5634A;
  border-color: #F5634A;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #DC4A31;
  border-color: #DC4A31;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #F5634A;
  border-color: #F5634A;
}
.btn-primary .badge {
  color: #F5634A;
  background-color: #ffffff;
}
.btn-xl {
  color: #ffffff;
  background-color: #F5634A;
  border-color: #F5634A;
  font-family: 'Lucida Grande', sans-serif;
  text-transform: uppercase;
  /*font-weight: 700;*/
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: #ffffff;
  background-color: #DC4A31;
  border-color: #DC4A31;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #F5634A;
  border-color: #F5634A;
}
.btn-xl .badge {
  color: #F5634A;
  background-color: #ffffff;
}

header {
  align-items: center;
  background-image: url("../img/home.jpg");
  display: flex;
  height: 100%;
  height: 100vh;
  min-height: 550px;
}

header .intro-text {
  position: absolute;
  color: white;
  top: 40%;
  left: 13.43%;
}

header .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 100;
  line-height: 1em;
  margin: 20px 0;
}
header .intro-text .intro-heading .bold {
  font-weight: 300;
}
header .intro-text .intro-lead-in {
  font-size: 20px;
  line-height: 1.3em;
}
header .intro-text .location {
  margin: 5px 0;
  font-size: 20px;
  line-height: 1.4em;
}
header .apply {
  margin-top: 20px;
}
header .apply .btn {
  width: 100%;
  font-size: 16px;
}
header .apply .btn:hover,
header .apply .btn:active,
header .apply .btn:focus {
  color: #F98457;
  background-color: #fff;
}
@media (max-width: 991px) {
  header .apply .btn {
    width: 50%;
    margin: 5px 0;
  }
}
@media (max-width: 767px) {
  header {
    height: 100%;
  }
  header .intro-text {
    padding: 40px 0 60px;
  }
  header .intro-text .logo {
    height: 100px;
  }
  header .intro-text .intro-heading {
    font-size: 75px;
    margin: 10px 0;
  }
  header .intro-text .intro-lead-in {
    font-size: 24px;
    line-height: 1.2em;
  }
  header .intro-text .location {
    font-size: 20px;
    line-height: 1.2em;
  }
  header .apply .btn {
    width: 100%;
    margin: 5px 0;
  }
}
section {
  padding: 30px 0;
}
section:nth-of-type(even) {
  background-color: #ffffff;
}
section:nth-of-type(odd) {
  background-color: #2c252f;
}
section h2.section-heading {
  font-size: 35px;
  margin-top: 0;
  margin-bottom: 15px;
}
section h3.section-subheading {
  font-size: 20px;
  font-style: italic;
  /*font-weight: 400;*/
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  section {
    padding: 50px 0;
  }
  section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  section h3.section-subheading {
    font-size: 20px;
    font-style: italic;
    margin-bottom: 75px;
  }
}
@media (min-width: 768px) {
  .center-cols {
    display: flex;
    justify-content: center;
  }
}

#prizes .prizes-img {
  width: 40%;
  -webkit-transition: opacity 200ms;
  display: block;
  margin: auto;
}
#prizes .prizes-img:hover {
  opacity: 0.5;
}
#prizes .prizes-info {
  font-size: 20px;
  color: white;
}

#advisors .advisors-info {
  color: black;
  text-align: center;
  font-size: 20px;
  padding: 0px 0px 0px 0px;
  line-height: 2em;
}

#advisors .advisors-img {
  width: 60%;
  position: relative;
  display: block;
  margin: auto;
}

#banner .banner {
  padding: 20px 10px;
}
#banner .banner-img-link {
  display: inline-block;
  margin: 0 20px;
}
#banner .banner-img {
  height: 100%;
  -webkit-transition: opacity 200ms;
}
#banner .banner-img:hover {
  opacity: 0.5;
}
@media (min-width: 992px) {
  #banner .banner-img-link {
    margin: 0 30px;
  }
}
@media (min-width: 1200px) {
  #banner .banner-img-link {
    margin: 0 50px;
  }
}
#banner .banner-name {
  font-size: 22px;
  margin-top: 10px;
}
#banner .banner-info {
  font-size: 15px;
}
#banner .banner-info a {
  color: inherit;
}
@media (min-width: 768px) {
  #banner .custom-text-nowrap {
    white-space: normal;
  }
}
#components .tile {
  padding: 30px 0;
}
#components .sp-logo {
  height: 50px;
}
@media (min-width: 768px) {
  #components .sp-logo {
    height: 35px;
  }
}
@media (min-width: 992px) {
  #components .sp-logo {
    height: 45px;
  }
}
@media (min-width: 1200px) {
  #components .sp-logo {
    height: 55px;
  }
}

#thin-header {
  align-items: center;
  display: flex;
  height: 100px;
  justify-content: center;
}
#thin-header .thin-header-text {
  text-transform: uppercase;
  font-size: 50px;
}
@media (max-width: 767px) {
  #thin-header .thin-header-text {
    font-size: 50px;
  }
}
#thin-header .header-logo {
  height: 70px;
}
@media (max-width: 767px) {
  #thin-header .thin-header-text {
    font-size: 40px;
  }
}
.card {
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
  padding: 15px;
  margin: 15px 0;
}

footer {
  padding: 25px 0;
  text-align: center;
}
footer span.copyright {
  line-height: 40px;
  /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  text-transform: uppercase;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #F5634A;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
::-moz-selection {
  background: #FEBAB7;
  text-shadow: none;
}
::selection {
  background: #FEBAB7;
  text-shadow: none;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #F5634A;
}

#contact .contact-info {
  color: white;
  font-size: 24px;
  text-align: left;
  line-height: 2;
}

#banner {
  background-image: url("../img/banner.jpg");
  height: 100%;
}
