*{
  margin:0px;
  padding:0px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #1e1e1e;
  color: #545454;
  font-size:16px;
  margin: 0px;
}

h1{
  margin: 0 0 40px;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5em;
}

h2{
  font-weight: 400;
  text-transform: uppercase;
}

h2, 
h3,
h4{
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 20px;
  line-height: 1.33em;
}


h3{
  text-transform: uppercase;
}

p{
  margin: 0 0 20px;
  line-height: 1.5em;
}

a{
  text-decoration: none;
  transition: .4s;
}

ul{
  margin-bottom: 20px;
  padding-left: 40px;
}

ul li{
  margin-bottom: 10px;
}

p.small-text{
  font-size: .9em;
}

.center-text{
  text-align: center;
}

.subpage-content p a{
  font-weight: bold;
  color: #2f2933;
  border-bottom: 1px solid #db301b;
}

.subpage-content p a:hover{
  color: #db301b;
}

.thank-you-content .container{
  width: fit-content;
  margin:0 auto;
  text-align: center;
}

.thank-you-content img{
  margin-top:20px;
}



@media (min-width: 1100px) {

  .container {
    width:1100px;
    margin:0 auto;
  }

  .content{
    padding: 80px 0;
  }

  .announcement {
    background: #db301b;
    color: white;
    padding:40px 0px;
    text-align: center;
  }

  .announcment h3 {
    font-size: 26pt;
  }

  /*** HEADER DESKTOP STYLES ***/

  .header-social-bottom {
    display: none;
  }

  #navContainer{
    width: 100%;
    transition: .6s;
    position: fixed;
    top: 0;
    background: white;
    min-height: fit-content;
    z-index: 100;
    height: 93px;
    background-size: cover;
  }

  #navContainer .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #navContainer img{
    width: 120px;
    height: auto;
    padding: 5px 0 0;
  }

  #nav{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .topnav{
    display: flex;
    justify-content: space-between;
    align-items: center;
/*    width: 800px;*/
  }

  .topnav a{
    color: #1e1e1e;
    font-weight: 600;
    padding: 8px 16px;
  }

  .topnav a:hover{
    color: #db301b;
    transform: scale(1.03);
    /*background: #db301b;
    color: white;*/
  }

  #myTopnav a.icon{
    display: none;
  }

  /*dropdown menu styles*/

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .hidden {
    display: none;
    position: absolute !important;
    z-index: 1;
    padding-top: 10px;
  }

  .hidden a {
    color: #fff;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    background-color: rgb(30, 30, 30, .9);
    border-bottom: none;
    font-size: .85em;
    width: 180px;
    transition: .4s ;
    border-radius: 0px;
  }

  .hidden a:hover{
    background-color: #db301b;
    color: #fff;
    display: block;
    opacity: 1;
  }

  .dropdown:hover .hidden {
    display: block;
  }

  .dropbtn{
    cursor: default;
  }

  a.dropbtn:hover{
    color:#1d3b50;
    background-color:transparent;
  }

  .hidden:hover{
      opacity: 1;
  }

  .hidden {
      animation: fadeIn .5s;
      -webkit-animation: fadeIn .5s;
      -moz-animation: fadeIn .5s;
      -o-animation: fadeIn .5s;
      -ms-animation: fadeIn .5s;
    }
    @keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }

    @-moz-keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }

    a#header-book{
      color: #fff;
      background: #db301b;
      border: 2px solid #db301b;
      display: inline-block;
      margin-left:20px;
    }

    a#header-book:hover{
      background: #fff;
      color: #db301b;
    }

  /***HERO DEKSTOP STYLES***/

  #myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 400px;
    margin-top:93px;
    z-index: 1;
  }

  #homepage-hero{
    position: relative;
    background: url(images/homepage-hero.jpg) no-repeat center;
    background-size: cover;
    margin-top:93px;
    height: 480px;
    color: white;
  }

  #homepage-hero:before {
    content:"";
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    z-index:2;
    background:linear-gradient(to right,rgba(30, 30, 30, 0.4),rgba(30, 30, 30, 0.6));
  }

  #homepage-hero .container{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #homepage-hero h1{
    text-transform: uppercase;
    font-size: 3em;
    margin-bottom: 20px;
    font-weight: 900;
    text-align: center;
    z-index: 2;
  }

  #homepage-hero h2{
    font-weight: 300;
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
    z-index: 2;
  }

  #homepage-hero a{
    text-transform: uppercase;
    display: inline-block;
    background: #db301b;
    border:2px solid #db301b;
    color: white;
    padding: 10px 30px;
    font-weight: bold;
    z-index: 2;
  }

  #homepage-hero a:hover{
    background: transparent;
  }

  #things-to-do{
    background: url(images/things-to-do.jpg) no-repeat center;
    background-size:cover;
  }

  #things-to-do .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .things-to-do-text{
    width: 340px;
  }

  .things-to-do-text h2{
    font-size: 1.8em;
  }

  .things-to-do-text span{
    color: #db301b;
  }

  .things-to-do-text p{
    margin-right: 20px;
  }

  .things-to-do-text a{
    display: inline-block;
    margin-top:10px;
    padding:10px 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    background: #db301b;
    border: 2px solid #db301b;
  }

  .things-to-do-text a:hover{
    background: transparent;
    color: #db301b;
  }

  .home-icon-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 730px;
  }

  .home-icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding:20px;
