

body
	{
		background:#808080;
    color: #808080;
		font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	}

@media (min-width: 768px) {
  .container {
    width: 700px;
  }
  #home h1,
  #home h3 {
    font-size: 25px;
  }
}
@media (max-width:768px){
  #home h1,
  #home h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
  #home h1,
  #home h3 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
  #home h1,
  #home h3 {
    font-size: 30px;
  }
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

/* heading section */
h1,h2,h3,h4 {
  color: #fff;
  font-weight: bold;
}

h1,h2 {
  font-size: 30px;
}

/* images retina */
img {
  max-width: 100%;
  height: auto;
}

p {
  color: #ffffff;

}
i{
  color: #ffffff;
  font-size: 30px;
  
}




/* home section */
#home {
  background: url('../images/home-bg2.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  padding-top: 180px;
  padding-bottom: 200px;
}
#home h1,
#home h3 {
  color: #ffffff;
  text-align: center;
  line-height:50px;
  margin-left: 20px;
  margin-right: 20px;
 
}

/* divider section */
.divider {
  color: #fff;
  text-align: center;
}
.divider .fa {
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 76px;
  text-transform: capitalize;
}
.divider h2 {
  padding-bottom: 4px;
}
.divider .divider-wrapper {
  padding: 40px 10px 40px 20px;
  position: relative;
  bottom: 100px;
  transition: all 0.4s ease-in;
}
.divider .divider-wrapper:hover {
  bottom: 60px;
  cursor: pointer;
}
.divider .divider-one {
  background: #c14000;

}
.divider .divider-two {
  background: #009988;
}
.divider .divider-three {
  background: #ffa500;
}



