body {
  font-family: Nunito, sans-serif;
  background-color: #F3EAEB;
  color: #313841;
}

h1,
h5,
h6 {
  font-family: Nunito, sans-serif;
  color: #313841;
  letter-spacing: 3px;
}

h1 {
  text-align: center;
}

h2 {
  font-family: Nunito, sans-serif;
  color: #DD8EA4;
  font-size: 40px;
}

h3 {
  font-family: Nunito, sans-serif;
  color: #313841;
  letter-spacing: 6px;
  margin-top: 30px;
 margin-bottom: 30px;

}

h4 {
  font-family: Nunito;
  color: #313841;
  font-size: 30px;
  font-weight: 100;
}

em {
  font-weight: bold;
  font-size: 120%;
}

.header {
  background-color: white;
  padding: 20px;
  text-align: center;
}

ul.navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
}

.navigation li {
  float: left;
  letter-spacing: 6px;
}

.navigation li a:hover {
  background-color: #fcebbb;
}

.navigation li a {
  float: left;
  display: block;
  color: #313841;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.roundimage {
  border-radius: 50%;
}

.main {
  padding: 16px;
  margin-top: 30px;
  height: 1500px;
  /* Used in this example to enable scrolling */
}

.box {
  background-color: white;
  margin: 0px 10px;
  border-radius: 5px;
  padding: 20px;
  height: 100%;
}

.box h3 {
  margin-top: 0px;
}

.box2 {
  background-color: #fcebbb;
  padding: 25px;
  margin: 20px 20px;
border-radius: 20px;
}

.box3 {
  background-color: white;
  padding: 25px;
  margin: 20px 20px;
border-radius: 20px;
}


#all-content {
  width: 100%;
  padding-top: 30px;
  padding-left: 20px;
}

#column {
  float: left;
  width: 40%;
}

#column0 {
  float: left;
  width: 100%;
}

#column2 {
  float: left;
  width: 60%;
}

#column3 {
  float: left;
  width: 33%;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.mySlides img {
  max-height: 500px;
  max-width: 100%;
  margin: 0px auto;
}

.cursor {
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
  color: #000000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 100;
}

.caption-container {
  text-align: center;
  background-color: white;
  padding: 2px 16px;
  color: black;
}

.demo {
  opacity: 0.6;
}

.pinklink {
  color: #DD8EA4;
  text-decoration: none;
}

.active,
.demo:hover {
  opacity: 1;
}

@media only screen and (max-width: 768px) {

  h2, h4 {
    text-align: center;
  }

  .navigation li {
    float: left;
    letter-spacing: 2px;
  }

  /* For mobile phones: */
  .column3,
  .column2,
  .column .column0 {
    width: 100%;
  }
}

.responsive {
  width: 100%;
  height: auto;
}


.floating-cv-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 1050;
  background-color: #ffb6c1; /* light pink - match your site's tone */
  color: black;
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.floating-cv-btn:hover {
  background-color: #ffa3b5; /* slightly darker pink on hover */
  color: black;
}