/* Custom CSS */
header.masthead {
    background-attachment: fixed !important;
}
.carousel-item header.masthead {
    margin-bottom: 0;
    /*min-height: 725px !important;
    max-height: 725px !important;*/
    height: 725px !important;
}
/* Back to top */
.ignielToTop {
    width:50px;
    height:50px;
    position:fixed;
    bottom:98px;
    right:23px;
    z-index:99;
    cursor:pointer;
    border-radius:100px;
    transition:all .5s;
    background:#008c5f url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center center;
}
.ignielToTop:hover {
    background:#1d2129 url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center center;
}