html {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

header {
    margin: 0 0 40px 0;
}

nav .container {
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0 0 12px rgba(0,0,0,9%);
}

nav li.nav-item.nav-button a.nav-link {
    font-family: "Montserrat", sans-serif !important;
    color: #00113e;
    transition: all .3s ease;
    padding: 15px 18px;
}

nav li.nav-item a.nav-link:hover {
    color: #00164f;
}

nav li.nav-item a.nav-link:visited {
    color: #00113e;
}

div.navbar-collapse {
    flex-grow: 0;
}

.logo {
    height: 60px;
}

.sidekick-hero {
    background-position: 50%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFF;
    height: auto;
    padding: 200px 0;
}

.sidekick-hero h1 {
    font-size: 48px;
    font-weight: bold;
}
.sidekick-hero h4 {
    font-size: 16px;
    font-weight: bold;
}

h3 {
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 40px;
    color: #00113e;
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.site-footer {
    padding: 100px 0;
    background-color: rgb(173, 214, 210);
    color: #fff;
    margin-top: 10rem;
}

.site-footer a {
    color: #fff;
    font-family: "Montserrat", sans-serif !important;
    text-decoration: none;
}

.site-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* Buttons */
a.btn.btn-secondary {
    font-family: montserrat, sans-serif;
    border: none;
    color: #fff !important;
    padding: 20px 45px;
    border-radius: 0;
    background-color: #add6d2;
    font-weight: bold;
    margin-right: 24px;
}

a.btn.btn-primary {
    font-family: montserrat, sans-serif;
    border: none;
    color: #fff !important;
    font-weight: bold;
    padding: 20px 45px;
    border-radius: 0;
    background-color: #eaa4a4;
}

.fit-image {
    width: 100%;
    object-fit: cover;
}

.sponsors h3 {
    font-size: 1.5rem;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sponsor-logo {
    min-height: 100px;
    height: 150px !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 2rem;
}

.container p img {
    max-width: 100%;
    height: auto;
}