* {
    margin: 0px;
    padding: 0px;
}

body {
    font: 15px/1.5;
    font-family: 'Sirin Stencil', cursive;
    /*background-color: #f4f4f4;*/
   

}
 

/* Global */

ul, li {
    list-style-type: none;
}

.container {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.container-1 {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: 100%;
    /*background-color: aliceblue;*/
}

.container-1 div {
    border: 3px #ccc dotted;
    padding: 0px;
    flex-direction: row;
}

#cal-page {
  background-image: url(/img/flags.jpg);
}

.cal-container {
    width: 100%;
    margin: auto;
    overflow: hidden;
    background: white;
    background-image: url(/img/flags.jpg);
    
}

/* boxes */

#boxes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    
}

#boxes .box {
     display: flex;
    flex-wrap: wrap;
    padding: 30px;
    position: relative;
    margin: auto;
    align-items: center;
  justify-content: space-evenly;
}

/* END boxes */

img {
    border: 0;
    max-width: 100%;
    height: auto;
    padding-bottom: 0rem;
    margin-bottom: 0rem;
    width: auto\9;
    /* ie8 */
}

/* Header */

header {
    /* background: #35424a;*/
    color: aliceblue;
    width: 100%;
    /*margin: auto;*/
    padding-top: 30px;
    /*min-height: 70px;*/
    border-bottom: #e8491d 3px solid;
    
    
    
}

header a {
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 26px;
}

header li {
    display: inline;
    padding: 0 20px;
}

header #branding {
    float: left;
    margin: 15px;
    /*margin: 0 auto;
    text-align: center;*/
}

header nav {
    float: right;
    margin-top: 50px;
}

header .highlight, header .current a {
    color: #e8491d;
    font-weight: bold;
}

header a:hover {
    color: #cccccc;
    font-weight: bold;
}

h1 {
    font-family: 'Sirin Stencil', cursive;
    font-size: 3rem;
    text-align: center;
    font-weight: bolder;
    padding: 20px;
    text-decoration: underline;
}

h2 {
    font-family: 'Anton', sans-serif;
}

/*h3 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    font-size: 25px;
    font-weight: bold;*/

/* .box {
    
    flex-wrap: wrap;
    margin: auto;
} */

/* main content */

#main-content {
    padding: 50px;
}

#main-content p {
    font-size: 25px;
    line-height: 2em;
    padding-top: 5px;
    text-align: center;
}

#main-content li {
    font-size: 25px;
    line-height: 2em;
    padding-top: 5px;
}

#main-content h3 {
    text-align: center;
    font-size: 55px;
}

.stageplot-box {
    padding: 10px;
    margin: 0 auto;
    text-align: center;
}

#stageplot {
    border-bottom: #e8491d 3px solid;
}

#stageplot p {
    padding-bottom: 25px;
}

.stageplot-text {
    font-size: 2rem;
    padding: 15px;
    justify-content: space-around;
}

#beermugs {
    padding: 30px;
    
    margin: 0 auto;
    background-color: lightcyan;
}

#beermugs img {
    padding-top: 55px;
    padding-right: 25px;
    float: left;
}

#beermugs li {
    padding: 0 0 10px 15px;
    font-size: 25px;
    line-height: 2em;
    padding-top: 5px;
}


.pretz-container img{
    margin: 0 auto;
    text-align: center;
    display: block;
}

#flags {
    height: 100px;

    background-image: url(/img/flags.jpg);
}

#flags2 {
    height: 100px;
    background-image: url(/img/flags.jpg);
    border-bottom: white 5px solid;

}

/*  VIDEOS ============================================================================= */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* newsletter */

#newsletter {
    background-color: #35424a;
    color: #fff;
    padding: 90px;
    background-image: url(/img/beerhall.jpg);
    background-repeat: none;
    background-size: cover;
    position: relative;
       
}

#newsletter h3 {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 35px;
}

#newsletter form {
    margin: auto;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
}

#newsletter button {
    margin: auto;
    text-align: center;
    font-weight: bold;
}

#newsletter form {
    margin: auto;
}

#newsletter input[type="email"] {
    padding: 5x;
    height: 25px;
    width: 250px;
    margin: auto;
}

