/********** common setting **********/
html, body{
    overflow-x: hidden;
}

h2 {
    font-size: 2.8rem !important;
    font-weight: 700;
    line-height: 1.25 !important;
}

.font-weight-light{
    font-weight: 300;
}

.font-weight-extra{
    font-weight: 800;
}

img {
    display: block;
    max-width: 100%;
}

a,
button {
    cursor: pointer;
}

.jumbotron {
    margin-bottom: 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: #e9db1a;
    color: #192440;
}

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

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

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

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

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

#banner {
    background-size: cover;
}


/********** banner **********/
#banner h1.display-3{
    font-size: 2.75em;
    line-height: 1.25;
    font-weight: 200;
}

#banner h1.display-3 b{
    font-weight: 800;
}

#banner p{
    font-size: 23px;
    font-weight: 200;
    padding: 0 10px;
}

#banner header {
    overflow: hidden;
}

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

.icon-row img{
    width: 100px;
}

#subhead p{
    font-weight: 300;
    font-size: 17px;
}

/********** feature (skew background) **********/
.feature h2{
    font-size: 2.33rem !important;
}

.feature img {
    width: 100%;
    max-width: 480px;
    border-radius: 7px;
    -webkit-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.33);
    -moz-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.33);
    box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.33);
    filter: grayscale(100%) sepia(50%) hue-rotate(153deg);
    -webkit-filter: grayscale(100%) sepia(50%) hue-rotate(153deg);
    transition: all .5s ease-in-out;
    margin: 20px 0 10px 0;
}



.feature img:hover, .feature img:active{
    filter: none;
    -webkit-filter: grayscale(0);
}

#feature-first {
    background: linear-gradient(190deg, #ffffff 55%, #192540 0);
    padding-top: 1rem;
    padding-bottom: 17rem;
}

#feature-middle {
    background: linear-gradient(190deg, #192540 80%, #ffffff 0);
    color: #fff;
    margin-top: -18rem;
    padding-bottom: 3rem;
    overflow: visible;
}

#feature-last {
    background: #fff;
    padding-top: 0rem;
    padding-bottom: 5rem;
}

@media screen and (min-width: 768px) {
    #feature-first {
        background: linear-gradient(184deg, #ffffff 55%, #192540 0);
        padding-top: 1rem;
        padding-bottom: 15rem;
    }
    
    #feature-middle {
        background: linear-gradient(184deg, #192540 80%, #ffffff 0);
        margin-top: -13rem;
        padding-bottom: 4rem;
        overflow: visible;
    }

    #feature-middle .row{
        position: relative;
        top: -75px;
    }
    
    #feature-last {
        background: #fff;
        padding-top: 0rem;
        padding-bottom: 5rem;
    }
    

    #feature-middle .flex-md-first {
        order: 2;
    }
}

@media screen and (min-width: 1024px) {
    #feature-middle .row{
        position: relative;
        top: -40px;
    }
}


/********** 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 h4{
    font-size: 24px;
    font-weight: 300;
    margin: 20px 0;
}

#contact p{
    font-weight: 300;
    font-size: 17px;
}

#contact ul li {
    padding: 3px 0;
    font-size: 17px;
}

#contact form {
    color: #e9db1a;
}

#contact form input,
#contact form textarea {
    background: transparent;
    border: 1px solid #e9db1a;
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    #contact ul {
        margin-top: 70px !important;
    }
}

#team h2{
    color: #1a2640;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 2px;
}

/********** copyright **********/
#copyright {
    background: #192440;
    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: #e9db1a;
}

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

/********** RWD **********/
@media (max-width: 575px) {
    #banner h1 {
        font-size: 3.6rem;
    }
}