.portalFlexboxContainer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.portalTitle{
    width:100%;
    color:white;
    font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;
    text-align:center;
}
.portalTitleLargeText{
    font-size: 72px;
}

.portalItem{
    text-overflow: ellipsis;
    overflow: hidden;
    width: 10vw;
    min-width: 100px;
    max-width: 150px;
    margin: 8px;
    padding:0px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.portalItemBgContent{
    border-radius: 5px;
    transition: 0.2s;
    width: 10vw;
    min-width: 100px;
    max-width: 150px;
    height: auto;
}
.portalItemBgContent:hover {
    border-radius: 20px;
}
.portalItemContent{
    pointer-events: none;
    color:#404040;
    font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;
    font-size: 10pt;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.portalTitleItem{
    width:100%;
    text-align:center;
    font-size:32pt;
    margin-top:32px;
    margin-bottom:16px
}

.portalCalendarItemTop{
    pointer-events: none;
    color:white;
    transform: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    font-family:'Helvetica', 'Arial', sans-serif;
}
.portalCalendarItemBottom{
    pointer-events: none;
    color:black;
    transform: none;
    top: 25%;
    left: 0;
    width: 100%;
    height: 75%;
    font-family:'Helvetica', 'Arial', sans-serif;
}

.portalActionButton{
    color:white;
    position:absolute;
    top:16px;
    left:16px;
    transition: 0.3s;
}
.portalActionButton:hover {
    -webkit-filter: drop-shadow(0px 0px 12px white);
    filter: drop-shadow(0px 0px 12px white);
}


.portalFooter {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 8px;
    width: 100%;
    font-family: Verdana,sans-serif;
    font-size:8px;
    text-align: center;
}
.portalFooterContent{
    color:white;
}


a {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

#a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.material-symbols-outlined {
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' -25,
    'opsz' 48
}

.portalTitleSmallText{
    display:none;
}

.portalTitleLargeText{
    display:none;
}

@media (max-width:640px){
    .portalItemText{
        font-size: 3vw;
    }
}
@media (min-width:641x) and (max-width:1007px){
    .portalItemText{
        font-size: 10pt;
    }
}
@media (max-width:1007px){
    .portalTitleSmallText{
        display:block;
    }
}
@media (min-width:1008px){
    .portalItemText{
        font-size: 12pt;
    }
    .portalTitleLargeText{
        display:block;
    }
}

@media (min-width:1366px){
    .portalItemText{
        font-size: 12pt;
    }
    .portalTitleLargeText{
        display:block;
    }
}