﻿

html, body {
    height: 100%;
    margin: 0;
}
.navbar{
    height: 86px;
}
body {
    font-family: Gotham, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    display: flex;
    flex-direction: column;
}
textarea {
    resize: none; /* Disables user resizing */
}
.mbi-form-container {
    background-color: #00AEEF;
    color:#fff;
    border-radius: 24px;
}

.elevation-1 {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.elevation-2 {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}

.font-main-color {
    color: #00AEEF;
}

.bg-dark-blue {
    background-color: #0e0b2e;
}

.story-card {
    border-radius: 24px;
}

.youtube-video-short{
    height: 533.33px;
    width: 300px;
    overflow: hidden;
}

.map-background {
    background-image: url('../webflow/images/fenda-in-tauranga-light.jpg');
    background-position: 50% 50%;
    background-size: cover;
}
.btn.btn-light {
    border: var(--bs-btn-border-width) solid var(--bs-btn-active-border-color) !important;
    border-radius: 20px;
}
    .btn.btn-light.active {
        background-color: #00AEEF !important;
        color: #fff !important;
    }

.subtle-text {
    margin-top: 20px;
    font-size: 0.7rem !important;
    font-style: italic !important;
    font-weight: 300 !important;
}

.accordion-body {
    border: 1px solid #eee !important;
}
.form-control{
    border-radius:10px;
}

.flex-container {
    display: flex;
    flex: 1; /* fills remaining height of .outer */
}

.middle {
    background-color: #00AEEF;
    display: flex;
    flex: 1; /* fills remaining height of .outer */
}

.mt-40{
    margin-top: 40px;
}

.btn-fenda {
    background-color: #00AEEF;
    color:white;
}

    .btn-fenda:hover {
        background-color: #fff;
        color: #00AEEF;
        border: solid 1px;
    }

.line-grey {
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.19);
    margin-right: 0px;
    margin-left: 0px;
}

.img-container {
    width: 200px;
    height: 200px;
}

.img-icon{
    height: 80px;
    width: 80px;
    padding-right: 10px;
}
.navbar-collapse {
    z-index: 100000;
}

.navbar-nav {
    background-color: #fff;
}

.fenda-footer {
    background-color: #414042;
}

.footer-nav {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: 200ms;
}

    .footer-nav.subnav{
        font-weight: 300;
        font-size: 13px;
    }

    .footer-nav:hover {
        color: #00AEEF;
    }

.footer-text {
    padding-top: 0px;
    padding-left: 0px;
    color: hsla(0, 0%, 100%, 0.6);
    font-size: 12px;
    text-align: left;
}

.list-unstyled {
    list-style: none;
}

.footer-line {
    width: 100%;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: hsla(0, 0%, 100%, 0.2);
}

@font-face {
    font-family: 'Gotham';
    src: url('../webflow/fonts/Gotham-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../webflow/fonts/Gotham-BookItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../webflow/fonts/Gotham-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham book';
    src: url('../webflow/fonts/Gotham-Book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../webflow/fonts/Gotham-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../webflow/fonts/Gotham-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../webflow/fonts/Gotham-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../webflow/fonts/Gotham-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../webflow/fonts/Gotham-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../webflow/fonts/Gotham-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}