@font-face {
    font-family: 'Calson';
    src: url('../assets/fonts/LibreCaslonText-Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cardinal';
    src: url('../assets/fonts/Cardinal.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

:root {
    background-image: url(../assets/img/backgrounds/brown167.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    font-family: 'Calson';
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    color: #38496B;
}

/* text format */

h1{
    font-family: 'Cardinal';
    font-weight: 900;
    font-size: 55px;
    text-align: center;
    letter-spacing: 5px;
    color: #4DB6AC; 
}

.subtitle{
    font-family: 'Calson';
    font-weight: 900;
    font-size: 24px;
    text-align: left;
    margin: 2% 0%;
}

.name{
    font-family: 'Calson';
    font-weight: 900;
    font-size: 20px;
    text-align: left;

    margin: 2% 0%;
}


p{
    line-height: 2;
    margin-top: 15px;
    margin-bottom: 15px;
}

.center {
    text-align: center;
}

strong{
    font-weight: bold;
}

em{
    font-style: italic;
}

a{
    text-decoration: none;
    color: #4DB6AC; 
}

a:hover{
    color: #00796B;
    text-decoration: underline;
    cursor: pointer;
}

.calson {
    font-family: 'Calson';
    font-size: 22px;
}

.cardinal {
    font-family: 'Cardinal';
    font-size: 26px;
    text-align: center;
    margin-bottom: 8%;
    color: #4DB6AC; 
}

.content {
    background-image: url(../assets/img/backgrounds/beige228.jpg);
    width: 50%;
    padding: 5%;
    position: fixed;
    left: 20%;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 1000;
}



ul{
    padding-left: 5%;
}

li{

    line-height: 2;
}
.divider {
    display: flex;              
    justify-content: center;    
    align-items: center;       
    height: 5%;              
}

.divider img {
    max-width: 100%;         
    height: auto;            
    width: 5%;           
}
