html, body {width:100%;}
h1 {
  text-align:center;
    font-weight:600 !important;
}

body .intro {font-size: 1.9rem;
    font-weight: 400;
    color: #c3ceea !important; text-align:center}

h2 {color:#07183b !important;}

/********** common setting **********/
h2 {
    font-size: 2.8rem !important;
    font-weight: 700;
}

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

a,
button {
    cursor: pointer;
}
body .jumbotron-fluid {margin:0}
body .jumbo-head {background-color:rgb(8,26,62,0.85); box-shadow: rgb(17 38 64 / 52%) 0px 1px 10px, rgb(20 37 84 / 30%) 0px 1px 6px; margin-bottom:1rem;}
body .jumbo-head {text-align:center !important;}

.lg-icon {font-size:50px; color:#00d490; margin-bottom:20px;}

@media (min-width: 576px) {
    body .jumbo-head {
        padding: 2.5rem 2rem 3rem 2rem;
    }
}

.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: linear-gradient(#00FFAD, #00af76), #2dbcaf !important;
    text-transform: uppercase;
    font-weight: bold;
    color: #111724 !important;
    border: 1px solid rgba(0, 0, 0, .5) !important;
    text-align: center;
    vertical-align: middle;
    font-size:22px !important;
    border-radius:30px !important;
}

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

.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 header {
    overflow: hidden;
}

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

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

#feature-first {
    background: linear-gradient(168deg, #ffffff 55%, #00FFAD 0);
}

#feature-last {
    background: #00FFAD;
}

/********** 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 #00FFAD;
    color: #ffffff;
}

/********** copyright **********/
#copyright {
    background: #192440;
    padding: 2rem 3rem;
}
#copyright a {
    color: #00FFAD;
}



#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: #00FFAD;
}

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

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