* {
  margin: 0;
  padding: 0;
}

body {
  font-family:'Karla', sans-serif;
  color: #211c1c !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:'Karla', sans-serif;
  color: #303030;
  line-height: 1.3;
  font-weight: 700;
}

p {
  font-family:'Karla', sans-serif;
  color: #707070;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}

a,
a:focus,
a:hover {
  @include transition-duration(500ms);
  text-decoration: none;
  outline: 0 solid transparent;
  color: #707070;
  font-weight: 700;
  font-size: 14px;
  font-family:'Karla', sans-serif;
}

ul {
  margin: 0;

  li {
    list-style: none;
  }
}

img {
  height: auto;
  max-width: 100%;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-dark {
  background-color: #0f1112 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gray {
  background-color: #f2f4f5;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;

  &::after {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
  }
}

.bg-fixed {
  background-attachment: fixed !important;
}

input:focus {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}
.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-padding-100-0 {
  padding-top: 50px;
  padding-bottom: 50px;
}
