* {
  padding: 0;
  margin: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  min-width: 320px;
  font-family: 'Montserrat', 'Roboto Condensed', 'Averia Serif Libre';
  font-weight: lighter;
}

h1 {
  font-weight: 900;
  font-size: 35pt;
}

h2 {
  font-size: 18pt;
  font-weight: normal;
}

.primary-bg {
  background-color: #f8f4ea
  /* #fffcf4 */
  /* #fbfcf7; */
}

.font-color {
  color: #444440;
}

.averia {
  font-family: "Averia Serif Libre";
}

.medium-text {
  font-size: 20pt;
}

.center {
  text-align: center;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.center-container {
  justify-content: center;
}
.full-width {
  width: absolute;
}
.text-center {
  text-align: center;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-25 {
  padding-top: 25px;
}

.logo-image {
  width: 216px;
  height: 80px;
  border-radius: 0%;
  overflow: hidden;
  margin-top: -6px;
}

/* NAVIGATION MENU BAR The grid */
.nav {
  padding-top: 20px;
}

.nav ul {
  display: flex;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.nav li a {
  color: #444440;
  display: block;
  text-align: center;
  font-size: 14pt;
  font-family: 'Montserrat', 'Roboto Condensed', 'Averia Serif Libre';
  padding: 32px 24px 10px 24px;
  text-decoration: none;
  background-color: transparent;
  transition: 0.3s;
}

.nav li a:hover {
  color: rosybrown;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }

/* ABOUT ME TAB */
.review-container {
  position: relative;
  background: #f1f1f1f1;
}

/* Slides */
.reviews {
  display: none;
  padding: 80px;
  text-align: center;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

/* Add an italic font style to all quotes */
h3 {
  font-style: italic;
}

@media only screen and (max-width: 1050px) {
  li a {
    font-size: 12pt;
    padding: 12px 12px 10px 12px;
  }
  .something-rosy-img {
    width: 100px;
    height: auto;
  }

@media only screen and (max-width: 550px) {
  li a {
    font-size: 12pt;
    padding: 32px 12px 10px 12px;
  }
  .something-rosy-img {
    width: 80px;
    height: auto;
  }
  ul {
    display: block; 
  }

/* SOCIAL MEDIA BUTTONS */
.fa {
  padding: 20px;
  font-size: 50px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 10px 3px;
  border-radius: 50%;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3b5998;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-instagram {
  background: #c13584;
  color: white;
}
