.logo img{
    width: 100%;
}

.footer-logo img{
    width: 80%;
}

.menuContainer{
    display: flex;
    justify-content: space-around;
}

.icon{
    width: 45px;
}

.hero-caption img{
    width: 25%;
}

@media (max-width: 991.98px) {
    .logo img{
        width: 35%;
    }
    .footer-logo img{
        width: 40%;
    }
}

#cb-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    display: none;
}

#cb-cookie-banner a{
    color: #006CFF;
}

#cb-cookie-banner .btn-success{
	background-color: #006CFF;
	border-color: #006CFF;
}