body {
    background-image: url("/Assets/Photos/bg3.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    vertical-align: middle;
    min-height: 100vh;
    position: relative;
}
.navbar {
    background-color: #000000;
    box-shadow: 0 0 1px 0px , 0 0 20px 5px rgb(255, 255, 255);
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    margin-top: 50px;
    width: 90%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    position: absolute;
}
.navbar ul {
    list-style-type: none;
    position: relative;
    display: flex;
    text-decoration: none;
    gap: 20px;
    line-height: normal;
}
.navbar ul li a {
    color: rgb(231, 230, 230);
    text-decoration: none;
    outline: 2px solid rgb(80, 80, 80);
    outline-offset: 3px;
    border-radius: 5px;
    align-items: center;
}
.navbar ul li a:hover {
    color: #ff0000;
}
.about{
    background: rgba(0, 0, 0, 0.8);
    font-family: "Roboto", sans-serif;
    font-weight: 200px;
    color: white;
    border-radius: 10px;
    border: 3px solid #590909;
    padding: 12px;
    width: 340px;
    height: 370px;
    position: relative;
    font-size: 23px;
    top: 310px;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.requirements{
    background: rgba(0, 0, 0, 0.8);
    font-family: "Roboto", sans-serif;
    font-weight: 200px;
    color: white;
    border-radius: 10px;
    border: 3px solid #590909;
    padding: 12px;
    width: 340px;
    height: 370px;
    position: relative;
    font-size: 23px;
    top: 315px;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.branding-text{
    font-family: "Roboto", sans-serif;
    font-weight: 200px;
    color: white;
    border-radius: 10px;
    padding: 12px;
    width: 340px;
    height: 300px;
    position: relative;
    font-size: 23px;
    top: 210px;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.about-text{
    font-family: "Roboto", sans-serif;
    font-weight: 200px;
    color: white;
    border-radius: 10px;
    padding: 12px;
    width: 340px;
    height: 300px;
    position: relative;
    font-size: 23px;
    top: 120px;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.vtc-text{
    font-family: "Roboto", sans-serif;
    font-weight: 200px;
    color: white;
    border-radius: 10px;
    padding: 12px;
    width: 340px;
    height: 300px;
    position: relative;
    font-size: 23px;
    top: -180px;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.button-bar {
    background-color: #540909;
    border: 3px solid #ffffff;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    margin-top: 170px;
    width: 330px;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    position: absolute;
}
.button-bar ul {
    list-style-type: none;
    position: relative;
    display: flex;
    text-decoration: none;
    gap: 20px;
    left: 50px;
    line-height: normal;
}
.button-bar ul li a {
    color: rgb(231, 230, 230);
    text-decoration: none;
    outline: 2px solid rgb(255, 255, 255);
    outline-offset: 5px;
    border-radius: 5px;
    align-items: center;
}
.button-bar ul li a:hover {
    color: #ff0000;
}
.social-bar {
    background-color: #540909;
    border: 3px solid #ffffff;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    margin-top: 240px;
    width: 330px;
    height: 40px;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    position: absolute;
}
.social-icon {
    position: relative;
    padding: 0;
    margin: 2.5px 0 0 0;
    text-decoration: none;
}
.social-icon li {
    display: flex;
    list-style: none;
    text-decoration: none;
}
.social-icon li a {
    text-decoration: none;
    display: inline-block;
    color: white;
    font-size: 20px;
    font-weight:900px;
    text-align: center;
}
.social-icon li a:hover {
    color: #590909;
}
.socialIcons img {
    text-decoration: none;
    margin-top: 4px;
    height: 30px;
    width: 30px;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    position: absolute;
}
.icons img {
    position: relative;
    display: inline;
    left: 56.5%;
    transform: translate3d(-50%, -50%, 0);
}
.site-footer {
    border-top: 4px solid #590909;
    text-align: center;
    margin-top: 480px;
}
.site-footer a {
    color: white;
    font-weight: 200px;
}
.site-footer p {
    font-size: 15px;
    color: gray;
}
.site-footer a:hover {
    color: red;
}

@media screen and (max-width: 1500px) {
    body {
        background-image: url("/Assets/Photos/bg3.jpg");
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        vertical-align: middle;
        min-height: 100vh;
        position: relative;
    }
    .site-footer {
        border-top: 4px solid #590909;
        text-align: center;
        margin-top: 450px;
    }
    .site-footer a {
        color: white;
        font-weight: 200px;
    }
    .site-footer p {
        font-size: 15px;
        color: gray;
    }
    .site-footer a:hover {
        color: red;
    }
}
