/*  This is the Boiler Plate for 2025 rebuild and branding of WCOW by 3DPoetry..   */


@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');



*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-size: 1em;
}
/*  ################################   Common Entities For All   ############################################  */

body{
    color: #FFFFFF;
    background-color: rgb(17, 30, 2);
    overflow-x: hidden;
}
img{
    max-width: 100%;
    height: auto;

}
h1{
    font-size: 4rem;
    text-shadow: -2px -4px 4px #141414;
}





.spacer-500{
    min-height: 500px;
    width:95%;

}
.spacer-300{
    min-height: 300px;
    width:95%;

}
.spacer-1500{
    min-height: 1500px;
    width:95%;
}
.spacer-50{
    min-height:50px;
    width:95%;
}
.spacer-100{
    min-height: 100px;
    width:95%;
}
.spacer-200{
    min-height: 200px;
    width:95%;
}
.spacer-20{
    min-height:20px;
    width:95%;

}
.spacer-10{
    min-height:10px;
    width:95%;

}

.spaced-200{
    min-height: 200 px;
    width:95%;
}


p{
    font-size: 1rem;
    line-height: 1.5;
}

.hidden{
    display: none;
}

/*  ################################ END  Common Entities For All   ############################################  */



/*  ################################ For Desktops & posibbly Tablets    ############################################  */

/*  &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&     Gallery CSS      &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&  */
.Tspacer-20{
    min-height:20px;
    width:100%;
    background-color: rgba(128, 145, 108,.8);
}

.Gallhead{
    width: 100%;
    min-height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:1em;
    justify-content: center;
    align-items: center;

    background-color: rgba(128, 145, 108,.8);

}
.GallheadL{
    width: 48%;
    flex-direction: row;
    flex-wrap: wrap;
    gap:1em;
    justify-content: center;
    align-items: center; 
    text-align: center;   
}
.GallheadR{
    width: 48%;
    flex-direction: row;
    flex-wrap: wrap;
    gap:1em;
    justify-content: center;
    align-items: center;  
    text-align: center;  

}


.button-container {
    display: flex; 
    flex-direction: row;  
    justify-content: space-between; 
    flex-wrap: wrap;      /* Arranges buttons in a horizontal row */
    gap: 15px;             /* Adds exactly 15px of space between the buttons */
}
.button-91 {
    color: #fff;
    padding: 15px 25px;
    background-color: #38d28f;
    background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
    box-shadow: inset -3px -3px 9px rgba(255, 255, 255, 0.25), inset 0px 3px 9px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.6), inset 0px -8px 36px rgba(0, 0, 0, 0.3), inset 0px 1px 5px rgba(255, 255, 255, 0.6), 2px 19px 31px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.6rem;
    border: 0;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.3s ;
    -webkit-transition: 0.3s ;
    -moz-transition: 0.3s ;
    -ms-transition: 0.3s ;
    -o-transition: 0.3s ;
}
.button-91:hover {
    color: #49ba49;
    padding: 15px 25px;
    background-color: #9cd9e6;
    background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
    box-shadow: inset -3px -3px 9px rgba(255, 255, 255, 0.25), inset 0px 3px 9px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.6), inset 0px -8px 36px rgba(0, 0, 0, 0.3), inset 0px 1px 5px rgba(255, 255, 255, 0.6), 2px 19px 31px rgba(0, 0, 0, 0.2);
    border-radius: 35%;
    font-weight: bold;
    font-size: 1.6rem;
    border: 0;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-border-radius: 35%;
    -moz-border-radius: 35%;
    -ms-border-radius: 35%;
    -o-border-radius: 35%;
}


.cardholder{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    
    gap: 1rem;
    width: 100%;
    

    

}

.card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 23%;
    aspect-ratio: 1/1;
    background: #e4e9c8;
    border: 3px groove black;
    border-color: #141414;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 4px 5px 7px 1px rgba(0,0,0,0.8);
}
.cardMedium{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 15.5%;
    aspect-ratio: 1/1;
    background: #e4e9c8;
    border: 3px groove black;
    border-color: #141414;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 4px 5px 7px 1px rgba(0,0,0,0.8);
}
.cardSmall{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 8.5%;
    aspect-ratio: 1/1;
    background: #e4e9c8;
    border: 3px groove black;
    border-color: #141414;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 4px 5px 7px 1px rgba(0,0,0,0.8);
}
.MageHolder{
    width: 90%;
    aspect-ratio: 1/1;

    overflow: hidden;
    background-color: #000000;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    box-shadow: 4px 5px 7px 1px rgba(0,0,0,0.8);
}

