body{
    background: transparent linear-gradient(156deg, #1B7F79 0%, #747F7F 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    min-height: 100vh;
}

.logotext{
    font: normal normal bold 70px/1px Campaign;
    text-align: center;
    text-decoration: none;
    color: #000000;
}

.header{
    background-color: #ffffff;
    top: 0;
    right: 0;
    left: 0;
}

.navItems{
    position: relative;
    text-align: center;
    font: normal normal bold 30px/40px Campaign;
    text-decoration: none;
    color: #ffffff;
    margin: 20px;
    
}

.wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

}

@media (max-width: 100em) {
    .wrapper{
    grid-template-columns: 1fr 1fr
}
}

@media (max-width: 50em) {
    .wrapper{
    grid-template-columns: 1fr
}
}

#windowBar{
    position: relative;
    padding: 0;
    margin: 0;
    margin-top: 2rem;
    margin: 2rem;
}

#windowBar .titlebar {
    width: 80%;
    width: calc(100% - 40px);
    height: 40px;
    text-align: center;
    float: left;
    background: #5C6767;
    display: flex;
    justify-content: center;
    align-items: center;
    font: normal normal normal 20px/1px tondo-signage;
    color: #ffffff;
}

#windowBar .closebutton {
    width: 20%;
    width: calc(40px);
    height: 40px;
    float: left;
    background: #ff0000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#windowBar .contentwindow{
    background-color: #000000;
    color:#ffffff ;
    font: normal normal 200 1em/1.1em input-serif;
    padding: 1.5rem;
}


.socialIcons{
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 10px;
    gap: 3px;
}

.socialicon{
    width: 40px;
}

.langbox{
    display: flex;
    justify-content: center;
    gap: 20px;
}
