.Logo{
    width: 8em;
    padding: .7em;
}
.navbar{
    background: #113255;
}
.navbar .nav-item{
    padding: 0em .8em;
}
.navbar .nav-link{
    color: white;
    font-size: 1.15em;
    font-weight: 500;
}
.navbar .nav-link:hover{
    color: #D7B14F;
}
.navbar-nav .nav-link.active{
    color: #D7B14F !important;
}
.Banner{
    height: 28em;
    background: #113255;
}
.Banner img{
    border-radius: 1.5em;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Paytone One", sans-serif;
}
.als{
    margin-top: 22em;
    margin-bottom: 2em;
}
.als .row{
    border-radius: 1.5em;
}
.als .col-sm-4 i{
    font-size: 2.3em;
}
.als .col-sm-4 p{
    font-size: 1.1em;
    font-weight: 500;
}
.About{
    padding: 3em 0em;
    background: #E5E7EB;
}
.About p{
    font-size: 1.05em;
}
.CashAwards{
    padding: 3em 0em;
    background: #eaf2fb;
}
.CashAwards .row .col-sm-6 div{
    border-radius: 1em;
    border: 1px solid #EEEEEE;
    padding: 1.8em 1em;
    background: white;
    margin-bottom: 1.5em;
}
.CashAwards .row .col-sm-6 div h6{
    font-size: .95em;
    font-weight:600;
    text-transform: capitalize;
    font-family: sans-serif;
    color: #444444;
}
.CashAwards .row .col-sm-6 div h3{
    font-family: sans-serif;
    font-weight: 600;
    color: #113255;
    font-size: 1.6em;
}
.CashAwards .row .col-sm-6 div p{
    color: #444444;
}
.CashAwards .row .col-sm-6 div button{
    border-radius: 5px;
    background: #113255;
    color: white !important;
    padding: .7em 1.6em !important;
    text-transform: uppercase;
    font-weight: 600;

}
.CashAwards .row .col-sm-12 div{
    border-radius: 1em;
    border: 1px solid #EEEEEE;
    padding: 1.8em 1em;
    background: white;
    margin-bottom: 1.5em;
}
.CashAwards .row .col-sm-12 div h6{
    font-size: .95em;
    font-weight:600;
    text-transform: capitalize;
    font-family: sans-serif;
    color: #444444;
}
.CashAwards .row .col-sm-12 div h3{
    font-family: sans-serif;
    font-weight: 600;
    color: #113255;
    font-size: 1.6em;
}
.CashAwards .row .col-sm-12 div p{
    color: #444444;
}
.CashAwards .row .col-sm-12 div button{
    border-radius: 5px;
    background: #113255;
    color: white !important;
    padding: .7em 1.6em !important;
    text-transform: uppercase;
    font-weight: 600;

}
.Registration{
    border-radius: 5px;
    background: #D7B14F;
    color: black !important;
    padding: .5em 1.2em !important;
    text-transform: uppercase;
    -webkit-animation: bounce .4s ease infinite alternate;
}
.Registration:hover{
    color: white !important;
}
.RegistrationForm{
    padding: 3em 0em;
}
.RegistrationForm input{
    padding: .7em 1em;
}
.AccountDetails{
    padding: 4em 0em;
}
.Footer{
    padding-top: 3em;
    background: #444444;
}
.Footer h5{
    font-family: sans-serif;
}
.Footer a{
    text-decoration: none;
    color: white;
}
@-webkit-keyframes bounce {
    0% {
    }
    100% {
        transform:translateY(-5px);
    }
}
@media only screen and (max-width: 600px) {
    .Logo{
        width: 6em;
    }
    .navbar-toggler{
        color: white !important;
        font-size: 2em !important;
    }
    .Banner{
        height: 16em;
        padding: 0 !important;
    }
    .Banner img{
        border-radius: .5em;
    }
    .als{
        margin-top: 8em;
    }
}
