* {
  margin:0px;
  padding:0px;
}

body {
  font-family: 'brandon_grotesquelight', sans-serif;
  color:#455454;
  /*text-align: center;*/
}

@font-face {
    font-family: 'idealistregular';
    src: url('../fonts/idealist-webfont.woff2') format('woff2'),
         url('../fonts/idealist-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesqueblack';
    src: url('../fonts/brandon-grotesque-black-58a8a3e824392-webfont.woff2') format('woff2'),
         url('../fonts/brandon-grotesque-black-58a8a3e824392-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brandon_grotesquelight';
    src: url('../fonts/brandon-grotesque-light-58a8a4b38001d-webfont.woff2') format('woff2'),
         url('../fonts/brandon-grotesque-light-58a8a4b38001d-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesquelight';
    src: url('../fonts/brandon-grotesque-light-58a8a4b38001d-webfont.woff2') format('woff2'),
         url('../fonts/brandon-grotesque-light-58a8a4b38001d-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brandon_grotesqueRgIt';
    src: url('../fonts/brandon-grotesque-regular-italic-58a8a456c4724-webfont.woff2') format('woff2'),
         url('../fonts/brandon-grotesque-regular-italic-58a8a456c4724-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


h1{
  text-align: center;
  color: white;
}

p, h1, h2, h3 {
  margin-bottom: 20px;
}

a{
  color: white;
  transition: .5s;
  text-decoration: none;
  font-family: 'idealistregular';
}

#splash-background{
  background-color: #cdcdcd;
  padding: 80px 0;
}

h1, h2, h3 {
  font-family: 'idealistregular';
}

#homepage-descriptions h1 {
  color: #455454;
  margin-bottom: 30px;
}

.subpage-content a{
  color: #455454;
  border-bottom: 1px solid #d3b6ba;
}

.subpage-content a:hover{
  color: #d3b6ba;
}

@media (min-width: 1100px) {


  .content{
    padding: 80px 0;
  }

  .container {
    width: 1100px;
    margin:0 auto;
  }

  #splash {
    width:500px;
    height: 715px; 
    margin:60px auto 0px;
  }

  /***HEADER DESKTOP STYLES***/

  header{
    background-color: white;
    padding: 5px 0;
  }

  header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  header img{
    width: 150px;
    height: auto;
  }

  .topnav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 600px;
  }

  .topnav a{
    padding: 2px 4px;
    margin: 0 10px;
    color: #455454;
    border-bottom: 1px solid white;
    font-size: 15pt;
  }

  .topnav a:hover{
    color: #d3b6ba;
    border-bottom: 1px solid #d3b6ba;
  }

  .topnav a.icon{
    display: none;
  }

  #nav-social{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 130px;
    text-align: center;
  }

  #nav-social .nav-tel{
    width: 100%;
  }

  #nav-social a{
    margin: 0;
    padding: 3px 8px;
    color: #455454;
  }

  #nav-social a:hover{
    color: #d3b6ba;
    border-bottom: 1px solid white;
  }

  #nav-social {
    margin: 0 5px;
  }


  /***HOMEPAGE DESKTOP STYLES***/

  #homepage-hero{
    background: url(images/homepage-hero.jpg) no-repeat bottom center;
    background-size:cover;
    height: 600px;
    padding: 0px;
    color: white;
  }

  #homepage-hero p {
    margin-top: 60px;
    color: rgba(256,256,256,.75);
    /*font-family: 'brandon_grotesqueblack';*/
  }

  #homepage-hero .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  #homepage-hero h1{
    font-size: 3.5em;
    text-transform: uppercase;
  }

  #homepage-hero p{
    font-size: 1.5em;
  }

  #homepage-descriptions .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .homepage-description{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 45%;
  }

  .homepage-description a{
    color: #455454;
    font-weight: bold;
    border-bottom: 1px solid #d3b6ba;
    font-size: 15pt;
  }

  .homepage-description a:hover{
    color: #d3b6ba;
  }

  #homepage-services{
    background-color: #455454;
    color: #fff;
  }

  #homepage-services .container{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
  }

  #homepage-services h1{
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    font-size: 35pt;
  }

  .service-col{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    margin:0px 30px;
  }

  .content li{
    text-align: left;
    margin-bottom: 10px;
    list-style-type: none;
  }

  /*.col-left{
    width: 315px;
  }

  .col-right{
    margin-left: 60px;
  }*/

  .middle-border{
    height: 220px;
    width: 2px;
    background-color: #fff;
  }

  #homepage-image-container .container{
    display: flex;
    justify-content: space-between;
  }

  #homepage-image-container img{
    width: 330px;
    height: auto;
  }

  /***SUBPAGE DESKTOP STYLES***/

  .subpage-hero{
    height: 300px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .subpage-hero h1{
    font-size: 4.6em;
    margin-bottom: 0px;
  }

  .subpage-content{
    background-color: white;
    color: #455454;
  }

  /*.subpage-content a {
    color: #455454 !important;
  }*/

  .subpage-content ul{
    margin: 0 0 20px 20px;
  }

  /***ABOUT PAGE DESKTOP STYLES***/

  #about-hero{
    background: url(images/hero6.jpg) no-repeat center;
  }

  .about-staff{
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #455454;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .about-staff a{
    font-weight: bold;
    color: #455454;
    border-bottom: 1px solid #d3b6ba;
    font-size:2.1em;
    margin-bottom: 10px;
  }

  .about-staff a:hover{
    color: #d3b6ba !important;
  }

  .staff-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
  }

  .staff-text img{
    border-radius: 50%;
    margin-bottom: 20px;
    width: 300px;
    height: auto;
  }

  .staff-description{
    width: 60%;
  }

  .about-staff-interns{
    flex-direction: column;
    align-items: flex-start;
  }

  /***SERVICE PAGE DESKTOP STYLES***/

  #service-list{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 40px 0 20px;
  }

  #service-list ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 260px;
  }

  #service-list .middle-border{
    background-color: #d3b6ba;
  }

  img.services-img {
    width: 600px;
    height: auto;
    margin-top: 40px;
  }

  /***CONTACT PAGE DESKTOP STYLES***/

   #contact-hero{
    background: url(images/hero5.jpg) no-repeat 50% 50%;
  }

  #contact-page-info{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #455454;
  }

  #contact-page-info p{
    margin: 0 40px 20px;
    font-size: 1.25em;
  }

  #contact-page-info a{
    color: #455454;
    border-bottom: 1px solid #d3b6ba;
    font-weight: bold;
  }

  #contact-page-info a:hover {
    color: #d3b6ba;
  }

  #contact-content h1{
    margin-bottom: 80px;
    color: #455454;
  }

  .contact-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .location-container {
    position: relative;
    width: 30%;
    height: 300px;
    width:  300px;
    border-radius: 50%;
    /*border: 1px solid #d3b6ba;*/
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .location-container:hover{
    cursor: pointer;
  }

  #reno-container{
    background: url(images/reno-neon.jpg) no-repeat center;
    background: url(images/reno-light.jpg) no-repeat 65% 50%;
    background-size: cover;
  }
  #carson-container{
    background: url(images/carson-background.jpg) no-repeat center;
    background: url(images/carson-light2.jpg) no-repeat center;
    background-size: cover;
  }
  #vegas-container{
    background: url(images/vegas-background.jpg) no-repeat center;
    background: url(images/vegas-light.jpg) no-repeat center;
    background-size: cover;
  }

  .location-container h3 {
    display: none;
    font-size: 2em;
    color: #fff;
  }

  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    /*min-height: 200px;
    min-width: 200px;*/
    opacity: 0;
    border-radius: 50%;
    transition: .5s ease;
    background-color: #d3b6ba;
  }

  .location-container:hover .overlay {
    opacity: 1;
  }

  .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  
  /***NEWS DESKTOP STYLES***/

  #news-hero{
    background: url(images/hero4.jpg) no-repeat center;
  }

  .news-post{
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #d3b6ba;
  }

  a.news-title-link{
    color: #455454;
  }

  a.news-title-link:hover{
    color: #d3b6ba !important;
  }

  a.news-btn{
    color: white !important;
    background: #d3b6ba;
    border: 2px solid #d3b6ba;
    padding: 8px 16px;
    display: block;
    width: 80px;
    text-align: center;
    margin-top: 20px;
  }

  a.news-btn:hover{
    background: white;
    color: #d3b6ba !important;
  }

  .news-post{
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .news-post img{
    height: 250px;
    width: 250px;
    border-radius: 50%;
    margin-left: 60px;
  }

  .news-back-btn{
    margin-top: 60px;
  }

  .news-back-btn a{
    color: #fff;
    padding: 8px 16px;
    background:#d3b6ba;
    border: 2px solid #d3b6ba;
  }

  .news-back-btn a:hover{
    color: #d3b6ba;
    background: white;
  }

  .news-img {
    float: right;
    margin-left: 60px;
    margin-bottom: 40px;
  }

  .news-img-left{
    float: left;
    margin-left: 0;
    margin-right: 60px;
  }


  /***WORK DESKTOP STYLES***/

  #work-hero{
    background: url(images/hero1.jpg) no-repeat 50% 50%;
  }

  /***FOOTER DESKTOP STYLES***/

  footer{
    padding: 40px 0 0;
    border-top: 1px solid #d3b6ba;
  }

  footer .container{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  footer img{
    width: 100px;
    height: auto;
    padding: 0px 0px 0px 160px;
  }

  #footer-nav{
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    padding: 0 40px 20px;
    margin: 0 40px;
    border-left: 1px solid #d3b6ba;
    border-right: 1px solid #d3b6ba;
    width: 200px;
  }

  #footer-nav a{
    color: #455454;
    padding: 2px 4px;
    margin: 10px 0;
    border-bottom: 1px solid white;
  }

  #footer-nav a:hover{
    /*background-color: #455454;*/
    color: #d3b6ba;
    border-bottom: 1px solid #d3b6ba;
  }

  #footer-social{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    width: 250px;
    text-align: center;
    padding-top: 20px;
  }

  #footer-social .nav-tel{
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }

  .footer-nav {
    float: left;
    width:50%;
    text-align: center;
    line-height: 1.8;
  }


  #footer-social a{
    padding: 3px 8px;
    color: #455454;
  }

  #footer-social i{
    font-size: 1.25em;
  }

  #footer-social a:hover{
    color: #d3b6ba;
    background-color: transparent;
  }

  #footer-social {
    margin: 0 5px;
  }

  #sub-footer{
    padding: 15px 0;
    width: 100%;
    background-color: #455454;
    color: white;
    text-align: center;
  }

  #sub-footer p{
    margin-bottom: 0px;
  }

  #sub-footer a{
    color: white;
    border-bottom: 1px solid #d3b6ba;
    padding: 0px !important;
  }

  #sub-footer a:hover{
    color: #d3b6ba!important;
    background-color: transparent !important;
  }

  .interns {
    font-weight: bold;
    color: #455454;
    border-bottom: 1px solid #d3b6ba;
    font-size: 2.1em;
    margin-bottom: 10px;
    font-family: 'idealistregular';
  }

  .service-page {
    margin:0px !important;
  }

  /*.front {
    float: left;
    width: 300px;
    margin:20px 33px;
  }*/
}



