html {
  font-size: 14px;
}

@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: 'Lato', sans-serif;
  color: #000000;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  line-height: 1.3;
}

.text-green {
  color: #48622e;
}

.no-shadow {
  text-shadow: none;
}

.btn {
  font-family: 'Lato', sans-serif;
  border-radius: 0;
  font-weight: 700;
  border-width: 3px;
  cursor: pointer;
}

.btn-outline-white {
  color: #ffffff;
  background-image: none;
  background-color: transparent;
  border-color: #ffffff;
}

.btn-outline-white:hover {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white:focus, .btn-outline-white.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}

.btn-outline-white:active, .btn-outline-white.active,
.show > .btn-outline-white.dropdown-toggle {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white:focus {
  color: #ffffff;
}

.btn-outline-green {
  color: #48622e;
  background-image: none;
  background-color: transparent;
  border-color: #48622e;
}

.btn-outline-green:hover {
  color: #fff;
  background-color: #48622e;
  border-color: #48622e;
}

.btn-outline-green:focus, .btn-outline-green.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(72, 98, 46, 0.5);
          box-shadow: 0 0 0 2px rgba(72, 98, 46, 0.5);
}

.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #48622e;
  background-color: transparent;
}

.btn-outline-green:active, .btn-outline-green.active,
.show > .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #48622e;
  border-color: #48622e;
}

.btn-outline-green:focus {
  color: #ffffff;
}

.btn-outline-black {
  color: #000000;
  background-image: none;
  background-color: transparent;
  border-color: #000000;
}

.btn-outline-black:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-outline-black:focus, .btn-outline-black.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
}

.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #000000;
  background-color: transparent;
}

.btn-outline-black:active, .btn-outline-black.active,
.show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-submit {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.form-control {
  font-family: 'Lato', sans-serif;
  padding-left: 0;
  border-radius: 0;
  border-width: 0;
  border-color: #000000;
  border-bottom-width: 1px;
}

.form-control::-webkit-input-placeholder {
  color: #000000;
}

.form-control:-ms-input-placeholder {
  color: #000000;
}

.form-control::-ms-input-placeholder {
  color: #000000;
}

.form-control::placeholder {
  color: #000000;
}

.form-control:focus {
  border-color: #000000;
}

.img-header {
  width: 100%;
}

header {
  position: relative;
  background: url("../images/bg-header.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 58%;
  min-height: 540px;
}

header .header-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-width: 767px) {
  header .brand img {
    height: 100px;
  }
}

header h1 {
  padding: 3rem 0;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.8);
}

@media (max-width: 767px) {
  header h1 {
    padding: 1.5rem 0;
    font-size: 1.5rem;
  }
}

header .btn-outline-white {
  margin-bottom: 3.5rem;
}

header .btn-outline-white:hover {
  color: #000000;
}

header .btn-outline-green {
  margin-bottom: 3.5rem;
}

main {
  padding: 2rem 0;
}

footer {
  padding: .8rem 0;
  background: #000000;
}

/*
** MAGNIFIC POPUP
*/
.mfp-inline-popup {
  background: #ffffff;
  max-width: 960px;
  position: relative;
  margin: auto;
}

.mfp-inline-popup.mfp-xs {
  max-width: 540px;
}

.mfp-inline-popup.mfp-sm {
  max-width: 760px;
}

.mfp-inline-popup.mfp-md {
  max-width: 600px;
}

.mfp-inline-popup .mfp-header {
  background-size: 108px 60px;
  height: 80px;
}

.mfp-inline-popup .mfp-content {
  padding: 20px;
}

.mfp-inline-popup .mfp-xclose {
  width: 40px;
  height: 40px;
  opacity: .5;
  position: absolute;
  top: 5px;
  right: 5px;
  border: 0;
  outline: 0;
  background: none;
  color: #ffffff;
  font-size: 26px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.mfp-inline-popup .mfp-xclose:hover {
  opacity: 1;
}

.mfp-inline-popup .popup-content {
  padding: 20px;
}

.mfp-inline-popup .popup-content a {
  color: #2D9E9A;
  font-weight: 600;
}

.mfp-inline-popup .popup-content a:hover {
  color: #08403E;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg:not(.mfp-bg-gallery) {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