/*    height: 205px;*/
    width: calc(730px / 3 - 42px);
  }

  .home-icon img{
    margin-bottom: 10px;
  }

  .home-icon h3{
    font-size: 1em;
    margin-bottom: 10px;
  }

  .home-icon p{
    margin-bottom: 0px;
  }

  .home-icon:first-child{
    border-bottom: 1px solid #E0E0E0;
    border-right:1px solid #E0E0E0;
  }

  .home-icon:nth-of-type(2){
    border-right:1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
  } 

  .home-icon:nth-of-type(3){
    border-bottom: 1px solid #E0E0E0;
  } 

  .home-icon:nth-of-type(5){
    border-right:1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
  } 

  /*#things-to-do i{
    position: absolute;
    color: #db301b;
    top: 1002px;
  }

  i.dot-right{
    right: 623px;
  }

  i.dot-left{
    right:866px;
  }*/

  #luxury-rooms-home{
    background: url(images/luxury-rooms-background.jpg) no-repeat center;
    background-size: cover;
  }

  #luxury-rooms-home img{
    display: none;
  }

  #luxury-rooms-home .container{
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  #luxury-rooms-text{
    width: 400px;
    margin-right: 80px;
  }

  #luxury-rooms-text span{
    color: #db301b;
  }

  #luxury-rooms-text a{
    color: white;
    text-transform: uppercase;
    padding:10px 20px;
    width: 140px;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    margin-right:3px;
    font-weight: 500;
  }

  #luxury-rooms-text a:first-of-type{
    background: #db301b;
    border: 2px solid #db301b;
  }

  #luxury-rooms-text a:last-child{
    background: #545454;
    border: 2px solid #545454;
  }

  #luxury-rooms-text a:hover{
    background: transparent;
    color: #db301b;
  }

   #luxury-rooms-text a:last-child:hover{
    color: #545454;
  }

  #homepage-images{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding:10px;
  }

  #homepage-images img{
    width: calc(25% - 8px);
    height: auto;
  }

  #homepage-map{
    /*background: url(https://www.google.com/maps/place/Plaza+Resort+Club+Hotel/@39.5256437,-119.8179803,17z/data=!3m1!4b1!4m9!3m8!1s0x809940cb2540fda9:0xc5895b67654b9b7a!5m2!4m1!1i2!8m2!3d39.5256437!4d-119.8157863!16s%2Fg%2F1tff7w14) no-repeat center;
    background-size: cover;*/
    height: 600px;
    padding:0px;
