/********** 1.1  Basics */
p {
  margin: 8px 0;
}

a {
  color: #727579;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  text-decoration: none;
  color: #727579;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: #727579;
}

a, a:hover, a:before, li, li:before, li:after, img, figure, figure figcaption, .btn, .btn:before, .btn:after, div, div:hover, div:hover a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
}

ul li, ol li {
  list-style-type: none;
}

ol, ul {
  margin: auto;
  padding: initial;
}

/********** 1.2  General margin sections */
/* 1. top and bottom */
.margin-15 {
  margin: 15px 0;
}

.margin-30 {
  margin: 30px 0;
}

.margin-45 {
  margin: 45px 0;
}

.margin-60 {
  margin: 60px 0;
}

.margin-75 {
  margin: 75px 0;
}

.margin-90 {
  margin: 90px 0;
}

.margin-105 {
  margin: 105px 0;
}

.margin-120 {
  margin: 120px 0;
}

.margin-135 {
  margin: 135px 0;
}

.margin-150 {
  margin: 150px 0;
}

/* 2. top */
.margin-15-0 {
  margin-top: 15px;
  margin-bottom: 0;
}

.margin-30-0 {
  margin-top: 30px;
  margin-bottom: 0;
}

.margin-45-0 {
  margin-top: 45px;
  margin-bottom: 0;
}

.margin-60-0 {
  margin-top: 60px;
  margin-bottom: 0;
}

.margin-75-0 {
  margin-top: 75px;
  margin-bottom: 0;
}

.margin-90-0 {
  margin-top: 90px;
  margin-bottom: 0;
}

.margin-105-0 {
  margin-top: 105px;
  margin-bottom: 0;
}

.margin-120-0 {
  margin-top: 120px;
  margin-bottom: 0;
}

.margin-135-0 {
  margin-top: 135px;
  margin-bottom: 0;
}

.margin-150-0 {
  margin-top: 150px;
  margin-bottom: 0;
}

/* 3. bottom */
.margin-0-15 {
  margin-top: 0;
  margin-bottom: 15px;
}

.margin-0-30 {
  margin-top: 0;
  margin-bottom: 30px;
}

.margin-0-45 {
  margin-top: 0;
  margin-bottom: 45px;
}

.margin-0-60 {
  margin-top: 0;
  margin-bottom: 60px;
}

.margin-0-75 {
  margin-top: 0;
  margin-bottom: 75px;
}

.margin-0-90 {
  margin-top: 0;
  margin-bottom: 90px;
}

.margin-0-105 {
  margin-top: 0;
  margin-bottom: 105px;
}

.margin-0-120 {
  margin-top: 0;
  margin-bottom: 120px;
}

.margin-0-135 {
  margin-top: 0;
  margin-bottom: 135px;
}

.margin-0-150 {
  margin-top: 0;
  margin-bottom: 150px;
}

/********** 1.3  General structures */
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 21px;
  background-color: #f4f5f6;
  color: #000000;
  -webkit-font-smoothing: antialiased !important;
  overflow-x: hidden;
  font-weight: 400;
}

main {
  margin: 0;
}

.display-none {
  display: none !important;
  opacity: 0;
  height: 0;
}

.border-none {
  border: none !important;
}

/* The page widens (with margin value) to be competible with 1170px page width. */
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
/********** 1.4  Typography */
h1, h2, h3, h4, h5, h6 {
  color: #727579;
  padding: 0;
  font-weight: 700;
  font-family: "Varela Round", sans-serif;
  letter-spacing: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #000000;
}

h1 {
  font-size: 46px;
  line-height: 54px;
}

h2 {
  font-size: 40px;
  line-height: 48px;
}

h3 {
  font-size: 34px;
  line-height: 42px;
}

h4 {
  font-size: 28px;
  line-height: 36px;
}

h5 {
  font-size: 22px;
  line-height: 30px;
}

h6 {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 991px) {
  h1 {
    font-size: 34px;
    line-height: 40px;
  }
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
  h3 {
    font-size: 26px;
    line-height: 32px;
  }
  h4 {
    font-size: 22px;
    line-height: 28px;
  }
  h5 {
    font-size: 18px;
    line-height: 24px;
  }
  h6 {
    font-size: 14px;
    line-height: 20px;
  }
}

/*# sourceMappingURL=structure.css.map */