@media screen and (max-width : 1099px){

  .content{
    padding: 40px 20px;
  }

  .content img {
    max-width: 90%;
    height: auto;
  }
  
  .container {
    width:100%;
  }

  #splash {
    max-width:500px;
    min-height: 600px;
    width:100%;
    margin:100px auto 0px;
  }

  #splash img {
    width:100%;
    height: auto;
  }

  /***HEADER MOBILE STYLES***/

  header{
    padding: 0 15px;
    background-color: white;
    min-height: 100px;
    border-bottom: 1px solid #d3b6ba;
  }

  header img{
    width: 150px;
    height: auto;
    float: left;
  }

   /* Links inside the navbar */
  .topnav a { 
    float: left;
    font-size: 16px;
    color: #455454;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }

  /* Add a background color to navbar links on hover */
  .topnav a:hover{
    background-color: #455454;
    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: 16px;
    right: 0;
    float: right;
    margin: 0px 10px 10px 0;
    color: #455454;
    transition: unset;
  }

  .topnav a.icon:hover{
    background-color:transparent;
  }

   /* 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;
   padding: 15px 0 30px;
  }
    .topnav.responsive a.icon {
      position: absolute;
      right: -15px;
      top: -85px;
      border-bottom:none;
      transition: unset;
    }

    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
      border-bottom:1px solid #455454;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      width: 100%;
      text-align: left;
    }

    /* 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;}

    #nav-social{
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: center;
      padding-top: 20px;
    }

   /* a.nav-tel{
      width: 50%;
    }*/

    #nav-social a{
      border-bottom: none;
      padding: 3px 8px;
      color: #d3b6ba;
      font-weight: bold;
    }

    #nav-social a:hover{
      background-color: transparent;
      color: #455454;
    }

    /***HOMEPAGE MOBILE STYLES***/

  #homepage-hero{
    background: url(images/homepage-hero.jpg) no-repeat bottom center;
    background-size:cover;
    height: 300px;
    padding: 0px;
    clear: both;
  }

  #homepage-hero .container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  #homepage-hero img{
    width: 90%;
    max-width: 300px;
    height: auto;
  }

  #homepage-descriptions .container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .homepage-description{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin:20px 0
  }

  .homepage-description a{
    color: #455454;
    font-weight: bold;
    border-bottom: 1px solid #d3b6ba;
    font-size: 1.15em;
  }

  .homepage-description a:hover{
    color: #d3b6ba;
  }

  #homepage-services{
    background-color: #455454;
    color: #fff;
  }

  #homepage-services .container{
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  #homepage-services h1{
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }

  .service-col{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    width: 300px;
    margin: 40px 0;
  }

  .service-col ul{
    width: 250px;
  }

  .content li{
    text-align: left;
    margin-bottom: 10px;
    list-style-type: none;
  }

  .middle-border{
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin-bottom: 20px;
  }

  #homepage-image-container .container{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }

  #homepage-image-container img{
    margin: 0 10px 20px;
  }

  /***SUBPAGE MOBILE STYLES***/

  .subpage-hero{
    height: 300px;
  }

  .subpage-hero .container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .subpage-hero h1{
    font-size: 2.5em;
    margin-bottom: 0px;
  }

  .subpage-content{
    background-color: white;
    color: #455454;
  }

  .subpage-content a {
    color: #455454;
  }

  .subpage-content ul{
    margin: 0 0 20px 20px;
  }

  /***ABOUT PAGE MOBILE STYLES***/

  #about-hero{
    background: url(images/hero1.jpg) no-repeat 28% 50%;
  }

  .about-staff{
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #455454;
  }

  .about-staff a{
    font-weight: bold;
    color: #455454;
    border-bottom: 1px solid #d3b6ba;
    font-size:1.33em;
    margin-bottom: 10px;
  }

  .about-staff a:hover{
    color: #d3b6ba !important;
  }

  .interns {
    font-weight: bold;
    color: #455454;
    border-bottom: 1px solid #d3b6ba;
    font-size: 1.33em;
    margin-bottom: 10px;
    font-family: 'idealistregular';
    width: 100px;
}

  .staff-text{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .staff-text img{
    border-radius: 50%;
    margin-bottom: 20px;
    max-width: 200px;
    height: auto;
  }

  /***SERVICES PAGE MOBILE STYLES***/

  #service-list{
    margin: 40px 0;
  }

  .staff-description {
    text-align: center;
  }

  #service-list ul{
    margin: 0 0 0 20px;
  }

  #service-list .middle-border{
    display: none;
  }

  img.services-img {
    width: 100%;
    height: auto;
    max-width: 600px;
    margin-top: 20px;
  }

  /***CONTACT PAGE MOBILE STYLES***/

  #contact-hero{
    background: url(images/hero5.jpg) no-repeat 50% 40%;
  }

  #contact-page-info{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d3b6ba;
  }

  #contact-page-info p{
    margin: 0 10px 20px;
    font-size: 1.25em;
  }

  #contact-page-info a{
    color: #455454;
    border-bottom: 1px solid #d3b6ba;
    font-weight: bold;
  }

  #contact-page-info a:hover {
    color: #d3b6ba;
  }

  #contact-content h1{
    margin-bottom: 60px;
    color: #455454;
  }

  .contact-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }

  .location-container{
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:0 20px 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #455454;
    text-align: center;
  }

  .location-container h3{
    color: #d3b6ba;
  }


  /*** NEWS MOBILE STYLES***/

  #news-hero{
    background: url(images/hero4.jpg) no-repeat 40% 50%;
  }

  #news-content h3{
    text-align: center;
  }

  .news-post{
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d3b6ba;
  }

  a.news-title-link{
    color: #455454;
  }

  a.news-title-link:hover{
    color: #d3b6ba !important;
  }

  a.news-btn{
    color: white !important;
    background: #d3b6ba;
    border: 2px solid #d3b6ba;
    padding: 8px 16px;
    display: block;
    width: 80px;
    text-align: center;
    margin: 0 auto;
  }

  a.news-btn:hover{
    background: white;
    color: #d3b6ba !important;
  }

  .news-post{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .news-post img{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin-bottom: 20px;
  }

  img.news-img{
    width: 300px;
    height: auto;
    display: block;
    margin: 0 auto 40px;
  }

  .news-back-btn{
    margin-top: 40px;
  }

  .news-back-btn a{
    color: #fff;
    padding: 8px 16px;
    display: block;
    margin-top: 60px;
    text-align: center;
    width: 110px;
    background:#d3b6ba;
    border: 2px solid #d3b6ba;
  }

  .news-back-btn a:hover{
    color: #d3b6ba;
    background: white;
  }

  .news-post-content h3{
    text-align: center;
  }

  /***WORK MOBILE STYLES***/

  #work-hero{
    background: url(images/hero6.jpg) no-repeat 60% 50%;
  }


   /***FOOTER MOBILE STYLES***/

  footer{
    padding: 40px 0 0;
    border-top: 1px solid #d3b6ba;
  }

  footer .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  footer img{
    width: 220px;
    height: auto;
  }

  #footer-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0px;
    margin: 40px 0;
    border-top: 1px solid #455454;
    border-bottom: 1px solid #455454;
    width: 90%;
  }

  #footer-nav a{
    color: #455454;
    border-bottom: 1px solid white;
    padding: 2px 4px;
    margin: 0 10px;
  }

  #footer-nav a:hover{
    color: #d3b6ba;
    border-bottom: 1px solid #d3b6ba;
  }

  #footer-social{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
  }

  #footer-social .nav-tel{
    width: 100%;
    margin-bottom: 10px;
  }

  #footer-social a{
    padding: 3px 8px;
    color: #455454;
  }

  #footer-social i{
    font-size: 1.25em;
  }

  #footer-social a:hover{
    color: #d3b6ba;
    background-color: transparent;
  }

  #footer-social {
    margin: 0 5px;
  }

  #sub-footer{
    padding: 15px 0;
    width: 100%;
    background-color: #455454;
    color: white;
    text-align: center;
  }

  #sub-footer p{
    margin-bottom: 0px;
  }

  #sub-footer a{
    color: white;
    border-bottom: 1px solid #d3b6ba;
    padding: 0px !important;
  }

  #sub-footer a:hover{
    color: #d3b6ba!important;
    background-color: transparent !important;
  }

  .news-img {
    margin:20px auto;
    max-width: 90%;
  }

}