#merch {
    padding: 60px;
    height: 50vh;
}


.glow {
    font-size: 40px;
    color: black;
    text-align: center;
    -webkit-animation: glow 3s ease-in-out infinite alternate;
    -moz-animation: glow 3s ease-in-out infinite alternate;
    animation: glow 3s ease-in-out infinite alternate;
  }
  
  @-webkit-keyframes glow {
    from {
      text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e8491d, 0 0 40px #e8491d, 0 0 50px#e8491d, 0 0 60px #e8491d, 0 0 70px #e8491d;
    }
    
    to {
      text-shadow: 0 0 20px #fff, 0 0 30px #4df3ff, 0 0 40px #4df3ff, 0 0 50px #4df3ff, 0 0 60px #4df3ff, 0 0 70px #4df3ff, 0 0 80px #4df3ff;
    }
  }
  

/* Showcase */

#showcase .pic-box {
    padding-top: 15px;
    margin: 0 auto;
    text-align: center;
}

/*
#showcase img {
    margin: 0 auto;
    text-align: center;
}

*/

/* Thank you page */

#thankyou {
    padding: 50px;
}

#thankyou p {
    font-size: 2.5rem;
    text-align: center;
    padding: 25px;
}

#thankyou a {
    color: darkturquoise;
}

/* Contact */

#contact form {
    margin: auto;
    text-align: left;
    font-weight: bold;
    margin-top: 15px;
}

#contact {
    padding: 50px;
    position: relative;
    text-align: center;
}

#contact h3 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    text-decoration: underline;
}

.button-1 {
    border-radius: 5px;
    height: 38px;
    background: #e8491d;
    margin: 15px;
    padding: 0 30px;
    color: #fff;
    cursor: pointer
}

.button-1:hover {
    background-color: burlywood;
    color: black;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: grey;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: burlywood;
    color: black;
}

#email2 {
    width: 250px;
    margin: 0 25px;
}

/* Bottom Nav */

#bottom-nav {
    background-color: black;
    padding: 0 25px 25px 25px;
    text-align: center;
}

#bottom-nav a {
    color: aliceblue;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 26px;
}

#bottom-nav li {
    display: inline;
    padding: 0 30px;
}

#bottom-nav a:hover {
    color: #cccccc;
    font-weight: bold;
}

#bottom-nav .bottom-nav-holder {
    margin: 0 auto;
    text-align: center;
}

/* footer */

footer {
    padding: 20px 20px 10px 0;
    color: whitesmoke;
    background-color: black;
    text-align: right;
    border-bottom: #e8491d 3px solid;
}

footer a {
    color: wheat;
}

/* gallery */

#gallery {
    padding: 25px;
    background-color: #000;
    margin-top: 5px;
}

#gallery img {
    margin: 0 auto;
    text-align: center;
}

#gallery .pic-box {
    margin: auto;
    text-align: center;
}

.player-box {
    float: right;
    color: wheat
}

/*  GO FULL WIDTH AT LESS THAN 780PIXELS */

@media only screen and (max-width: 780px) {
    .box, #boxes, .container, header, #branding, nav {
        width: 100%;
        margin: 0 auto;
    }
    .button-1 {
        height: 38px;
        background: #e8491d;
        margin:auto;
        color: #fff;
    }
    #newsletter input[id="email2"] {
        padding: 4px;
        height: 25px;
        width: 70%;
    }
    header li {
        display: block;
        padding: 0 20px;
        text-align: center;
        padding-bottom: 15px;
    }
    header nav {
        margin: auto;
        margin-top: 50px;
    }
    header #branding {
        margin: 0 auto;
        text-align: center;
    }
    #newsletter {
        padding: 50px;
    }
    #newsletter h3 {
        font-size: 25px;
        padding-top: 10px;
    }
    #gallery .pic-box {
        margin: 0 auto;
        text-align: center;
    }
    #beermugs {
        position: relative;
    }
    #beermugs h1 {
        text-align: center;
    }
    #beermugs li {
        margin: 0 auto;
    }
    #beermugs img {
        float: none;
    }
    #beermugs .img-container {
        margin: 0 auto;
        text-align: center;
        display: block;
    }
}