@font-face {
    font-family: 'Jacques Francois';
    src: url('fonts/JacquesFrancois-Regular.woff2') format('woff2'),
        url('fonts/JacquesFrancois-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

header>div{
    background-image: url("../pictures/header.jpeg");
    background-size: cover;
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: left;
}

header nav ul{
    display: flex;
    justify-content: space-evenly;
}

header nav ul li{
    list-style: none;
    display: inline;
}

header nav ul li a{
    text-decoration: none;
    color: black;
    font-size: 24px;
    transition: 500ms;
}

header nav ul li a:hover {
    color: #0d1541;
    font-size: 28px;
}

header nav ul li img {
    height: 30px;
    width: 30px;
    transform: rotate(90deg);
}

h1 {
    text-align: left;
    color: #0d1541;
    /*-webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 1px;*/
    font-family: 'Jacques Francois';
    font-weight: bold;
    font-size: 42px;
    margin-left: 3%;
}

hr {
    margin: 0;
    border: 1px solid;
}

body{
    margin: 0;
    background-color: #faf8ec;
}

body p {
    margin: 4% 3% 4% 3%;
    font-size: 20px;
    text-align: justify;
}

body section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    align-items: center;
    margin: 5% 0% 5% 0%;
    text-align: center;
}

body section figure figcaption {
    font-size: 20px;
}

body section figure img {
    height: 220px;
    width: 380px;
}

footer {
    background-color: #8cb0cd;
    position: relative;
}

footer ul {
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 0;
}

footer ul li {
    list-style: none;
    margin: 0 10px;
}

footer ul li a {
    text-decoration: none;
    color: black;
    font-size: 20px;
}

footer ul li div {
    display: flex;
    justify-content: space-around;
}

footer ul li img {
    height: 30px;
    width: 30px;
    margin: 10px 5px 10px 5px;
}