@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,700);
* {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

h1 {
  font-family: 'Poppins', sans-serif;
  position: relative;
  text-align: center;
  color: black;
}

h4 {
  font-family: 'Poppins', sans-serif;
  position: relative;
  text-align: center;
  color: #574f43;
}

.s1 {
  background: url(../images/bg1.jpg);
  background-size: cover;
  background-position: center;
}

.s1 h1 {
  font-family: sans-serif;
  font-size: 2.5rem;
  top: 30%;
  bottom: 5%;
}

.s1 h4 {
  font-family: sans-serif;
  text-transform: lowercase;
  top: 30%;
  bottom: 5%;
  padding: 7px 7px;
}

.mly {
  background-blend-mode: multiply;
}

.s2 {
  background: url(../images/bg1.jpg);
  background-size: cover;
  background-position: center;
}

.s3 {
  background: url(../images/bg3.jpg);
  background-size: cover;
  background-position: center;
}

.s3 h1 {
  text-align: left;
  margin-left: 2em;
  font-size: 2em;
}

span {
  background: #5e5e5e !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 14%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
}

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 7%;
  width: 0;
  border-width: 19.25px 17px 19.25px 0;
  /** 38.5px 34px 38.5px 0 **/
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 7%;
  border-width: 19.25px 0 19.25px 17px;
  /** 19.25px 0 19.25px 17px **/
  border-color: transparent transparent transparent #fff;
}

#menu {
  position: fixed;
  top: 8%;
  left: 5%;
  z-index: 70;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  letter-spacing: 1px;
  font-size: 1.1em;
}

.logo {
  width: 35px;
  height: 24px;
  display: inline-block;
  margin: 0 17px 0 0;
  vertical-align: middle;
  background-image: url(.../images/logo.svg);
}
/*# sourceMappingURL=main.css.map */