@import url('https://fonts.googleapis.com/css?family=Abril+Fatface&display=swap');
/*font-family: 'Abril Fatface', cursive;*/
@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates:100,400&display=swap');
/*font-family: 'Montserrat Alternates', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Lora|Playfair+Display&display=swap');
/*
font-family: 'Lora', serif;
font-family: 'Playfair Display', serif;
*/
body {
    margin: 0;
    font-family: 'serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
h2{
    font-weight:400;
	font-size: 16px;
}
h5{
    font-size: 18px;
    font-weight: bold;
}
strong{
    font-size: 20px;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
ul{
    list-style: none;
}
.txt_size{
    font-size: 12px;
}
.txt_color li .nav-link{
    color: green !important;
}
.f_cl{
    color: gray;
    font-size: 20px;
    margin-left: 6px;
}
.txt_dec ul li{
    text-decoration: none;
    list-style: none;
    list-style-type: none;
}
.hover_1 li+li:before {
    padding: 0 5px;
    content: "\00bb";
}
.hover_1{
    color: gray !important;
    font-size: small;
}
.hover_1 a{
color: gray !important;
font-size: small;
list-style: none;
list-style-type: none;
text-decoration: none;
color: black;
}
.hover_1 a:hover{
cursor: pointer;
}
.pages_container_top {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    border-bottom: .5px solid lightgray;
}
.card{
    border: none;
	border-bottom: .5px solid lightgray;
}
.card-header{
    background: transparent;
    border: none;
}
.card-body{
    background: transparent;
    border: none;
}
.card-footer{
    background: transparent;
    border: none;
}
.gmap_canvas {
    overflow:hidden;
    background:none!important;
    height:300px;
    width:220px;
}
ooter{
    color: white;
  }
  footer a{
    color: #bfffff;
  }
  footer a:hover{
    color: white;
  }
  
  .footer-bottom{
    background: #3d6277;
    padding: .8em;
  }
  .footer-top{
    background: #2d4958;  
  }
  .footer-middle{
     background: #3d6277;
    padding-top: 2em;
    color: white;
  }
  /**Sub Navigation**/
  .subnavigation-container{
    background: #3d6277;
  }
  .subnavigation .nav-link{
    color: white;
    font-weight: bold;
  }
  .subnavigation-container{
    text-align: center;
  }
  .subnavigation-container .navbar{
    display: inline-block;
    margin-bottom: -6px; /* Inline-block margin offffset HACK -Gilron */
  }
  .col-subnav a{
    padding: 1rem 1rem;
    color: white;
    font-weight: bold;
  }
  .col-subnav .active{
    border-top:5px solid orange;
   background: white;
    color: black;
  }
  @media (max-width: 576px) { 
      .mt-6{
          margin-top: 50px !important;
      }
  }
  
  /* Medium devices (tablets, 768px and up)*/
  @media (min-width: 768px) {  }
  
  /* Large devices (desktops, 992px and up)*/
  @media (min-width: 992px) {  }
  
  /* Extra large devices (large desktops, 1200px and up)*/
  @media (min-width: 1200px) {  }
