body {
  background-image: url('../img/__8220295.jpeg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.collapsing,
.collapse.show {
  min-width: 100vw;
  background-color: #fff3cc;
  position: relative;
  top: 5px;
  left: 15px;
}

#news {
  position: relative;
  top: 65px;
}

#recent {
  border: 3.5px solid #ee5a2c;
  border-left: none;
  background-color: white;
  padding: 10px;
  position: absolute;
  font-size: 1.2em;
}

#main-wrapper {
  min-height: 100%;
  position: relative;
  padding-top: 50px;
  overflow: hidden;
}

#main {
  height: 75vmin;
  width: 75vmin;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  bottom: -30vmin;
  right: -30vmin;
  line-height: 1;
  background-color: #908416;
  display: flex;
  align-items: center; /*vertical alignment*/
  justify-content: center; /*horizontal alignment*/
}

#main > span {
  font-family: camping, sans-serif;
  font-size: 7vmin;
  color: #36320c;
  position: relative;
  left: -15%;
  top: -13%;
}

@media (max-width: 650px), (max-height: 820px) {
  #main {
    bottom: -12vmin;
    right: -15vmin;
  }
  #main > span {
    left: -7%;
    top: -5%;
  }
}

#mailContact {
  display: flex;
  align-items: center;
}

.icon {
  height: 1em;
}

.red {
  color: red;
}
