/* Prevent content from being hidden by header */

@media (min-width: 200px) and (max-width: 767px) {
    #templateContainer {
        margin-top: 80px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #templateContainer {
        margin-top: 120px;
    }
}

@media (min-width: 992px) and (max-width: 1999px) {
    #templateContainer {
        margin-top: 120px;
    }
}

@media (min-width: 1200px) {
    #templateContainer {
        margin-top: 120px;
    }
}
