body {
  min-height: 50rem;
  padding-top: 5.3rem;

  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  color: #000;
}


.navbar-brand img {
  width: 250px;
}


.arc-navbar {
    background-color: #fff;
}

.subheader {
    background: #2B60AA;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

    .subheader h1 {
        font-family: "Open Sans", Sans-serif;
        font-weight: 600;
        font-size: 59px;
        padding: 25px;
        line-height: 1.8em;
    }


.alert.alert-primary {
    background: none;
    color: #000;
    padding: 30px;
    border: none;
    border-radius: 0;
}

.arc-navbar .nav-item {
  font-weight: bold;
  font-size: 1.25rem;
  color: white;
}

.btn {
  font-weight: bold;
  font-size: 1.25rem;
  color: white;
}

.btn-donate {
  font-weight: bold;
  background-color: #02519C;
  color: white;
  border-color: #02519C;
}

.nav-link {
  text-transform: uppercase;
  color: white !important;
  
}

.navbar-nav>li{
  border-right: 1px solid rgba(255,255,255,0.25);
}
.navbar-nav>li:last-child {
   border: none;
}


.arc-question {
  font-size: 1.75rem;
}


.arc-question .form-check-input {
  width: 25px;
  transform: scale(1.5);
}

#study-maths, #study-dna, #study-campsych, #study-unavailable-a, #study-unavailable-b {
 display: none;
}

#recommend-maths, #recommend-dna, #recommend-campsych {
  display: none;
}

 #q2, #q3, #q4, #q5 {
  display: none;
}

.jumbotron {
  
  height:200px;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid #ccc;
  
  
  
}
.jumbotron {
  padding-top: 32px;
  color:white;
}
.title {
 text-shadow: 2px 2px 2px black;
}
.jumbotron h1 {
 color:white;
}
.jumbotron h1.study {
  color:#ffe58f;
  font-size: 64px;
}
.jumbotron p {
  font-weight: normal;
  font-size: 1.4rem;
  
}

.errMsg_js, .field-validation-error, .heard-failure, .site-failure {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.field-validation-error {
    display: block;
    margin-top: 10px;
}


.progress .progress-bar {
    background: #62B47D;
}


@media (max-width:500px) {
    .jumbotron h1 {
color:white;
}
.jumbotron h1 {
font-size: 36px;
}

.jumbotron h1.study {
color:#ffe58f;
font-size: 48px;
}
.jumbotron p {
font-weight: normal;
font-size: 1.4rem;

}

.w-25 {
width: 50%!important;
}
  }

.arc-question .form-check-input {
    width: 23px;
    height: 23px;
    transform: scale(1);
    top: 1px;
    position: relative;
}