.show-on-small {
    display: none !important;
}

p.title,
p.description,
p.appeal {
    text-shadow: none !important;
}

.contact-bg {
    width: 80%;
}

@media screen and (max-width: 992px) {
    p.title {
        font-size: 95%;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .hide-on-small-screen {
        display: none !important;
    }
    .show-on-small {
        display: block;
    }
    p.title {
        font-size: 90%;
    }
    p.description {
        font-size: 1em;
    }
    h2 {
        font-size: 18px;
    }
    h3 {
        font-size: 16px;
    }
    .carousel-indicators {
        display: none!important;
    }
    .greetings {
        color: #e84c00;
        font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana, ' sans-serif';
        text-transform: uppercase;
        font-size: 16px;
        text-align: center;
        line-height: 22px;
        font-weight: bold;
        padding-top: 40px;
        padding-bottom: 80px;
    }
}

@media screen and (max-width:992px) {
    .hide-on-small-screen-infographic {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .hide-on-larger-screen {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin-top: 50px!important;
    }
    .navbar-custom {
        background-color: #transparent!important;
        border-color: #transparent!important;
    }
    #logo {
        width: 25%;
        height: auto;
        padding-top: 3px !important;
        padding-left: 10px !important;
    }
    .cc-contactpop {
        display: none !important;
    }
    .back-to-top {
        display: none !important;
    }
    h2 {
        font-size: 1.5em!important;
        margin-top: -10px!important;
    }
    h3 {
        font-size: 1.8em!important;
        margin-top: -10px!important;
        margin-bottom: -10px!important;
    }
    .contact-title {
        font-size: 1.3em !important;
        margin-bottom: 35px!important;
    }
}