body{
    background-color: #404040;
    font-family: myriad-pro, sans-serif;
}

label{
    color: #ffffff;
}

h2, h3 {
    color: #cc3433;
    font-weight: bold;
}

h4 {
    color: #273b81;
    font-family: Acumin, sans-serif;
    font-weight: bold;
}

p {
    font-size: 15pt;
}

img {
    max-width: 100%;
}

blockquote {
    font-size: 16px;
}

#main{
    background-color: #273b81;
}

#info {
    text-align: left;
}

#submitDesktop {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 8px;
}

#submitMobile {
    margin-top: 8px;
}

/*-------------------*/
#introduction {
    margin-top: 15px;
}

#introduction h3 {
    margin-top: 0;
}

#introduction p {
    margin: 10px auto;
    width: 80%;
}

#date-prizes {
    margin-top: 50px;
}

#details-container {
    margin-top: 50px;
    position: relative;
    display: flex;
    justify-content: center;
}

#dates {
    padding-top: 0;
}

#prizes-container {
    display: flex;
    margin-top: 50px;
}

#prizes-wrapper > h4 {
    margin-top: 0;
}

#prizes-quote-wrapper {
    padding: 10px;
}

#details {
    margin-top: 30px;
}

.btn-red {
    background-color: #cc3433;
    color: #ffffff;
}

.btn-red:hover {
    color: #ffffff;
    background-color: #a52828;
}

.btn-default:focus, .btn-default:hover{
    color: #a52828;
}

.prize-list {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 15pt;
}

.bottom-details {
    position: relative;
    margin: 100px 0 100px 0;
    width: 70%;
    height: 70%;
    background-color: rgba(255,255,255, 0.7);
}

.padDown{
    padding-bottom: 12px;
}

.padUp{
    padding-top: 25px;
}

.pad-top-xsmall {
    padding-top: 3px;
}

.pad-top-small {
    padding-top: 8px;
}

.blue{
    color: #273b81;
    font-weight: bold;
}

.red{
    color: #cc3433;
    font-weight: bold;
}

.white{
    color: #ffffff;
    font-weight: bold;
}

.g-recaptcha{
    position: inherit;
}

.well {
    border: none;
    border-radius: 0;
}

.header-img {
    padding-top:20px;
    position: relative;
}


@media (max-width:767px) { /* XS */

}

@media (min-width:768px) and (max-width:991px) { /* SM */

}

@media (min-width:992px) and (max-width:1199px) { /* MD */

}

@media (min-width:1200px) { /* LG */

}
