.site-name h1{
    font-size: 10px;
    margin-block-start:0px;
    margin-block-end:0px;
    color: #7D518F;
    font-family:'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing:2px;
}
.tagline{
    font-size: 4rem;
    line-height: 4rem;
    font-family: 'Josefin Sans', sans-serif;
}
.body_text{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 28px;
    margin-bottom: 40px;
}
.body_text p{
    margin-block-start: 40px;
    margin-block-end: 40px;
}
.body_text li{
    margin-block-end: 10px;
}
.reference{
    font-size: 16px;
}
.page_copyright{
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer_logo_wrapper{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
}
.footer_logo{
    height: 150px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.copyright_text{
    position: absolute;
    bottom: 0;
}
#toTop{
    display: none!important;
}
ul[role=tablist]>li>a{
    display: flex;
    flex-direction: row;
}
ul[role=tablist]>li>a>p{
    line-height:18px;
    margin-block-start: 10px;
}