


@media (max-width: 900px) {
    .header-carousel .item {
        height: 400px;
    }
    .carousel-caption h1 {
        font-size: 40px;
    }
}

@media (max-width: 700px) {
    .header-carousel .item {
        height: 300px;
    }
    .carousel-caption h1 {
        font-size: 35px;
    }
}

.activity-icons i.fa {
    font-size: 5em;
    margin-top: 20px;
}

div input.email-repeat {
    display: none;
}
.blog-inner-title h3 {
    font-size: 18px;
}

body {
    /** offset absolute positioned footer */
    margin-bottom: 390px;
}

#footer {
    min-height: 350px;
}