@import url(https://fonts.googleapis.com/css?family=Open+Sans);

#overlay:after {
  background: url(dodded.png);
    height: 100%;
    width: 100%;
    content: '';
    display: block;
}
#overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
#overlay img {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
}


.slide-content-half {
  font-family: Open Sans, sans-serif;
  width: 30%;
  background: rgba(37, 38, 45, 0.75);
  padding: 5rem 2rem;
}

body {
        overflow: hidden;
		background-color: #333333;
		
		
    }


.slide-content-half.left {
  margin-left: 5%;
}

.slide-content-half.right {
  margin-left: 65%;
}

@media screen and (max-width: 979px) {
  .slide-content-half {
    padding: 8rem 2rem;
    width: 66%;
  }
  .slide-content-half.right {
    margin-left: 34%;
  }
}

@media screen and (max-width: 767px) {
  .slide-content-half {
    padding: 6rem 2rem;
    width: 100%;
  }
  .slide-content-half.right {
    margin-left: 0%;
  }
}

.slide-content-half h1, .slide-content-half h2, .slide-content-half h3, .slide-content-half h4, .slide-content-half h5, .slide-content-half h6 {
  color: white;
  margin-bottom: 1rem;
}

.slide-content-half h1 {
  font-size: 3rem;
}

.slide-content-half p {
  font-weight: normal;
  font-size: 1.5rem;
  color: #c8c9ce;
}

.slide-content-half .btn {
  margin-top: 2rem;
}

/*# sourceMappingURL=../../maps/templates/office.css.map */