/*    background: #282828;*/
    z-index: 10;
  }

  #homepage-map iframe{
    height: 100%;
    width: 100%;
  }

  /***SUBPAGE DESKTOP STYLES***/

  .subpage-hero{
    background: url(../images/homepage-hero.jpg) no-repeat center;
    background-size: cover;
    margin-top: 93px;
    color: white;
    height: 250px;
  }

  .subpage-hero .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .subpage-hero h1{
    margin-bottom: 0px;
    text-align: center;
  }

  /*ROOMS DESKTOP STYLES*/

  #rooms-content img{
    width: 1100px;
    height: auto;
    margin-bottom: 20px;
  }

  #rooms-content h3{
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 60px;
    display: block;
    border-bottom: 1px solid #D6D6D6;
  }

  #rooms-content h3:last-of-type{
    margin-bottom: 40px;
  }

  /*THINGS TO DO DESKTOP STYLES*/

  #things-to-do-content .container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  #things-to-do-content p{
    width: 300px;
  }

  #things-to-do-content p:nth-of-type(1),
  #things-to-do-content p:nth-of-type(2),
  #things-to-do-content p:nth-of-type(3){
    margin-bottom: 60px;
  }

  /*LOYALTY DESKTOP STYLES*/

  #loyalty-content{
    padding-bottom: 0px;
  }

  /*CONTACT DESKTOP STYLES*/

  #contact-content .container{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }

  .contact-text span{
    text-transform: uppercase;
    font-size: 1.15em;
    font-weight: bold;
    color: #db301b;
  }

  .contact-text a{
    font-weight: normal !important;
  }

  #contact-content iframe{
    width: 600px;
    height: 450px;
  }


  /***FOOTER DESKTOP STYLES***/

  .curve{
    margin-top:-236px;
    display: block;
    height: 237px;
  }

  .subpage-curve-buffer{
    padding:60px 0;
  }

  footer{
    background: #282828;
    z-index: 0;
    color: #B8B8B8;
    padding:60px 0 40px;
  }

  footer .container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-col{
    max-width: 300px;
  }

  .footer-col img{
    margin-bottom: 10px;
    max-width: 140px;
  }

  .footer-col h3{
    color: white;
    margin-top:10px;
  }

  .footer-col i{
    color: #db301b;
  }

  .footer-col a,
  #sub-footer a{
    color: #B8B8B8;
  }

  .footer-col a:hover,
  #sub-footer a:hover{
    color: white;
  }

  .contact-form{
    display: flex;
    flex-direction: column;
    width: 300px;
  }

  .contact-form input,
  .contact-form textarea{
    padding:10px;
    font-family: 'Poppins', sans-serif;
    background: #313131;
    border: 1px solid #5C5C5C;
    margin-bottom: 20px;
    color: #B8B8B8;
    width: 93%;
  }

  .contact-form textarea{
    height: 150px;
  }

  .contact-form #submit{
    background: #db301b;
    color: white;
    font-weight: bold;
    width: 50%;
    align-self:  flex-end;
    transition: .4s;
  }

  .contact-form #submit:hover{
    background: white;
    color: #db301b;
    cursor: pointer;
  }

  #latest-news{
    width: 390px;
  }

  .footer-news{
    display: flex;
    align-items: flex-start;
    font-size: .8em;
    margin-bottom: 20px;
  }

  .footer-news img{
    width: 100px;
    margin-right: 20px;
  }

  .footer-news h4{
    text-transform: uppercase;
    color: white;
    margin-bottom: 0px;
    transition: .4s;
  }

  .footer-news h4:hover{
    color: #db301b;
  }

  #sub-footer {
    background: #1e1e1e;
    padding:20px 0;
    color:#B8B8B8;
    font-size:.9em;

  }
  #sub-footer .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #sub-footer p{
    margin-bottom: 0px;
  }

  #sub-footer-links{
    display: flex;
    justify-content: space-between;
    width: 600px;
  }

  a.bdg{
    border-bottom: 1px solid #db301b;
  }

}

