/********** common setting **********/
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 21px;
    line-height: 37px
}
h2 {
    font-size: 2.8rem;
    font-weight: 700;
}

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

a,
button {
    cursor: pointer;
    color: #6caf17
}
a:hover,
button:hover {
    color: #6caf17
}
a.doc {
    font-weight: 600;
}

.jumbotron {
    margin-bottom: 0;
}
.jumbotron h1 {
    font-size: 50px;
    font-weight: 900;
    margin: 70px 0 20px 0;
}
.screen-section {
    clear: both;
    padding: 100px 0;
    text-align: center;
    background: #f1f4f8
}
.screen-section-light {
    background: #ffffff
}
.screen-section-off-light {
    background: #ffffff
}
.screen-section-off-light {
    background: #ffffff
}
.screen-section-dark {
    background: #474747;
    color: #ffffff;
}
.screen-section h2 {
    font-size: 35px;
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 50px;
}
.atlas-cta {
    border-radius: 22px;
    padding: 12px 30px;
    font-weight: 700;
    transition: .3s ease-in-out;
}
.atlas-cta:hover {
    text-decoration: none;
    transform: translateY(-5px);
}
.atlas-cta-wide {
    width: 100%;
}
.cta-green:focus,
.cta-green:active,
.cta-green {
    background: #6caf17;
    color: #fff;
}

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

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

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

.cta-ghost {
    border: 2px solid #000000;
    color: #000000;
}

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

#banner {
    background-size: cover;
}

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

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

.single-item {
    text-align: center;
    margin-bottom: 30px;
}

/* Scroll top on image hover */
.screen {
    width: auto;
    height: 340px;
    position: relative;
    overflow: hidden;
    border: 0 solid #ddd;
    box-shadow: 0 5px 30px rgb(58 32 153 / 15%);
    border-radius: 3px;
    margin: 0 0 20px 0;
    background: #fff;
    cursor: pointer;
}
.screen img {
  position: absolute;
  left: 0;
  top: 0;
  transition: transform .5s ease-in-out 0.3s;
}
.screen:hover img {
  transform: translateY(-3%);
}

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

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

#feature-last {
    background: #6caf17;
	padding: 4rem 2rem 0 2rem
}
.col-md-6.flex-md-last.aos-init.aos-animate {
    margin-top: 130px;
    color: #fff;
}

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

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

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

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

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

#contact form {
    color: #6caf17;
}

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

/********** copyright **********/
#copyright {
    background: #000000;
    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: #000000;
    font-size: 1.2rem;
    line-height: 40px;
}

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

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

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