/* All Pages */
body {
  background-color: #8d9389;
  background-image: url(../images/mushroomBackground.jpg);
  background-size: auto;
  background-repeat: no-repeat;
  margin: 0 3%;
  font-family: "Open Sans", sans-serif;
  position: relative;
}

footer img {
  max-height: 50px;
}

h1 {
  color: rebeccapurple;
}

iframe {
  max-height: 350px;
}

.textCenter {
  text-align: center;
}

/* Index Page */
.announcements {
  text-align: left;
}

.carousel-inner {
  height: 230px;
}
.calendar {
  padding-left: 4%;
}

/* About Page */
.aboutBlurb {
  margin: 0 12%;
  text-align: justify;
}

.fbLogo,
.IGLogo,
.emailLogo {
  height: 30px;
  width: auto;
  margin-top: 5px;
}

.logo:hover {
  opacity: 50%;
}

.lrm {
  margin-left: 3%;
  margin-right: 25%;
  text-align: justify;
}

.media {
  margin: 25px 0;
}

.member-photo {
  padding-right: 4%;
}

.profilePhoto {
  border-radius: 100%;
  height: 16%;
  width: 16%;
  margin-left: 5%;
}

.groupPhoto {
  max-height: 500px;
  width: 88%;
  display: block;
  margin: 20px auto;
  opacity: 85%;
}

/* Resources Page */
.card {
  opacity: 70%;
  background-color: #9dc597;
  border: none;
}

.resourcesPhoto {
  width: 30%;
}

.resourcesPhoto:hover {
  transform: scale(3);
  margin-left: 30%;
  margin-top: 7%;
  z-index: 1000;
  position: absolute;
}

.car-resources {
  width: 400px;
}
