
@media (max-width: 480px) {
    .menu {
        display: none;
    }
    .logo {
        width: 90px;
        margin: 5px;
    }
    .icon {
        width: 15px;
    }
    #events {
        border-color: black;
        height: 1.5rem;
        font-size: 1rem;
    }
    #notfound {
        max-width: 80%;
        height: auto;
    }
    #unauthorized {
        max-width: 100%;
        height: auto;
    }
    #forbidden {
        max-width: 100%;
        height: auto;
    }
    footer {
        font-size: 12;
    }
}

@media (min-width: 481px) and (max-width: 1200px) {
    .menu {
        display: none;
    }
    .logo {
        width: 130px;
        margin: 10px;
    }
    .icon {
        width: 25px;
    }
    #events {
        border-color: black;
        height: 1.75rem;
        font-size: 1rem;
    }
    #notfound {
        max-width: 80%;
        height: auto;
    }
    #unauthorized {
        max-width: 100%;
        height: auto;
    }
    #forbidden {
        max-width: 100%;
        height: auto;
    }
    footer {
        font-size: 13;
    }
}

@media (min-width: 1201px) and (max-width: 1600px) {
    .hamburger {
            display: none;
    }
    .logo {
        width: 170px;
        margin: 15px;
    }
    .icon {
        width: 30px;
    }
    #events {
        border-color: black;
        height: 3.5rem;
        font-size: 2rem;
    }
    h3 {
        font-size: large;
    }
    #notfound {
        height: 100%;
        max-width: auto;
    }
    #unauthorized {
        height: 100%;
        max-width: auto;
    }
    #forbidden {
        height: 100%;
        max-width: auto;
    }
    footer {
        font-size: 14;
    }
}

@media (min-width: 1601px) {
    .hamburger {
            display: none;
    }
    .logo {
        width: 210px;
        margin: 20px;
    }
    #events {
        border-color: black;
        height: 4rem;
        font-size: 2.5rem;
    }
    .icon {
        width: 35px;
    }
    #notfound {
        height: 100%;
        max-width: auto;
    }
    #unauthorized {
        height: 90%;
        width: auto; 
    }
    #forbidden {
        height: 90%;
        max-width: auto;
    }
    footer {
        font-size: 15;
    }
}

.space {
    opacity: 0;
}

.navbar .nav.nav-pills.menu .nav-item .nav-link.disabled {
    color: gray !important;
    pointer-events: none;
    cursor: not-allowed;
}

 /* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
    margin-bottom: 0;
    border-radius: 0;
    color: #495057;
}

.nav-link {
    color: #495057 !important;
}

.active {
    color:#f1f1f1 !important;
    background-color: #DC7606 !important;
}

 /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {
    height: 450px
}

 /* Set gray background color and 100% height */
.sidenav {
    padding-top: 20px;
    background-color: #f1f1f1;
    height: 100%;
}

.dropdownlist{
    border-radius: 50%;
    border-color: black;
}

.dropdown-menu {
    width: 100%;
    text-align: center;
    padding: 10px;
    white-space: nowrap;
}

#submitinput {
    background-color: #DC7606;
    border-color: #DC7606;
}

#loginbox {
    display: block;
    width: 66.67%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

#loginbox.border {
    border: 2px solid #757570 !important;
}

#loginbtn {
    font-weight: bold;
}

.form-label {
    text-align: left;
    display: block;
}

.forbidden-text {
    font-family: 'ohwhale';
}

.unauthorized-text {
    font-family: 'chewy';
}

#internalservererror {
    max-width: 100%;
    height: 100%;
}

#badgateway{
    max-width: 100%;
    height: 100%;
}

#timeout {
    max-width: 100%;
    height: 100%;
}

.timeout-text {
    font-family: 'yearwithoutrain';
}

#deadend {
    max-width: 100%;
    height: auto;
}

.deadend-text {
    font-family: 'yearwithoutrain';
}

 /* Set black background color, white text and some padding */
footer {
    background-color: #555;
    color: white;
    padding: 0px 15px 0px;
    margin: 0px;
}

 /* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
    .sidenav {
        height: auto;
        padding: 15px;
    }

    .row.content {
        height: auto;
    }
}

.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
    box-sizing: border-box;
}

.lds-spinner {
    color: currentColor;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3.2px;
    left: 36.8px;
    width: 6.4px;
    height: 17.6px;
    border-radius: 20%;
    background: currentColor;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#downloadbutton {
    background-color: #DC7606;
    border-color: #DC7606;
}

@font-face {
    font-family: yearwithoutrain;
    src: url('fonts/a-year-without-rain/AYearWithoutRain.ttf');
    font-weight: normal;
}

@font-face {
    font-family: chocolatebar;
    src: url('fonts/chocolate-bar/chocolatebar.otf');
    font-weight: normal;
}

@font-face {
    font-family: chewy;
    src: url('fonts/chewy/Chewy.ttf');
    font-weight: normal;
}

@font-face {
    font-family: ohwhale;
    src: url('fonts/oh-whale/ohwhaleotf.otf');
    font-weight: normal;
}