* {box-sizing: border-box;}
/* Add a gray background color and some padding to the footer */
footer {
  background-color: #f2f2f2;
  padding: 25px;
}
.text {
  background-size: contain;
  position: sticky;
  color: #000000;
  position: relative;
  padding: 100px 20px;
  width: 100%;
  text-align: center;
  flex-wrap: wrap;
  align-content: left;
  margin: auto;
  font-size: 18px;
}
.text2 {
    background-size: contain;
    position: sticky;
    color: #000000;
    position: relative;
    width: 80%;
    text-align: left;
    flex-wrap: wrap;
    align-content: center;
    margin: auto;
    font-size: 18px;
    padding: 150px 20px;

  }
.first-letter {
    -webkit-initial-letter: 10.0;
          initial-letter: 10.0;
    font-size: 100px;
    line-height: 10px;
    margin-right: .05em;
  }

.carousel-inner img {
  width: 100%; /* Set width to 100% */
  margin: auto;
  min-height:200px;
}
.row {
    box-sizing: border-box;
}

/* Style all font awesome icons */
.fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {

  color: rgb(0, 0, 0);
}

/* Twitter */
.fa-twitter {

  color: rgb(0, 0, 0);
}
/* Twitter */
.fa-instagram {

  color: rgb(0, 0, 0);
}

.fab {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}
.fa-discord {

  color: rgb(0, 0, 0);
}


/* Hide the carousel text when the screen is less than 600 pixels wide */
@media (max-width: 600px) {
.carousel-caption {
  display: none; 
}
}