body{
    background-color: #f1f1f1;
}

h1{
    font-family: 'Melodrama-Regular';
    font-size: 72px;
    color: #23483E;
    line-height: 64px;
    line-height: 42px;
}
.melodrama {
    font-family: 'Melodrama-Regular' !important;
}
h1 span {
    font-size: 42px;
    line-height: 42px;
}
h2{
    color: #1A1919;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
}
p{
    color: #1A1919;
    font-family: 'Inter', sans-serif;
}
b {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}
.text-small {
    font-size: 14px;
}
.text-smaller {
    font-size: 12px;
}
.text-small.melodrama {
    font-size: 28px;
}
a{
    color: #1A1919;
    font-family: 'Inter', sans-serif;
}
a:hover{
    color: #23483E;
    opacity: 1;
    font-family: 'Inter', sans-serif;
}
.separator{
    border-left: 2px solid #1A1919;
    height: 30px;
    opacity: 0.1;
    margin-left: 50%;
}
.bordo{
    border-right: 2px solid rgba(51, 51, 51, 0.1);
    height: 30px;
}
.bordo-footer{
    border-right: 2px solid rgba(255, 255, 255, 0.1);
    height: 30px;
}
.testo-18{
    font-size: 18px;
}
.row_centrata{
    max-width: 600px!important;
    margin: 0 auto;
}
.testo-16{
    font-size: 16px;
}
.testo-14{
    font-size: 14px;
}
.underline{
    text-decoration: underline;
}
.opacity{
    opacity: 0.5;
}
.opacity-1{
    opacity: 0.1;
}
.hero_image{
    max-width: 500px;
    height: auto;
}
.bold{
    font-family: 'Inter', sans-serif;
}
footer{
    background-color: #23483E;
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #ffffff;
    position: relative;
    bottom: 0;
}
footer p, footer a{
    color: #ffffff;
    margin-bottom: 0!important;
}
footer a:hover{
    color: #1A1919;
}


@media screen and (max-width: 768px) {

    .hero_image{
        max-width: 250px;
        height: auto;
    }
    .bordo-footer{
        border-right: unset;
    }
    .separator-footer{
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
        width: 20px;
        margin-left: calc(50% - 10px);
    }

}

#main-body {
    background-color: #ECF6F8;
    background-image: url('assets/images/giuliaevittorio.webp');
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 45%;
}
.white-box {
    background-color: #ffffff;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
}
.white-box span {
    font-size: 24px;
}

.no-underline * {
    text-decoration: none !important;
}