body, html{
    background-color: #f4d472;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #313131;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: dotted;
}
nav.main{
    padding: 2px 0 0 0;
    display: block;
    height: 2.9em;
    box-shadow: 0px 3px 12px 3px #00000045;
    margin: 0 0 20px 0;
    background: #fff;
}
#logotext{
    font-size: 1.6em;
    color: #e44880;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    padding-right: 0.3em;
}
nav.main .leftside{
    float: left;
    display: block;
    padding-top: 0.2em;
}
nav.main .rightside{
    text-align: right;
    margin-right: 0.5em;
    margin-top: 0.7em;
    float: right;
}
nav.main .leftside button{
    margin: 0;
    vertical-align: bottom;
    margin-bottom: 5px;
}
nav.main .rightside a{
    color: #e44880;
    border: 0.1em solid transparent;
    padding: 0.2em 0.45em 0.4em;
    border-radius: 0.45em;
    box-shadow: 0 0 0 0 #282f56ff;
    transition: box-shadow 0.2s, border 0.3s;
}
nav.main .rightside a:hover{
    color: #e44880;
    border-color: #ebacc3;
    box-shadow: 0.1em 0.2em 0.45em 0.2em #282f564d;
}
.content{
    padding-top: 15px;
    clear: both;
}
.baselogo{
    height: 1.5em;
    margin: 0 0.3em;
    vertical-align: sub;
}
.baselogo.big{
    width: 192px;
    height: auto;
}
.journalimage{
    float: left;
    margin: 5px;
}
.ui_button{
    color: #0c2849;
    background-color: #fff;
    border: 0;
    border-radius: 0.5em;
    font-size: 1em;
    padding: 0.2em 0.5em;
    margin: 10px auto;
    transition: color 0.2s, background-color 0.2s;
}
.ui_button:hover{
    color: #1d318c;
    background-color: #eafefc;
}
.ui_button:active{
    color: #1d318c;
    background-color: #b0e3df;
}
.ui_button.red{
    color: #490c14;
    background-color: #ffe3e3;
}
.ui_button.big{
    display: block;
    border-radius: 1.5em;
    font-size: 2em;
    padding: 0.5em 1em;
    margin: 30px auto;
}
.group_item_square{
    display: inline-block;
    width: 100px;
    border: 1px solid #0c2849;
    background-color: #fff;
    margin: 2px auto;
    padding: 20px 5px;
    border-radius: 12px;
}
.journal_item_list{
    height: 170px;
    width: 170px;
    display: inline-block;
    max-width: 300px;
    border: 1px solid #0c2849;
    background-color: #fff;
    margin: 2px auto;
    padding: 0px;
    border-radius: 12px;
    text-align: left;
    overflow: hidden;
}
.journal_item_list p{
    text-align: justify;
}
.journalimage_large{
    max-width: calc(80% - 40px);
    margin: 0 20px;
}
.journaltext{
    padding: 10px;
}
.journalimage{
    margin: 0;
    width: 100%;
    height: 100%;
}
.journalimage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.loadingcacti{
    max-width: calc(80% - 40px);
    margin: 0 20px;
    border-radius: 200px;
}

.material-symbols-rounded {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
    font-size: 1.5em;
    vertical-align: middle;
    margin-bottom: 1px;
    margin-top: -2px;
}
nav.main .rightside a .material-symbols-rounded{
    display: none;
    font-size: 1.7em;
}
nav.main .rightside > span+span:before{
    content: " / ";
}
nav.main #install .material-symbols-rounded{
    display: none;
}

@media (max-width: 800px) {
    nav.main{
        font-size: 1.2em;
    }
    nav.main .rightside > span+span:before{
        content: "";
    }
    nav.main .rightside > span{
        padding-top: 0.2em;
    }
    nav.main .rightside a{
        padding: 0.4em 0.45em 0.5em;
    }
    nav.main .rightside a .material-symbols-rounded{
        display: inline-block;
    }
    nav.main .rightside .navlinktext{
        display: none;
    }
}
@media (max-width: 610px) {
    #logotext.makeshort .logotext{
        display: none;
    }
    #logotext.makeshort{
        padding-right: 0;
    }
}
@media (max-width: 500px) {
    #install .longtext{
        display: none;
    }
    nav.main #install .material-symbols-rounded{
        display: inline-block;
    }
}
@media (max-width: 480px) {
    nav.main .rightside a{
        padding-left: 0.25em;
        padding-right: 0.25em;
    }
}
@media (max-width: 460px) {
    nav.main .rightside a{
        padding-left: 0.05em;
        padding-right: 0.05em;
    }
}
@media (max-width: 420px) {
    nav.main .rightside a .material-symbols-rounded{
        font-size: 1.3em;
    }
}
@media (max-width: 370px) {
    #logotext .logotext{
        display: none;
    }
}


