* {
    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;
 }

 .heroimage {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../web1/img/WebsitePics/");
    height: 100vh;
    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);
}