* {
		padding-top:100px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.project-title {
		padding-top:100px;
  color: #ff686b;
  font-size: 50px;
	margin: 40px 0;
  text-align: center;
  text-transform: uppercase;
}
.slider {
	padding-top:100px;

  height: 500px;
  position: relative;
  text-align: center;
  width: 100%;
}
.arrow {
		padding-top:100px;
  background: black;
  border: none;
  border-radius: 10%;
  color: white;
  cursor: pointer;
  display: none;
  opacity: .8;
  padding: 10px ;
  position: absolute;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
	top: 60%;
  transition: .2s;
}
.arrow:hover {
  opacity: .4;
}
.arrow.next {
  right: 2%
}
.arrow.prev {
  left: 2%;
}
.slide {
		padding-top:100px;

  color: #fff;
  height: 100%;
  padding: 90px 0 0;
  position: absolute;
  width: 100%;
}
.slide-title {
  font-size: 50px;
  font-weight: bold;
  margin: 0 auto;
  padding: 100px 0;
  text-transform: uppercase;
}
.slide-desc {
  font-size: 20px;
  margin: 40px auto 0;
  width: 65%;
}
.slide-image,
.slide-image img{
		padding-top:100px;
  height: 100%;
  width: 100%;
}
.slide:first-of-type {
  background-image: url("../images/back_1.jpg?w=1920&h=500&auto=compress&cs=tinysrgb");
}
.slide:nth-of-type(2) {
  background-image: url("../images/back_2.jpg?w=1920&h=500&auto=compress&cs=tinysrgb");
}
.slide:nth-of-type(3) {
  background-image: url("../images/back_3.jpg?w=1920&h=500&auto=compress&cs=tinysrgb");
}
.slide:nth-of-type(4) {
  background-image: url("../images/back_4.jpg?w=1920&h=500&auto=compress&cs=tinysrgb");
}
.active {
		top: 60%;
  display: block;
}
.slide-nav {
	padding-top: 100px;
	bottom: -70px;
	position: absolute;
	width: 100%;
	height: -50%;
	left: -1px;
}
.nav-item {
	top: 60%;
  background: #fff;
  border: 2px solid #ffd200;
  cursor: pointer;
  display: inline-block;
  margin-right: 20px;
  transition: background .4s;
}
.nav-item:last-of-type {
	
  margin-right: 0;
}
.nav-item:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.item-active {
  background: #000000;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.dot {
  border-radius: 50%;
}
.dot,
.square{

  height: 15px;
	width: 15px;
}
.rectangle {

  height: 15px;
  width: 30px;
}
