@font-face {
    font-family: 'aviano sans';
    src: url(aviano_sans_regular-webfont.woff) format('woff');
} 
@font-face {
    font-family: 'baskerville display pt';
    src: url(baskerville_display_pt_webfont.woff) format('woff');
} 
@font-face {
    font-family: 'Schooner Script';
    src: url('../src/Schooner_Script_Regular_webfont.woff2') format('woff2'),
         url('../src/Schooner_Script_Regular_webfont.woff') format('woff'),
         url('../src/Schooner_Script_Regular_webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
:root {
    --adhesion-background-color: rgba(250, 250, 250, 0.9);
}
.header-menu{
    border-bottom: 1px solid;
    border-color: #e9e9e9;
    margin-left: 100px;
    margin-right: 100px;

    }

h1{
    font-family: 'Schooner Script';
    text-align: center;
    font-size: 102px !important;
} 
h2{
    font-family: 'aviano sans';
    text-align: center;
    padding-top: 20px;
    font-size: 20px !important;
    letter-spacing: 0.1em !important;
}
h3{
    font-family: 'aviano sans';
    text-align: left;
    padding-top: 20px;
    font-size: 14px !important;
    letter-spacing: 0.1em !important;
}
h4{
    font-family: 'aviano sans';
    text-align: center;
    padding-top: 20px;
    font-size: 16px !important;
    letter-spacing: 0.1em !important;
}
h5{
    font-family: 'aviano sans';
    text-align: center;
    padding-top: 20px;
    font-size: 14px !important;
    letter-spacing: 0.1em !important;
}
h6{
    font-family: 'aviano sans';
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 10px !important;
    color: #c4c1c1;
    letter-spacing: 0.1em !important;
}


.navbar{
    font-family: 'aviano sans';
    font-size: 14px;
    color: black !important;
    letter-spacing: 0.1em !important;
}
.container{
    margin-left: 100px;
    margin-right: 100px;
}
footer {
    background-color: black;
}
.footer{
    border-bottom: 1px solid;
    border-color: #e9e9e9;
    margin-left: 100px;
    margin-right: 100px;
}
.baskerville-small{
    font-family: 'baskerville display pt';
    font-size: 16px;
    text-align: left;
    font-style: italic;
    font-weight: 500;
}
.baskerville-big{
    font-family: 'baskerville display pt';
    font-size: 28px;
    text-align: center;
    font-style: italic;
    font-weight: 400;
}
.baskerville-bold{
    font-family: 'baskerville display pt';
    font-size: 30px !important;
    text-align: left;
    padding-left: 200px;
    font-style: italic;
    font-weight: bold;
}

@media (max-width:375px){
    h1{
        font-size: 18px !important;
    }

}
.btn{
    font-family: 'aviano sans'!important;
    font-size: 14px;
}

.contact-me{
    font-family: 'aviano sans'!important;
    font-size: 14px;
}
iframe[seamless] {
    display: block
  }
.dropdown-item{
    font-family: 'aviano sans'!important;
    font-size: 11px;
    letter-spacing: 0.1em !important;
}
em {
    font-style: normal;
}
#images img {
    margin: 25px;
}