.header{
    width:100%;
    margin:auto;
    text-align:left;
}

.navbar-nav{
    position: relative;
    margin: auto;
}



.active{
    background-color: #0265a8;
    border-radius: 5px;
}

.call{
    font-family: Arial;
    position: relative;
    left: -40%;
    white-space: nowrap;
}

.envelope{
    font-family: Arial;
    position: relative;
    left: -53%;
}

.callimg{
    height: 25px;
}

.envelopeimg{
    height: 25px;
}

.contact{
    position: relative;
    left: 40%;
    top: -85px;
}

.bonus{
    height: 100px; 
    position: relative; 
    left: 25%; 
    top: 5px;
}

@media only screen and (max-width: 1700px){
    .contact{
        position: relative;
        left:60%
    }
}

@media only screen and (max-width: 1600px){
    .contact{
        position: relative;
        left:60%
    }
}

@media only screen and (max-width: 1100px) {
    .bonus{
        position: relative;
        left: 5%;
    }
    .envelope{
        position: relative;
        left: -44%;
    }
}

@media only screen and (max-width: 800px){
    .contact{
        position: relative;
        left: -5%;
        top: 30px;
    }
    .bonus{
        position: relative;
        left: 5%;
    }
    .navbar{
        position: relative;
        top: 20px;
    }
    .envelope{
        position: relative;
        left: -40%;
    }
}

@media only screen and (max-width: 576px){
    .contact{
        position: relative;
        left: -5%;
        top: 30px;
    }
    .envelope{
        position: relative;
        left: -65%;
    }
    .call{
        position: relative;
        left: -55%;
    }
}




