﻿
@media only screen and (max-width:425px) {
    .navbar-brand{
        display:none;
    }
    .mobile_view{
        position:relative;
    }
    .mobile_view_button{
        position:absolute;
    }
}

@media (min-width:426px) and (max-width:768px){
    .navbar .navbar-brand {
        font-size:17px; 
    }
    .up_bar {
        position: absolute;
        left: 289px;
    }
}
.marquee_style {
    position: absolute;
    top: 14px;
    width: 80%;
    float: right;
    right: 3%;
    color: #000000;
    font-size: large;
}

.img_style {
    padding: 0 48px;
    width: 13%;
    display: flex;
}

@media (max-width: 430px) {
    .marquee_style {
        top: 3px;
        width: 61%;
    }
    .img_style {
        padding: 0 20px;
        width: 30%;
        display: flex;
    }
    .nav_menu {
        top: 10px;
        position: absolute;
        right: 2%;
    }
    .fixed-top #container {
        margin-top: 5px !important;
    }
}

@media (min-width: 431px) and (max-width: 770px) {
    #header.navbar-inverse .navbar-inner {
        height: 55px !important;
    }

    .img_style {
        padding: 0 0px;
        width: 20%;
        display: flex;
    }

    .nav_menu {
        top: 10px;
        position: absolute;
        right: 2%;
    }

    .marquee_style {
        top: 8px;
        width: 77%;
    }

   
}


