@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Caption:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Newsreader&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

*{
    box-sizing: border-box;
}
html {
    height: 100%;
}
body{
    background-color: rgb(25, 54, 54);
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: 'PT Sans';
    font-size: 12pt;
    color: var(--color-text);
    margin: 0;
    background: linear-gradient(76deg, rgba(8,8,8,1) 5%, rgba(54,65,77,1) 20%, rgba(77,95,110,1) 40%, rgba(69,85,99,1) 64%, rgba(54,65,77,1) 79%, rgba(8,8,8,1) 96%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
input{
    min-width:0;
    appearance: none;
    -webkit-appearance:none;
    -webkit-border-radius:0;
    margin:0px;
    border-radius: 0px;
    font-size:12pt;

}
.iconmargin{
    margin-right:10px;
}
.widespace{
    display:flex;
    align-items: center;
    justify-content: center;
    min-width:100%;
    background-color: var(--color-bg-menu);
}

.widespace.dark{
    background-color: var(--color-bg-main);
}

.decorative{
    font-family: var(--font-decorative);
}

h1, h2{
    color:var(--color-text-headline);
}

img.blog{
    width:100%;
    height:auto;
}   

h1{
    margin-top:0px;
    margin-bottom:10px;
    font-family: var(--font-decorative);
    font-size:28pt;
}
h1.blog{
    margin-top:10px;
    margin-bottom:0px;
}
h4.blog{
    margin-top:0px;
    margin-bottom:10px;
}
h1.white{
    margin-top:0px;
    margin-bottom:10px;
    font-family: var(--font-decorative);
    font-size:4em;
    color:#fff;
    text-shadow: 1px 1px 3px #000;
}
h2{
    margin-top:0px;
    margin-bottom:10px;
    font-family: 'PT Sans';
    font-size:18pt;
}
h2.login-nomargin{
    margin-bottom: 0px;
    font-size:19pt;
    font-family: 'PT Sans Caption';
    color: var(--color-text);
}
h3{
    margin-top:0px;
    margin-bottom:4px;
}
h3.topmargin, h2.topmargin{
    margin-top:20px;
}
h1.construction{
    color:rgb(87, 87, 87);
}
h1.decorative{
    font-size:36pt;
}
h2.decorative{
    font-size:22pt;
}
h3.decorative{
    font-size: 20pt;
}
h1.decorative, h2.decorative, h3.decorative{
    font-family: var(--font-decorative), cursive;
}
li{
    margin-bottom:10px;
}
p{
    margin-top:0px;
    margin-bottom:15px;
    flex-direction: row;
}
p.white{
    max-width:60%;
    font-size:1.5em;
    color:#fff;
    font-family: var(--font-decorative), cursive;
    text-shadow: 1px 1px 2px #000;
}
p.small-margin{
    margin-top:-10px;
    font-size: var(--fsize-small);
}
p.smaller{
    margin-left:10pt;
    margin-top:5px;
    margin-bottom:5px;
}
p.smallest{
    margin-left:10pt;
    margin-top:0px;
    font-size:10pt;
}

p.bigger{
    font-size: 13pt;
    text-align: center;
}
p.no-margin-btm{
    margin-bottom: 0px;
}

p.slogan{
    margin:30px;
    text-align: center;
    color:var(--color-text-gold);
}
p.slogan-page{
    flex:1;
    text-align: center;
    font-size: 10pt;
    padding-right:8px;
    padding-left:8px;
}
a.afooter{
    color:#ffffff;
    text-decoration: none;
}
a.afooter:hover{
    text-decoration: underline;
}
a{
    color:var(--color-link-main);
    text-decoration: none;
    cursor:pointer;
    font-family: 'PT Sans Caption';
}
a.pages{
    color:var(--color-link-main);
    text-decoration: none;
    cursor:pointer;
    font-family: 'PT Sans';
}
a:hover{
    color:var(--color-link-hover);
}
a.login-form{
    font-size: 13pt;
    font-weight:bolder;
    font-family: 'PT Sans Caption';
    color:var(--color-link-hover);
}
a.login-form:hover{
    color:rgb(220, 243, 199);
}
a.a-menu{
    font-family: 'PT Sans';
    text-decoration: unset;
    color:unset;
}

img.construction{
    width:80%;
    rotate: -5deg;
    box-shadow: 3px 3px 10px #493c40;
    margin:40px;
}

.error-message{
    font-size:10pt;
    color:#ff0000;
    margin-top:3px;
}
.error-message.hidden{
    visibility: hidden;
    display: none;
}
.main-holder{
    width:90%;
    max-width:1000px;
}
.main-holder.construction{
    background-color: #b9b9b9;
}
.mainsplit{
    background-color: var(--color-bg-main);
    padding-bottom: 40px;
    display: grid;
    grid-template-columns: 0.25fr 0.75fr;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
}

.leftmenu span{
    color: #ffffff;
    display: block;
    text-align: center;
    padding: 8px 15px 8px 15px;
    text-decoration: none;
    background-color:var(--color-section-leftmenu);
}

.leftmenu ul{
    list-style-type: none;
    
    margin: 0px;
    padding: 0px;
    overflow: hidden;   
    margin-bottom:15px;
}
.leftmenu li{
    margin: 0px;
    color: #ffffff;
    background-color:var(--color-bg-leftmenu);
    margin-bottom:1px;

}
.leftmenu li:first-child{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.leftmenu li:last-child{
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.leftmenu li a, li.selected{
    color: var(--color-text-gold);
    font-family: 'PT Sans';
    display: block;
    text-align: left;
    padding: 8px 15px 8px 15px;
    text-decoration: none;
    transition: 0.3s;
}
.leftmenu li:hover{
    background:var(--color-hover);
    transition: 0.3s;
}

.leftmenu li.selected{

    background-color: unset;

}


.menu ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;   
    width:100%;
}

.menu li.fold-menu{
    overflow: hidden;
    float:right;
    display:none;
}
.menu li.menu-dropdown{
    float:left;
    margin: 0px;
    color:var(--color-text-gold);
}

.menu li.menu-dropdown:last-child{
    float:right;
}
.menu li.menu-dropdown:nth-last-child(2){
    float:right;
}

.menu-dropdown-content {
    display: none;
    position: absolute;
    background-color:var(--color-bg-menu-popup);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    white-space: nowrap;
}

.menu-dropdown-item{
    padding:8px;
    color:var(--color-text-dark);
    cursor: pointer;
}
.menu-dropdown-item:hover{
    background-color: var(--color-bg-menu-popup-hover);
    color:#000;
}
.menu-dropdown:hover .menu-dropdown-content {
    display: block;
}

.menu li div.fold-menu{
    height:48px;
    display: flex;
    align-items: center;
}
.menu li div.fold-menu:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c9";
    
}

.menu li a.lgo:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007";
    margin-right:5pt;
}

.menu li a.lgn:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2f6";
    margin-right:5pt;
}

