@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Fira+Code:wght@300..700&display=swap");

/* Start Custom Fonts CSS */@font-face {
    font-family: 'Obviously Narrow';
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    src: url('fonts/ObviouslyNarrow-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Obviously Narrow';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url('fonts/ObviouslyNarrow-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'Obviously Narrow';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url('fonts/ObviouslyNarrow-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Obviously Narrow';
    font-style: normal;
    font-weight: 500;
    font-display: auto;
    src: url('fonts/ObviouslyNarrow-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */

nav {
    height: 10vh;
    background-color: #f9c900;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
}
nav a {
    font-family: Obviously Narrow;
    font-weight: 500;
    font-style: normal;
    font-size: 25px;
    text-decoration: none;
    color: black;
}
nav a:hover {
    color:#7b13d6;
}
footer,
header {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
header {
    height: 80vh;
    background-color: #ed3b3b;
    background-size: cover;
    color: white;
    margin-bottom: 5vh;
}
.header_content {
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_content a {
    color: white;
    font-size: 30px;
}

h1 {
    font-size: 50px;
    font-family: "Obviously Narrow";
    font-weight: 700;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: Obviously Narrow;
    font-weight: 400;
    font-style: normal;
}
#maps {
    padding: 10vh;
}
#map {
    height: 80vh;
}