/* $grid-breakpoints: (
    xs: 0,
    sm: 576px,
    md: 768px,
    lg: 992px,
    xl: 1200px,
    xxl: 1440px,
    xxxl: 1600px
  ); */
@font-face {
    font-family: acumin-pro-wide-thin;
    src: url(https://use.typekit.net/af/601890/00000000000000003b9acb39/27/l?subset_id=2&fvd=n1&v=3);
}

@font-face {
    font-family: acumin-pro-wide-light;
    src: url(https://use.typekit.net/af/1b8691/00000000000000003b9acb3d/27/l?subset_id=2&fvd=n3&v=3);
}

@font-face {
    font-family: acumin-pro-wide-extra-light;
    src: url(https://use.typekit.net/af/9c8f5a/00000000000000003b9acb3b/27/l?subset_id=2&fvd=n2&v=3);
}

@font-face {
    font-family: futura-pt;
    src: url(https://use.typekit.net/af/ae4f6c/000000000000000000010096/27/l?subset_id=2&fvd=n3&v=3);
}

@font-face {
    font-family: lato-thin;
    src: url(../fonts/Lato/Lato-Thin.ttf) format('truetype');
}

@font-face {
    font-family: lato-regular;
    src: url(../fonts/Lato/Lato-Regular.ttf) format('truetype');
}

/* .container-800 {
  @include make-container();
  max-width: 900px;
} */

body {
    padding-top: 60px; /* size of navbar which is fixed at the top */
    padding-bottom: 62px; /* size of footer which is fixed at the bottom */
}

.navbar {
    /* height: 45px; */
}

.navbar-nav .nav-link {
    font-family: acumin-pro-wide-thin, sans-sans-serif;
    font-weight: 100;
    color: #000000;
}

.navbar-nav .active {
    font-weight: 800;
    color: #8CC63F !important;
}

.banner {
    padding: 0;
    position: relative;
}

.banner-responsive {
    position: relative;
    object-fit: cover;
    width: 100%;
    height: calc(100px + 20vw);
    margin-bottom: 1rem;
}

.deco-responsive {
    position: absolute;
    top: calc(20px + 4vw);
    left: 0px;
    height: calc(80px + 16vw);
    margin-bottom: 1rem;
    opacity: 0.3;
    animation: fadeIn 3s;
}

@keyframes fadeIn {
    0%   { opacity: 0.0; }
    100% { opacity: 0.3; }
}

.banner-text {
    position: absolute;
    top: calc(80px + 16vw);
    left: 1vw;
    height: calc(20px + 4vw);
    color: #FFFFFF;
    font-family: acumin-pro-wide-thin, sans-sans-serif;
    font-weight: 100;
    font-size: 7vw;
    display: flex;
}

.banner-text span {
    align-self: flex-end;
    margin-bottom: -2.1vw;
}

.main-container {
    margin-left: 0!important;
    margin-right: 0!important;
}

/* .banner-narrow {
    position: relative;
    object-fit: cover;
    object-position: 50% 35%;
    width: 100%;
    max-height: 180px;
    margin-bottom: 1rem;
}

.banner-middle {
    object-fit: cover;
    object-position: center;
    width: 100%;
    max-height: 500;
    margin-bottom: 1rem;
}

.banner-wide {
    object-fit: cover;
    object-position: center;
    width: 100%;
    max-height: 764px;
    margin-bottom: 1rem;
}
*/

.welcome-text {
    font-family: acumin-pro-wide-thin, sans-sans-serif;
    font-weight: 100;
    /* font-size: 22px; */
    font-size: 3.5vw;
    /* line-height: 1.2; */
    line-height: 120%;
}

@media screen and (max-width: 600px) {
    .welcome-text {
        font-size: 21px;
    }
}

@media screen and (min-width: 1000px) {
    .welcome-text {
        font-size: 35px;
    }
}

.base-header {
    font-family: lato-Regular, sans-sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 10px;
}

.base-text {
    font-family: lato-thin, sans-sans-serif;
    font-weight: 100;
    font-size: 18px;
    line-height: 22px;
}

.strict-text {
    font-family: acumin-pro-wide-light, sans-sans-serif;
    font-weight: 200;
    font-size: 16px;
    line-height: 22px;
}

.baloon-header {
    font-family: acumin-pro-wide-light, sans-sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 20px;
}

.baloon-outline {
    max-width: 300px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #8CC63F;
}

.circle-outline {
    /* max-width: 300px; */
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    border-radius: 50%;
    border: 1px solid #CCC;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
    padding: 10px;
}

/* .badge-outline {
    color: black;
    border: 1px solid #8CC63F;
    background-color: transparent;
} */

footer {
    font-family: acumin-pro-wide-thin, sans-sans-serif;
    font-weight: 100;
    color: #000000;
    font-size: 12px;
    background-color: #FFFFFF;
}

.footer-h1 {
    font-family: acumin-pro-wide-extra-light;
    font-weight: 200;
}

.footer-copyright {
    font-family: futura-pt;
    font-weight: 300;
}
