body{
  background-color: #f8f9fa!important;
}

body section{
  margin-top: 20px;
  text-align: center;
}

section h1{
  color: #D80E3A;
  margin-bottom: 2rem;
}

section h4{
  color: #9cd2c7;
}

i{
  color: #9cd2c7;
}

#news{
  background-image: url("./img/trees.png");
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 7rem;
}

ul li{
  border: none !important;
  background: none !important;
}

li p{
  margin-bottom: 0;
}

li span{
  color: #D80E3A;
}

#team{
  background-image: url("./img/frames.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#contacts{
  background-image: url("./img/phone.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 7rem;
}

p{
  width: 70%;
  margin: 1rem auto;
}

#footerImages{
  margin: 2rem auto;
  padding: 0;
}

#photos{
  margin: 1rem;
}

.carousel-caption{
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0!important;
  left: 0!important;
  right: 0!important;
}

#readMore{
  cursor: pointer;
}

#moreRead{
  display: none;
}

#menu{
  width: -webkit-fill-available;
  width: -moz-available;
  display: flex;
  justify-content: space-around;
}

.navbar-brand{
  margin-left: 1rem;
}

.inlineImages{
  display: inline-table;
  margin-bottom: 1rem;
}