body {
  font-family: "Comic Neue", cursive;
  font-weight: 300;
  font-style: normal;
  margin: 0px auto;
  max-width: 70%;
  text-align: center;
}

h1,
h2.general-header {
  background: linear-gradient(
    44.8deg,
    rgba(255, 136, 102, 0.67) -53.1%,
    rgba(255, 221, 136, 0.28) 49%
  );
  border-radius: 4px 4px 0 0;
  color: #e84a5f;
  font-family: "Kaushan Script", cursive;
  font-weight: 500;
  font-style: normal;
  margin: 20px auto;
  margin-bottom: 0px;
  padding: 20px 10px;
  text-align: center;
}

h3 {
  font-family: "Kaushan Script", cursive;
  font-size: 24px;
  margin: 10px 0;
  text-align: center;
}

h4 {
  color: #45171d;
  margin-bottom: 0px;
}

img {
  background: #fecea8;
  border-radius: 4px;
  height: 100px;
  margin: 10px 40px;
  padding: 10px;
  width: 175px;
}

img:hover {
  background: #e84a5f;
}

.photos a:hover {
  opacity: 0.7;
}

a {
  color: #fff;
  text-decoration: none;
}

form {
  background: linear-gradient(
    44.8deg,
    rgba(255, 136, 102, 0.67) -53.1%,
    rgba(255, 221, 136, 0.28) 49%
  );
  border: 2px solid #45171d;
  border-radius: 4px;
  color: #45171d;
  font-size: 14px;
  margin-top: 20px;
  padding: 20px;
  text-align: left;
}

.navbar {
  background: #ff847c;
  border-radius: 0 0 4px 4px;
  margin-top: 0px;
}

.navbar ul {
  color: white;
  list-style: none;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 10px;
}

.navbar li {
  display: inline;
  font-size: 14px;
  padding: 10px 20px;
}

.navbar li:hover {
  color: #45171d;
  font-weight: bold;
}

.photos {
  background: linear-gradient(
    44.8deg,
    rgba(255, 136, 102, 0.67) -53.1%,
    rgba(255, 221, 136, 0.28) 49%
  );
  border-radius: 4px;
}

footer {
  background: #ff847c;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  margin: 0;
}

footer ul {
  color: white;
  font-family: sans-serif;
  list-style: none;
  margin: 0 auto;
  padding: 5px 10px;
}

footer li {
  display: inline;
  padding: 5px;
}

.social-media {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 12px;
}

.social-media a {
  color: #45171d;
}

.social-media a:hover {
  font-weight: bold;
  text-decoration: underline;
}

.end-list {
  font-size: 12px;
}

.end-list a:hover {
  font-weight: bold;
  text-decoration: underline;
}

/*MAIN PAGE*/
.page-content {
  border-radius: 4px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 2fr 1fr;
  margin-bottom: 0px;
  margin-top: 20px;
  min-height: 600px;
}

.friends {
  display: inline-block;
  overflow-x: auto;
}

#left-sidebar {
  background: #e84a5f;
  border: 1px solid #45171d;
  border-radius: 4px;
  font-family: "Comic Neue", cursive;
  height: 600px;
  padding: 0 20px;
}

#left-sidebar ul {
  list-style: none;
  padding: 0px 10px;
  margin: 0 auto;
}

#left-sidebar li {
  background: #45171d;
  border-radius: 20px;
  font-size: 12px;
  padding: 10px 5px;
  margin: 5px auto;
  max-width: 65%;
}

#left-sidebar li:hover {
  font-size: 14px;
  font-variant: small-caps;
  font-weight: bold;
}

#mission-statement {
  font-size: 14px;
  padding: 0px;
}

.mission-message {
  font-size: 12px;
  padding: 0px 10px;
}
p.mission-message {
  padding: 10px 10px;
}

.table {
  background: #fecea8;
  border: 1px solid #ffffff;
  border-radius: 4px;
  box-shadow: 2px 2px 2px #ffffff;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin: 20px auto;
  padding: 10px;
}

.table-content {
  color: #45171d;
  font-size: 14px;
  font-weight: 300;
}

.table div {
  border: 1px solid white;
  border-radius: 4px;
  margin: 4px;
  padding: 10px;
}

#blog {
  background: #45171d;
  border: 2px solid #a09a96;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  height: 600px;
  line-height: 1.5;
  overflow-y: scroll;
  scrollbar-color: #fff #fecea8;
  scrollbar-width: thin;
  padding: 0 20px;
  text-align: left;
}

