body {
    padding: 0;
    margin: 0;
    background-color: #063c63;
    color: #fff;
    font-family: Quicksand;
    font-size: 85%;
}

footer hr {
    background-color: #fff;
}

.carousel {
    margin-bottom: 4rem;
}

.carousel-caption {
    bottom: 3rem;
    z-index: 10;
    background: #063c63a6;
}

.carousel-item {
    height: 32rem;
}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

.featurette-divider {
    margin: 5rem 0;
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

textarea {
    min-height: 300px;
}

.banner-img {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 20%;
}

.banner-img.contact {
    background-image: url('../images/contact-banner.jpg');
}

.banner-img.conference {
    background-image: url('../images/conference-banner.jpg');
    background-attachment: scroll;
    background-position-y: center;
}

.banner-img.certificate {
    background-image: url('../images/certificate-banner.jpg');    
}

.emergency-ad {
    width: 430px;
    height: 230px;
    top: calc(55vh - 75px);
    right: -315px;
    z-index: 200;
}

.push-icon {
    border-radius: 10px 0 0 10px;
}

.animate {
    animation: 1s bigger steps(10) alternate-reverse infinite;
}

@keyframes bigger {
    from {
        transform: scale(0.5) scaleX(-1);
    }

    to {
        transform: scale(1) scaleX(-1);
    }
}

@media (min-width: 40em) {
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

@media(max-width:480px) {
    .banner-img {
        background-attachment: local;
    }

    .emergency-ad {
        top: calc(25vh - 75px);
    }
}

@media(max-width:320px) {
    .navbar-brand img {
        width: 154px;
        height: 53px;
    }

    .emergency-ad {
        top: calc(55vh - 75px);
    }
}

.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
}

.gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 450px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }
}

@media (max-width: 400px) {
    .btn.filter {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
}