* {
    font-size: 1.07rem;
}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    background-color: #F0F0F0;
}

h1,
h2,
h3,
h4,
h5,
h6,
nav {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
}

.font-jost {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
}

.logo1 {
    font-family: 'Mr De Haviland', cursive;
    font-weight: 400;
}

hr {
    border-top: 3px solid #006D77;
    margin-bottom: 5px;
    margin-top: 5px;
}

.bg-jl {
    background-color: #006D77;
}


.img-fluid {
    width: 100%;
    height: auto;
    max-height: 550px;
    object-fit: cover;
    object-position: top;
}

#typewriter {
    height: 1.2em;
    /* set a fixed height for the typewriter text */
    overflow: hidden;
    /* hide any overflow from the text */
    display: inline-block;
    /* make sure the typewriter text doesn't take up the whole line */
    color: #006D77;
    /* set the font color */
}