.MageHolder img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition:  0.4s ease-in-out;
    cursor: pointer;

}
.MageHolder img:hover{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    transform: translate(-2px, -2px);
    -webkit-transform: translate(-2px, -2px);
    -moz-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    -o-transform: translate(-2px, -2px);
}

.lightbox-med{
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;

    z-index: 900;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    width: 100vw;
    height: 100vh;
}
.lightbox-med-content{
    position: relative;

    background: rgb(0,0,0);
    padding: 2rem;
    z-index: 910;
}
.close-med{
    position: absolute;
    width: 3em;
    height: 3em;
    background: rgb(255,0,0);
    top: -1.5em;
    right: -1.5em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.close-med::after{
    content: 'X';
    color: #e2e8f0;
    font-weight: 700;
    font-size: 2rem;
}
.spy-med{
    position: absolute;
    width: 3em;
    height: 3em;
    background-image: url('/Images/Buttons/magnify.png');
    background-size: contain;
    top: -1.5em;
    left: -1.5em;

    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.spy-med img{
    max-width:100%;
    height: auto;
}


.lightbox-lge{
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
   
    z-index: 950;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.9);
    width: 100vw;
    height: 100vh;
}

.lightbox-lge img{
    max-height: 95vh;
}

.lightbox-lge-content{
    position: relative;

    background: rgb(0,0,0);
    padding: 0.5rem;
    z-index: 960;
}
.close-lge{
    position: absolute;
    width: 3em;
    height: 3em;
    background: rgb(255,0,0);
    top: 0;
    right: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.close-lge::after{
    content: 'X';
    color: #e2e8f0;
    font-weight: 700;
    font-size: 2rem;
}
.spy-lge{
    position: absolute;
    width: 3em;
    height: 3em;
    background-image: url('/Images/Buttons/download.png');
    background-size: contain;
    top: 0;
    left: 0;

    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.spy-lge img{
    max-width:100%;
    height: auto;
}
.btn-18 {
    padding: 12px 20px;
    display: inline-block;
    transform: translate(0%, 0%);
    font-size: 14px;
    letter-spacing: 1.2px;
    user-select: none;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
    border: solid 1px;
    border-radius: 9px;
    overflow: hidden;
    /*cursor: pointer;
    */font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    /***fullwidthblock***//*width: 100%;
    */
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}

.btn-18-colors {
    color: #ffffff;
    background-color: #155ed8;
    border-color: transparent;
}

.btn-18:hover {
    background-color: #0b1b3d;
    color: #fff;
    cursor: pointer;
}

.btn-18:active {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.24);
}

.btn-18:disabled {
    pointer-events: none;
    opacity: .65;
    color: #939393;
    box-shadow: none;
    background-color: #d0d0d0;
}

.btn-18 span {
    position: absolute;
    --border-color-a-18: rgba(242, 250, 0, 0.2);
    --border-color-b-18: #ffeb00;
}

.btn-18 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, var(--border-color-a-18), var(--border-color-b-18));
    animation: 2s anm-18-Top linear infinite;
}

@keyframes anm-18-Top {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.btn-18 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: linear-gradient(to top, var(--border-color-a-18), var(--border-color-b-18));
    animation: 2s anm-18-Right linear -1s infinite;
}

@keyframes anm-18-Right {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}

.btn-18 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, var(--border-color-a-18), var(--border-color-b-18));
    animation: 2s anm-18-Bottom linear infinite;
}

@keyframes anm-18-Bottom {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.btn-18 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: linear-gradient(to bottom, var(--border-color-a-18), var(--border-color-b-18));
    animation: 2s anm-18-Left linear -1s infinite;
}

@keyframes anm-18-Left {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

.btn-18:disabled span {
    animation: none;
    display: none;
}
.btn-16 {
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: .25rem;
    border: solid 1px;
    font-weight: bold;
    letter-spacing: 1.2px;
    /*** full width block ***/
    /* width: 100%; */
}
.btn-16-colors {
    color: #212529;
    border-color: #212529;
    background-color: transparent;
}
.btn-16:hover {
    color: #fff;
    background-color: #212529;
}
.btn-16:active {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.24);
}
.btn-16:disabled {
    pointer-events: none;
    opacity: .65;
    color: #ddd;
    border-color: #ddd;
}

.pagination-upper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 3rem;
    gap: 1.5rem;
}
.pagination-lower{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 3rem;
    gap: 1.5rem;
}



