*{
  margin:0px;
  padding:0px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #1d3b50;
  font-size:16px;
  margin: 0px;
}

h1{
  margin: 0 0 40px;
  font-family: 'Roboto', sans-serif;
  font-size: 2.5em;
}

h2{
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

h2, 
h3,
h4{
  /*font-family: 'Lato', 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: #939393;
  border-bottom: 1px solid #f1d12f;
}

.subpage-content p a:hover{
  color: #f1d12f;
}

.thank-you-content .container{
  width: fit-content;
  margin:0 auto;
  text-align: center;
}

.thank-you-content img{
  margin-top:20px;
}

#about-hero{
  background: url(images/about-hero.jpg) no-repeat center;
  background-size: cover;
}


@media (min-width: 1100px) {

  .container {
    width:1100px;
    margin:0 auto;
  }

  .content{
    padding: 80px 0;
  }

  /*** 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;
    background-size: cover;
  }

  #navContainer .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #navContainer img{
    width: 260px;
    height: auto;
    padding: 15px 0 10px;
  }

  #nav{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  #top-header{
    background: #1d3b50;
    padding: 8px 0;
  }

  #top-header .container{
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  #top-header a{
    color: white;
    font-size: .9em;
  }

  #top-header a:hover{
    color: #f1d12f;
  }

  .header-social i{
    font-size: 1.5em;
  }

  .header-social a{
    display: inline-block;
    margin: 2px 10px 0 !important;
    color: #f1d12f !important;
  }

  .header-social a:hover{
    color: white !important;
  }

  .topnav{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .topnav a{
    color: #1d3b50;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 5px;
  }

  .topnav a:hover{
    color: #f1d12f;
    /*background: #1d3b50;
    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: rgba(29, 59, 80, .9);
    /*border-bottom: 1px solid rgb(125, 126, 115);*/
    border-bottom: none;
    font-size: .85em;
    width: 180px;
    transition: .4s ;
    border-radius: 0px;
  }

  .hidden a:hover{
    background-color: #f1d12f;
    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-tel{
      color: #f1d12f;
      background: #1d3b50;
      /*border: 2px solid #1d3b50;*/
      padding: 6px 16px;
      border-radius: 5px;
      display: inline-block;
      margin-left:20px;
    }

    a#header-tel:hover{
      background: #f1d12f;
      color: white;
    }

  /***HERO DEKSTOP STYLES***/

  .home-img-content{
    height: 500px;
  }

  #homepage-img-left{
    background: url(images/home-background-left.jpg) no-repeat center;
    background-size: cover;
    margin-top: 133px;
  }

  #homepage-img-right{
    background: url(images/home-background-right.jpg) no-repeat center;
    background-size: cover;
    /*margin-top: -3px;*/
  }

  .home-img-content .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    height: 100%;
    font-size: 1.15em;
  }

  .home-img-content img{
    display: none;
  }

  .home-img-content h3{
    color: #f1d12f;
    width: 390px;
    font-size: 1.5em;
    text-transform: none;
    font-weight: 300;
  }
  .home-img-content p{
    width: 390px;
    margin-bottom: 0px;
  }

  #homepage-img-left .container{
    align-items: flex-end;
  }

  #homepage-img-right .container{
    align-items: flex-start;
  }

  #homepage-locations h2{
    font-size: 2.5em;
  }

  a#homepage-hotel-link{
    text-align: center;
    margin: 0 auto;
  }

  #homepage-locations a{
    display: block;
    width: fit-content;
    color: #939393;
    border-bottom: 1px solid white;
  }

  #homepage-locations a:hover{
    color: #1d3b50;
    border-bottom: 1px solid #1d3b50;
  }

  #homepage-location-container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px;
  }

  .carousel-home {
    width: 100%;
    padding: 20px;
    margin-top: 60px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .carousel {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 40px;
  }

  .carousel img {
    width: 295px;
    height: auto;
  }

  .carousel-text{
    padding: 10px;
    text-align: center;
    width: 255px;
    padding:10px 20px;
    height: 140px;
    background: #E7EAEE;
  }

  .carousel h3{
    text-transform: uppercase;
    margin-bottom: 0px;
    height: 50px;
  }

  .carousel p{
    color: #939393;
  }

  .carousel a{
    display: inline-block;
    color: white !important;
    background: #1d3b50;
    padding: 6px 12px;
    border:2px solid #1d3b50 !important;
    margin:0 auto;
  }

  .carousel a:hover{
    background: white;
    color: #1d3b50 !important;
  }

  #homepage-ceo{
    background: url(images/ceo-background.jpg) no-repeat center;
    background-size: cover;
  }

  #homepage-ceo .container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #homepage-ceo h2,
  #homepage-ceo h3, 
  #homepage-ceo a{
    text-align: center;
  }

  #homepage-ceo img{
    margin-bottom: 20px;
    height: 230px;
    width: 230px;
    border-radius: 50%;
  }

  #homepage-ceo h2{
    font-size: 2.5em;
  }

  #homepage-ceo h3{
    font-size: 1.5em;
  }

  #homepage-ceo a{
    color: #939393;
    padding: 8px 16px;
    border: 2px solid transparent;
  }

  #homepage-ceo a:hover{
    border: 2px solid #1d3b50;
    color: #1d3b50;
  }

  /***SUBPAGE DESKTOP STYLES***/

  .subpage-hero{
    margin-top: 133px;
    background: url(images/lobby-hero1.jpg) no-repeat center;
    background-size: cover;
    height: 300px;
    color: white;
  }

  .subpage-hero .container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .subpage-hero h1{
    margin-bottom: 0px;
    font-size: 3em;
    text-transform: uppercase;
  }

  /***PORTFOLIIO PAGE DESKTOP STYLES***/

  .hotel-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    width:100%;
    margin-bottom: 60px;
  }

  .hotel-container:last-child{
    margin-bottom: 0px;
  }

  .hotel-container h2{
    font-size: 2.5em;
    margin-bottom: 60px;
    padding-bottom: 5px;
    border-bottom: 2px solid #f1d12f;
    width: 100%;
    text-align: center;
  }

  .hotel-individual{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 60px;
  }

  .hotel-individual:nth-of-type(even){
    flex-direction: row-reverse;
  }

  .hotel-individual img{
    width: 400px;
    height: auto;
  }

  .hotel-img{
    width: 400px;
    height: 266.5px;
  }

  .hotel-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hotel-text{
    padding: 40px 60px;
    background: #E7EAEE;
    /*color: white;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 420px;
  }

  .hotel-text h3{
    color: #1d3b50;
    /*border-bottom: 1px solid #939393;
    width: fit-content;*/
    font-size: 1.4em;
    margin-bottom: 0px;
  }

  .hotel-text p{
    margin-bottom: 30px;
    color: #939393;
  }

  .hotel-text a{
    display: inline-block;
    text-align: center;
    width:130px;
    padding:6px 15px;
    border-radius: 5px;
    color: #fff;
    background: #1d3b50;
    border:2px solid #1d3b50;
    font-weight: bold;
  }

  .hotel-text a:hover{
    color: #1d3b50;
    background: transparent;
  }

  /***CONTACT DESKTOP STYLES***/

  #contact-content .container{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }

  #contact-content a{
    color: #1d3b50;
    font-weight: normal;
  }

  #contact-content a:hover{
    color: #f1d12f;
  }

  .contact-form{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 450px;
  }

  .contact-form input,
  .contact-form textarea{
    padding:10px;
    color: #1d3b50;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-form textarea{
    height: 200px;
  }

  .contact-form #submit{
    background: #1d3b50;
    border:none;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    height: 46px;
    width: 50%;
    transition: .4s;
  }

  .contact-form #submit:hover{
    background: #f1d12f;
    color:;
    cursor: pointer;
  }

  /*** FOOTER DESKTOP STYLES ***/

  footer {
    background: #1d3b50;
    color: white;
    padding: 60px 20px;
  }

  footer .container{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
  }

  .footer-col{
    display: flex;
    flex-direction: column;
  }

  .footer-icon-container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  img#footer-logo{
    width: 260px;
    height: auto;
    margin-bottom: 30px;
  }

  .footer-icon-container p{
    margin-bottom: 0px;
    line-height: 1.25em;
  }

  .footer-icon-container a,
  #footer-links a{
    color: #939393;
  }

  .footer-icon-container a:hover,
  #footer-links a:hover{
    color: white;
  }

  .footer-icon-container i{
    color: #f1d12f;
    font-size: 1.5em;
    margin-right: 20px;
  }

  .footer-col h3,
  .footer-col span{
    color: #f1d12f;
  }

  .footer-col span{
    font-weight: bold;
  }

  #footer-awards{
    width: 250px;
  }

  #footer-awards img{
    width: 200px;
    height: auto;
    margin-top:10px;
  }

  /*SUB-FOOTER DESKTOP STYLES*/

  #sub-footer{
    background: #0c1f2c;
    color: #939393;
    text-align: center;
    font-size: .9em;
    padding: 15px;
  }

  #sub-footer p{
    margin-bottom: 0px;
  }

  #sub-footer a{
    color: #939393;
    border-bottom: 1px solid #f1d12f;
  }

  #sub-footer a:hover{
    color: #f1d12f;
  }

}

