﻿/* 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. */


body {
    font-family: 'gilroy', Arial, sans-serif;
    color: #707070;
    font-size: 16px;
    line-height: 24px;

}



h1, h2, h3, h4, h5, h6 {
    font-family: 'gilroy', Arial, sans-serif;
    font-weight: 600;
 
}

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 */
}

.navbar .nav-item {
    margin-left:20px;
    padding-top:8px;
}

#header .navbar.affix .nav > li.menu-btn {
    padding-top: 3px;
    padding-bottom: 3px;
}

#header .nav > li > a {
    float: left;
    color: #202020;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    background: none !important;
    padding: 0px;
}

#header .navbar.affix .nav > li > a {
    color: #a9a9a9;
}



#header .nav > li.menu-btn > a {
    line-height: 1;
    white-space: nowrap;
    padding: 9px 12px;
    border: 2px solid #202020;
    border-radius: 2px;
    -webkit-transition: color .2s ease, background-color .2s ease, padding .2s ease, border .2s ease;
    transition: color .2s ease, background-color .2s ease, padding .2s ease, border .2s ease;
}



#header .nav > li.menu-btn > a:hover, #header .nav > li.menu-btn.active > a {
    color: #0084ff;
    border-color: #0084ff;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.btn-custom {
    font-family: 'gilroy', Arial, sans-serif;
    color: #FFF !important;
    background-color: #0084ff !important;
}



#header .nav > li > a#btn-user-menu {
    color: #fff;
    background: #5cb85c !important;
    border-color: #4cae4c !important;
}

#header .nav > li > a#btn-user-menu:hover {
    color: lightgoldenrodyellow !important;
}