/*  &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& End Gallery CSS    &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&  */
.undernav{
    width: 95vw;
    height: 100px;
    
    max-width: 1920px;

}
.container{
    display: flex;
    width: 95vw;
    
    max-width: 1920px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 10;
    

}
.Headcontainer{
    
    width: 95vw;

    max-width: 1920px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    margin:auto;
    z-index: 898;

}

header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*background: linear-gradient(90deg,  rgb(35, 62, 4),  rgb(48, 74, 18),  rgb(85, 110, 58),  rgb(128, 145, 108));
    */background: linear-gradient(90deg,  rgba(35, 62, 4, 0.9),  rgba(48, 74, 18, 0.9),  rgba(85, 110, 58, 0.9),  rgba(128, 145, 108, 0.9));
    position: sticky;
    padding: 8px 40px;
    z-index: 899;
    top:0;
    box-shadow: 0 3px 12px rgba(0,0,0,0.4);
    transition:opacity 0.5s ease-in-out;
    -webkit-transition:opacity 0.5s ease-in-out;
    -moz-transition:opacity 0.5s ease-in-out;
    -ms-transition:opacity 0.5s ease-in-out;
    -o-transition:opacity 0.5s ease-in-out;
}
footer{
    width: 95vw;
    max-width: 1920px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    background: linear-gradient(90deg,  rgb(17, 30, 2),  rgb(48, 74, 18),  rgb(85, 110, 58),  rgb(20, 20, 19));
   
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 3;
 
    position: absolute;
    box-shadow: 0 3px 12px rgba(0,0,0,0.4);
    left: 50%;
    transform: translateX(-50%);
    color: #999;

}
footer a{
    text-decoration: none;
    color: #999;
}
footer a:hover{

    color: #2f9650;
}
#footer-left{
    width: 25%;
    padding:5px;
    text-align: left;

}
#footer-center{
    width: 50%;
    padding:5px;
    text-align: center;
}#footer-right{
    width: 25%;
    padding:5px;
    text-align: right;
}
.logo {
    
    font-size: 1.6rem;
    font-weight:700;
    letter-spacing: 1px;
    color: #e2e8f0;
    text-decoration: none;
}

nav{
    display: flex;
    align-items: center;
    gap: 25px;
    font-weight: 500;

}

