.montserrat-normal {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  background-image: url(/assets/background.svg);
  background-size: 100%;
}

#cb-cookie-banner {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 20%;
    z-index: 999;
    border-radius: 2;
    display: none;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
} 

.navbar-nav {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 1000px) {
    #cb-cookie-banner {
        width: 100% !important;
    }
}

@media (max-width: 750px) {
    .navbar .container-fluid {
        padding-right: 8px;
        padding-left: 2em;
        padding-top: 1em;
    }

    .nav > li > a {
        padding-right: 8px;
        padding-left: 8px;
    }

    .digit {
        font-weight: bold;
        font-size: 3em;
    }

    .digit-tooltip {
        font-size: 1em;
        font-weight: normal;
    }
    
    #start_date {
        font-size: 3em;
        font-weight: bold;
    }

    #countdown {
        margin-bottom: -30px !important;
    }

    .full-when-small {
        max-width: 110%;
        width: 110%;
        margin-left: -5%;
    }

    #campo {
        margin-bottom: 4em !important;
    }

    #team {
        margin-bottom: 4em !important;
    }

    .navbar-header img {
        height: 50px !important;
    }
}

@media (min-width: 750px) {
    .navbar .container-fluid {
        padding-right: 5em;
        padding-left: 5em;
        padding-top: 5em;
    }

    .digit {
        font-weight: bold;
        font-size: 4em;
    }

    .digit-tooltip {
        font-size: 1.5em;
        font-weight: normal;
    }

    #start_date {
        font-size: 4em;
        font-weight: bold;
    }

    .flex-large {
        display: flex;
        align-items: center;
    }
}

.navbar-brand {
    padding: 0px;
}

.navbar-header img {
  height: 100px;
}

.navbar {
    border: none;
    background-color: transparent;
}

.border {
    border-right: 1px solid #000;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 0;
}

#title {
    margin-top: 10em;
    margin-bottom: 10em;
}

#countdown {
    color: #fff;
    background-image: url(/assets/countdown_box.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10em;
    padding-top: 3em;
    padding-bottom: 3em;

    position: relative;
    z-index: 2;
}

/* stretch when the screen is too big */
@media (min-width: 1300px) {
    #countdown {
        background-size: 100% 100% !important;
    }
}

#campo {
    margin-bottom: 8em;

    font-size: 1.8em;
    line-height: 1.1em;
}

#team {
    margin-bottom: 8em;

    font-size: 1.8em;
    line-height: 1.1em;
}

#capicampo {
    margin-bottom: 8em;
}

#footer {
    color: #fff;
    background: url(/assets/footer_box.png);
    background-size: cover;
    padding-top: 8em;
}

.footer-image {
    height: 40px;
    margin-right: 10px;
}

@media only screen and (min-width: 250px) {
    .collapse {
        display: block;
    }

    .navbar-header {
        float: left;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar-nav.navbar-left {
       float: left;
       margin: 0;
    }

    .navbar-nav.navbar-right {
       float: right;
       margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }
}

@media only screen and (max-width: 250px) {
     .collapse {
        display: none;
     }

     .navbar-header {
        display: block;
     }
}