@import url('https://fonts.googleapis.com/css2?family=Playwrite+DK+Uloopet:wght@100..400&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

nav {
    margin-top: -40px;
    z-index: 999;
    position: sticky;
    top: 0px;
    background: rgba(255, 255, 255, 0.7);
}
nav.fix {
    box-shadow: 0 0 1px 3px rgba(0, 0, 0, 0.1);
    background: #fff
}
nav ul li a {
    color: #000;
}
nav ul li a.selected,
nav ul li a:hover {
    background: #fff;
    color: #5CA3A7;
}
nav ul li a.selected {
    box-shadow: 0 0 1px 3px rgba(0, 0, 0, 0.1);
}
nav.fix ul li a.selected {
    box-shadow: none;
    background: #5CA3A7;
    color: #fff;
}

h1 {
    font-family: "Playwrite DK Uloopet", cursive;
    color: #5CA3A7;
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
}
h1 strong {
    display: inline-block;
    margin: 0 50px;
    color: #000;
}
h1 span {
    color:#5CA3A7;
}

h2 {
    font-family: "Playwrite DK Uloopet", cursive;
    color: #5CA3A7;
    width: 100%;
    text-align: center;
}

div.waves {
    width: 500px;
    height: 25px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
div.waves img {
    width: 100%;
    height: 4px;
}