nav a{
    color: #e2e8f0;
    
    text-decoration: none;
    font-size: 1.7rem;
    position: relative;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    text-align: center;
    background: linear-gradient(90deg, #eef2f1, #e8eee9, #b5d3e1, #f4e9f1);
    background-size: 30% auto;
    padding:3px 3px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dynamic-flow 5s linear infinite;
    
    text-shadow: 3px 4px 5px #727171;


}
nav a:hover{
    color: #c46226;
    text-shadow: 0px -4px 4px #39ca3e;
}

nav::after{
    content: "";
    position: absolute;
    bottom: -6px;
    left:0;
    width: 0;
    height: 2px;
    background: #5eead4;
    transition: width 0.6s;
    -webkit-transition: width 0.6s;
    -moz-transition: width 0.6s;
    -ms-transition: width 0.6s;
    -o-transition: width 0.6s;
}
nav a:hover::after{
    width: 100%;
}

.dropdown{
    position: relative;
    text-align: center;
}
.dropdown a{
    padding-bottom: 20px;
    text-align: center;
}
.dropdown-menu{
    position:absolute;
    top: 45px;
    left: 0;
    background: linear-gradient(180deg,   rgb(48, 74, 18),  rgb(85, 110, 58));
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 0px 0;
    display: none;
}
.dropdown-menu a{
    padding: 10px 20px;
    color: #e2e8f0;
    font-size: 1.5rem;
}
.dropdown-menu a:hover{
    background: linear-gradient(90deg,  rgb(85, 110, 58),  rgb(128, 145, 108));  
    color: #FFFFFF;
}
.dropdown:hover .dropdown-menu{
    display: flex;
    flex-direction: column;
    animation: dropdownFade 1s both;
    -webkit-animation: dropdownFade 1s both;
}
@keyframes dropdownFade{
    from{
        opacity: 0;
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform:translateY(0);
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -ms-transform:translateY(0);
        -o-transform:translateY(0);
    }

}
@keyframes dynamic-flow {
  0% { background-position: 0% center; }
  100% { background-position: 300% center; }
}
.menu-btn{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 18px;
    cursor: pointer;
}
.menu-btn span{
    height: 3px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
.menu-toggle{
    display: none;
}
.statements{
    width:100%;
    min-height:500px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    
    font-size: 1.5rem;

    color: #999;
}
.statements h1{
    text-align: center;
    text-indent: 2rem;
    line-height: 1.6;
}
.statements p{
    text-align: justify;
    text-indent: 2rem;
    line-height: 1.6;
}
.statements a{
    text-decoration: none;
    color: #b5d3e1;
}
.statementsL{
    width:40%;
    margin-left: 4rem;
    margin-right: 4rem;
    
}
.statementsR{
    width:40%;
    min-height:100vh;


    
}
.statementsL22{
    width:45%;
    margin-left: 4rem;
    margin-right: 4rem;

    
}
.statementsL22 p{
   line-height: 3.5rem;
   font-size: 2rem;
   font-weight: 400;
    
}
.statementsR{
    width:48%;
    min-height:100vh;

    
}
.statementsR22{
    width:45%;
    min-height:100vh;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 1rem;
    margin-left: 0;

    
}
.committee{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: start;
    gap:2rem;
}
.committee-mage{
    width: 25%;
}
.committee-mage img{
    max-width:100%;
    box-shadow: 0 0 35px 9px rgba(182, 160, 171, 0.8);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.committee-words{
    width: 74%;
    margin-left: 2rem;
}
.committee-words h2{
    font-size: 3rem;
    font-weight: 700;
}
.committee-words h3{
    font-size: 2.5rem;
    font-weight: 600;
}
.committee-words h4{
    font-size: 2.0rem;
    font-weight: 400;
}

.HeroMage{
    position:fixed;
    top:100px;
    left:0px;
    
    height: 100%;
    width:100%;

   
    z-index: 1;
    

   
}
.HeroMage img{
    max-width: 120%;

    height: auto;
   
}
.HeroSpeilOuter{

    display: flex;
    flex-direction: row;
    align-items: start;
    width: 100%;


}
.HeroSpeilInner{
    width: 33%;
    margin-left: 10rem;

}
.HeroSpeilInner a{
    text-decoration: none;
    color:#d0d0d0;

}
.HeroSpeilInner a:hover{

    color:#d0d0d0;
    text-shadow: -2px -4px 4px #ffffff;

}
.HeroSpeilInner h1{
    font-size: 4rem;
    text-shadow: -2px -4px 4px #141414;
    text-align: center;
}
.HeroSpeilInner h2{
    font-size: 1rem;
    text-shadow: -2px -4px 4px #141414;
    text-align: center;
}
.HeroSpeilInner p{
    text-align: justify;
    font-size: 1.8rem;
    font-weight: 600;
    text-indent: 2rem;
}
.DarkenRahl{
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.6);
    padding:10px;
}
.ShrinkFont{
    font-size: smaller;
}

.HeroMageCent{
    position:fixed;
    top:100px;
    left:0px;
    
    height: 100%;
    min-width:100%;

   
    z-index: 1;
    

   
}
#HMCcage{
    
    position: relative;
    top: 0;
    left: 0;
    height: 100vh;
    width: auto;

}
#HMCcage img{
    width: 100vw;
    top: 0;

}
#HMCmage1 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    content: fill;
    z-index: 11;
    transition: left 2.5s ease-in-out;

}
#HMCmage2 {
    width: 100%;
    position: absolute;
    top: 0;
    left: -3000px;
    content: fill;
    z-index: 12;
    transition: left 2.5s ease-in-out;

}
#HMCmage3 {
    width: 100%;
    position: absolute;
    top: 0;
    left: -3000px;
    content: fill;
    z-index: 13;
    transition: left 2.5s ease-in-out;

}
#HMCmage4 {
    width: 100%;
    position: absolute;
    top: 0;
    left: -3000px;
    content: fill;
    z-index: 14;
    transition: left 2.5s ease-in-out;

}
#HMCmage5 {
    width: 100%;
    position: absolute;
    top: 0;
    left: -3000px;
    content: fill;
    z-index: 15;
    transition: left 2.5s ease-in-out;

}
#HMCmage5 img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: fill;
    z-index: 16;
    

}
#Fire1{
    opacity:1;
    transition: opacity 2s ease;
    -webkit-transition: opacity 2s ease;
    -moz-transition: opacity 2s ease;
    -ms-transition: opacity 2s ease;
    -o-transition: opacity 2s ease;
}
#Fire2{
    opacity:0;
    transition: opacity 2s ease;
    -webkit-transition: opacity 2s ease;
    -moz-transition: opacity 2s ease;
    -ms-transition: opacity 2s ease;
    -o-transition: opacity 2s ease;
}
#Fire3{
    opacity:0;
    transition: opacity 2s ease;
    -webkit-transition: opacity 2s ease;
    -moz-transition: opacity 2s ease;
    -ms-transition: opacity 2s ease;
    -o-transition: opacity 2s ease;
}
#Fire4{
    opacity:0;
    transition: opacity 2s ease;
    -webkit-transition: opacity 2s ease;
    -moz-transition: opacity 2s ease;
    -ms-transition: opacity 2s ease;
    -o-transition: opacity 2s ease;
}
#Fire5{
    opacity:0;
    transition: opacity 2s ease;
    -webkit-transition: opacity 2s ease;
    -moz-transition: opacity 2s ease;
    -ms-transition: opacity 2s ease;
    -o-transition: opacity 2s ease;
}
.HeroMageCent img{
    max-width: 100%;
    top: 100px;
    height: auto;
    position: relative;
   
}
.HeroSpeilOuterCent{

    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    width: 100%;
    text-align: center;


}
.HeroSpeilInnerCent{
    width: 55%;
    

}
.HeroSpeilInnerCent22{
    width: 55%;
    max-width: 900px;
    

}

