header{
    /*background: #869aa5;*/
    background: #5f574f;
    padding:50px 50px 50px 85px;
    position:relative;
    display:flex;
    align-items:center;
}
header #logo{
    flex: 1 1 auto;       /* allow to grow/shrink to fill remaining space */
    min-width: 0;
}
header #logo img{
    width:100%;
    max-width:400px;
    min-width:200px;

}.navbar{
     margin-bottom:0;
     background:none;
     border:none;
     min-height:0;
     position:relative;
     right:0;
     top:0;
     flex: 0 0 auto;       /* don't grow or shrink — size = content width */
     white-space: nowrap;
 }
@media(max-width:1300px) {
    .navbar {
        top:0;
    }
    #logo {
        max-width:100%;
    }
    .navbar-default .navbar-nav > li > a{
        padding:15px 10px;
    }
    .navbar-default .navbar-nav > li.large-nav-button > a{
        padding:15px;
        margin-left:15px;
    }
}
@media(max-width:1175px){
    header{
        flex-direction:column;
    }
    header #logo{
        text-align:center;
    }
}
@media(max-width:1045px){
    #logo{
        max-width:100%
    }
    .navbar{
        top:0;
        right:0;
    }
}
.home-video-section{
    display:flex;
    flex-direction:column;
}
.home-video-text{
    display:flex;
    align-items:center;
    justify-content:center;
    flex:1;
}
@media(max-width:776px){
    .home-video-text-inner h2{
        font-size:20px !important;
    }
}
.footer-social-icons{
    text-wrap: nowrap;
}