/* To Setup Custom Styles */

/* Parallax */

.parallax {
    margin-left: -300vw;
    padding-left: 300vw;
    margin-right: -300vw;
    padding-right: 300vw;
}  
  .bgimg-1, .bgimg-2, .bgimg-3 {
    position: relative;
    opacity: 0.85;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff
  
  }
  .bgimg-1 {
    background-image: url("img_parallax.jpg");
    min-height: 100%;
  }
  
  .bgimg-2 {
    background-image: url("../img/header.jpg");
    min-height: 400px;
  }
  
  .bgimg-3 {
    background-image: url("img_parallax3.jpg");
    min-height: 400px;
  }
  
  .caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
  }
  
  .caption span.border {
    background-color: #111;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
  }
  
  h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 20px "Lato", sans-serif;
  
  }
  
  /* Turn off parallax scrolling for tablets and phones */
  @media only screen and (max-device-width: 768px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
      background-attachment: scroll;
    }
  }
  @media only screen and (min-width: 769px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
      background-attachment: fixed;
    }
  }

.row{
	max-width: 100%;
  margin: 0 auto;
  color:#111;
  font-size: 100%;
}

.col{
  display: inline-block;
}

.spacer{
	margin-left: (40px / 2);
	margin-right: (40px / 2);
}

.col-50 {
    width: calc(50% - 15px);
    float: left;
}
.col-33 {
    width: calc(33% - 15px);
    float: left;
}
.col-66 {
    width: calc(66% - 15px);
    float: left;
}
.col-25 {
    width: calc(25% - 15px);
    float: left;
}
.col-75 {
    width: calc(75% - 15px);
    float: left;
}

.f-right {
    float: right;
}

@media screen and (max-width:600px) {
    .col-50 {
        width: calc(100% - 15px);
        float: left;
        margin-bottom: 10px;
    }
    .col-33 {
        width: calc(100% - 15px);
        float: left;
        margin-bottom: 10px;
    }
    .col-66 {
        width: calc(100% - 15px);
        float: left;
        margin-bottom: 10px;
    }
    .col-25 {
        width: calc(100% - 15px);
        float: left;
        margin-bottom: 10px;
    }
    .col-75 {
        width: calc(100% - 15px);
        float: left;
        margin-bottom: 10px;
    }
}

/* Social Links */
ul#social-media-list li {
    display: inline;
    padding: 10px;
}

.social-links {
    text-align: center;
    align-items: center;
    vertical-align: middle;
    
}