.HeroSpeilInnerCent h1{
    font-size: 4rem;
    text-shadow: -2px -4px 4px #141414;
    text-align: center;
}
.HeroSpeilInnerCent img{
    opacity: 0.8;
    

}
.HeroSpeilInnerCent h2{
    font-size: 2rem;
    text-shadow: -2px -4px 4px #141414;
    text-align: center;
    font-style: italic;
}
.HeroSpeilInnerCent22 h3{
    font-size: 2rem;
    text-shadow: -2px -4px 4px #141414;
    text-align: left;
    font-style: italic;
    text-indent: 2rem;
}
.HeroSpeilInnerCent22 p{
    text-align: justify;
    font-size: 1.8rem;
    font-weight: 600;
    text-indent: 2rem;
}
.HeroSpeilInnerCent p{
    text-align: justify;
    font-size: 1.8rem;
    font-weight: 600;
    text-indent: 2rem;
    margin-bottom: 1.5rem; 
}
.HeroSpeilInnerCent ul{
    text-align: justify;
    font-size: 1.8rem;
    font-weight: 600;
    text-indent: 2rem;
    margin-bottom: 1.5rem; 
    list-style-type: none; 
}
.HeroSpeilInnerCent li{
    text-indent: 10rem;
}
.DarkenRahlCent{
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.9);
    padding:10px;
}
.ShrinkFontCent{
    font-size: smaller;
}
.pdf-container{

            width: 100%;
            max-width: 900px; /* Limits maximum desktop width */
            margin: 20px auto;
            position: relative;
            aspect-ratio: 1 / 1.414; 
            
            box-shadow: 0 4px 10px rgba(0,0,0,0.15);
            border-radius: 8px;
            overflow: hidden;

}
.pdf-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
        /* Fallback height for legacy browsers that do not support aspect-ratio */
        @supports not (aspect-ratio: 1/1) {
            .pdf-container {
                padding-bottom: 141.4%; /* A4 ratio fallback */
                height: 0;
            }
        }
/*  &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& The main event   &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&  */
/*  &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& The main event   &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&  */
/*  &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& The main event   &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&  */
/*  &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& The main event   &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&  */
/*  &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& The main event   &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&  */
/*  &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& The main event   &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&  */
/*  &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& The main event   &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&  */
/*  &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& The main event   &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&  */
/*  &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& The main event   &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&  */
/*  &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& The main event   &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&  */
.MainContainer{
    display: flex;
    width: 100%;
    

    position: relative;

    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap:1.5rem;
    z-index: 200;
    

}

.MainHeroWords{
    width: 80%;
    max-width:900px;
    text-align: center;
    font-family: "Great Vibes";
    font-weight:500;
    font-size: 7rem;
    text-shadow: -4px -4px 6px #141414;
    filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(6px 6px 8px rgba(121, 121, 121, 0.8));
    background-color: rgba(60, 60, 60, 0.8);
    padding:2rem;
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    -o-border-radius: 5rem;
}
.MainHeroWords-noback{

    text-align: center;
    font-family: "Great Vibes";
    font-weight:500;
    font-size: 22rem;
    text-shadow: -4px -4px 6px #141414;
    background: none;
    color:#ea5e6e;



}
.MainHeroWords-noback2{

    text-align: center;
    font-family: "Great Vibes";
    font-weight:500;
    font-size: 8rem;
    text-shadow: -4px -4px 6px #141414;
    background: none;
    color:#ea5e6e;



}
.MainHeroWords h3{

    text-align: center;
    font-family: "Great Vibes";
    font-weight:500;
    font-size: 5rem;
    text-shadow: -4px -4px 6px #141414;
    background: none;



}
.MainNormalWords{
    width: 80%;
    max-width:900px;
    text-align: justify;
    font-family: "Roboto" , sans-serif;
    font-weight:500;
    font-size: 2rem;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(6px 6px 8px rgba(121, 121, 121, 0.8));
    background-color: rgba(60, 60, 60, 0.8);
    padding:2rem;
}
.MainNormalWords p{
    font-size: 2rem;
    text-indent: 3rem;
}

