img{
    border: 0;
    margin: 0;
    padding: 0;
}

.phone-header-background{

    display: none;
    position: absolute;
    width: 100%;
    height: 300px;
    text-align: center;
    background: url('../images/homePage/headerBackground_3200x500_1.jpg') no-repeat center;
    background-size: auto 100%;

}

.header-background{

    display: block;
    position: absolute;
    width: 100%;
    height: auto;

}

.header{

    position: relative;

}

.header-logo{

    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;

}

.header-logo img{

    margin: auto;
    width: 25%;
    max-width: 360px;

}

.navbar-dark .navbar-toggler {
	
	border: none;
	
}

@media screen and (max-width: 767px){
	.header-logo img{
        width: 240px;
    }
}
@media screen and (max-width: 1920px){
	.header-background{
        display: none;
    }
	.phone-header-background{
        display: block;
    }
	.header-logo img{
        width: 270px;
    }
}