.loading-screen {
    z-index: 1000;
    display: flex;
}

body {
    background-color: black;
}

#sideNavBar {
    left: -257.594;
    z-index: 999;
}

#sideNavBar .nav-header #openSideNavBar {
    font-size: 32px;
    bottom: 46%;
    margin-left: 11px;
    cursor: pointer;
}

#sideNavBar .nav-header #CloseSideNavBar {
    font-size: 32px;
    bottom: 46%;
    margin-left: 11px;
    cursor: pointer;
    display: none;
}

ul {
    list-style: none;
}

.nav-header ul {
    right: 25px;
    bottom: 10px;
}

a {
    text-decoration: none;
}

.navTab .links ul {
    padding-left: 0;
    margin-right: 130px;
}

.navTab .links ul li {
    position: relative;
    top: 300px;
}

.navTab .social {
    padding-left: 0;
}

.caption {
    width: 100%;
    height: 0;
    background-color: #f9f6f6ca;
    top: 100%;
    bottom: 100%;
    transition: .5s;
    overflow: hidden;
}

.content:hover .caption {
    height: 100%;
    top: 0;
}

.content .caption h3 {
    font-size: 28px;
}

.content {
    cursor: pointer;
}

#search .form input {
    width: 40% !important;
    color: white;
}

#search .form input::placeholder {
    color: rgb(108, 114, 118);
}

.specialCol {
    margin-left: 180px;
}

#contact {
    top: 220px;
}