/*  &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& END OF The main event   &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&  */
/*  &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& END OF The main event   &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&  */
/*  &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& END OF The main event   &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&  */
/*  &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& END OF The main event   &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&  */
/*  &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& END OF The main event   &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&  */
/*  &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& END OF The main event   &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&  */
/*  &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& END OF The main event   &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&  */
/*  &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& END OF The main event   &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&  */
/*  &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& END OF The main event   &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&  */
/*  &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& END OF The main event   &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&  */



form{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 2rem;
}

/*  ################################ END Desktops @ 1920px ############################################  */

/*  ################################ For  Desktops @ 1500 px ############################################  */
 @media only screen and (min-width: 1241px) and (max-width: 1500px) {
    nav a{
        font-size: 1.4rem;
    }
    .dropdown-menu a{

        font-size: 1.3rem;
    }
    .undernav{

    height: 95px;

    }
    .button-91 {
        font-size: 1.2rem;
    }
    .button-91:hover {
        font-size: 1.2rem;
    }
    .card{
        width: 31%;
    }
    h1{
        font-size: 1.7rem;
    }
    .cardMedium{
        width: 18%;
    }
    .cardSmall{
        width: 11%;
    }

    .statementsL22{
        width:40%;
        margin-left: 1rem;
        margin-right: 1rem;
   }
    .statementsL22 p{
    line-height: 2.5rem;
    font-size: 1.5rem;
    font-weight: 400;
        
    }
    .statementsR22{
        width:45%;

   }

   .committee{
    width:97%;
   }
    .committee-mage img{
        max-width:90%;

    }

    .committee-words h2{
        font-size: 2rem;
        font-weight: 700;
    }
    .committee-words h3{
        font-size: 1.5rem;
        font-weight: 600;
    }
    .committee-words h4{
        font-size: 1.0rem;
        font-weight: 400;
    }
    .HeroMage{

        top:100px;
        left:0px;
        
        height: 100%;
        width:100%;

    
        z-index: 1;
        

    
    }
    .HeroMage img{
        max-width: 100%;

        height: auto;
    
    }

    .HeroSpeilInner{
        width: 33%;
        margin-left: 5rem;

    }
    .HeroSpeilInner h1{
        font-size: 4rem;
    }
    .HeroSpeilInner p{

        font-size: 1.2rem;
        font-weight: 600;
        text-indent: 2rem;
    }
    .HeroSpeilInnerCent{
        width: 55%;
        

    }
    .HeroSpeilInnerCent h1{
        font-size: 3rem;

    }

    .HeroSpeilInnerCent h2{
        font-size: 2rem;

    }
    .HeroSpeilInnerCent p{

        font-size: 1.4rem;

        text-indent: 2rem;
        margin-bottom: 1.5rem; 
    }
    .HeroSpeilInnerCent ul{

        font-size: 1.4rem;
        font-weight: 600;
        text-indent: 2rem;

    }
    .HeroSpeilInnerCent li{
        text-indent: 10rem;
    }
    .DarkenRahlCent{

        padding:10px;
    }
    .ShrinkFontCent{
        font-size: smaller;
    }

.MainContainer{

    width: 100%;
    gap:1.5rem;

}

.MainHeroWords{
    width: 80%;
    font-size: 7rem;
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    -o-border-radius: 5rem;
}
.MainNormalWords{
    width: 80%;

    font-weight:500;
    font-size: 2rem;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;

    padding:2rem;
}
.MainNormalWords p{
    font-size: 2rem;
    text-indent: 3rem;
}



.MainHeroWords-noback{

    font-size: 18rem;




}
.MainHeroWords-noback2{


    font-weight:500;
    font-size: 8rem;




}
.MainHeroWords h3{


    font-weight:500;
    font-size: 5rem;




}
form{

    font-size: 1.4rem;
}

}

