:root {
  --zw-green-base: rgba(17,58,48,1);
  --zw-green-light: rgba(144,166,151,0.2);
}

.bg-secondary {
  transition: all 0.3s ease;
  background: var(--zw-green-light)!important;
}

body {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: figtree, sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.75em;
	color: rgba(0,0,0,0.3);
}

.icon {
  background:url(exclamation.svg) no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  position: relative;
  top: 7px;
}

body a, body a::after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.colored {
  color: var(--zw-green-base);
  margin-bottom: 1.5rem!important;
}

.mr {
  font-family: figtree, sans-serif;
  font-weight: 900;
  font-size: 2.8em!important;
}

.logo {
  transition: all 0.3s ease;
	width: 330px;
  height: 200px;
	background: url("logo-m-subline.svg") no-repeat;
  background-size:330px;
	position: absolute;
	left: 50%;
	margin-left: -165px;
  top:2rem;
}

strong {
  font-weight: 700;
}

body a {
  color: var(--zw-green-base);
  text-decoration: none;
  font-weight: 600;
  position: relative;
  z-index: 40!important;
}
body a::after {
  content:'';
  height: 7px;
  background:var(--zw-green-light);
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index:-1;
}

body a, body a::after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body a:hover::after {
  width: 100%;
}


body a:hover {
  color: var(--zw-green-base);
}

.image {
  background: var(--zw-green-light);
}

img {
  width: auto;
  min-width: 100%!important;
  min-height: 100%!important;
  height: 100vh;
  object-fit: cover;
}

.footer {
  max-width: 400px;
  border-top: 1px solid var(--zw-green-light);
}

@media (min-width: 1400px) {
  .info-text.w-75 {
    max-width: 800px;
  }
}

@media (max-width: 1399px) {
  .info-text.w-75 {
    width: 100%!important;
  }
}

@media (max-width: 1199px){

    .info-text.w-75 {
      max-width: 600px;
      width: 80%!important;
    }
}

@media (max-height: 720px) and (orientation:landscape) {
  .image {
    min-height: 600px!important;
  }

  .content  {
    min-height: 600px!important;
  }

  body {
    overflow-y: auto!important;
  }

}

@media (min-width: 992px) {
  .image IMG {
    transform: translateX(-0.5%)!important;
  }
  .logo {
    z-index: 20;
  }
}

@media (max-width: 991px) {


  .logo {
  	width: 200px;
    height: 130px;
    overflow: hidden;
  	background: url("logo-m-subline.svg") no-repeat;
    background-size:200px;
  	position: absolute;
  	left: 50%;
  	margin-left: -100px;
    top: -0.5rem;
    z-index: 20;
  }

  body {
    font-size: 1em!important;
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .vh-100 {
    height: unset!important;
  }

  .image {
    min-height: 60vh!important;
  }

  .image IMG {
    transform: translateX(-1.5%)!important;
  }

  .content {
    height: auto!important;
  }
}

@media (max-width: 767px) {
  .fs-1 {
    font-size: 190%!important;
  }
}

@media (max-width: 520px) {
  .info-text.w-75 {
        max-width: 600px;
        width: 100% !important;
  }

  .info-text .bg-secondary {
    transform:scale(0.95)!important;
  }
}
