@media screen and (max-width: 1200px) {
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;
}
.box-1, .box-2 {
    display:block;
    background:rgba(0,0,0,.8);
    font-family:Roboto, sans-serif;
    font-weight:200px;
    color:#fff;
    border-radius:10px;
    border:3px solid #590909;
    padding:12px;
    width:300px;
    height:300px;
    position:relative;
    font-size:23px;
    top: 200px;
    left:50%;
    transform:translate3d(-50%,-50%,0)
}
.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: 375px;
    position: relative;
    font-size: 23px;
    top: 290px;
    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: 375px;
    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: 110px;
    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: -190px;
    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: 145px;
    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: 210px;
    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: 260px;
}
.site-footer a {
    color: white;
    font-weight: 200px;
}
.site-footer p {
    font-size: 15px;
    color: gray;
}
.site-footer a:hover {
    color: red;
}
.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 2px;
    row-gap: 2px;
    margin-left: 95px;
    margin-top: 30px;
    left: 50%;

}
.column {
    flex: 20px;
    gap: 2px;
    max-width: 35%;
    padding: 5px 0px;
}
.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}
@media screen and (max-width: 800px) {
    .column {
        flex: 50%;
        margin-left: 0px;
        max-width: 50%;
   }
}
@media screen and (max-width: 600px) {
    .column {
        flex: 100%;
        margin-left: -15%;
        max-width: 100%;
   }
}

}
