.content{
  width: 100%;
  margin: 0%;
  overflow: hidden;
  margin-bottom: 6%;
  font-family:montserrat;

}
.content-body{
  margin: 10% 5%;
  width: 40%;
  float: left;
}
.content-body h1{
  font-size: 1.8vw;
}
.content-body h2{
  font-size: 1.3vw;
}
.content-header{
  width: 100%;
  height: 18vw;

}
.content-header img{
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.header-body{
    position: absolute;
    margin-top: 12%;
    width: 97%;
    margin-left: 3%;
    overflow: hidden;
    z-index: 0;
}
  .header-body h1{
    margin: 0%;
    color: white;
    text-align: center  ;
            font-size: vw;
  }

.nominate-body h1{
  margin: 0;
  font-size: 2.5vw;
    margin-bottom: 1%;
text-decoration:underline;
}
.nominate-body p{
  margin: 0;
  font-size: 1vw;
}
#form1{
  width: 100%;
  overflow: hidden;
  margin: 2% 0%;
}

p{
  margin: 0;
  font-size: 1vw;
  margin-bottom: 3%;
} 
#form2{
  width: 100%;
  overflow: hidden;
   margin: 2% 0%;
}
label{
  font-weight: normal;
  font-size: 1vw;
}
#form2a{
 width: 100%;
  float: left;
  overflow: hidden;
}
#form2b{
 width: 100%;
  float: left;
  overflow: hidden;
}
input[type='text'], textarea{
  width: 100%;
  padding: 8px 3px;
  color: #adadad;
  font-size: .8vw;
  border: none;
  margin: 2% 0%;
  border-bottom: 1px solid gray;

}
input[type='submit']{
  font-size: 1.2vw;
  padding: 1.5% 2%;
  border: none;
  font-weight: bolder;
  background-color: #ffb700;
  color: white;
  cursor: pointer;
}
input[type='submit']:hover{
  opacity: .8;
  text-decoration: underline;
  }
  .container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1.2vw;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #ffb700;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 6px;
  left: 6.5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
  @media only screen and (max-width: 768px) {
    .content-body h1{
  font-size: 4.5vw;
}
.content-body h2{
  font-size: 3.5vw;
}
      .content-body{
  margin: 10% 5%;
  width: 90%;
}

.content-header{
  margin-top: 9%;
}
.header-body{
      margin-top: 19%;
}
  .header-body h1{
      margin-top:5%;
        font-size: 8vw;
  }
  #form1{
  width: 100%;
  overflow: hidden;
  margin: 2% 0%;
}
#form2a{
 width: 100%;

}
#form2b{
 width: 100%;

  }
input[type='text'], textarea{
  width: 98%;
  padding: 8px 3px;
  color: #adadad;
  font-size: 3vw;
  border: none;
  margin: 2% 0%;
  border-bottom: 1px solid gray;

}
.nominate-body h1{
  margin: 0;
  font-size: 6vw;

    margin-bottom: 5%;

}
.nominate-body p{
  margin: 0;
  font-size: 2vw;
}
 h2{
  margin: 0;
  font-size: 4.5vw;
  margin-bottom: 1%;
  margin-top:5%;
    font-weight: bolder;
} 
#form1 p, #form2 p{
  margin: 0;
  font-size: 2vw;
  margin-bottom: 2%;
} 
label{
  font-size: 3vw;

  font-weight: normal;
}
input[type='submit']{
  font-size: 4vw;
  padding: 4% 6%;
  border: none;
  font-weight: bolder;
  background-color: #ffb700;
  color: white;
  cursor: pointer;
}
}