/* Add here all your css styles (customizations) */

.awesome-bg-2 {
    background: url(../img/background-censor-2.jpeg) 50% 0 repeat fixed;
}

.awesome-bg-1 {
    background: url(../img/background-censor-1.jpeg) 50% 0 repeat fixed;
}

.margin-top-40 {
    margin-top: 40px;
}



/* Magic to get the owl carousel working with normal looking logo's */

.owl-item {
    height: 150px;
    width: auto !important;
    max-width: 300px;
    margin-right: 50px;
}

.owl-item .item img {
    height: 125px;
    width: auto;
    max-width: 300px;
}

#slide-title h2 {
    margin-top: 5%;
}

#slide-title h2 i {
    font-size: 45px;
}

.bg-color-orange a {
    color: white;
    text-decoration: underline;
}