* {
box-sizing: border-box;
    margin: 0;
    padding: 0;
scroll-behavior: smooth;
background-color: #1f3f12;
}

body{
    background-color: #75216D;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.box{
    height: 5vh;
}

a{
    color: #C15DB9;
}
a:visited{
    color: #1f3f12;
}

.navbutton {
    font-size: 20px;
    background-color: #7AC15D;
    border-radius: 8px;
    padding: 1vh;
    width: 30vh;
}
.navbutton:hover {
    background-color: #C15DB9;
}

.caelsIntroBox {
    display: flex;
    flex-direction: row;
    padding: 5vh;
}
 .caelsIntroPic {
    width: 40vh;
}
.caelsIntroText {
    text-size-adjust: calc(+20);
    padding: 5vh;
    width: 80vh;
 }

 .hero-image {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("web1/img/WebsitePics/20240524_130841-EDIT.jpg");

    /* Set a specific height */
    height: 100vh;

    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
 }

footer{
  width: 100vw;
  background-color: #C15DB9;
  color: rgb(240 240 240 / 0.95);
}