/********** common setting **********/
h2, h3, h4 {
    font-family: 'Rubik', sans-serif !important;
    font-weight: 800;
}
h2 {
    font-size: 2.8rem !important;
    color: #be2433 !important;
    line-height: 50px;
}
.email-link{
 color: #be2433 !important;
}
h4{
    font-weight: 900 !important;
    font-size: 30px !important;
}
p{
    font-size: 16px;
    font-weight: 400;
    color: black;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
}
.apply-text {
    font-size: 20px;
    line-height: 2em;
}
img {
    max-width: 100%;
    height: auto;
}

.bg-gold{
    background-color: rgba(210, 183, 134,1);
}
.red-images{
    color: #be2433;
}
.bg-red{
    background-color: #be2433;
}

.color-red {
    color: #be2433;
}
.color-white {
    color: #fff;
}

.color-black {
    color: #000;
}

.partners img{
}

.redd{
    background-color: #be2433;
    width: 100% !important;
    align-items: center;
    padding: 0 12%;
}

a,
button {
    cursor: pointer;
}

.jumbotron {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
}

.atlas-cta {
    border-radius: 22px !important;
    padding: 12px 30px !important;
    font-weight: 700;
    transition: .3s ease-in-out !important;
}

.atlas-cta:hover {
    text-decoration: none;
    transform: translateY(-5px);
}

.atlas-cta-wide {
    width: 100%;
}

.cta-green {
    background: #be2433;
    color: #FFFFFF;
}

.cta-green:hover {
    color: #ffffff;
    background: #be2433;
}

.cta-blue {
    background: #192440;
    color: #ffffff;
}

.cta-blue:hover {
    color: rgba(210, 183, 134,1);
    background: black;
}

.cta-ghost {
    border: 2px solid #192440 !important;
    color: #192440;
}

.cta-ghost:hover {
    color: #ffffff;
    background: #121a2e;
}

#banner {
    background-size: cover;
}

/********** banner **********/
#banner header {
    overflow: hidden;
}

#banner header img {
    max-width: 80px;
}

/********** feature (skew background) **********/
.feature img {
    width: 100%;
    max-width: 300px;
}

.box-text {
    color: white;
    line-height: 2em;
    font-size: 1.2em !important;
}
   .box-title {
        font-size: 2.2em !important;
        font-weight: 600;
        line-height: 1.6em;
    }


#feature-first {
    background: linear-gradient(168deg, #ffffff 55%, rgba(210, 183, 134, 1) 0);
}

#feature-last {
    background: rgba(210, 183, 134,1);
}

/********** price table **********/
#price-table {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

#price-table__premium {
    background: #192440;
    color: #ffffff;
}

#price-table ul li {
    padding: 5px 0;
}

/********** contact **********/
#contact {
    background-size: cover;
}

#contact ul li {
    padding: 3px 0;
}

#contact form {
    color: #00FFAD;
}

#contact form input,
#contact form textarea {
    background: transparent;
    border: 1px solid rgba(210, 183, 134, 1);
    color: #ffffff;
}

/********** copyright **********/
#footer {
    background: black;
    padding: 2rem 3rem;
}

#copyright #social-media a {
    width: 40px;
    height: 40px;
    border-radius: 99%;
    background: #ffffff;
    transition: .4s ease;
}

#copyright #social-media a i {
    color: #192440;
    font-size: 1.2rem;
    line-height: 40px;
}

#copyright #social-media a:hover {
    background: #be2433;
}

#copyright #social-media a:hover i {
    color: #ffffff;
}

.copy {
    color: #ffffff6e;
}
    .copy a {
        color: #ffffff6e;
    }
    .copy a:hover {
        color: #fff;
        text-decoration:none;
    }

/********** RWD **********/
@media (max-width: 991px) {
    .feature img {
        max-width: 200px;
    }

    .display-3 {
        font-size: 3rem !important;
    }
    .lead {
        font-size: 1rem !important;
    }
}
@media (max-width: 767px){
    .feature img {
        max-width: 200px;
    }
}
@media (max-width: 575px) {
    .partners img{
        max-width:180px !important;
    }

    #banner h1 {
        font-size: 3.6rem;
    }
    .display-3 {
        font-size: 2rem !important;
    }
    h2{
        font-size: 1.8rem !important;
    }
    h3 {
        font-size: 1rem !important;
    }
    .apply-text {
        font-size: 0.9rem;
        line-height: 1.8em;
    }
    .feature img {
        max-width: 85px;
    }

    #feature-first, #feature-last {
        background: rgba(210, 183, 134, 1);
    }
     .jumbotron-fluid {
        padding: 1rem 1rem !important;
        background: rgba(210, 183, 134, 1) !important;
    }

    .box-text {
        font-size: 1em !important;
    }

    .box-title {
        font-size: 1.5em !important;
    }

    h4 {
        font-size: 1.2em !important;
    }
    p {
        font-size: 14px;
        line-height: 25px;
    }

    .copy {
        font-size: 10px;
    }
}
