/********** common setting **********/

h1, h2 {
	font-family: "Sora", sans-serif !important;
}
p{font-family: "Sora", sans-serif !important;}
img {
    display: block;
    max-width: 100%;
}
h2{font-size:30px;}
a,
button {
    cursor: pointer;
}
.bg-light{background:#fdf3d0;}
.border-left{border-left:solid 1px #fff;}

.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: #c1ae5f;
    color: #192440;
}

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

.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:200px;
}

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

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

#feature-last {
    background: #f5d66a;
}

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

#price-table__premium {
    background: #fdf3d0;
    color: #444444;
}

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

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

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

#contact form {
    color: #c1ae5f;
}

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

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

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

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

/********** RWD **********/
@media (min-width: 320px) and (max-width: 991.98px) {
    
	.border-left{border:none !important;}
  .p-5{padding:100px !important;}
  .my-5{margin-top: 1rem !important;
    margin-bottom: 1rem !important;}
  .mt-5{padding:10px !important;}
  .pl-5{padding-left: 0 !important;}
}

