﻿/*
.navbar {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    top: 0; 
    width: 100%;
    max-height:50px;
    z-index:1;
}
*/
@media (max-width: 1200px) {
    body {
        margin-top: 50px !important;
    }
}

@media (max-width: 992px) {
    body {
        margin-top: 50px !important;
    }
}

@media (max-width: 768px) {
    body {
        margin-top: 75px !important;
    }
}