.menu li a, .menu-dropdown-btn{
    font-family: 'PT Sans';
    color:var(--color-text-gold);
    display: block;
    text-align: center;
    padding: 13px 15px 13px 15px;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
}



.menu li a.menu-dropdown-item{
    padding:8px;
    color:var(--color-text-light);
    text-align: left;
    cursor: pointer;
}
.menu li a.menu-dropdown-item:hover{
    background-color: var(--color-bg-menu-popup-hover);
    color:#fff;
}

.menu li a:hover, .menu-dropdown-btn:hover{
    background:var(--color-hover);
    transition: 0.3s;
}

.page-header{
    background-color: rgb(10, 10, 10);
    height:90px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    padding-left:40px;
}
.main-header{
    background-color: var(--color-bg-body);
    height:300px;
    display: flex;
    justify-content: flex-end;
}
.main-header-logo{
    flex:0.3;
    display:flex;
    justify-content: center;
    flex-direction: column;
}
.main-header-picture{
    position:relative;
    flex:0.7;
    background-color: #000;
    background-size:cover;
    overflow: hidden;
}
.logo-image{
    position: relative;
    object-fit: cover;
    max-width: calc(100% - 30px);
    margin-left:15px;
    margin-right:15px;
    margin-top:15px;
}
.logo-image-small{
    max-height:60px;
}

