.social {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
}

.social li {
}

.social li a {
    display: block;
}

#copyDiv {
    text-align: center;
    padding: 1em;
}

.form-group {
    margin-bottom: 1.5em;
}

.hidden {
    display: none;
}

.error {
    color: #b93653;
    font-weight: bold;
    font-size: larger;
}

.video {
    text-align: center;
    margin: 4em 0;
}

.video .subtitle {
    font-weight: bold;
}

.video video {
    width: 100%;
    max-width: 480px;
}

article p {
    font-size: larger;
}

.recent-comments li {
    font-size: larger;
    margin: 1em 0;
}

.underlined {
    text-decoration: underline;
}

.nodecoration {
    text-decoration: none;
}

.back {
    display: block;
    text-align: center;
}

.logo_img {
    margin-bottom: 10px;
    text-align: center;
}

.logo_img img {
   width: 100px; /* 36px; */
}

.coffee {
    margin: 0.5em;
}

.coffee a {
    padding: 0.4em;
    font-size: 1em;
}

.ego img {
    width: 100%;
    margin-bottom: 2em;
}

.more {
    text-align: left;
}

.more a {
    font-weight: bold;
    font-size: 1.25em;
    font-weight: 300;
}

@media screen and (max-width: 737px) {
    body {
		background-color: #ffffff;
    }
}

@media screen and (min-width: 737px) {
    .error {
        font-size: 1.6em;
        font-weight: normal;
    }

    .logo_img img {
        width: 140px;
    }

    .coffee a {
        padding: 0.7em;
    }

    .ego {
        float: right;
        margin-bottom: 5px;
    }

    .ego img {
        padding: 0 0 0 1.5em ;
        padding: 1.5em;
    }
}

/* Carousel styles */
.carousel-container {
  margin: 2em 0 0 0;
  overflow: hidden; /* Hides extra slides */
  width: 100%;
  position: relative;
}

.carousel-wrapper {
  display: flex;
  flex-direction: row;
  transition: transform 0.5s ease; /* Smooth slide animation */
}

.carousel-slide {
  flex: 0 0 100%; /* Makes each slide take full width */
  text-align: center;
  font-size: 2em;
  box-sizing: border-box;
}

.carousel-slide img {
    width: 100%;
}

.carousel-container button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 50%;
  padding: 1em;
  border: 0;
  color: #fff;
  width: auto!important;
}

#carousel-prev-btn {
  left: 10px;
}

#carousel-next-btn {
  right: 10px;
}

.note-wrapper {
    background-color: #e8e8e8;
}

.note-button {
    margin: 0 0.5em;
    padding: 0.7em;
    font-size: 0.7em;
    border: 0;
    border-radius: 50%;
    color: #fff;
    width: auto!important;
}
