body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}

::selection {
    color: #FBD784;
    background: none;
}

#main-logo-image {

}

#subscribe-title {
    padding: 25px 0px 25px 0px;
}

#subscribeForm {
    width: 100%;
    text-align: center;
    padding: 0px 20px 20px 20px;
    font-size: 26px;
    padding-top: 0px;
}

.emailField {
    padding: 15px;
    font-size: 24px;
    border-width: 6px;
    border-color: #fbebb4;
    background-color: #FFFFFF;
    color: #000000;
    border-style: solid;
    border-radius: 40px;
    box-shadow: 0px 0px 0px rgb(66 66 66 / 75%);
    text-shadow: 0px 0px 0px rgb(66 66 66 / 0%);
    min-width: 410px;
}
 .emailField:focus {
     outline:none;
}

.submitButton {
    background: transparent;
    color: #FFF;
    border: none;
    padding: 15px;
    display: inline-block;
    background-image: url(../images/Submit_button.png);
    background-position: center;
    background-size: contain;
    height: 114px;
    background-repeat: no-repeat;
    font-family: 'Extra Flexi Disc';
    letter-spacing: 5px;
    width: 187px;
    font-size: 30px;
    padding: 12px 0 0 0;
}
input.invalid {
    border:  red 2px solid;
}
.hidden {
    display:  none;
}

.alpha-target {
    -webkit-mask-image: url("../images/black_brush_Stroke_2.png");
    mask-image: url("../images/black_brush_Stroke_2.png");
/*    -webkit-mask-size: 400px 600px;
    mask-size: 400px 600px;*/
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
}

.alpha-target2 {
    mask-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/234228/alpha-cat.png);
    mask-mode: alpha;
    mask-repeat: no-repeat;
    mask-size: 80%;
    -webkit-mask-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/234228/alpha-cat.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 80%;
}

h2 {
  font-family: "bebas-kai", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 24px;
/*  font-family: 'Extra Flexi Disc', 'Serif Display', sans-serif;*/
  font-size: 64px;
  line-height: 110%;
  font-weight: 400;
  letter-spacing: 2px;
  color: #fbd784;
}


@media screen and (max-width: 479px) {
    .emailField {
        min-width: 90%;
        margin-bottom: 25px;
    }
}


    .gallery-columns {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      width: 100%;
        row-gap: 20px;
    }



@media screen and (min-width: 1024px) {

    .gallery-columns {
      flex-direction: row;
        column-gap: 20px;
    }

    .gallery-column {
      flex: 30%;
    }

    .gallery-columns img {
        margin-right:  0px;
    }
}

@media screen and (min-width: 1251px) {
    .mb100 {
        margin-bottom: 100px;
    }
}

/* Default (over 1024px) */
#SweetDreamsDahliaDemoTrailer {
    padding-top: 600px;
/*    background-color: red;*/
}

/* up to 1024px */
@media screen and (max-width: 1024px) {
    #SweetDreamsDahliaDemoTrailer {
        padding-top: 500px;
/*        background-color: green;*/
    }
}

/* up to 800px */
@media screen and (max-width: 800px) {
    #SweetDreamsDahliaDemoTrailer {
        padding-top: 200px;
/*        background-color: blue;*/
    }
}

/* up to 479px */
@media screen and (max-width: 479px) {
    #SweetDreamsDahliaDemoTrailer {
        padding-top: 80px;
/*        background-color: yellow;*/
    }
}



.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    width: 100%;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}