:root {
    font-family: "mooli";
   
    --title-font:;
    --main-color:;
    --second-color:;
    --third-color:;

}

* {
    box-sizing: border-box;
    
}

h1 {
    font-size: 3.95rem;
    
}
h2 {
    font-size: 2.96rem;
    
}
h3 {
    font-size: 2.22rem;
}
h4{
    font-size: 1.67rem;
}

p {
    font-size: 1.25rem;
    
}


.topbar {
    display: flex;
    flex-direction: row;
    height: 15dvh;
    background-color: ;
    justify-content:flex-start;
}
.navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-grow: 1;
    align-items: flex-end;
    background-color: rgb(91,0,130);
    margin-top: 3em;
    margin-bottom: 1em;
    color: white;

}
.nav_item {
    color: rgb(0,221,255);
    background-color: rgb(91,0,130);
}
.nav_item:hover {
    color: white;
}

.container_row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.container_col {
    display: flex;
    flex-direction: column;
}
.logo {
    
    color: white;
    background-color: rgb(91,0,130);
}
.name {
    text-align: center;
    font-size: 3.95rem;
   
}
.strap_line {
    text-align: center;
    font-size: 2.22rem;
    margin-top: 2rem;
    
}
.socials_bar {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-grow: 1;
    align-items: flex-end;
    background-color: rgb(91,0,130);
    margin-top: 3em;
    margin-bottom: 1em;
}
.centered {
    margin: 0 auto;
    width: 60dvw;
    text-align: center;
   

}
.social_links {
    color:white;
    text-decoration: none;
}


.legal {
    position: fixed;
    bottom: 2dvh;
    color: rgb(91,0,130);
}


li {
    font-size: 1.67rem;
    text-align: left;
    margin-left: 2.5em;
    margin-bottom: 2rem;
}