body,
html {
  height: 100%;
}

body.slider__body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#weare {
  background:#54b2e4;
  color: #fff;
	background: url(../i/azla-header-05.jpg);
	 background-repeat: no-repeat;
  background-size: cover;
}

#stewardship {
  background: url(../i/azla-header-09.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

#ourstewardship {
  background: url(../i/azla-header-06.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

#equity {
  background:url("../i/azla-header-07.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

#ourequity {
  background:#fff;
  color: #fff;
	 background: url(../i/azla-header-14.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#beauty {
  background:#fff;
  color: #fff;
	 background: url(../i/azla-header-08.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#ourbeauty {
  background:#fff;
  color: #fff;
	 background: url(../i/azla-header-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#craft {
  background:#fff;
  color: #fff;
	 background: url(../i/azla-header-03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#ourcraft {
  background:#fff;
  color: #fff;
	 background: url(../i/azla-header-13.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#contact {
  background:#fff;
  color: #fff;
	 background: url(../i/zientek_hs28.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#about {
  background:#fff;
  color: #fff;
	 background: url(../i/zientek_hs28.jpg);
  background-repeat: no-repeat;
  background-size: cover;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}

#founded {
  background:#fff;
  color: #fff;
	 background: url(../i/zientek_hs28.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#areas {
  background:#fff;
  color: #fff;
	 background: url(../i/zientek_hs28.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
section > span {
  padding-top: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.6vw;
  font-family:Helvetica,Arial,sans-serif;
	font-weight: 500; 
  text-align:center;
}

section > span2 {
  padding-top: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5vw;
  font-weight:800;
  font-family:Helvetica,Arial,sans-serif;
  text-align:center;
}

section > span h2 {
    font-size: 2.4vw;
  font-family:Helvetica,Arial,sans-serif;
	font-weight: 500; 
  
}
section > span3 {
  padding-top: 20px;
	padding-bottom: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.2vw;
  font-family:Helvetica,Arial,sans-serif;
	font-weight: 500; 
  text-align:left;
		border-top: 2px solid white;
	border-bottom: 2px solid white;
}
a:link {color: #fff;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  text-transform: uppercase;
}      /* unvisited link */

a:visited {color:#fff;}  /* visited link */

a:hover {
	color:#54b2e4;
}  /* mouse over link */

a:active {
	color:#fad0e2;
}  /* selected link */

#header a.icon {
  display: block;
  width: 25%;
  font-size: 38px;
  margin-left: auto;
  display: none;
}

#header {
  background-color: #a1b0cf;
	background: url(../i/zientek_hs05top.jpg);
	 background-repeat: no-repeat;
  background-size: cover;
  height: 10%;
  position: absolute;
  width: 100%;
  z-index: 100;
  color: #152546;
  text-align: center;
  font-family:Helvetica,Arial,sans-serif;
	font-size: 20px;
		font-weight: bold;
	color: #fff;
  display: flex;
  align-items: center;
}

.nav_link {
  padding: 0 15px;
}

.slider__container {
  position: fixed;
  display: block;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  -o-transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
}

.slider__page {
  position: relative;
  width: 100%;
  height: 100%;
}

.slider__indicators {
  position: fixed;
  left: 18px;
  top: 50%;
  z-index: 2;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider__indicator {
  display: block;
  width: 10px;
  height: 10px;
  margin: 10px 0;
  border-radius: 100px;
  background-color: #bae2f9;
  cursor: default;
}

.slider__indicator--active {
  opacity: 0.3;
}


/* mobile media queries */

@media only screen and (max-width: 414px) {
  #header a.icon {
    display: block;
  }

  nav {
    display: none;
  }

  nav.active {
    position: fixed;
    background: #152546;
    top: 10%;
    bottom: 0;
    right: 0;
    width: 100%;
    flex-direction: column;
    display: flex;
    box-sizing: content-box;
    
  }

  .nav_link {
    padding: 8px;
    border-bottom: 2px solid black;
    margin: 20px 0;
    text-align: center;
	 
  }
	

  .header-image {
    width: 60%;
  }

  .header-image img {
    width: 100%;
  }
	  .header-image svg {
    width: 100%;
  }

  section span {
    width: 80%;
    font-size: 25px;
  }
	section span2 {
    width: 80%;
    font-size: 35px;
  }
}
