﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


a.navbar-brand {
    white-space: normal;
    text-align: left;
    word-break: break-all;
    font-family: 'GoodTimes';
    font-size: smaller;
    color: white;
    background: rgba(0, 0, 0, 0);
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    /*margin: 0;*/
    font-family: "Poppins";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #444;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.7);
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

@font-face {
    font-family: GoodTimes;
    src: url('../assets/fonts/good times rg.otf');
}

@font-face {
    font-family: Poppins;
    src: url('../assets/fonts/poppins-v20-latin-regular.ttf');
}

.good-old {
    font-family: 'GoodTimes';
}

.bg-black {
    background-color: #000000 !important;
}


.header {
    position: relative;
    height: 100vh;
    min-height: 500px;
    background: url(../img/background.jpg) no-repeat center center fixed;
    background-size: cover;
    overflow: hidden;
}

    .header .overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .header .overlay .subtitle {
            font-size: calc(13px + (18 - 13) * ((100vw - 320px) / (1200 - 320)));
            font-weight: 400;
            margin-bottom: 0;
            letter-spacing: 8px;
            word-spacing: 10px;
            text-align: center;
            opacity: .8;
        }

        .header .overlay .title {
            font-size: calc(30px + (70 - 30) * ((100vw - 320px) / (1200 - 320)));
            font-weight: bold;
        }

    .header .shape svg {
        position: absolute;
        bottom: -28px;
        left: 0;
        width: 100%;
        z-index: 9;
    }

        .header .shape svg path {
            fill: #fff;
        }

@media (max-width: 1199.98px) {
    .header .shape svg {
        bottom: -15px;
    }
}

@media (max-width: 767.98px) {
    .header .shape svg {
        bottom: 0;
    }
}

.header.components-header {
    max-height: 450px !important;
    height: 450px;
    dispaly: none;
    background-position: center -140px;
}

    .header.components-header .title {
        font-size: calc(40px + (90 - 40) * ((100vw - 320px) / (1200 - 320)));
        font-weight: bold;
        margin-top: -8%;
    }

    .header.components-header .shape svg path {
        fill: #f5f8fc;
    }

.header-title {
    font-size: 2.4rem;
    font-weight: bold;
    opacity: .8;
    color: #444;
}

.header-mini {
    min-height: 24rem;
    height: 24rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    background: #ffbca8;
}

