/* Custom styles for recruitment 'win tuition' contest */

.bkgrblank {
  background-color: #eee!important;
  }
.condensed {
  box-shadow:none!important;
  }
header {
  min-height:auto!important;
  }
nav {
  top:0!important;
  }
.carousel {
  height:50vh!important;
}
.carousel .item {
  background-repeat: no-repeat!important;
  background-color:#404040!important; 
  }
.col-lg-12 {
  margin: -100px auto 0 auto!important;
  background-color:#fff!important;
  padding-top:30px!important;
  float:none!important;
  max-width:849px!important;
}

h1, h2, h3 {
  font-family:'ProximaNovaA-Regular', 'Century Gothic', AppleGothic, Arial, sans-serif;
  } 
h1 {
  font-size:30px!important;
  margin-top:0!important;
  margin-bottom:20px!important;
  }
h3 {
  font-size:16px!important;
  line-height:1.4!important;
}

@media screen and (min-width:769px) {
  .carousel .item {
    background-size: contain!important;
  }
    h1 {
    font-size:40px!important;
  }
  h3 {
    font-size:20px!important;
    margin:0 auto!important;
    max-width:85%!important;
  }
}

.nobg{
    background-color: transparent !important;
}