/********** common setting **********/
h1 i {
    font-size: 4.8rem;
    font-weight: 400;
}

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: #D6E30F;
    color: #00407A;
}

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

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

.cta-blue:hover {
    color: #ffffff;
    background: #00366f;
}

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

.cta-ghost:hover {
    color: #ffffff;
    background: #00366f;
}

#banner {
    background-size: cover;
}

.promo {
    max-width: 150px;
}
.sponsor {
    text-align: center;
    font-size: 2rem !important;
}

/* Create four equal columns that sits next to each other */
.column {
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
    max-width: 50%;
    padding: 0 .55rem;
}

.column div {
    margin-top: .55rem;
    vertical-align: top;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        padding: 0;
    }
}

.consiglio-direttivo {
    margin-top: .75rem;
}

.cariche-cd div {
    background-color: transparent !important;
    color: #00407A !important;
    padding: .5rem 0 0 .75rem !important;
    line-height: 0.9;
}


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

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

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

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

#feature-last {
    background: #D6E30F;
}

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

#price-table__premium {
    background: #00407A;
    color: #ffffff;
}

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

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

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

#contact form {
    color: #D6E30F;
}

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

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

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

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

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