.NavigationBar {

    top: 0;
    width: 100%;
    height: 40px;
    display: flex;
    z-index: 1000;
    position: sticky;
    padding-left: 10px;
    align-items: center;
    padding-right: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    background-color: #1F1F1F;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.NavigationButton {

    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.Copyright {
    
    color: #888888;
    margin-top: auto;
    padding-top: 10px;
    text-align: center;
    letter-spacing: 1px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

    margin-top: 40px;
}

.Heading {

    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.Logo {

    width: 10%;
    height: 10%;
    margin-bottom: 10px;
}

.Text {

    width: 75%;
    height: 75%;
}

.AboutMe {

    width: 90%;
    margin: auto;
    max-width: 450px;
    padding-top: 5px;
    padding-left: 10px;
    border-radius: 10px;
    padding-bottom: 5px;
    background-color: rgba(0,0,0,0.25);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.AboutMe li {

    color: #888888;
    line-height: 1.5;
    letter-spacing: 1.5px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.CheckOut {

    text-align: center;
}

.CheckOut a {

    color: #888888;
    margin-left: 5px;
    margin-right: 5px;
}

.Links {

    width: 90%;
    margin: auto;
    max-width: 650px;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
}

.Link {

    gap: 20px;
    padding: 15px;
    display: flex;
    margin-top: 25px;
    align-items: center;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.LinkContext {

    gap: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.LinkName {

    color: #FFFFFF;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.LinkImage {

    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}

.LinkComment {

    color: #888888;
}

.LinkImage {

    width: 100px;
    height: 100px;
}

.PortfolioLink {

    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.ArtSamples {

    width: 90%;
    margin: auto;
    max-width: 650px;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
}

.ArtSample {

    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.ArtImage {

    width: 100%;
    border-radius: 10px;
}

.ArtTitle {

    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.TurboWarpGames {

    gap: 30px;
    margin: auto;
    display: grid;
    padding: 0 20px;
    max-width: 1200px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.TurboWarpGames div {

    display: flex;
    text-align: center;
    align-items: center;
    padding-top: 12.5px;
    border-radius: 10px;
    flex-direction: column;
    padding-bottom: 12.5px;
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.TurboWarpGames img {

    width: 90%;
    height: auto;
    max-width: 360px;
    aspect-ratio: 4 / 3;
    border-radius: 10px;
}

.TurboWarpGames a {

    margin-top: 12px;
    color: #FFFFFF;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.Outdated {

    width: 75%;
    margin: auto;
    border-radius: 10px;
    background-color: rgba(255,0,0,0.25);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.Outdated h3 {

    padding-top: 10px;
    text-align: center;
}

.Outdated h4 {

    color: #FFFFFF;
    text-align: center;
    padding-bottom: 1px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.RobloxStudioGames {

    gap: 40px;
    width: 90%;
    margin: auto;
    display: grid;
    max-width: 1400px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
}

.RobloxStudioGames div {

    display: flex;
    text-align: center;
    align-items: center;
    padding-top: 12.5px;
    border-radius: 10px;
    padding-bottom: 12.5px;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.RobloxStudioGames img {

    width: 95%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}

.RobloxStudioGames a {

    color:#FFFFFF;
    margin-top: 15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.MusicSamples {

    margin: auto;
    max-width: 475px;
}

.MusicSample {

    display: flex;
    margin-top: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.MusicName {

    text-align: left;
    margin-left: 10px;
}

.Audio {

    margin-left: auto;
}

body {

    margin: 0;
    padding: 0;
    background-color: #1F1F1F;
}

p {

    color: #FFFFFF;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

h3 {

    color: #FFFFFF;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

h2 {

    color: #FFFFFF;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

a {

    color: #888888;
    display: inline;
    padding: 3px 6.5px;
    border-radius: 0px;
    transition: all 0.25s;
    text-decoration: none;
}

a:hover {

    color: #FCE057;
    border-radius: 10px;
    outline: 2px solid #FCE057;
    background-color: transparent; 
}