body2{
    margin:0;
    padding: 0;
    height: auto;/*potentially 100*/
    /* width: 100vw; */
    display: flex;
    justify-content:center;
    align-items: center;
    margin:auto;
    min-width: 1000px;
    background:turquoise;
}
.coreshell{
    margin: 30px 30px 30px 30px;
    height:auto;
    padding: 20px 30px 20px 30px;
    width: 95vw;
    border-radius: 5px;
    justify-content:center;
    align-items: center;
    background-color: #bae8ee;
    overflow:hidden;
    min-width: 900px;
    animation: transitionIn 1.5s;
}
.contentbox{
    /* background-color:lightgray; */
    width:70wv;
    padding-left:20px;
    padding-right:20px;
    /* margin:10px; */
    justify-content: center;
    display: flex;
    align-items: center;
}
.custombox{
    width:80vw;
    max-width: 800px;
    padding-left: 5vw;
    /* max-width: 80vw; */
    height:auto;
    padding-right: 10vw;
    justify-content: center;
    display: flex;
    align-items: center;
}
#maintitle{
    justify-content: center;
    align-items: center;
    margin: auto;
    /* background-color: yellow; */
}
#maintitle hr{
    margin-top: 15px; 
    background-color: black;
    color: black;
    overflow: hidden; 
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    align-items: center;
    height: 2px;
    border:none !important;
}
#maintitle h2{
    text-align: center;
    font-size: 50px;
    font-style: italic;
    margin-top: 20px;
}
#statsCounter{
    background-color: brown;
    width: 90vw;
    min-width: 950px;
    height:25vh;
    min-height: 30px;
    justify-content: center;
    margin:auto;
}
.minibottombar{
    margin:auto;
    width:auto;
    padding-left:20px;
    padding-right:20px;
    justify-content: center;
    display: flex;
    align-items: center;
}
text1{
    text-align: left;
    font-size: 20px;
    line-height: 25px;
    /* padding-left: 5vw; */
}
.desc1{
    /* background-color: green; */
    width: 70vw;
    height: auto;
    padding-right: 10px;
}
.longIMG{
    height: auto;
    width: 70vw;
    padding-left: 10px;
}

.bt1{
    width: 100px;
    height: 45px;
    border: none;
    color: white;
    background-color: darkgray;
    border-radius: 5px;
    box-shadow: inset 0 0 0 0 limegreen;
    transition: ease-out 0.2s;
    font-size: 25px;
    outline: none;
}
.bt1:hover{
    box-shadow: inset 100px 0 0 0 limegreen;
    cursor:pointer;
}
.leftside{
    width: 30vw;
    display: flex;
    justify-content: left;
}
.corecenter{
    display: flex;
    width: 30vw;
    justify-content: center;
}
.rightside{
    display: flex;
    width: 30vw;
    justify-content: right;
}
@media screen and (max-device-width: 1400px) {
    .header,.content,.footer{
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .imageT{
        height: 15vw;
        width: 70vw;
        /* min-width:600px; */
        padding-left: 10px;
    }
    body4{
        margin:0px;
        padding: 0px;
        height: 15vh;
        width: 100%;
        display: flex;
        justify-content:center;
        align-items: center;
        background-color: black;
        overflow:hidden;
        min-width: 1000px;
    }
}
.imageT{
    height: auto;
    width: 70vw;
    /* min-width:600px; */
    padding-left: 10px;
}