.section div {
    border:0px solid red;
}

* {
  box-sizing: border-box;
}

.hide {
    display:none !important;
}

@font-face {
  font-family: myHeaderFont;
  src: url(/2025/statics/HATTEN.TTF);
}

h1,h2,h3 {font-family: "myHeaderFont"}
h4,h5,h6,p,li {font-family: 'Comfortaa';}
body {font-family: "Open Sans"}

p > b {
    font-weight:900;
    -webkit-text-stroke: 1px black; 
    text-stroke: 1px black; 
}

span {
    padding:5px;
    margin-top:10px;
}

.section {
    width:100%;
    margin: 100px 0px 0px 0px;
    display: grid;
    grid-template-columns: 20% auto auto;
    align-content: start;
    justify-content:start;
}

.section > .header {
    width:100%;
    text-align: right;
}
    .section h3 {
        font-size: 5vw;
        line-height:100%;
    }
    
    .section h4 {
        font-size: 2vw;
        line-height:100%;
    }
    
    .section h6 {
        font-size: 1.6vw;
        line-height:100%;
    }
    
    .section p {
        margin: 5px;
        font-size:1.2em;
    }

    .section li {
        margin: 5px;
        font-size:1.2em;
    }

.section > .divider {
    width:5px;
    background-color:black;
    height:100%;
    margin-left:30px;
}

.section > .content {
    width:100%;
    display:flex;
    flex-direction: column;
    padding: 0 30px 50px 30px;
}

#menu {
    width:100%;
    margin:0;
    border:0;
    padding:0;
    display:flex;
    flex-direction: row;
    justify-content: center;
}

#menu > a {
    margin:0 20px 0 20px;
    border:0;
    padding:0;
}

#mobile-menu {display:none;}

#mainlogo {
    width:100%;
    display:flex;
    flex-direction: row;
    justify-content: center;
}

#mainlogo > img {
    width:100%;
}

#banner_normal {
    display: none;
}

#social {
    width:100%;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#mobile-bar {
    display:none;
}

#mobile-social {
    width:100%;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#SYNTELESTES .bio {
    display:flex;
    flex-direction:row;
    padding:20px;
    min-width:550px;
}

#SYNTELESTES .bio img {
    width:7vw;
    height:7vw;
    object-fit:cover;
    border-radius: 50%;
    margin: 10px 20px 0 0;
}

#SYNTELESTES .bio-button:hover {
    cursor:pointer;
}

#submission {
    margin-bottom:40px;
}

#submission + button {
    margin-bottom:60px;
    font-size:1.2em;
}

#submission + button:hover {
    cursor:pointer;
}

#submission .wide {
    width:100%;
}

#submission p {
    margin-top:20px;
}

#terms {
    color:blue;
    text-decoration:underline;
}

#terms:hover {
    cursor:pointer;
}

#terms-text {
    position:fixed;
    top:0;
    left:0;
    width:50%;
    height:100%;
    overflow-y:scroll;
    background-color:white;
    font-size:1.2em;
    padding:15px;
}

#terms-text #close-button {
    background-color:#cccccc; 
    padding:5px;
    width:auto;
}

#terms-text #close-button:hover {
    cursor:pointer;
}