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

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: #00FFAD !important;
    color: #192440 !important;
	cursor: pointer;
}

.cta-green:hover {
    color: #ffffff !important;
    background: #00e69c !important;
    cursor: pointer;
}

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

.cta-blue:hover {
    color: #ffffff !important;
    background: #121a2e !important;
    cursor: pointer;
}

.cta-white {
    background: #ffffff !important;
    color: #192440 !important;
}

.cta-white:hover {
    color: #3e5ba5 !important;
    background: #cfebeb !important;
    cursor: pointer;
}

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

.cta-ghost:hover {
    color: #ffffff !important;
    background: #121a2e !important;
    cursor: pointer;
}

#banner {
    background-size: cover;
    padding: 1rem 2rem;
}

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

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

/********** 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;
    padding: 10px;
    background-color: #ffffff11;
    border: 1px solid #ffffff;
    border-radius: 6px;
}

#contact form {
    color: #ffffff;
}

#contact .frm_bg {
	line-height: 1;
}

#contact h2 {
    margin-bottom: 1rem;
	font-size: 1.6rem !important;
	color: #ffffff;
}

#contact h2 span {
    color: #00FFAD;
}

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

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

#contact form textarea {
    height: 75px;
}

/********** copyright **********/
#copyright {
    background: #192440;
    padding: 1rem;
	font-size: 1rem;
    font-weight: 300;
	color: #fff;
}


#copyright a {
	font-size: 1rem;
    font-weight: 300;
	color: #fff;
    transition: .4s ease;
}

#copyright a.contact-btn {
    display: inline-block;
    padding: 5px 15px;
    color: #192440;
    font-weight: 500;
    background: #00ffad;
    border-radius: 3px;
}

#copyright a.contact-btn:hover {
    text-decoration: none;
    background: #fff;
}


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

/* SRB */
.form-group {
    margin-bottom: 0.5rem !important;
}
label {
    margin-bottom: 0.2rem !important;
}