/********** common setting **********/
h2 {
    font-size: 2.8rem !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: #5E4DE8;
    color: #192440;
}

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

.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;
    padding: 1rem;
}

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

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

#banner header h1 {
    color: white;
    padding: 16px 0 16px 10px;
    text-align: left;
}

.navbar-section a,.navbar-section a:hover {
    color: white;
}

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


#feature-third{
  /*  background: linear-gradient(12deg, #ffffff 55%, #5E4DE8 0);*/
}

#feature-last {
    background: #5E4DE8;
}


#problem ul li {
    padding: 16px 8px;
}

#problem img {
    height: 260px;
}

/********** solution **********/
#solution {
    padding: 0;
    /*background: linear-gradient(168deg, #ffffff 55%, #5E4DE8 0);*/
}

#solution ul{
    padding-left: 20px;
}

#solution ul li {
    padding: 12px 8px;
}

#solution-details img {
    max-width: none;
}

#mvp {
   /* background: linear-gradient(12deg, #ffffff 55%, #5E4DE8 0);*/
}

#mvp img{
    max-width: 640px;
}

#partners{
    background: white;
}

/********** team **********/
#team img{
    height: 200px;
    margin: auto;
}

#team .row{
    margin-top: 24px;
}

#team a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

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

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

#contact form {
    color: #5E4DE8;
}

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

#contact form input[type=email]{
    line-height: 1.5;
    height: auto;
}

#contact a {
    color: #5E4DE8;
}


/********** 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: #5E4DE8;
}

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

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

 /*Small devices (landscape phones, 576px and up)*/
@media (max-width: 992px) {
    .navbar{
        display: inherit!important;
    }

    .nav-item a{
        text-align: right;
    }
}


/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .navbar{
        display: flex!important;
    }
}

.navbar{
    border-radius: 0!important;
    display: flex;
}

.hm-gradient {
    /*background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);*/
}
.navbar .dropdown-menu a:hover {
    color: #616161 !important;
}
.darken-grey-text {
    color: #2E2E2E;
}
