﻿/* 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. */

.container {
  padding-left: 0 !important;
  padding-right: 0 !important;

}

.btn-primary {
  background-color: #1b6ec2;
  border-color: #1861ac;
  color: #fff;
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.navbar-toggler {
      margin-right: 1rem !important;
}

/* Provide sufficient contrast against white background */
a {
    color:black;
    text-decoration:none;

}.navbar {
        padding: .8rem 1rem;
}

.card {
  border-radius: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


.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;
    font-family: 'Open Sans', sans-serif;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 576px) {
  .navbar-nav .nav-link {
    margin-left: .7rem !important;
    margin-right: .7rem !important;
  }
}

@media (max-width: 576px) {

  .navbar-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end; 
    text-align: right; 
  }

  .navbar-nav .nav-link {
    width: auto;
    padding-right: 0;
    padding-left: 0.5rem;
  }
  .navbar-nav .nav-item {
   margin-right: 1rem;
  }
  .navbar-collapse {
  margin-top: 1rem;
    margin-bottom: 1rem;
  }
    .dropdown-menu {
    left: auto !important;
    right: 0 !important; 
    text-align: right;
    padding-right: 1rem;
  }
  .dropdown-menu li {
    padding-top: .5rem !important;
  }
}


.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 {

    background-color: #fcf9f5;
    
}
.footer {
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