.article{
    display: flex;
    background-color: var(--color-bg-main);
    flex-direction: column;
    overflow:hidden;
}
.article.centered{
    justify-content: center;
    align-content: center;
    flex-direction: row;
}
.article.margins{
    padding-top:5px;
    padding-bottom:0px;
    padding-left:40px;
    padding-right:30px;
}
.article.more-margins{
    padding-top:40px;
    padding-bottom:80px;
    padding-left:90px;
    padding-right:180px;
}
.article.topmargin{
    padding-top:40px;
}
.article.btmmargin{
    padding-bottom:40px;
}
.article.wrapped{
    background-color:var(--color-bg-wrapper);
    padding-left:15px;
    padding-right:10px;
    padding-top:15px;
}
.article.wrapped.brown{
    background-color:#a9512c;
}
.article.wrapped.teal{
    background-color:#4a5b6c;
}
.article.wrapped.dark{
    background-color:#493c40;
}
.article.wrapped.construction{
    background-color:#d6d6d6;
    border: 1px dashed #333;
}
.article.gold-bar, .article.red-bar{
    display: flex;
    background-color: var(--color-bg-gold);
    min-height: 100px;
    flex-direction: column;
    overflow:hidden;
    align-items: center;
    justify-content: center;
    font-size: 20pt;
    font-family: 'PT Sans Caption';
}
.article.red-bar{
    background-color: #db3333;
}