@media (max-width: 1090px) {

  .container {
    width: 100%;
    margin:0 auto;
  }

  .content{
    padding: 60px 20px;
  }


  .announcement {
    background: #db301b;
    color: white;
    padding:40px 5%;
    text-align: center;
    widht:90%;
  }

  .announcment h3 {
    font-size: 26pt;
  }

 /***** HEADER MOBILE STYLES *****/

  header{
    width: 100%;
    transition: 0.4s;
    position: fixed;
    top: 0;
    z-index: 110;
    background: white !important;
/*    border-bottom: 1px solid #db301b;*/
  }

  #navContainer{
    width: 100%;
    padding: 8px 0 0px;
  }

  #navContainer img{
    width: 100px;
    height: auto;
    margin: 0px 0 0px 20px;
  }

  /*a.logo-color{
    height: 73px;
    display: inline-block;
  }*/

  /* Links inside the navbar */
  .topnav a { 
    float: left;
    font-size: 16px;
    color: #1e1e1e;
    background: transparent;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }

  /* Add a background color to navbar links on hover */
  .topnav a:hover{
    background: #db301b;
    color:#fff;
  }

  /* When the screen is less than 1099 pixels wide, hide all links. 
  Show the link that should open and close the topnav (.icon) */
  .topnav a{
    display:none;
  }

  .topnav a.icon {
    display: block;
    position: absolute;
    font-size: 30px;
    top: 6px;
    right: 0;
    float: right;
    margin-right: 10px;
    color: #1e1e1e;
    transition: unset;
    background: transparent;
  }

  .topnav a.icon:hover{
    background-color:transparent;
    color: #1e1e1e;
  }

    /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. 
    This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
    .topnav.responsive {
      position: relative; 
      clear:both;
      margin-top: 0px;
      /*background: rgba(255, 255, 255, .95);*/
    }
    .topnav.responsive a.icon {
      position: absolute;
      right: 0px;
      top: -79px;
      border-bottom:none;
      transition: unset;
    }

    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
      border-bottom:1px solid #db301b;
      padding-left: 30px;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      width: 100%;
      text-align: left;
    }

    /* DROPDOWN MENU */

    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      text-align: left;
    }

    .topnav.responsive,
    .hidden {
      animation: fadeIn .5s;
      -webkit-animation: fadeIn .5s;
      -moz-animation: fadeIn .5s;
      -o-animation: fadeIn .5s;
      -ms-animation: fadeIn .5s;
    }
    @keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }

    @-moz-keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }

    /* Dropdown Content */
    .hidden{
      display: none;
      margin: 15px 0px 5px;
    }

    .hidden a{
      margin-left: 25px !important;
      font-size: .9em;
     /* width: 150px;*/
      border-bottom: none !important;
      padding: 8px 16px;
      margin-top: 5px;
    }

    /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
    .show {display:block;}

    .dropbtn:hover{
      cursor: pointer;
    }

    /*#header-book{
      font-weight: bold;
    }    */

  /***HERO MOBILE STYLES***/

  #myVideo {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 100%;
    height: 540px;
    /* margin-top: 122px; */
  }

  #homepage-hero:before {
    content:"";
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    z-index:2;
    background:linear-gradient(to right,rgba(30, 30, 30, 0.4),rgba(30, 30, 30, 0.6));
  }

  /*#homepage-hero{
    background: url(images/homepage-hero.jpg) no-repeat center;
    background-size: cover;
    margin-top:84px;
    height: 340px;
    color: white;
    position: relative;
  }*/

  #homepage-hero {
    margin-top: 84px;
    color: white;
    position: relative;
    padding: 0px 20px 20px;
    height: 520px;
  }

  #homepage-hero .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    text-align: center;
}

  /*#homepage-hero .container{
    height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
  }*/

  #homepage-hero h1{
    text-transform: uppercase;
    font-size: 2.2em;
    margin-bottom: 20px;
    font-weight: 900;
    z-index: 2;
  }

  #homepage-hero h2{
    font-weight: 300;
    font-size: 1.75em;
    text-transform: uppercase;
    margin-bottom: 30px;
    z-index: 2;
  }

  #homepage-hero a{
    text-transform: uppercase;
    display: inline-block;
    background: #db301b;
    border:2px solid #db301b;
    color: white;
    padding: 10px 30px;
    font-weight: bold;
    z-index: 2;
  }

  #homepage-hero a:hover{
    background: transparent;
  }

  #things-to-do{
    background: url(images/things-to-do.jpg) no-repeat center;
    background-size:cover;
  }

  #things-to-do .container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .things-to-do-text{
    text-align: center;
  }

  .things-to-do-text h2{
    font-size: 1.8em;
  }

  .things-to-do-text span{
    color: #db301b;
  }

  .things-to-do-text p{
    margin-right: 20px;
  }

  .things-to-do-text a{
    display: inline-block;
    margin-top:10px;
    padding:10px 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    background: #db301b;
    border: 2px solid #db301b;
  }

  .things-to-do-text a:hover{
    background: transparent;
    color: #db301b;
  }

  .home-icon-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
