@font-face {
    font-family: 'Ostrich';
    font-style: normal;
    font-weight: 100;
    src: url(fonts/ostrich-sans-black.ttf) format("opentype");
}

#navbar {
font-family: 'Ostrich', Arial, sans-serif;
color: white;
line-height: 1.4;
letter-spacing: 0.03em;
font-size: 1.6rem;
}

#navbar a {
font-family: 'Ostrich', sans-serif;
color: white;
text-decoration: none;
line-height: 1.4;
letter-spacing: 0.03em;
font-size: 1.6rem;
}

#navbar a:hover {
font-family: 'Ostrich', sans-serif;
color: #b18b6e;
text-decoration: none;
line-height: 1.4;
letter-spacing: 0.03em;
font-size:  1.6rem;
}

#logo {
font-family: 'Ostrich', sans-serif;
color: white;
line-height: 1.4;
letter-spacing: 0.03em;
font-size: 1.6rem;
}

#tour_title {
font-family: 'Ostrich', sans-serif;
color: white;
line-height: 1.4;
letter-spacing: 0.03em;
font-size: 7.6rem;
}

#tour_list{
font-family: 'Josefin Sans', sans-serif;
color: white;
line-height: 1.4;
letter-spacing: 0.03em;
font-size: 1rem;
}

