body{
  font-family: 'Source Sans Pro', sans-serif;
}
.slider{
  position:fixed;
  padding:0;
  margin:0;

  top:0;
  left:0;

  width: 100%;
  height: 100%;
}
.background{
  height: 100vh;
  overflow: hidden;
}

.background-layer{
  width: 100%;
  height: 100%;
  background-color: #00000048;
  position: absolute;
}

.menu{
  margin-top: 3em;
  position: absolute;
  width: 100%;
  z-index: 9999;
}

.menu img{
  margin: 1.5em 0 0 3em;
}

ul {
  list-style-type: none;
  width: 60%;
  margin: auto;
  padding: 1em;
  overflow: hidden;
}

li {
  float: left;
  border: transparent solid 3px;
  padding: 0 2em;
}

li a {
  display: block;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  color:white;
  font-size: 1.2em;
}

ul .active{
  border: white solid 3px;
  padding: 0 2em;
}

ul li:hover{
  border: white solid 3px;
  padding: 0 2em;
}

li a:hover{
  text-decoration: none;
  color: white;
}

.content{
  text-align: center;
  color:white;
  margin-top: 10em;
  padding: 2em;
  position: relative;
}

.content h1{
  font-size: 4.5em;
  font-weight: 700;
  letter-spacing: .1em;
  text-shadow: 0px 14px 10px rgba(0,0,0,0.15), 0px 15px 15px rgba(0,0,0,1), 0px 34px 30px rgba(0,0,0,0.1);
}

.content p {
  padding-top:1em;
  width: 50%;
  margin:auto;
  font-size: 20px;
  text-shadow: 0px 14px 10px rgba(0,0,0,0.15), 0px 15px 15px rgba(0,0,0,1), 0px 34px 30px rgba(0,0,0,0.1);
}

.content h3 {
  padding-top: 2em;
  width: 65%;
  margin:auto;
  text-shadow: 0px 14px 10px rgba(0,0,0,0.15), 0px 15px 15px rgba(0,0,0,1), 0px 34px 30px rgba(0,0,0,0.1);
}

.video {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}

.owl-theme .custom-nav {
    position: absolute;
    top: 40vh;
    left: 0;
    right: 0;
}

.owl-prev, .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none !important;
    border: none;
    z-index: 100;
}

.owl-prev > i, .owl-next > i {
  font-size: 2.5rem;
  color: white;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-dots{
  position: absolute;
  bottom:7vh;
  left:25%;
  right:25%;
}

@media screen and (max-width: 767px) {
  .menu{
    margin-top: 0;
    width:110%;
  }
  .menu ul{
    width:100%;
    font-size:12px;
    padding:2em;
  }
  .menu ul li{
    padding:0;
  }
  .content{
    margin-top: 10em;
    padding: 1em;
  }

  .content h1{
    font-size: 2em;
    font-weight: 700;
    text-shadow: 0px 14px 10px rgba(0,0,0,0.15), 0px 15px 15px rgba(0,0,0,1), 0px 34px 30px rgba(0,0,0,0.1);
  }

  .content p {
    padding-top:1em;
    width: 90%;
    font-size: 18px;
  }
  .content h3 {
    padding-top: 1em;
    width: 90%;
    margin:auto;
  }

  /* .video{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
  } */
}
