/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template/modern-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
    padding-top: 56px;
    padding-bottom: 72px;
}

a {
    color: #940e0e;
}

a:hover {
    color: #ec5151;
}

.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.portfolio-item {
    margin-bottom: 30px;
}

.bg-red {
    background-color: #940e0e!important;
}

#fixa {
    position: absolute;
    z-index: 10;
    color: white;
    bottom: 25%;
}

#fixa img {
    width: 25%
}

.smIcon {
    font-size: 6em;
    color: #940e0e;
    text-align: center;
}

@media only screen and (max-width: 1080px) {
    #fixa img {
        width: 50%
    }
}

@media only screen and (max-width: 500px) {
    #fixa img {
        width: 100%
    }
}