body {
    margin-top: 78px;
    overflow-x: hidden;
    font-family: Gentona-Light;
}
#contact-form input, #contact-form select {
    background-color: #f3f3f3;
    color: #373944;
    border: none;
    margin-bottom: 30px;
    height: 40px;
    outline: #D3D3D3;
    padding: 8px;
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
    height: 40px;
    outline: #D3D3D3;
    padding: 8px;
    font-size: 16px;
    width: 100%;
}
#sub:hover {
    background: 		#EF4051;
    border: 			2px solid #EF4051;
	color: 				#fff;
	transition:			1s;
	-o-transition: 		1s;
	-moz-transition: 	1s;
	-webkit-transition: 1s;
}
#sub {
    background: 		transparent;
    border: 			2px solid #EF4051;
	border-radius: 		0px;
    color: 				#EF4051;
	cursor:				pointer;
    font-family: 		Gentona-Light;
    font-size: 			18px;
    margin: 			0 auto;
    text-align: 		center;
    width: 				200px;
}

.choice {
    cursor: pointer;
    color: #2b84e9;
    font-size: 26px;
    text-align: center;
    margin-top: 60px;
}

.bottom {
    position: fixed;
    bottom: 0px;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 30px;
    font-size: 16px;
}
.pink {
    background-color: #e8d0d2 !important;
}
.QC {
    background-color: #f3f3f3;
    border: 1px solid #e7e7e7;
    width: 100%;
    height: 140px;
    outline: #999;
    margin-bottom: 30px;
    padding: 8px;
    font-size: 16px;
}

/* Navbar container at top */
@media (min-width: 768px){
	.container{
		width:	800px;
	}
}

/* Navbar container at top */
@media (min-width: 1090px){
	.container{
		width:	1170px;
	}
}