.wrapend{
    width:100%;
    height:20px;
    overflow:hidden;
    background:linear-gradient(-2deg, rgba(0,0,0,0) 50%, rgba(54,65,77,1) 52%);
}
.wrapend.brown{
    background:linear-gradient(-2deg, rgba(0,0,0,0) 50%, #a9512c 52%);
}
.wrapend.teal{
    background:linear-gradient(-2deg, rgba(0,0,0,0) 50%, #4a5b6c 52%);
}
.wrapend.dark{
    background:linear-gradient(-2deg, rgba(0,0,0,0) 50%, #493c40 52%);
}
.article.split{
    display: grid;
    grid-template-columns: 0.7fr 0.3fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px; 
}
.article.col{
    flex-direction: row;
}
.article-holder.centered{
    justify-content: center;
    align-items: center;
}
.article-pics{
    width:60%;
    padding:0px;
}
.article-wide:first-child{
    margin-right:15px;
}
.article:only-child{
    width:100%;
    margin-left:0px;
}

.spinner-holder{
    flex:1;
    height:40px;
    min-width:300px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.spinner-holder.padded{
    height:28px;
}
.spinner-holder.hidden{
    visibility: hidden;
}
.spinner-holder.red{
    color:#ff0000;
    font-size:10pt;
}

.list-holder{
    display:flex;
    flex-direction: row;
    font-size:10pt;
    margin-bottom:15px;
    
}

.list-icon{
    display:flex;
    min-width:45px;
    max-width:45px;
    justify-content: center;
    font-size:30px;
    color:#b9b9b9;
    margin-right:15px;
}
.list-icon.pages{
    display:flex;
    min-width:35px;
    max-width:35px;
    justify-content: center;
    font-size:22px;
    color:#b9b9b9;
    margin-right:12px;
}
.list-item{
    flex:1;
}

.rectext{
    display:none;
    visibility: hidden;
}


thead{ 
    color:#e2e2e2;
    margin-bottom:15px;
    font-weight: bold;
    font-size:12pt;
}
th{
    height:40px;
    background-color:var(--color-bg-main);
    margin:0px;
    font-weight: bold;
}
th:first-child{
    border-top-left-radius:10px;
}
th:last-child{
    border-top-right-radius:10px;
}

tr{
    height:30px;
    font-weight: bold;
}
tr.something:nth-child(odd){
    background-color: #e6eef8;
}
td.something{
    padding-left:10px;
}
.picholder{
    display:flex;
    flex:1;
    width:100%;
    min-height:400px;
    max-height:450px;
}
.inlinepic{
    flex:1;
    background-size:cover;

}

.info-link{
    text-decoration: none;
    color:unset;
    font-family: 'PT Sans';
}
.info-link:hover{
    color:unset;
}
  
.info-holder{
    display: flex;
    margin-bottom: 8px;
    background-color: var(--color-bg-alt);
    transition: 0.2s;
}

.info-holder:hover{
    background-color: var(--color-hover);
    transition: 0.3s;
}

.info-holder:hover .info-holder-pic{
    transition: 0.3s;
    background-size: 152px 152px;
}

.info-holder-pic{
    flex: 0;
    min-height: 128px;
    max-width: 128px;
    min-width: 128px;
    background-size: 128px 128px;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url('/images/mt_monaco/mt_monaco_01.jpg');
    transition: 0.2s;
}

.info-holder-static-pic{
    flex: 0;
    min-height: 128px;
    max-height: 128px;
    max-width: 128px;
    min-width: 128px;
    background-size: 120px 120px;
    background-position:right;
    background-repeat: no-repeat;
    background-image: url('');
    transition: 0.2s;
}

.info-holder-text{
    flex:1fr;
    padding-left:20px;
    padding-top:5px;
    padding-right:30px;
}

a.gallerylink{
    color: unset;
    margin:0px;
    padding:0px;
}

.gallery{
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
}

.gallery-dir{
    position: relative;
    flex:1;
    display: flex;
    flex-direction: column;
    padding:8px;
    min-height:180px;
    max-width:180px;
    min-width:180px;
    align-items: center;
    justify-content: center;
    background-color: var(--color-bg-menu);
    font-size: 20px;
    margin-right: 10px;
    margin-bottom:10px;
}
.gallery-dir-pic{
    width: 100%;
    background-color: #363636;
    margin-bottom:8px;
}


.gallery-pic{
    min-height: 200px;
    min-width: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right:8px;
    margin-bottom:8px;
    background-color: #363636;
    cursor: pointer;
}

.pod-artwork{
    max-width:100%;
    min-height: auto;
    background-size: contain;
}

.login-holder{
    position: absolute;
    background-color: var(--color-bg-main);
    max-width: 1000px;
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    bottom: 0px;
    top:0px;
    flex-direction: column;
}

.login-main{
    margin-top:10px;
    width:450px;
    background-color: var(--color-bg-menu);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display:flex;
    align-items: flex-start;
    justify-content: center;
    padding:50px;
    padding-top:30px;
    padding-bottom:15px;
    flex-direction: column;
    border-bottom: 1px solid #3e3e4e;
}
.login-main:last-child{
    border-bottom: 0px solid #3e3e4e;
    border-bottom-left-radius: 6px;padding-left:16px;
    border-bottom-right-radius: 6px;
}
.login-main.bottom{
    margin-top:0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom: 0px solid;
    padding-bottom:20px;
    align-items: center;
}

.login-logo{
    margin-top:25px;
    width:200px;
}

.login-section{
    margin-bottom:20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    flex-direction: column;
    font-weight: bold;
}
.login-section.right{
    align-items: flex-end;
    
}
.login-section.help{
    align-items: flex-start;
    color:#8a8aa0;
    font-size: 10pt;
    margin-top:-6px;
}

.login-form form{
    flex:1;
    display:flex;
    flex-direction: column;
    width:100%;
}

.login-form.thin{
    max-width:400px;
}

.login-form.inline{
    max-width:400px;
    margin-top:10px;
}

.login-form .inputholder label {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    height: 50px;
    padding-left:8px;
    background-color: #f1e3c3;
    color: #5c4005;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    flex:0;
}

.login-form .inputholder.col label {
    color:var(--color-text);
    background-color: unset;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 14pt;
    font-family: 'PT Sans Caption';
    padding:0px;
    margin-bottom:6px;
}

.login-form.inline label{
    height: 40px;
    min-width: 30px;
    max-width: 30px;
   
}
.login-form.col form input{
    border-radius:4px;
    padding-left: 10px;
    min-height: 40px;
    max-height: 40px;
}

.login-form form input {
    font-family: 'PT Sans'; 
    flex:1;
    background-color: #f1e3c3;
    border:0px solid;
    min-height: 50px;
    max-height: 50px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 13pt;
}
.login-form form .inputholder.col input:focus{
    box-shadow: 0px 0px 8px 3px #87879c;
}
.login-form form input[type="checkbox"]{
    margin-right:20px;
    display:flex;
    align-items: flex-start;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border:1px solid #fff;
    min-width:21px;
    max-width:21px;
    min-height:21px;
    max-height:21px;
    border-radius:2px;
    padding-left:0px;
    justify-content: center;
    align-items: center;
}


.login-form form input[type="checkbox"]:checked{
    border-color: var(--color-bg-gold);
}
.login-form form input[type="checkbox"]:checked::before{
    content: '\2713';
}
.login-form form input[type="checkbox"]:required{
    border-color: #f1e3c3;
}

.login-form.inline form input{
    min-height: 40px;
    max-height: 40px;
    border-radius: 0px;
    padding-left:10px;
}
.login-form.inline form button{
    margin-top: 0px;
    min-height: 40px;
    max-height: 40px;
    flex:0;
    padding-left:20px;
    padding-right: 20px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.login-form form .inputholder{
    margin-bottom:10px;
    display:flex;
    flex:1;
    width:100%;
}
.login-form .inputholder.col{
    flex-direction: column;
}
.login-form form button{
    font-family: 'PT Sans'; 
    flex:1;
    background-color: var(--color-bg-gold);
    border:0px solid;
    border-radius: 4px;
    min-height:50px;
    font-size: 13pt;
    font-weight: bold;
    display:flex;
    align-items: center;
    justify-content: center;
    color:#ececec;
    margin-top:15px;
    cursor:pointer;
}
.login-form form button:hover{
    background-color: var(--color-hover-gold);
    color:#f0f0f0;
}

input::placeholder{
    color:#8b7e5e;
    font-size:12pt;
}

input:required {
    box-shadow: none;
    background-color: #f1e3c3;
    color:#000;
}

*:focus {
    outline: 0;
    border-color:var(--color-bg-main);
}

::-moz-focus-inner {
    border:0;
}

input {
    filter: none;
}

/*input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active
*/
input:-webkit-autofill {
    -webkit-transition-delay: 9999s;
    transition-delay: 9999s;
}
input:-webkit-autofill::first-line {
    font-family: 'PT Sans';
    font-size: 13pt;
    color:rgb(41, 41, 41);
  }

.error-help{
    visibility:hidden;
    margin-left:10px;
    font-size: 10pt;
    margin-top:5px;
    color:#db3333;
}
.error-help.boxed{
    background-color: var(--color-bg-menu-popup);
    margin-left:0px;
    color: var(--color-text);
    padding:15px;
    font-size: 12pt;
    border-radius: 8px;
}
.error-help.active{
    visibility: visible;
}

ol.policy{
    list-style-type:lower-roman;
}

.podlogo{
    min-height:110px;
    max-height:110px;
    align-self: flex-end;
    margin-top: 150px;
}

.pod-logo{
    position: relative;
    margin-top:0px;
    margin-bottom:30px;
    min-height:110px;
    max-height:110px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-width:100%;
}
.pod-logo.pod-1{
    background-image: url('/images/sga-podden_logo.svg');
}
.pod-logo.pod-2{
    min-height:160px;
    max-height:160px;
    background-image: url('/images/sga-stallsnack_logo.svg');
}

.episode-holder{
    margin-top:10px;
    margin-bottom: 20px;
    display: flex;
}
.episode-holder-section{
    flex:0;
    margin-left:20px;
}
.episode-holder-section:last-child{
    flex:1;
}
.episode-button{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:var(--color-bg-menu-popup);
    height:40px;
    width:100px;
    margin-top:15px;
    border:#8a8aa0;
    overflow: hidden;
}
.episode-button:hover{
    background-color:var(--color-bg-menu-popup-hover);
    color:var(--color-link-main);
}

.section{
    display: flex;
    width:90%;
    max-width:1000px;
    background-color: var(--color-bg-main);
    background-position: top;
    background-size:auto;
    background-repeat: no-repeat;
    flex-direction: row;
}

.section-part{
    display:flex;
    flex-direction: column;
    flex:1;
}

.section.use-row, .section-part.use-row{
    flex-direction: row;
    flex-wrap: wrap;
}

.section.use-column, .section-part.use-column{
    flex-direction: column;
}

.section-part.use-2split{
    flex:0.7;
    padding-top:30px;
    padding-left:30px;
    padding-right:15px;

}
.section-part.use-2split:last-child{
    flex:0.3;
    padding-left:15px;
    padding-right:30px;
}

.section-part.use-2split.use-nopadding{
    padding:0px;
}

.section-part.use-3split{
    flex:0.5;
    overflow: hidden;
}

.section-part.use-3split:first-child{
    flex:0.25;
}

.section-part.use-3split:last-child{
    flex:0.25;
}

.section-part.use-3col{
    flex:1;
    min-height:350px;
    max-height:350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.section-part.use-3col:last-child{
    min-height: auto;
    max-height: none;
}

.section-part.horse-image{
    min-height:350px;
    max-height:350px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

.section-part.gallery{
    align-items: center;
    justify-content: center;
}

.menu{
    background-color:var(--color-bg-menu);
}
.footer{
    background-color:var(--color-bg-alt);
    display:flex;
    flex-direction: row;
    color:#ffffff;
    padding:30px;
    padding-bottom:30px;
}
.footer .part{
    flex:1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.footer .part:first-child{
    flex:0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.footer .part:last-child{
    flex:0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;

}
.use-padding-top-small{
    padding-top:15px;
}
.use-padding-top{
    padding-top:30px;
}
.use-padding-right{
    padding-right:30px;
}
.use-padding-right-small{
    padding-right:15px;
}
.use-padding-left{
    padding-left:30px;
}

.use-padding-left-small{
    padding-left:15px;
}
.use-padding{
    padding:30px;
}
.use-padding-small{
    padding:15px;
}
.use-padding-bottom{
    padding-bottom:60px;
}

.use-bg-color-1{
    background-color: #493c40;
}

.aux-menu{
    display: block;
    position: fixed;
    z-index:10;
    width:100%;
    right:0px;
    top:0px;
    left: 100%;
    height:100%;
    transition: 0.3s;
}
.aux-menu.show{
    display:block;
    transition: 0.5s;
    left: 0%;
}

.aux-menu-holder{
    position: absolute;
    background: rgb(54,65,77);
    background: linear-gradient(270deg, rgba(54,65,77,1) 0%, rgba(8,8,8,1) 100%);
    border-left:1px solid rgb(77, 77, 77);
    height:100%;
    width:80%;
    right:0px;
}

.aux-menu ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;   
    width:100%;
}

.aux-menu li{
    border-bottom:1px solid var(--color-contrast);
    margin:0px;
}
.aux-menu li a{
    color: var(--color-text-gold);
    font-family: 'PT Sans';
    font-size: 13pt;
    display: block;
    text-align: left;
    padding: 12px 15px 12px 15px;
    text-decoration: none;
    transition: 0.3s;
}
.aux-menu li a:hover{
    background:var(--color-hover);
    transition: 0.3s;
}
.aux-menu li a:active{
    background:var(--color-hover);
    transition: 0.3s;
}

.menu li.fold-menu{
    overflow: hidden;
    float:right;
    display:none;
}
.menu li.menu-dropdown{
    float:left;
    margin: 0px;
    color:var(--color-text-gold);
}

li.menu-small{
    display:none;
}

.podart-list{
    width:120px;
}

ul.gallery-view{
    display: flex;
    flex-wrap: wrap;
    list-style-image: none;
    padding:0px;
}

ul.gallery-view li{
    height: 30vh;
    flex-grow: 1;
    display: flex;
    margin:2px;
    align-items: flex-start;
    justify-content: flex-start;
}

ul.gallery-view li:last-child{
  flex-grow: 10;
}

ul.gallery-view img {
    display: flex;
    max-height: 100%;
    min-width: 100%;
    object-fit: cover;
    object-position: top center;
    vertical-align: bottom;
}

.pageflipper-holder{
    flex:1;
    display: flex;
    flex-direction: row;
}

.pageflipper{
    display:flex;
    flex: 1;
}

.pageflipper.next{
    justify-content: flex-end;
}

a.pages.selpage{
    color: var(--color-text-gold);
}

@media screen and (max-width: 900px) {
    .section {
        flex-direction: column;
        width:100%;
    }
    .login-holder{
        flex-direction: column;
        width:100%;
    }
    .section.rev{
        flex-direction: column;
        width:100%;
        flex-flow: column-reverse;
    }
    .section.static{
        flex-direction: row;
    }
    .episode-holder{
        flex-direction: column;
    }
    .episode-holder-section:last-child{
        margin-top:20px;
    }
    li.menu-wide{
        display: none;
    }
    li.menu-small{
        display:block;
    }
    .menu li.fold-menu{
        display:block;
        margin:0px;
    }
    .section-part.use-3split:first-child{
        display:none;
    }
    .section-part.use-3split:last-child{
        border-top:1px solid var(--color-contrast);
        padding-left:30px;
        padding-top:30px;
    }
    .section-part:last-child{
        border-top:1px solid var(--color-contrast);
    }
    .section-part.addpadding:last-child{
        padding-left:30px;
    }
    .section-part.noborder:last-child{
        border-top:0x solid var(--color-contrast);
    }
    .section-part.use-3col{
        min-height:100vmin;
        max-height:100vmin;
    }
    .addborder{
        border-top:1px solid var(--color-contrast);
    }
    h1.white{
        font-size:30pt;
    }
    h1, h1.decorative{
        font-size:22pt;
    }
    h2{
        font-size:16pt;
    }
    .episode-holder{
        flex-direction: row;
    }
    .episode-holder-section{
        flex:0;
        margin-left:0px;
        margin-right:8px;
    }
    .episode-holder-section:last-child{
        flex:1;
        margin-top:0px;
    }
    .podart-list{
        margin-top: 8px;
        width:64px;
    }
    .main-header-logo{
        position: absolute;
        top:0px;
        left:0px;
        width:300px;
        z-index:5;
    }
    .main-header-picture{
        height:250px;
        flex:1;
    }
    p.slogan{
        display:none;
    }
    p.slogan-page{
        font-size: 9pt;
    }
    .section-part.use-2split{
        padding-right:30px;
    
    }
    .section-part.use-2split:last-child{
        padding-left:30px;
    }
    .page-header{
        padding-left:8px;
    }

    
}