* {
    box-sizing: border-box;
    /* max-height: 100%; */
    /* max-width: 100%; */
}

iframe {}

body {
    background-color:rgb(255, 255, 255);
    /* align-items: center; */
    /* justify-content: center; */
    /* text-align: center; */
}

a,p,h1,h2,h3,h4,h5,h6 {
    font-family: sans-serif;
}

h1 {
    font-size: 5.5vw;
}

p {
    font-size: 3vw;
}

a {
    cursor: pointer;
    font-style: normal;
    text-decoration: none;
    color: black;
}

div {
    /* max-height:100%; */
    max-width:100%;
}

a:hover {
    color:orange;
}



#content-body {
}


#welcome-banner {

text-align: center;

font-size: xxx-large;

position: relative;

font-family: sans-serif;

margin-top: 75px;
}

.banner{
    text-align: center;

    font-size: xxx-large;

    font-family: sans-serif;
}

#join-section {

display: flex;

justify-content: center;

align-content: center;

align-items: center;

flex-direction: row;
}

#join-text-button {

text-align: center;

font-family: sans-serif;

font-size: 3.5vw;

display:flex;

flex-direction: column;

align-content: center;

justify-content: center;

align-items: center;

padding: 1vw;
}

#join-text-button p {
    width:60vw;
}

#join-sudo-button {
    background-color: orange;
    border-radius: 50px 50px 50px 50px;
    padding:20px;
}

#join-sudo-button a:hover{
    color:white;
}

#join-image {

}

#join-image img{
    width: 35vw;
    aspect-ratio: 1/1;
}

#content-section-2{

/* display: flex; */

margin-bottom: 3vw;

/* flex-direction: row; */
}


#brain-info {
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* overflow: auto; */
}

#brain-info-text-divs{
    display:grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
}

#brain-info-image {
    /* width:80vw; */
    height: 65vw;
}

#brain-info-text-1 {
    /* position: absolute; */
    top: 0vw;
    left: 8vw;
}

#brain-info-text-2 {
    top: 35vw;
    left: 12vw;
}

#brain-info-text-3 {
    top: 10vw;
    left: 72vw;

}

#rounded-jump-in-button {
    bottom: 9vw;
    width: 15vw;
    right: -5vw;
    background-color: orange;
    border-radius: 50px;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.brain-info-text{
    
background-color: rgb(255,255,255,50vw);
    
border-radius: 5px;
    
width: 200px;
}

.brain-info-text p {
    font-size:17px;
}

.brain-info-text h3 {
    font-size: 22px;
}

.brain-info-text a {
    font-size: 18px;
}

#content-section-3{
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    /* margin-left: 8vw; */
    /* margin-right: 8vw; */
    justify-content: center;
    align-content: center;
    align-items: center;
    
}

#content-section-3-sub-container{
    display: grid;
    grid-template-columns:1fr 1fr;
    
    /* align-items: stretch; */
    /* width: 100%; */
    /* height: 100vw; */
    /* align-content: space-between; */
    /* justify-content: space-evenly; */
}

#side-banner {
    width: 25px;
    /* transform: translate(-50vw); */
    margin-right: 15px;
    padding-left: 10px;
    margin-top: 0px;
    justify-content: start;
    align-items: start;
    text-align: center;
}

#side-banner-whats-new {
    display: grid;
    grid-template-columns: .5fr 1fr;
}
#side-banner h3{
      writing-mode: vertical-lr;
      display: inline;
      transform: rotate(180deg);
      padding: 0px;
      margin: 0px;
      text-wrap: nowrap;
      font-size: 7vw;
}

#whats-new-text {
    padding: 17px 15px 0px 0px;
    display: flex;
    justify-content: center;
    align-content: flex-start;
}

#whats-new-text ul {
    display:flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: flex-start;
    align-items: stretch;
    
}

#whats-new-text li {
    padding-bottom:7px;
}

#whats-new-video-images {
    display: grid;
    /* align-content: center; */
    align-items: center;
    text-align: center;
    /* height: 100vw; */
}

#whats-new-video {
    /* height: 250vh; */
}

#whats-new-video iframe {
    height: auto;
    aspect-ratio: 1.5;
}

#whats-new-images {
    /* display:flex; */
    flex-direction: row;
    /* width: 100vw; */
    overflow: hidden;
    position: relative;
    /* height: 100vw; */
    /* justify-content: space-between; */
    /* align-items: end; */
    /* bottom: inherit; */
    /* justify-content: end; */
    /* align-content: center; */
}

#whats-new-images img{
    height:100px;
}


@media (orientation: portrait) {



    .mh {
        max-height: 100%;
    }

    .mw {
        max-width: 100%;
    }

    #content-body{
        display:flex;
        flex-direction: column;
        /* justify-content: space-evenly; */
        align-items: center;
        flex-wrap: nowrap;
    }


    #content-body div{

        content: "";
        clear: both;
    }

    .content-section {
        height: 50vh;
    }


    #content-section-1 {
        height: auto;
        min-height:max-content;
        clear:both;
    }
    #content-section-2 {
        min-height:max-content;
        height: auto;
        display:grid;
        /* clear:both; */
    }

    #content-section-3 {
        height: auto;
        min-height:auto;
        display:flex;
        flex-direction:column;
    }

    

    #brain-info{
        display:block;
        width:100%;
        height: 100%;
    }

    #brain-info-text-divs{
        clear:both;
        position:relative;
        left:0px;
        display: grid;
        grid-template-columns: 1fr 1fr; /* Two columns of equal width */
        grid-template-rows: 1fr 1fr; /* Two rows of equal height */
        /* max-height: 10px; */
    }

    #brain-info-text-divs p{
        font-size: 2.5vh;
        max-width:70vw;
        max-height:100vh;

    }

    #brain-info-text-divs div{
        flex:auto;
        left:auto;
        top:auto;
        position:relative;
        
        
    }

    #brain-info-text-1{
        left:auto;
        top:auto;
    }

    #brain-info-text-2{
        left:auto;
        top:auto;
    }

    #brain-info-text-3{
        left:auto;
        top:auto;
    }

    #rounded-jump-in-button{
        height:80%;
        width:80%;
        left:auto;
        top:unset;
        padding:unset;
        border-radius:5vw;
        right:unset;
        bottom:unset;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #content-section-3-sub-container{
        grid-template-columns:unset;
    }

    

    #side-banner-whats-new{
        display:grid;
        grid-template-columns: 1fr 1fr;
        margin-bottom:5vh;
    }

    #side-banner h3{
        font-size:8vw;
    }

    #whats-new-text ul,ui {
        padding:0px;
        margin:0px;
    }

    #whats-new-video iframe{
        width:100%;
        height:auto;
        margin-bottom:3vh;
    }

   

    #whats-new-images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    overflow: hidden;
    position: relative;
    /* width: 100%; */
    max-width: 100%;
    }

    #whats-new-images img{
        max-width:100%;
        height:auto;
    }

}