﻿/* 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: center;
  word-break: break-all;
}

/* 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;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
#mobile-navigation {
    float: right;
}

@media (min-width: 992px) {
    #mobile-navigation {
        display: none;
    }
}

.padding-top-5px {
    padding-top: 5px;
}
#mobile-nav-fullscreen.nav-off {
    bottom: 200%;
}

#mobile-nav-fullscreen {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #2c2c2c;
    z-index: 1000;
    transition-duration: .6s;
    -moz-transition-duration: .6s;
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
}

@media (min-width: 992px) {
    #mobile-nav-fullscreen {
        display: none;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1190px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.padding-bottom-15px {
    padding-bottom: 15px;
}

.padding-top-10px {
    padding-top: 10px;
}

@media (min-width: 768px) {
    .col-sm-12 {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }
}
img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}
#mobile-nav-close {
    float: right;
    padding-top: 10px;
    padding-right: 10px;
}
img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}
.mobile-nav-holder {
    position: absolute;
    top: 50%;
    margin-top: -215px;
}

.text-left {
    text-align: left;
}

.text-medium {
    font-size: 18px !important;
    line-height: 25px;
}

.text-white {
    color: #fff !important;
}

@media (min-width: 768px) {
    .col-sm-push-4 {
        left: 33.33333333%;
    }
}

@media (min-width: 768px) {
    .col-sm-4 {
        width: 33.33333333%;
    }
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }
}
.text-white {
    color: #fff !important;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

ul, ol {
    margin: 0;
}
.mobile-nav-list li {
    padding-bottom: 10px;
}

.nav > li {
    position: relative;
    display: block;
}
.text-grey {
    color: #4e4e50 !important;
}

.main-font {
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
}

header {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #aaa;
    z-index: 999;
}
