/*
* Style
*/

/*
* Google font
*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600|Open+Sans:400,600");


/*
* Section - Home
*/

#home {
    background-image: url("../images/bg-home.jpg");
}


/*
* Section - About
*/

#about {
    background-image: url("../images/bg-about.jpg");
}


/*
* Section - Agenda
*/

#agenda .bg-cover {
    background-image: url("../images/bg-agenda.jpg");
}


/*
* Section - Pricing
*/

#pricing {
    background-image: url("../images/bg-pricing.jpg");
}
.pricing-dollar {
    bottom: 15px;
    position: relative;
}


/*
* Section - Register
*/

#register {
    background-image: url("../images/bg-register.jpg");
}


/*
* Section - Contact
*/

#contact {
    background-image: url("../images/bg-contact.jpg");
}
.contact-card {
    opacity: 0.98;
    min-height: 240px;
}
.contact-card img {
    left: 0;
    max-height: 100%;
    position: absolute;
    top: 0;
    z-index: 15;
}
.contact-card-block {
    left: 0;
    padding: 0 30px 0 175px;
    position: absolute;
    top: 0;
    z-index: 20;
}
@media (max-width: 575px) {
    .contact-card img {
        display: none;
    }
    .contact-card-block {
        padding: 0 30px;
    }
}


/*
* Footer
*/

.footer-logo {
    max-height: 40px;
}
.footer-icon-social {
    bottom: 10px;
    position: relative;
}