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: 300px;
    position: relative;
    font-size: 23px;
    top: 300px;
    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: 200px;
    width: 340px;
    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;
}
.maintext{
    font-family: "Roboto", sans-serif;
    font-weight: 200px;
    color: white;
    padding: 12px;
    width: 150px;
    height: 10;
    position: relative;
    font-size: 20px;
    top: 100px;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 10px;
    margin-left: 10%;
    margin-top: 30px;
}
.column {
    flex: 10%;
    max-width: 10%;
    padding: 0px 1px;
    margin: auto;
    margin-left: 20px;
    margin-right: 10px; 
}
.column img {
    border: 3px solid #590909;
    margin-top: 8px;
    border-radius: 10px;
    box-shadow: 0 0 1px 0px , 0 0 10px 1px rgb(0, 0, 0);
    vertical-align: middle;
    width: 110%;
    height: 110px;
    align-content: space-between;
    justify-content: center;
    margin: 30px 35px; 
}
@media screen and (max-width: 800px) {
    .row {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        padding: 0px 10px;
        margin-left: 10%;
        margin-top: 30px;
    }
    .column {
        flex: 10%;
        max-width: 10%;
        padding: 0px 1px;
        margin: auto;
        margin-left: 20px;
        margin-right: 10px; 
    }
    .column img {
        border: 3px solid #590909;
        margin-top: 8px;
        border-radius: 10px;
        box-shadow: 0 0 1px 0px , 0 0 10px 1px rgb(0, 0, 0);
        vertical-align: middle;
        width: 110%;
        height: 110px;
        align-content: space-between;
        justify-content: center;
        margin: 20px 35px; 
    }
}
@media screen and (max-width: 600px) {
    .column {
        flex: 50%;
        row-gap: 20px;
        margin-right: 90px;
        margin-left: 0px;
        max-width: 100%;
    }
    .row {
        padding: 20px 0px;
        margin-left: 10px;
        margin-top: 30px;
    }
    .column img {
        border: 3px solid #590909;
        margin-top: 8px;
        border-radius: 10px;
        box-shadow: 0 0 1px 0px , 0 0 10px 1px rgb(0, 0, 0);
        vertical-align: middle;
        width: 100%;
        height: 150px;
        align-content: space-between;
        justify-content: center;
        margin: 10px 35px; 
    }
}

.site-footer {
    border-top: 4px solid #590909;
    text-align: center;
    margin-top: 500px;
}
.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: 1200px) {
    .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: 15px;
        left: -5px;
        line-height: normal;
   }
    .navbar ul li a {
        color: rgb(231, 230, 230);
        text-decoration: none;
        outline: 2px solid rgb(80, 80, 80);
        outline-offset: px;
        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: 310px;
        position: relative;
        font-size: 23px;
        top: 300px;
        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);
   }
    
}