/*  ################################ END Desktops @ 1500 px ############################################  */


/*  ################################ For  Tablets  @ 1240 px ############################################  */
 @media only screen and (min-width: 850px) and (max-width: 1240px) {
    nav a{
        font-size: 1rem;
    }
    .dropdown-menu a{

        font-size: 0.9rem;
    }
    .undernav{

    height: 65px;

    }
    .GallheadL{

        width: 99%;

    }
    .GallheadR{

        width: 99%;

    }
    .button-91 {
        font-size: 1.2rem;
    }
    .button-91:hover {
        font-size: 1.2rem;
    }
    h1{
        font-size: 2.5rem;
    }
    .card{
        width: 47%;
    }
    .cardMedium{
        width: 23%;
    }
    .cardSmall{
        width: 13%;
    }
    .statementsL22{
        width:47%;
        margin-left: 2rem;
        margin-right: 2rem;
   }
    .statementsL22 p{
    line-height: 2.0rem;
    font-size: 1.0rem;
    font-weight: 400;
        
    }

    .statementsR22{
        width:45%;
   }

    .committee-mage img{
        max-width:90%;

    }

    .committee-words h2{
        font-size: 1rem;
        font-weight: 500;
    }
    .committee-words h3{
        font-size: 1.5rem;
        font-weight: 600;
    }
    .committee-words h4{
        font-size: 1.0rem;
        font-weight: 400;
    }
    .HeroMage{

        top:100px;
        left:0px;
        
        height: 100%;
        width:100%;

    
        z-index: 1;
        

    
    }
    .HeroMage img{
        max-width: 100%;

        height: auto;
    
    }

    .HeroSpeilInner{
        width: 50%;
        margin-left: 5rem;

    }
    .HeroSpeilInner h1{
        font-size: 4rem;
    }
    .HeroSpeilInner p{

        font-size: 1rem;
        font-weight: 600;
        text-indent: 2rem;
    }
    .HeroSpeilInnerCent{
        width: 55%;
        

    }
    .HeroSpeilInnerCent h1{
        font-size: 2.3rem;

    }

    .HeroSpeilInnerCent h2{
        font-size: 1.7rem;

    }
    .HeroSpeilInnerCent p{

        font-size: 1.4rem;

        text-indent: 2rem;
        margin-bottom: 1.5rem; 
    }
    .HeroSpeilInnerCent ul{

        font-size: 1.4rem;
        font-weight: 600;
        text-indent: 2rem;

    }
    .HeroSpeilInnerCent li{
        text-indent: 10rem;
    }
    .DarkenRahlCent{

        padding:10px;
    }
    .ShrinkFontCent{
        font-size: smaller;
    }
.MainContainer{

    width: 100%;
    gap:1.5rem;

}

.MainHeroWords{
    width: 80%;
    font-size: 5rem;
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    -o-border-radius: 5rem;
    padding:1.5rem;
}
.MainNormalWords{
    width: 80%;

    font-weight:500;
    font-size: 1.5rem;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;

    padding:2rem;
}
.MainNormalWords p{
    font-size: 1.5rem;
    text-indent: 3rem;
}

.MainHeroWords-noback{

    font-size: 15rem;




}
.MainHeroWords-noback2{


    font-weight:500;
    font-size: 8rem;




}
.MainHeroWords h3{


    font-weight:500;
    font-size: 5rem;




}
form{

    font-size: 1.6rem;
}


}

/*  ################################ END TaBLETS @ 1240 px ############################################  */

/*  ################################   Mobile first @ 850px    ############################################  */


