body{
            
            font-family: 'Abel', sans-serif;
            font-size:17px;
            color: lightslategray;
            text-align: center;
            justify-content: center;
            align-items: center;
            margin: 0;
        }

h2{
           font-family: Unica One, sans-serif;
           color: lightgray;
           font-size: 25px;
           padding: 5px;      
       }
h3{
           font-family: Unica One, sans-serif;
           color: lightgray;
           font-size: 25px;
           padding: 5px; 
           text-transform: uppercase;
}
h4{
            font-size: 20px;
            letter-spacing: 5px;
            padding: 20px 10px 0px 10px;
            color: darkgray;
        }

p{
    padding: 20px;
}

  p.ex-text{
        font-family: barlow, sans-serif;
        display: block;
        margin: 0;
        padding: 0;
        font-size: 13px;
        color: darkgray;
        letter-spacing: 0.5px;
        font-stretch: ultra-condensed;
    }

    p.ex-text-mid{
        font-family: barlow, sans-serif;
        display: block;
        margin: 0;
        padding: 10px;
        font-size: 15px;
        color: gray;
        letter-spacing: 0.5px;
        font-stretch: ultra-condensed;
    }

    p.backto{
        display: inline;
        font-size: 12px;
        color: black;
        text-decoration: underline;
        padding: 0;
        margin: 0;
    }

    p.arrow{
        display: inline;
        font-size: 15px;
        color: black;
        padding: 0;
        margin: 0;
    }

    p.ex-text-title{
        font-family: barlow, sans-serif;
        display: block;
        margin: 0;
        padding: 0;
        font-size: 15px;
        color: black;
        }


    p.size{
        display:inline;
        margin: 0;
        padding: 0;
        font-size: 13px;
        color: darkgray;
    }

.lineup{
    padding: 0 0 100px 0;
}

.lineup-wide{
    padding: 0 0 100px 0;
}

.lineup-tall{
    padding: 0 0 100px 0;
}

a{
    color: #000;
}

.header{
    font-family: 'Unica One', cursive;
    background-color: rgba(255, 255, 255, 0.2);
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.2);
    position: fixed !important;
    z-index: 3;
    margin: auto;
    width: 100%;
    top: 0;
}

.header ul{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
/*    background: transparent;*/
/*    background-color: rgba(255, 255, 255, 0.2);*/
    
}

.header ul a{
    display: block;
    padding: 15px;
    font-size: 17px;
    text-align: center;
    /* border-right: 1px solid crimson; */
    text-decoration: none;
}

.header ul a:hover{
    background-color: rgba(0,0,0,0.4);
/*    background: transparent;*/
    color: #fff;
    transition: .3s ease-out;
}

.header .logo{
    float: left;
    display: block;
    font-size: 1.4em;
    padding: 12px 20px 8px;
    text-decoration: none;
    text-shadow: 0 0 3px grey;
           /* transition: .7s ease-in-out; */
           -webkit-touch-callout: none;
              -webkit-user-select: none;
               -khtml-user-select: none;
                 -moz-user-select: moz-none;
                  -ms-user-select: none;
                   -o-user-select: none;
                      user-select: none;
                   
}

.header .menu{
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

.header .menu .sns{
    display: flex;
    justify-content: center;
}

.header .menu-icon{
    padding: 20px 16px;m
    position: relative;
    float: right;
    cursor: pointer;
}

.header .menu-icon .nav-icon{
    background: #333;
    display: block;
    height: 3px;
    width: 20px;
    top: 2px;
    position: relative;
    border-radius: 5px;
    transition: background .2s ease-out;
}

.header .menu-icon .nav-icon:before{
    background: #333;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 5px;
    top: 6px;
    transition: all .2s ease-out;
}

.header .menu-icon .nav-icon:after{
    background: #333;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 5px;
    top: -6px;
    transition: all .2s ease-out;
}

.header .menu-btn{
    display: none;
}

.header .menu-btn:checked ~ .menu{
    max-height: 540px;
}

.header .menu-btn:checked ~ .menu-icon .nav-icon{
    background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .nav-icon:before{
    transform: rotate(-45deg);
    top:0;
}

.header .menu-btn:checked ~ .menu-icon .nav-icon:after{
    transform: rotate(45deg);
    top:0;
}



main {
    margin: auto;
/*    border: 1px solid green;*/
    width: fit-content;
    padding: 0 0 50px 0;
    }


footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 1px;
    text-align: center;
    color: dimgray;
    background-color: black;
       }

@media (max-width: 620px) {
           
    
    .header li.sns{
        display: flex; 
        justify-content: center;
    }
}

@media only screen and (min-width: 621px) and (max-width: 760px) { 
    
    .header li.item{
        float:left;
        flex-wrap: wrap;
    }
    .header li a{
        padding: 17px 10px 14px 10px;
    }
    .header .menu{
        clear: none;
        float: right;
        max-height: none;
    }
    .header .menu-icon{
        display: none;
    } 
    .header .menu .sns{
        display: none;
    }
    .header ul{
        margin: 0 20px 0 0;
    }
}

@media (min-width: 761px){
    
    .header li{
        float:left;
    }
    .header li a{
        padding: 17px 10px 14px 10px;
    }
    .header .menu{
        clear: none;
        float: right;
        max-height: none;
    }
    .header .menu-icon{
        display: none;
    }
    .header .menu .sns{
        display: flex; 
        justify-content: center;
    }
   .header ul{
        margin: 0 20px 0 0;
    }
}