html, body, section {
  width: 100%;
  height: 100%;
}

body {
margin: 0;
}

.boxSlide  {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.boxSlideTwo {
  width: 100%;
  height: 92%;
  margin: 0;
  padding: 0;
}

.homeContent {
  background: url("../img/main-bg.jpeg") no-repeat scroll 50% 50%;
  background-attachment: fixed;
  background-size: cover;
}
.mainLogo {
  width:30%;
  height: auto;
  margin: auto;
  padding-top:100px;
}
.mainArrowButton {
  width:5%;
  margin: auto;
}

.aboutBackGround {
  background: url("../img/about-image2.jpg") no-repeat scroll 50% 50%;
  background-attachment: fixed;
  background-size: cover;
}
.navContainer {

}
.aboutContent {
  width: 100%;
  height: 100%;
  }
.leftContent {
    width: 50%;
    height: 100%;
    float: left;
  }
.transparentBox {
  background-color:#333333;
  margin: 100px auto;
  width: 50%;
  height: 50%;
  opacity: .75;
  padding: 10px 20px 0px 20px;
}
.aboutText {
  font-family: times;
  color: white;
  font-size: 1em;
  text-align: left;
  width:100%;
  height: 100%;
  overflow: scroll;
}
.rightContent {
  width: 49%;
  height: 100%;
  float: right;
  background: url("../img/hipo.jpg") no-repeat scroll 50% 50%;
  background-size:cover;
  margin-bottom: 0;
  padding-bottom: 0;
  border-left: solid 5px #333333;
}

img {
  width: 100%;
  height: auto;
}

.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;

}

#sticker {
	border: 0;
	background-color:#333333;
	border-radius: 0px;
  height: 50px;
  font-family: sans-serif;
  z-index: 99!important;

}
.nav_links {
    margin: 0;
    padding: 12px;
}

.nav_links li {
	display: inline-block;
  margin-top: 4px;
}
.nav_links li a {
	padding: 0 15.5px;
	color: white;
	text-decoration: none;
}

#slider {
  margin-top: 50px;
}
#work {
  background-color: #222;
}
