@import url(https://fonts.googleapis.com/css?family=Oswald:400,700|Quattrocento:400,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);





.hil {
	background-color:#a91f1f;
	color:white;
	font-family: 'Oswald', sans-serif;
	}
	
	
.hil p {
	font-size:3em;
}

.hil h1 {color:white;}

.pollbody {
	background-color:#1f78a9;
	padding-top:20px;
	font-family: 'Quattrocento', serif;
	color:white;	
}



#booker {opacity: 0.8;}
#booker:hover {opacity: 1;cursor: pointer;}


#warren {opacity: 0.8;}
#warren:hover {opacity: 1;cursor: pointer;}

#brown {opacity: 0.8;}
#brown:hover {opacity: 1;cursor: pointer;}

#perez {opacity: 0.8;}
#perez:hover {opacity: 1;cursor: pointer;}

#castro {opacity: 0.8;}
#castro:hover {opacity: 1;cursor: pointer;}

#kaine {opacity: 0.8;}
#kaine:hover {opacity: 1;cursor: pointer;}


.pollbody h1 {
	font-family: 'Quattrocento', serif;
	color:white;
	line-height:0.5;
	font-size: 2.2em;
	font-weight:bold;
}

.pollbody h3 {
	font-family: 'Quattrocento', serif;
	color:white;
	line-height:0.5;
	padding-bottom: 10px;
	font-size:1.5em;
}

.pollbody img {
	height: 320px;
	width: 320px;
}

.signup {
	background-color:#a91f1f;
}



.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.15s ease-out 0;
  -moz-transition: all 0.15s ease-out 0;
  transition: all 0.15s ease-out 0;
  background: #E04040;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  outline: none;
  position: relative;
  margin-right: 0.5rem;
  z-index: 1000;
}

.option-input:hover { background: #E04040; }

.option-input:checked { background: #E04040; }

.option-input:checked::before {
  width: 40px;
  height: 40px;
  position: absolute;
  font-family: FontAwesome;
  content:  "\f005";
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 40px;
}

.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #E08440;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}

.option-input.radio { border-radius: 50%; }

.option-input.radio::after { border-radius: 50%; }