@media (max-width: 850px) {
    nav{
        position: absolute;
        top: 100px;
        left: 0;
    background: linear-gradient(180deg,   rgb(48, 74, 18),  rgb(85, 110, 58));
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 25px 0;
    display: none;

    }
    .undernav{

    height: 100px;

    }
    .menu-toggle:checked ~ nav{
        display: flex;
    }
    .menu-btn{
        display: flex;
    }
    .menu-toggle:checked + .menu-btn span:nth-child(1){
        transform: rotate(45deg) translateY(7px);
        -webkit-transform: rotate(45deg) translateY(7px);
        -moz-transform: rotate(45deg) translateY(7px);
        -ms-transform: rotate(45deg) translateY(7px);
        -o-transform: rotate(45deg) translateY(7px);
    }
    .menu-toggle:checked + .menu-btn span:nth-child(2){
        opacity: 0;

    }
        .menu-toggle:checked + .menu-btn span:nth-child(3){
        transform: rotate(-45deg) translateY(-7px);
        -webkit-transform: rotate(-45deg) translateY(-7px);
        -moz-transform: rotate(-45deg) translateY(-7px);
        -ms-transform: rotate(-45deg) translateY(-7px);
        -o-transform: rotate(-45deg) translateY(-7px);
    }
    .dropdown-menu{
        position: static;
    }
    #footer-left{
        width: 100%;
        text-align: center;

    }
    #footer-center{
        width: 100%;
        text-align: center;
    }#footer-right{
        width: 100%;
        text-align: center;
    }
    .GallheadL{

        width: 99%;

    }
    .GallheadR{

        width: 99%;

    }
    .button-91 {
        font-size: 1rem;
    }
    .button-91:hover {
        font-size: 1rem;
    }
    h1{
        font-size: 2.0rem;
    }
    .card{
        width: 80%;
    }
    .cardMedium{
        width: 47%;
    }    
    .cardSmall{
        width: 18%;
    }
    .close-med{

    width: 2em;
    height: 2em;

    top: 1.5em;
    right: 1.5em;
    }
    .spy-med{

        width: 2em;
        height: 2em;
        background-image: url('/Images/Buttons/magnify.png');
        background-size: contain;
        top: 1.5em;
        left: 1.5em;

    }
    .statementsL{
        width:98%;
        margin-left: 3rem;
        margin-right: 3rem;
        
    }
    .statementsR{
        display:none;

        
    }
    .statementsL22{
        width:98%;
        margin-left: 1rem;
        margin-right: 1rem;
   }
    .statementsL22 p{
    line-height: 2.5rem;
    font-size: 1.5rem;
    font-weight: 400;
        
    }
    .statementsR22{
        width:98%;
        margin-left: 2rem;


        
    }


    .committee-mage img{
        max-width:90%;

    }

    .committee-words h2{
        font-size: 2rem;
        font-weight: 700;
    }
    .committee-words h3{
        font-size: 1.5rem;
        font-weight: 600;
    }
    .committee-words h4{
        font-size: 1.0rem;
        font-weight: 400;
    }
    .HeroMage{

        top:100px;
        left:0px;
        
        height: 100%;
        width:100%;

    
        z-index: 1;
        

    
    }
    .HeroMage img{
        max-width: 150%;

        height: auto;
    
    }

    .HeroSpeilInner{
        width: 90%;
        margin-left: 2rem;

    }
    .HeroSpeilInner h1{
        font-size: 2.5rem;
    }
    .HeroSpeilInner p{

        font-size: 1rem;
        font-weight: 600;
        text-indent: 2rem;
    }
    .HeroSpeilInnerCent{
        width: 95%;
        

    }
    .HeroSpeilInnerCent h1{
        font-size: 1.8rem;

    }

    .HeroSpeilInnerCent h2{
        font-size: 1.4rem;

    }
    .HeroSpeilInnerCent p{

        font-size: 1.4rem;

        text-indent: 2rem;
        margin-bottom: 1.5rem; 
    }
    .HeroSpeilInnerCent ul{

        font-size: 1.4rem;
        font-weight: 600;
        text-indent: 2rem;

    }
    .HeroSpeilInnerCent li{
        text-indent: 10rem;
    }
    .DarkenRahlCent{

        padding:10px;
    }
    .ShrinkFontCent{
        font-size: smaller;
    }
            .pdf-container {
                margin: 5px auto;
                border-radius: 0;
                /* Optional: changes ratio to fill more of a phone's tall screen */
                aspect-ratio: 1 / 1.6; 
            }


    .HeroSpeilInnerCent22{
    width: 95%;
    max-width: 900px;
    

}

.MainContainer{

    width: 100%;
    gap:1.5rem;

}

.MainHeroWords{
    width: 90%;
    font-size: 4rem;
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    -o-border-radius: 5rem;
    padding:1.5rem;
}
.MainNormalWords{
    width: 90%;

    font-weight:500;
    font-size: 1.5rem;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;

    padding:2rem;
}
.MainNormalWords p{
    font-size: 1.5rem;
    text-indent: 3rem;
}


.MainHeroWords-noback{

    font-size: 9rem;




}
.MainHeroWords-noback2{


    font-weight:500;
    font-size: 5rem;




}
.MainHeroWords h3{


    font-weight:500;
    font-size: 5rem;




}

form{

    font-size: 1.4rem;
}


}



/*  ################################ END  Mobile first    ############################################  */



/*  ################################ For the other bits    ############################################  */

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
