html, body {display: block; box-sizing: border-box; font-family: verdana, sans-serif; font-size: 15px; line-height: 1.5;}
body,h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif;}
.light-grey {color: #000; background-color: #f1f1f1 !important;}

body {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  transition: background-color .5s;
  margin: 5px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.carousel-item {height: 350px;}

.icons img{width: 250px; height: 200px;}

/*.our-service h1 {}*/
.service img {height: 200px; width: 250px;}
.service h3{text-align:;}

.team h1{text-align: center;}
.team img{width: 200px; height: 200px; border-radius: 50%;}
.team .row{margin-left: 15px;}
.team-social{text-align: center; margin-right: 40px; color: #000;}
.team-social a{color: #000}
.team-avatar h5{text-align: center; margin-right: 40px;}

.contact h1{text-align: center;}
.location p{text-align: center; font-size: 25px;}
.top .cep-black{color: #000; text-decoration: none;}
footer {background-color: grey; text-align: center; padding: 10px;}
footer p a, .soc a{text-decoration: none; color: #000;}