#right-sidebar {
  background: #e84a5f;
  border: 1px solid #45171d;
  border-radius: 4px;
  color: #45171d;
  height: 600px;
  overflow-y: scroll;
  padding: 0 20px;
  scrollbar-color: #fff #ff847c;
  scrollbar-width: thin;
  text-align: left;
}

.newsletter-headings {
  font-weight: bold;
  text-decoration: underline;
  margin: 0px;
}

.column-heading {
  color: #45171d;
  font-size: 16px;
  text-align: center;
}

.section-heading {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
/*AMBASSADORS PAGE*/
.ambassadors-container {
  background: linear-gradient(
    44.8deg,
    rgba(255, 136, 102, 0.67) -53.1%,
    rgba(255, 221, 136, 0.28) 49%
  );
  border: 2px solid #45171d;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 20px;
  text-align: left;
}

.student-profile {
  background-color: #45171d;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  margin: 35px auto;
  max-width: 90%;
}

.student-testimonial {
  background-color: #ff847c;
  border: 3px solid #45171d;
  border-radius: 4px;
  padding: 20px;
}

.student-image {
  display: unset;
  height: 230px;
  object-fit: cover;
  padding: 0;
  width: 230px;
}

/*RECIPES PAGE*/
.ramens {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.ramens-page-content {
  background: linear-gradient(
    44.8deg,
    rgba(255, 136, 102, 0.67) -53.1%,
    rgba(255, 221, 136, 0.28) 49%
  );
  border: 2px solid #45171d;
  border-radius: 4px;
  color: #fff;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  font-size: 14px;
  padding: 20px;
  text-align: left;
}

.ramen-recipes {
  background: #ff847c;
  border: 1px solid #45171d;
  border-radius: 4px;
  max-height: 400px;
  padding: 20px;
  scrollbar-color: #fff #ff847c;
  scrollbar-width: thin;
  overflow-y: scroll;
}

.ramen-recipes h2 {
  color: #45171d;
  text-align: center;
}

.ramen-recipes img {
  display: block;
  margin: 0 auto;
}

/*CONTACT PAGE*/
.contact a {
  color: #45171d;
  font-size: 14px;
  font-weight: bold;
}

.contact a:hover {
  color: white;
}

.contact {
  background: #e84a5f;
  padding: 5px;
}

#contact-button {
  background: #45171d;
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  padding: 2px 10px;
}

#contact-button:hover {
  background: #e84a5f;
  text-transform: uppercase;
}

.comment {
  max-width: 100%;
}

/*CAREERS*/

button {
  background: #ff847c;
  border: 1px solid #e84a5f;
  border-radius: 6px;
  color: #45171d;
  font-size: 12px;
  padding: 5px;
}

button:hover {
  background: #e84a5f;
  border: 1px solid #45171d;
  color: white;
  text-transform: uppercase;
}

.postings {
  border: 1px solid #e84a5f;
  text-align: left;
}

.job-posting {
  margin: 10px;
  padding: 15px 45px;
}

@media (min-width: 1500px) {
  body {
    max-width: 50%;
  }
}

@media (max-width: 1490px) {
  img {
    margin: 10px 20px;
  }
}

@media (max-width: 1300px) {
  img {
    display: none;
  }

  .page-content {
    display: flex;
    flex-direction: column;
  }

  #left-sidebar {
    display: none;
  }
}

@media (max-width: 1050px) {
  .student-testimonial {
    max-height: 400px;
    overflow-y: scroll;
  }
}

@media (max-width: 835px) {
  body {
    max-width: 80%;
  }
  .navbar li {
    font-size: 12px;
    margin: 3px;
    padding: 5px;
  }

  .photos {
    padding: 20px 0;
  }

  .photos img {
    display: inline-flex;
    margin: 10px;
  }

  .student-profile {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .student-image {
    background: none;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
    padding: 20px;
  }

  #left-sidebar {
    display: unset;
  }
}

@media (max-width: 650px) {
  button {
    display: block;
    margin: 0 auto;
  }

  .ramens-page-content {
    grid-template-columns: 1fr;
  }
  .table {
    grid-template-columns: 1fr;
  }

  .student-profile {
    margin: 10px;
  }

  .job-posting {
    padding: 15px;
  }

  footer {
    display: block;
  }
}
