/**html,body {

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
***/


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


#logo {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

#Partners {
    height: 100%;
    margin: 0;
    display: flex;
}


h2 {
    font-size: 2.8rem !important;
    font-weight: 700;
}

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

a,
button {
    cursor: pointer;
}

.jumbotron {
    margin-bottom: 0 !important;
}

.atlas-cta {
    border-radius: 12px !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: #15b854;
    color: #192440;
}

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

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

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

/********** feature (items) **********/






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

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

#contact form {
    color: #15b854;
}

#contact form input,
#contact form textarea {
    background: transparent;
    border: 1px solid #15b854;
    color: #ffffff;
}
#contact {
    text-align: center;
    border: 5px solid green;
    justify-content: center;
  }

/********** 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: #15b854;
}

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



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

    #Partners {
        margin-left: 0px;
    }
}


@media (max-width: 430px) {
    #banner h1 {
        font-size: 1.5rem;
    }
    #banner header img {
    margin-left:155px ;
}

#logo {
    display: flex;
    align-items: center;
    margin-left: 15px;

}

#text {
    display: flex;
    align-items: center;
    margin-left: 125px;
    margin-top: 10px;

}
iframe {
    width: 340px;
    height: 240px;
}

#iframe{
    display: flex;
    align-items: center;
    margin-left: 40px;
    margin-top: 20px;

}
#Partners h3{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 40px;
    margin-left: 50px;

    
}
#co{
    display: flex;
    align-items: center;
    max-width:80% ;

    
}
#coamd{
    display: flex;
    align-items: center;
    margin-right: 70px;
    max-width: 100%;

}


}

