.footer-col-1--content {

  font-family: 'Miriam Libre', sans-serif;
  display: block;
  font-size: 14px;
  padding-left: inherit;
  margin-bottom: 0px;

}

.footer-col-1--content li {

  display: block;
  text-transform: uppercase;

}


.footer-col-1--content li a {

    color: #fff;
    text-decoration: none;
    padding: 10px 0px;
    display: block;

}
  

.footer-col-1--content li a:hover {

  opacity: .6;
  
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */


  .footer-col-1--content {

    padding-left: inherit;
    margin-bottom: 0px;

  }

  .footer-col-1--content {

    font-size: 14px;

  }




}


/*
Tablet Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 1200px) {
  /* Add your Mobile Styles here */


  .footer-col-1--content {

    padding-left: inherit;
    margin-bottom: 0px;

  }

  .footer-col-1--content {

    font-size: 10px;

  }


}

/*
Mobile Styles
================================================== */



@media only screen and (max-width: 992px) {
  /* Add your Mobile Styles here */


  .footer-col-1--content {

    padding-left: 0px;
    margin-bottom: 20px;

  }

  .footer-col-1--content {

    font-size: 14px;

  }



}

