li a {
  color: white;
}

#logo a {
  -webkit-text-stroke-color: white;
}

#hero {
  height: 150vh;
  background-image: url("assets/aboutimage.png");
  background-size: 110%;
  background-position: center;
}

.dropdown-content {
  background-color: rgb(243, 241, 239, 0.1);
}

.dropdown-content a {
  background-color: rgb(243, 241, 239, 0.1);
}

li a:hover {
  color: #c55252;
}

#aboutustitle-bg {
  -webkit-text-stroke-color: white;
  top:200;
font-size:150px;
left:200;
}

#aboutustitle{
    color:white;
    position:absolute;
    top:42vh;
    left:45%;
}

#abtimg{
    height: 70vh;
    width:70vh;
    object-fit: cover;
    margin-top:15vh;
    
}

#abtintro{
    color:white;
    width: 45%;
    margin-left:48%;
    position:absolute;
    top:53vh;
}

#valuestitle-bg{
    -webkit-text-stroke-color: white;
    font-size:200px;
}
#valuestitle{
    color:white;
    position:absolute;
    top:15vh;
    width:100%;

}

#valuestitles{
    position: absolute;
    width:100%;
    top:120vh;
}

#values{
    margin-left:5%;
    margin-top: 6vh;
    display:flex;
    flex-direction:row;
    margin-bottom: 10vh;
    
}
#valuebuttons{
    display:flex;
    flex-direction:column;
    width: 33%;
}

.valuebutton{
    font-family:"LemonMilkBold";
    font-size:36px;
    padding-top:20px;
    padding-bottom:20px;
    background-color: rgb(0,0,0,0);
    color:#c55252;
    border:3px solid #c55252;
    text-align:center;
    margin: 2vh;
}

#valueparagraph{
    width:50%;
    margin-left: 5vw;
    margin-top:5vh;
}

#bottom{
    margin:0;

}
#bottombuttons{

    display:flex;
    flex-direction:row;
    background-color:black;

}
