@import url('https://fonts.googleapis.com/css?family=Gloria+Hallelujah');

body {
   
    background-image: url(../img/bg.png);
    
}

header{
    background-image: url(../img/titleBkg.png);
    height: 140px;
    background-size: cover;
}

header img {
    width: 50%;
    margin: auto;
    display: block;
    margin-top: 20px;
    margin-left: 20px;

}

img {

    width: 65%;
    margin-left: 80px;
    margin-bottom: 20px;
}

form{
    margin-left: 500px;
}

label{
    font-family: 'Gloria Hallelujah';
    font-size: 28px;
    margin-left: 130px;
    color: white;

}
#radioBtn {
   
    text-align: center;
    margin-right: 480px;
    color: white;
}

h1{
    font-family: 'Gloria Hallelujah';
    font-size: 80px;
    color: #b82b2b;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
    text-shadow: 1px 1px 4px #fff;
    
}

h2{
    font-family: 'Gloria Hallelujah';
    font-size: 28px;
    color: white;
    text-align: center;
    padding-top: 10px;
}

h3{
    font-family: 'Gloria Hallelujah';
    font-size: 30px;
    color: white;
    text-align: center;
    margin-top: 20px;
    text-shadow: 2px 2px 8px #000;
}

h4{
    font-family: 'Gloria Hallelujah';
    color: white;
    text-align: center;
    color: #b82b2b;
    
}

button {
	color: white;
	background: #b82b2b;
    border-radius: 25px;
    border: 5px solid #000;
	font-size: 40px;
	padding: 14px 50px;
	display: inline-block;
	min-width: 120px;
	cursor: pointer;
    margin: auto;
    display: block;
}

button:hover{
    background-color: #A12729;
}

.results{
    background-color: #000;
    height: 160px;
    margin-top: 10px;
}

footer p{
    text-align: center;
    font-family: 'Gloria Hallelujah';
    color: white;
    padding-top: 10px;
}