/*    background: #cdcdcd;*/
    margin-top:40px;
    width: 100%;
  }

  .home-icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding:20px 20px 40px;
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 20px;
  }

  .home-icon:last-child{
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .home-icon img{
    margin-bottom: 10px;
  }

  .home-icon h3{
    font-size: 1em;
    margin-bottom: 10px;
  }

  .home-icon p{
    margin-bottom: 0px;
  }

  #luxury-rooms-home {
    background: #f1f1f1;
  }

  #luxury-rooms-home .container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #luxury-rooms-home img{
    width: 100%;
    height: auto;
    max-width: 600px;
  }

  #luxury-rooms-text{
    max-width: 600px;
    margin-top:40px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }

  #luxury-rooms-text h2{
    text-align: center;
    width: 100%;
  }

  #luxury-rooms-text p{
    width: 100%;
  }

  #luxury-rooms-text span{
    color: #db301b;
  }

  #luxury-rooms-text a{
    color: white;
    text-transform: uppercase;
    padding:10px 20px;
    width: 120px;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    font-weight: 500;
  }

  #luxury-rooms-text a:first-of-type{
    background: #db301b;
    border: 2px solid #db301b;
    margin-right: 5px;
  }

  #luxury-rooms-text a:last-child{
    background: #545454;
    border: 2px solid #545454;
  }

  #luxury-rooms-text a:hover{
    background: transparent;
    color: #db301b;
  }

   #luxury-rooms-text a:last-child:hover{
    color: #545454;
  }

  #homepage-images{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding:8px 16px;
  }

  #homepage-images img{
    width: calc(50% - 8px);
    height: auto;
    padding:8px 0;
  }

  #homepage-map{
    /*background: url(https://www.google.com/maps/place/Plaza+Resort+Club+Hotel/@39.5256437,-119.8179803,17z/data=!3m1!4b1!4m9!3m8!1s0x809940cb2540fda9:0xc5895b67654b9b7a!5m2!4m1!1i2!8m2!3d39.5256437!4d-119.8157863!16s%2Fg%2F1tff7w14) no-repeat center;
    background-size: cover;*/
    height: 400px;
    padding:0px;
  }

  #homepage-map iframe{
    height: 100%;
    width: 100%;
  }

  /***SUBPAGE MOBILE STYLES***/

   .subpage-hero{
    background: url(../images/homepage-hero.jpg) no-repeat center;
    background-size: cover;
    margin-top: 84px;
    color: white;
    height: 200px;
  }

  .subpage-hero .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .subpage-hero h1{
    margin-bottom: 0px;
    text-align: center;
  }

  .subpage-curve-buffer{
    display: none;
  }

  .curve{
    display: none;
  }

  /*ROOM MOBILE STYLES*/

  #rooms-content img{
    width: 100%;
    height: auto;
    display: block;
    margin:0 auto 20px;
  }

  #rooms-content h3{
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 60px;
    display: block;
    border-bottom: 1px solid #D6D6D6;
  }

  #rooms-content h3:last-of-type{
    margin-bottom: 40px;
  }

  /*THINGS TO DO MOBILE STYLES*/

  #things-to-do-content .container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }

  #things-to-do-content p{
    width: 300px;
  }

  /*#things-to-do-content p:nth-of-type(1),
  #things-to-do-content p:nth-of-type(2),
  #things-to-do-content p:nth-of-type(3){
    margin-bottom: 60px;
  }*/

  /*CONTACT MOBILE STYLES*/

  #contact-content .container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: flex-start;
  }

  .contact-text{
    margin-bottom:40px;
  }

  .contact-text span{
    text-transform: uppercase;
    font-size: 1.15em;
    font-weight: bold;
    color: #db301b;
  }

  .contact-text a{
    font-weight: normal !important;
  }

  #contact-content iframe{
    width: 100%;
    height: 300px;
    max-width: 500px;
  }  

  /***FOOTER MOBILE STYLES***/

  footer{
    background: #282828;
    z-index: 0;
    color: #B8B8B8;
    padding:60px 20px 0px;
  }

  footer .container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
  }

  .footer-col{
    max-width: 300px;
    margin:0 10px 20px;
  }

  .footer-col img{
    max-width: 140px;
    display: block;
    margin:0 auto 10px;
  }

  .footer-col h3{
    color: white;
    margin-top:10px;
  }

  .footer-col i{
    color: #db301b;
  }

  .footer-col a,
  #sub-footer a{
    color: #B8B8B8;
  }

  .footer-col a:hover,
  #sub-footer a:hover{
    color: white;
  }

  .contact-form{
    display: flex;
    flex-direction: column;
    width: 300px;
  }

  .contact-form input,
  .contact-form textarea{
    padding:10px;
    font-family: 'Poppins', sans-serif;
    background: #313131;
    border: 1px solid #5C5C5C;
    margin-bottom: 20px;
    color: #B8B8B8;
    width: 93%;
  }

  .contact-form textarea{
    height: 150px;
  }

  .contact-form #submit{
    background: #db301b;
    color: white;
    font-weight: bold;
    width: 50%;
    align-self:  flex-end;
    transition: .4s;
  }

  .contact-form #submit:hover{
    background: white;
    color: #db301b;
    cursor: pointer;
  }

  .footer-news{
    display: flex;
    align-items: flex-start;
    font-size: .8em;
    margin-bottom: 20px;
  }

  .footer-news img{
    width: 100px;
    margin-right: 20px;
  }

  .footer-news h4{
    text-transform: uppercase;
    color: white;
    margin-bottom: 0px;
  }

  .footer-news h4:hover{
    color: #db301b;
    transition: .4s;
  }

  #sub-footer {
    background: #1e1e1e;
    padding:20px;
    color:#B8B8B8;
    font-size:.9em;

  }
  #sub-footer .container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
  }

  #sub-footer p{
    margin-bottom: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #B8B8B8;
    width: 100%;
    text-align: center;
  }

  #sub-footer-links{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    margin-top:10px;
    max-width: 500px;
  }

  #sub-footer-links a{
    display: inline-block;
    margin:10px;
  }

  a.bdg{
    border-bottom: 1px solid #db301b;
  }


}