﻿/* 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. */

@font-face {
    font-family: Montserrat Light;
    src: url(../fonts/Montserrat-Light.woff);
}

@font-face {
    font-family: Montserrat Medium;
    src: url(../fonts/Montserrat-Medium.woff);
}

@font-face {
    font-family: Montserrat Bold;
    src: url(../fonts/Montserrat-Bold.woff);
}


/* BODY */
body {
    background-color: #000;
}

* {
    font-family: 'Montserrat Light', sans-serif;
}

strong, bold {
    font-family: 'Montserrat Bold', sans-serif;
}

h4{
    line-height: 2;
}

.background {
    background-image: url("../images/background.jpg");
    background-color: #000000;
    background-size: cover;
    background-position: center;
    filter: blur(5px);
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    font-family: 'Montserrat Medium', sans-serif;
    padding: 30px 0;
}

.main {
    position: relative;
}

.content {
    color: #ffffff;
}

    .content a {
        text-decoration: none;
        font-family: 'Montserrat Medium', sans-serif;
    }

    .content a:hover {
        color: rgba(255,255,255,.5);
    }

    .content-box {
        padding: 100px 0;
        position: absolute;
        top: calc(50vh - 320px);
        left: 0;
        width: 100%;
        background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 100px, rgba(0,0,0,.6) calc(100% - 100px), rgba(0,0,0,0) 100%);
    }

.navbar {
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

.navbar-toggler {
    display: none;
}

.brand-logo{
    background-image: url("../images/sprinterPDF–white–1.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 75px;
    width: 450px;
}

/* Provide sufficient contrast against white background */
a {
    color: #fff;
}

.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;
}

.footer {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

@media (mAX-width: 767px) {
    .background {
        background-size: auto;
    }
    .content-box {
        top: 0;
    }
    .navbar-brand{
        margin: auto;
    }

    .brand-logo {
        background-image: url("../images/sprinterPDF–white.svg");
        height: 120px;
        width: 120px;
    }
}
