body {
    font-size: 24px;
}

header {
    background: url("../img/hero_bg3.jpg") no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 100vh;
    font-size: 24px;
}

section {
    padding: 30px 0;
    width: 100%;
}

.section {
    padding: 50px 0 80px 0;
}

#slogan {
    animation: fadeIn 5s;
}

header .text {
    animation: fadeIn 5s;
    font-size: 3rem;
    color:#fff;
}

#signup-form {
    background-color: #ffffff;
}

#course-cover {
    background-color: #eeeeee;
}

#course-cover p {
    font-size: 3rem;
}

#course-cover .highlight {
    color: #c33434;
}

#profile {
    background-color: #f2ebe2;
}

#profile b {
    font-size: 2rem;
    font-weight: bold;
}

#profile p {
    line-height: 1.6em;
    font-size: 18px;
}

#award {
    background-color: #e8e3ed;
}

#book {
    background: url("/assets/img/book_bg.jpg") no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 100%;
}

#stocksparty {
    background-color: #eeeeee;
}

#bigboysclub {
    background-color: #e7c5bc;
}

#featured-on {
    background-color: #ffffff;
}

#nowtv {
    background-color: #ebe2d2;
}

#proof {
    background-color: #eeeeee;
}

ul {
    list-style-type: none;
}

ul:not(.navbar-nav) li:before {
    content: '\2013';
    position: absolute;
    /*margin-left: -30px;*/
}

h3 {
    font-size: 2rem;
    color: #a48446;
    margin: 30px 0;
    padding: 0;
}

.btn-img {
    background: transparent;
    border: 0;
}

.btn-primary {
    background-color: #a48446;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    border-radius: 50px;
}

.btn-primary:hover {
    background-color: #8c6416;
}

.btn-signup {
    padding: 30px 20px;
}

#signup-form input {
    /*margin-bottom: 10px;*/
    font-size:18px;
    padding: 15px;
    border-right: 0;
}


.modal-dialog {
    width: 90%;
    height: auto;
}

.modal-body {
    position:relative;
    padding:5px;
}

.original_price {
    color: red;
    text-decoration: line-through;
}

/******* Animation ******/
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
