.theadDIV{
    height: 100px;
    background-color: #141414;
    color: white;
    display: grid;
    grid-template-columns: 6% 1fr 15% repeat(5, 8%) 15% repeat(2, 8%) 2% 1px;
    align-items: center;
    justify-items: center;
    font-size: 24px;
    font-family: 'Times New Roman', Times, serif;
    
}

.theadDIV div:nth-child(11){
    text-decoration: underline;
}


.mainTitle{
    background-color: #141414;
    font-size: 400%;
    color: white;
    padding-left: 7%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.mainDIVForInfo{
    background-image: url("../../img/bg.jpg");
    height: 1000px;
    display: block;
    width: 100%;
    background-size: cover;
    align-content: center;
    justify-items: center;
    color: white;
    font-size: 24px
}

.mainInfoTopSite{
    position: relative;
    height: 70%;
    width: 44%;
    border-radius: 8%;
    background-color: rgba(255, 255, 255, 0.15);
    transition: all 0.3s 0s;
    bottom: 4%;
}



.mainInfoTopSite:focus{
    
}

.mainInfoTopSite h2:first-child{
    padding-top: 6%;
}

.mainInfoTopSite h2{
    line-height: 5%;
    margin-top: 8%;
    margin-bottom: 0px;
}

.mainInfoTopSite ul{
    list-style-type: none;
}

.mainInfoTopSite li::before{
    content: "— ";
}
.mainInfoTopSite p{
    width: 80%;
}

.mainInfoTopSite *{
    padding-left: 5%;
}

.mainInfoTopSite:hover{
    height: 72%;
    width: 45%;
    background-color: rgba(255, 255, 255, 0.3);
}

.mainDIVOrgGradient{
    background: linear-gradient(to Bottom, rgba(253, 95, 22, 0.158), 20%,rgba(253, 95, 22, 0));
    margin: 0px;
    width: 100%;
    height: 5%;
    
}

.mainDIV{
    background-color: rgb(12, 12, 12);
    margin: 0px;
    width: 100%;
    height: 2000px;
    color: white;
}

.mainTRIANGLE{
    background: linear-gradient(to Top Left, rgb(255, 102, 0) 50%, rgba(0, 0, 0,0) 50%);
    width: 6%;
    height: 2%;
    position: relative;
    left: 15%;
}

.mainDIVInfoLabel{
    font-size: 48px;
    padding-left: 10%;
}


.mainIMGInfo{
    position: relative;
    left: 10%;
    top: 3%;
    width: 18%;
    
}

.mainDIVInfo{
    font-size: 24px;
    padding-left: 32%;
    position: relative;
    bottom: 15%;
    width: 35%;
    line-height: 140%;
}



.mainTRIANGLE1{
    background: linear-gradient(to Top Left, rgb(255, 102, 0) 50%, rgba(0, 0, 0,0) 50%);
    width: 6%;
    height: 2%;
    position: relative;
    left: 14%;
}

.mainDIVInfoLabel1{
    font-size: 48px;
    padding-left: 5%;
}


.mainDIVIInfo{
    position: relative;
    font-size: 38px;
    padding-left: 10%;
    line-height: 140%;
}

.mainDIVIInfo li{
    margin-bottom: 1.5%;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 32px;
}

.mainDIV1{
    height: 700px;
    display: flex;
    justify-content: center;
    background-color: black;
}

.mainDIVdiv{
    width: 50%;
    height: 80%;
    position: relative;
    align-self: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 3fr 2fr;
    gap: 3%;
    
}


.mainIMG2{
    height: 90%;
    position: relative;
    left: 4%;
    top: 4%;
}

footer{
    height: 20%;
}

.footerDIV{
    height: 100%;
    color: rgb(150, 150, 150);
    background-color: rgb(20, 20, 20);
    display: grid;
    align-items: center;
    grid-template-columns: 10% 3fr repeat(2, 2fr) 2fr 1fr 4fr 10% repeat(3, 1fr);
}



.IMGLogo{
    width: 80%;
}

.IMGLogofooter{
    width: 50%;
    opacity: 70%;
}

*{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

body,html{
    margin: 0px;
    height: 100%;
    border: 1px solid black;
}