@media (max-width: 1090px) {

  .container {
    width: 100%;
    margin:0 auto;
  }

  .content{
    padding: 60px 20px;
  }


 /***** HEADER MOBILE STYLES *****/

  header{
    width: 100%;
    transition: 0.4s;
    position: fixed;
    top: 0;
    z-index: 110;
    background: white;
  }

  #top-header{
    display: none;
  }

  #navContainer{
    width: 100%;
    padding: 10px 0 0px;
  }

  #navContainer img{
    width: 220px;
    height: auto;
    margin: 15px 0 15px 20px;
  }

  /* Links inside the navbar */
  .topnav a { 
    float: left;
    font-size: 16px;
    color: #1d3b50;
    background: transparent;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }

  /* Add a background color to navbar links on hover */
  .topnav a:hover{
    background: #f1d12f;
    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: 7px;
    right: 0;
    float: right;
    margin-right: 10px;
    color: #1d3b50;
    transition: unset;
    background: transparent;
  }

  .topnav a.icon:hover{
    background-color:transparent;
    color: #1d3b50;
  }

   /* 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: -88px;
      border-bottom:none;
      transition: unset;
    }

    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
      border-bottom:1px solid #f1d12f;
      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;}
    }

    .topnav-contact{
      border-top: 1px solid white;
    }

    /* 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;
    }

    /*.hidden a:hover{
      color: #e7060d;
      background: transparent;
    }*/

    /* 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-social-bottom{
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-left: 20px;
    }

    .header-social-bottom a{
      /*margin: 0px 5px;*/
      padding: 14px !important;
      border-bottom: none !important;
    }
    .header-social-bottom i{
      height: 20px;
      width: 20px;
      font-size: 1.15em;
      line-height: 1.15em;
      text-align: center;
    }
    .header-social-bottom a:hover{
      color: #f1d12f;
      background: white;
    }


  /***HERO MOBILE STYLES***/

 #homepage-img-left{
  margin-top: 95px;
  background: #1d3b50;
  border-bottom: 10px solid #f1d12f;
 }

 .home-img-content{
  color: white;
 }

 .home-img-content h3{
  color: #f1d12f;
  text-align: center;
  text-transform: none;
  font-weight: bold;
 }

 .home-img-content img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 440px;
  margin: 0 auto 40px;
 }

 .home-img-content p{
  margin-bottom: 0px;
 }

 #homepage-img-right{
  /*background: #939393;*/
  color: #1d3b50;
  border-bottom: 10px solid #1d3b50;
 }

  #homepage-locations h2{
    font-size: 2.5em;
  }

  a#homepage-hotel-link{
    text-align: center;
    margin: 0 auto;
  }

  #homepage-locations a{
    display: block;
    width: fit-content;
    color: #939393;
    border-bottom: 1px solid white;
    margin: 0 auto;
  }

  #homepage-locations a:hover{
    color: #1d3b50;
    border-bottom: 1px solid #1d3b50;
  }

  #homepage-location-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
  }

  .carousel-home {
    width: 100%;
    padding: 20px;
    margin-top: 60px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .carousel {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 300px; */
    margin: 0 auto;
  }

  .carousel img {
    width: 100%;
    height: auto;
    max-width: 300px;
  }

  .carousel-text{
    padding: 10px;
    text-align: center;
    width: 90%;
    max-width: 280px;
    padding:10px 10px;
    height: 160px;
    background: #E7EAEE;
  }

  .carousel h3{
    text-transform: uppercase;
    margin-bottom: 0px;
  }

  .carousel p{
    color: #939393;
  }

  .carousel a{
    display: inline-block;
    color: white !important;
    background: #1d3b50;
    padding: 6px 12px;
    border:2px solid #1d3b50 !important;
    margin:0 auto;
  }

  .carousel a:hover{
    background: white;
    color: #1d3b50 !important;
  }

  #homepage-ceo{
    background: url(images/ceo-background.jpg) no-repeat center;
    background-size: cover;
  }

  #homepage-ceo .container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #homepage-ceo h2,
  #homepage-ceo h3, 
  #homepage-ceo a{
    text-align: center;
  }

  #homepage-ceo img{
    margin-bottom: 20px;
    height: 230px;
    width: 230px;
    border-radius: 50%;
  }

  #homepage-ceo h2{
    font-size: 2.5em;
  }

  #homepage-ceo h3{
    font-size: 1.5em;
  }

  #homepage-ceo a{
    color: #939393;
    padding: 8px 16px;
    border: 2px solid transparent;
  }

  #homepage-ceo a:hover{
    border: 2px solid #1d3b50;
    color: #1d3b50;
  }

  /***SUBPAGE MOBILE STYLES***/

  .subpage-hero{
    margin-top: 95px;background: url(images/lobby-hero1.jpg) no-repeat center;
    background-size: cover;
    height: 300px;
    color: white;
  }

  .subpage-hero .container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .subpage-hero h1{
    margin-bottom: 0px;
    font-size: 3em;
    text-transform: uppercase;
  }

  /***PORTFOLIIO PAGE MOBILE STYLES***/

  .hotel-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    width:100%;
    margin-bottom: 60px;
  }

  .hotel-container:last-child{
    margin-bottom: 0px;
  }

  .hotel-container h2{
    font-size: 2em;
    margin-bottom: 60px;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #f1d12f;
  }

  .hotel-individual{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 60px;
  }

  .hotel-individual:last-child{
    margin-bottom: 20px;
  }

  .hotel-individual:nth-of-type(even){
    flex-flow: row-reverse wrap;
  }

  .hotel-individual img{
    width: 300px;
    height: auto;
  }

  .hotel-img{
    width: 300px;
    height: 233.33px;
  }

  .hotel-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hotel-text{
    padding: 20px;
    background: #E7EAEE;
    /*color: white;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 260px;
  }

  .hotel-text h3{
    color: #1d3b50;
    margin-bottom: 0px;
  }

  .hotel-text p{
    margin-bottom: 30px;
    color:#939393;
  }

  .hotel-text a{
    display: inline-block;
    text-align: center;
    width:130px;
    padding:6px 15px;
    border-radius: 5px;
    color: #fff;
    background: #1d3b50;
    border:2px solid #1d3b50;
    font-weight: bold;
  }

  .hotel-text a:hover{
    color: #1d3b50;
    background: transparent;
  }

  /***CONTACT MOBILE STYLES***/

  #contact-content .container{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }

  #contact-text{
    width: fit-content;
    margin:0 auto 20px;
  }

  #contact-content a{
    color: #1d3b50;
    font-weight: normal;
  }

  #contact-content a:hover{
    color: #f1d12f;
  }

  .contact-form{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 400px;
  }

  .contact-form input,
  .contact-form textarea{
    padding:10px;
    color: #1d3b50;
    font-family: 'Poppins', sans-serif;
    width: 90%;
    margin-bottom: 20px;
  }

  .contact-form textarea{
    height: 200px;
  }

  .contact-form #submit{
    background: #1d3b50;
    border:none;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    height: 46px;
    width: 50%;
    transition: .4s;
  }

  .contact-form #submit:hover{
    background: #f1d12f;
    color:;
    cursor: pointer;
  }
  
  /*** FOOTER MOBILE STYLES ***/

  footer {
    background: #1d3b50;
    color: white;
    padding: 60px 20px 40px;
  }

  footer .container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-col{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 500px;
  }

  .footer-icon-container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    width: 280px;
  }

  .footer-icon-container a,
  #footer-links a{
    color: #939393;
  }

  .footer-icon-container a:hover,
  #footer-links a:hover{
    color: white;
  }

  img#footer-logo{
    width: 260px;
    height: auto;
    margin-bottom: 30px;
  }

  .footer-icon-container p{
    margin-bottom: 0px;
    line-height: 1.25em;
  }

  .footer-icon-container a{
    color: #939393;
  }

  .footer-icon-container a:hover{
    color: white;
  }

  .footer-icon-container i{
    color: #f1d12f;
    font-size: 1.25em;
    margin-right: 20px;
  }

  .footer-col h3,
  .footer-col span{
    color: #f1d12f;
  }

  .footer-col h3{
    text-align: center;
  }

  .footer-col span{
    font-weight: bold;
  }

  #footer-awards{
    border-top: 1px solid #939393;
    border-bottom: 1px solid #939393;
    padding: 40px 0 20px;
    margin: 40px 0;
  /*align-items: flex-start;*/
  text-align: center;
  }

  #footer-awards p{
    width: 330px;
  }

  #footer-awards img{
    width: 200px;
    height: auto;
    margin-top:10px;
  }

  /*SUB-FOOTER MOBILE STYLES*/

  #sub-footer{
    background: #0c1f2c;
    color: #939393;
    text-align: center;
    font-size: .9em;
    padding: 15px;
  }

  #sub-footer p{
    margin-bottom: 0px;
  }

  #sub-footer a{
    color: #939393;
    border-bottom: 1px solid #f1d12f;
  }

  #sub-footer a:hover{
    color: #fff;
  }


}