/*!
 * Start Bootstrap - Shop Homepage (https://startbootstrap.com/template-overviews/shop-homepage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-shop-homepage/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
.bg-dark {
  background-color: #D2042D !important;
}
.col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
	margin-top: 100px;
  }
.navbar-dark .navbar-nav .nav-link {
  color: white;
  }
}
.content-f{
   max-width: 850px;
   height: auto;
   margin: auto;
   padding: 20px;
}
.fbox {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/20px;
  background-clip: padding-box;
  text-align: center;
}
.overlay {
  position: fixed;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  display: block;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  width: 60%;
  height:80%;
  position: relative;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 10px;
  right: 30px;
  transition: all 200ms;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content{
  max-height: 90%;
  overflow: auto;
}
@media screen and (max-width: 700px){
  .fbox{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
ul{
    list-style: none; 
    padding: 0;
    margin: 0;
}

li{ 
    padding-left: 16px; 
}

li::before {
    content: "•"; 
    padding-right: 8px;
    color: blue;
}
.Dheader {
    padding: 20px 20px;
    background-color: #176389;
}
page-item.active .page-link {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.google-maps {
   position:relative;
   max-width: 850px;
   max-height: auto;
   margin: auto;
   background: white;
   padding: 20px;
}
.google-maps iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.google-maps-h {
   position:relative;
   max-width: 500px;
   max-height: auto;
   margin: auto;
   background: white;
   padding: 20px;
}
.google-maps-h iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

