* {
    margin: 0;
}
body{
	background-color: white;
	color: black;
}

#logo{
	font-family:garamond,serif;
}

.row{
	margin: 0
}

.text-center{
	font-weight: 700;
}

a, a:visited{
	color: black;
}
a:hover, a:focus{
	color: #4d4d4d;
	text-decoration: none
}

#main-section{
	min-height: 91vh;
	background: linear-gradient(rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)), url("../img/index-background.jpg") fixed center center;
	background-size: cover;
  	padding: 80px 0 60px 0;
  	margin: 0 auto -55px;
}

.section-item{
	margin-top: 15px;
}

.section-title-divider{
  width: 50px;
  height: 3px;
  background: #03C4EB;
  margin: 0 auto;
  margin-bottom: 20px;
}
.section-icon{
  float: left;
  background: #03C4EB;
  padding: 10px;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #03C4EB;
}

.section-icon i {
  color: #fff;
  font-size: 22px;
}

.section-item:hover .section-icon {
  background: #fff;
}

.section-item:hover .section-icon i {
  color: #03C4EB	;
}

.section-title {
  margin-left: 80px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px
}
.section-description {
  margin-left: 80px;
  line-height: 24px;
}

#footer{
	min-height: 8vh;
	padding-top: 5px;
	color: white;
	background-color: black;
}

@media screen and (max-width: 736px){
	.section-description{
		margin-top: -10px
	}
}

.responsive{
  width:100%;
  height:auto;
}
