html,
body {
    scroll-behavior: smooth;
    background-color: #202020;
    border: none;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    height: fit-content;
}

.bg_slider {
    position: absolute;
    top: 80vh;
    height: fit-content;
}

#navBar {
    position: fixed;
    width: 100%;
    top: 0%;
    left: 0%;
    margin-top: 2vh;
    transition: background-color 700ms ease, width 650ms ease, border-radius 700ms ease, margin 650ms ease;
}

#navTitle {
    font-family: Decorative_Cursive;
    font-size: 4vw;
    margin: 0px;
    padding: 0px;
    color: white;
}

#navHomeLink {
    float: left;
    margin-left: 3vw;
}

#navHomeLink img {
    width: auto;
    height: 3vw;
    margin-top: 2%;
    margin-bottom: 2%;
}

#navContainer {
    width: 100%;
}

a {
    color: rgb(0, 50, 255);
}

button {
    background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

p {
    padding-left: 5%;
    padding-right: 5%;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}

ul,
li {
    color: white;
}

footer {
    width: 100%;
    height: fit-content;
    margin-bottom: 0px;
    margin-top: 0.1vh;
    padding-bottom: 1px;
    border-bottom: 1px solid black;
    background-image: linear-gradient(to bottom, #202020, #000000);
}

footer .footer_content {
    position: relative;
    bottom: 0;
    margin: 0px;
    height: fit-content;
    width: 100%;
}

@font-face {
    font-family: Decorative_Cursive;
    src: url("../Fonts/Allura-Regular.ttf");
}

@font-face {
    font-family: Robotic;
    src: url("../Fonts/ROBOTIC.ttf");
}

@font-face {
    font-family: futuristic;
    src: url('../Fonts/Stacker.ttf');
}

@font-face {
    font-family: SnowKei;
    src: url("../Fonts/Snow-Kei.ttf");
}

@font-face {
    font-family: Snowby;
    src: url("../Fonts/Snowby.ttf");
}

/* splash slideshow infinite loop */
#bgSliderContainer {
    margin: none;
    padding: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100vw;
    height: 80vh;
    overflow: hidden;
}

#bgSlider {
    margin: none;
    padding: none;
    display: inline-block;
    white-space: nowrap;
    transition: transform 4s ease;
}

.slider-image {
    margin: none;
    padding: none;
    width: 100vw;
    height: 80vh;
}

/* Dropdown Button */
.dropbtn {
    border: none;
    cursor: pointer;
    margin-right: 3vw;
}

.dropbtn img {
    pointer-events: none;
    vertical-align: middle;
    width: 2vw;
    height:fit-content;
}

.dropbtn:hover {
    background-color: rgba(0, 0, 0, 0);
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    float: right;
    /* margin: 10px; */
    position: relative;
    display: block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    right: 1%;
    background-color: #464646;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.9);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: whitesmoke;
    padding: 12px 16px;
    font-family: monospace;
    font-size: 15px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #646464;
    border-radius: 180px;
}

#welcomeTitle {
    font-family: Decorative_Cursive;
    font-size: 500%;
    margin: 1%;
}

#SFwelcomeTitle {
    font-family: Snowby;
    font-size: 500%;
    margin: 1%;
}

#ProjectsWelcomeTitle {
    font-family: Robotic;
    font-size: 500%;
    margin: 1%;
}

#projectContainer {
    table-layout: fixed;
    width: 80%;
    text-align: center;
}

#projectContainer tr td div {
    height: 20vh;
    overflow-y: auto;
    margin: 1%;
    padding: 1%;
}

#projectIcon {
    width: 15%;
}

#search {
    width: 100%;
}

#searchBar {
    background-image: url("../Images/SearchIcon.png");
    background-position: 1% 50%;
    background-size: auto 90%;
    background-repeat: no-repeat;
    width: 90%;
    font-size: 150%;
    font-family: monospace;
    color: white;
    padding: 12px;
    padding-left: 5%;
    margin-top: 12px;
    margin-bottom: 12px;
    border: 1px solid #6e6e6e;
    border-radius: 15px;
    background-color: #2f2f2f;
}

#List {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-left: 10%;
    margin-right: 10%;
    width: 100%;
    opacity: 0;
    max-height: 20vh;
    overflow-y: auto;
}

#List li a {
    transition: border-color 900ms ease, background-color 900ms ease, border-radius 500ms ease, color 900ms ease;
    border: 2px solid darkgrey;
    background-color: #404040;
    border-radius: 30px;
    margin-top: -1px;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    color: white;
    font-family: monospace;
    opacity: 0;
    display: none;
}

#List li a:hover:not(.header) {
    border-radius: 10px;
    background-color: darkgrey;
}

#backButton {
    color: white;
    background-color: #303030;
    font-family: Decorative_Cursive;
    font-size: 200%;
    /* Top Right Bottom Left */
    padding: 5px 15px 5px 15px;
    margin: 2% 5% 1% 5%;
    border: 1px solid white;
    border-radius: 15px;
}

#backButton:hover {
    cursor: pointer;
}

#nextButton {
    color: white;
    background-color: #303030;
    font-family: Decorative_Cursive;
    font-size: 200%;
    /* Top Right Bottom Left */
    padding: 5px 15px 5px 15px;
    margin: 2% 5% 1% 5%;
    border: 1px solid white;
    border-radius: 15px;
}

#nextButton:hover {
    cursor: pointer;
}

#buttonConatiner {
    display: flex;
    justify-content: space-between;
}