/* ----------------------- 
      mixing and variables
----------------------- */
* {
  margin: 0;
  padding: 0;
  border: 0; }

a {
  color: #000; }

p {
  font-size: 14px; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

@media (max-width: 758px){
  .mb-5 {
  margin-bottom: 15px !important; }
}

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }


.home-container {
  background: url(../images/background-img.jpg) center center no-repeat;
  background-size: cover;
  /*height: 450px;*/ }

.tread-lightly {
  width: 70%;
  margin-top: 100px;
  margin-bottom: 100px; }

.img-links {
  /*padding-left: 40px;*/ }
  .img-links .img-holder {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85); }
    .img-links .img-holder:hover {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .img-links .img-holder img {
      margin: 0 auto; }

.down-arrow {
  display: none; }

footer {
  padding: 30px;
  background: #e4e3d7; }

/*==========  Non-Mobile First Method  ==========*/
@media (min-width: 1200px) {
  footer > div {
    height: 100%;
    overflow: auto; } }
/* Large Devices, Wide Screens */
@media (max-width: 992px){
  .home-container{
    min-height: 300px;
  }
}

@media (min-width: 992px) {
  .home-container {
    position: relative;
    min-height: 650px;
    min-height: 99vh;
    background-position: bottom; }

  .tread-lightly {
    margin-top: 50%;
    margin-bottom: 30px; }

  .img-links {
    margin-top: 40px;
    max-width: 120%;
    float: right; }

  .down-arrow {
    position: absolute;
    opacity: 0.7;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/arrow.png);
    left: 50%;
    margin-left: -25px;
    bottom: 15px;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
    .down-arrow:hover {
      opacity: 1;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }

  footer {
    padding-bottom: 20px;
    width: 100%; }
    footer .row {
      display: table; }
      footer .row > div {
        display: table-cell;
        vertical-align: middle;
        float: none; } }




/* Medium Devices, Desktops */
@media (max-width: 992px) {
  .content {
    /*background-color: #fff;*/
    padding-top: 25px;
    padding-bottom: 5px; }

  .img-links {
    width: 100% !important; } }
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */

/*# sourceMappingURL=styles.css.map */
