﻿/* 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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 1200px) {
  .h-xl-auto {
    height: auto !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
}

@media (min-width: 992px) {
  .h-lg-auto {
    height: auto !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
  .h-md-auto {
    height: auto !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
}

@media (min-width: 576px) {
  .h-sm-auto {
    height: auto !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
}

@media (max-width: 359px) {
  .navbar-brand {
    margin: 0 auto !important;
  }
  .navbar-toggler-sm {
    margin: 0 auto;
    margin-bottom: 0.5rem !important;
  }
}

.rounded {
  border-radius: 0.5rem !important;
}

.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 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  background-color: #303C4C;
  color: #fff;
}

/*footer > p {
    color: #999;
}

.footer {
  min-height: 60px;
}*/

.darkwood {
  background-image: url('../img/darkwood.jpg') !important;
}

.active a {
  color: #D03636 !important;
}

.nav-item a:hover {
  color: #D03636 !important;
}

.dropdown-menu li a:hover {
  color: #D03636 !important;
}

.img-thumbnail.active {
    background-color: #8b8b8b !important;
    border-color: #8b8b8b !important;
}

.carousel {
  overflow: hidden;
}

.text-indent {
  text-indent: 30px;
}

.text-shadow {
  text-shadow: 2px 2px 6px #000000;
}

.jhcc-shadow {
  box-shadow: 0px 0px 3px #000000;
}

.ba-slider {
  position: relative;
  overflow: hidden;
}

.ba-slider img {
  width: 100%;
  display: block;
}

.ba-slider-resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.ba-slider-handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background: rgba(0,0,0,.5);
  cursor: ew-resize;
}

.ba-slider-handle:after {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    content: ' ';
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    background: #28a745;
    border: 1px solid #343a40;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,.3), inset 0 2px 0 rgba(255,255,255,.5), inset 0 30px 25px -15px #28a745;
}

.ba-slider-draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 48px;
  font-size: 30px;
}