﻿h1, p {
    font-family: "Stockholm Type" !important;
    border-bottom: none;
}

@media (max-width: 1200px) {
    #panicBtn {
        padding-top: 0 !important;
        width: 250px !important;
    }

    #navbar {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    #subMenu {
        justify-content: space-around;
    }

        #subMenu a:last-child, #subMenu a:first-child {
            margin-right: 0;
            margin-left: 0;
        }
}
