div.container{
margin: auto;
display: flex;
align-items: center;
justify-content: center;
}
img.custom-logo{

}
div.front-page-header{
position: static;
background-color: orange;
}
ul#primary-menu{
padding-top: 2%;
padding-bottom: 2%;
color: black;
}
div.slider-content{
visibility: hidden;
animation-name: fade;
display: none;
}
.slider-content-block .init-animate .fadeInLeftBig2 .animated{
visibility: hidden;
animation-name: fade;
display: none;
}

.image-slider-wrapper .slider-content-block {
    background: rgba(255, 255, 255, 0.7);
    padding: 30px;
    display: none;
}
.inner-main-title{
background-color: orange;
background-image: none;
}
footer.site-footer{
background-color: orange;
color: white;
}
.footer-top-wrapper li a{
color: white;
}
.front-page-header .container{
margin-left: 0;
margin-right: 0;
display: flex;
align-items: center;
justify-content: space-around;
width: 100%;
}
.navbar-header {
    max-width: 10%;
}