.container-custom{
    max-width: 1420px;
    margin: 0 auto;
}

@media (min-width: 1601px) {
    .container-custom{
        max-width: 1640px;
    }
}

@media (max-width: 1600px) {
    .container-custom{
        max-width: 1420px;
    }
}

@media (max-width: 1146px) {
    .container-custom {
        gap:10px;
        flex-flow: column;
        align-items: start !important;
    }
}

@media (max-width: 823px) {
    .ms-navbar{
        padding-left: 2rem !important;
        padding-right: 2rem !important;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {

    #topnav{
        position: absolute;
        right: 35px;
        top: 95px;
        z-index: 5;
    }

   .navbar-header{
        width: 100%;
   }

   #signup-header-1{
        display: block !important;
   }

   #signup-header{
        display: none !important;
   }
}

@media (max-width: 500px) {
    /* Logo */
    .ms-brand img{
        height: 45px;
        width: auto;
    }
}