
html { height: 100% }
body 
{ 
    height: 100%; 
    margin: 0; 
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    text-align:left;
	color:#000000;
    
}

hr {
height: .2rem;
background-color: #cccccc;

}

/* =====================         Adding a gradient background to your navbar        =====================*/

#app-navbar {
    background: linear-gradient(120deg, #33CC00, #e8d87e);
}


/*=========================  Navbar Hover for automatic dropdown  =========================*/
a:hover {
  color: #0056b3;
  text-decoration: underline;
} 

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}


/* =====================         Carousel        =====================*/
.bg-image{
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
}

.bg-image .mask{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color:#fff;
}

.bg-image .mask .text{
    height: 100%;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
}

.bg-image .mask .text p{
    margin:0;
}



/* change transition duration to control the speed of fade effect */
.carousel-item {
  transition: transform 2.6s ease-in-out;
}

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

/* =====================         Social Media Font Awesome Icons        =====================*/

.socialMediaLinks a {
    font-size: 1.75rem;
    margin: 0 10px 0 0;
    color: #ffffff;
    text-decoration: none;
}

.socialMediaLinks a:hover { 
    color:#34A3E0; 
}


/* =====================         Center align text and images        =====================*/

.well {
  display: flex;
  align-items: center;
}


/* =====================         Social Media - square icons with extra styling      =====================

.socialMediaLinks a { 
    font-size: 26px;
    margin: 0 10px 0 0;
    color: #000000;
    text-decoration: none;
    background: #b7b6b6;
    padding: 10px;
    box-sizing: border-box;
    width: 50px;
    text-align: center;
}*/


/* =====================         Social Media - changing background color      =====================

.socialMediaLinks a:hover { 
    background-color: #36d6c8; 
}
*/
/* =====================         Social Media - round icons     =====================



.socialMediaLinks a { 
    font-size: 26px;  
    margin: 0 10px 0 0; 
    color: #000000; 
    text-decoration: none; 
    background: #b7b6b6;
    padding: 15px;
    width: 26px;
    text-align: center;
    border-radius: 50%;
}
/* =====================         Buttons - Primary and More        =====================*/


a {
    color: #000;
    font-weight:bold;
    text-decoration: none;
}
a:hover {
    color:#000;
    text-decoration: underline;
}

.btn-outline-primary {
  color: #006633;
  border-color: #ffffff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color:  #006633;
  border-color: #ffffff;
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 2.0rem;
  font-weight: 400;
  line-height: 1.2;
}

h1, .h1 {
font-size: 2.0rem;
padding-top: 1/0rem;    
padding-bottom:1.0rem;
}

h2, .h2 {
  font-size: 1.75rem;
}

h3, .h3 {
  font-size: 1.50rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1.00rem;
}

h6, .h6 {
  font-size: 0.75rem;
}



.lead {
  font-size: 1.00rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}


p, .p {
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.2;    
}

.btn-primary {
  color: #ffffcc;
  background-color:transparent;
  border-color: #339966;
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color:#cccccc;
  border-color: #000000;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-info {
  color: #ffffff;
  background-color: #006699;
  border-color: #ffffff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
 color: #ffffff;
  background-color: #b01f24;
  border-color: #ffffff;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}


/* =====================        Backgrounds and More        =====================*/


a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color:#7B773E;
    text-decoration: underline;
}

   
.body-back-1{
	background-color:#ffffff;
}

.body-back-2{
background-color:#e8d87e;
}

.body-back-3{
    background:#a71010;
    color: #000000;
     text-align:center;
    
}
.body-back-4{
    background:#000000;
    color: #ffffff;
}

.body-back-card{
    background:#a71010;
    color: #000000;
    text-align:center;
    
}

.holder {
    width: 100%;
    height: 100%;
    padding: 1rem;
    padding-bottom: 1rem;
    background:rgba(103,205,54,0.97);
    border-radius: 0.5rem;
    color: #fff;
    font-size: 0.75rem;
}


.holder-col-sm-3 {
    width: 100%;
    height: 100%;
    padding: 1rem;
    padding-bottom: 1rem;
    background:rgba(103,205,54,0.97);
    border-radius: 0.5rem;
    color: #fff;
    font-size: 0.75rem;
}

.holder-col-sm-4 {
    height: 100%;
    padding: 20px;
    padding-bottom: 24px;
    background:rgba(103,205,54,0.97);
    border: 1px solid #343A40;
    border-radius: 7px;
    color: #fff;
    text-align: center;
    font-size: 19px;
}

.holder-col-sm-6 {
    width: 100%;
    height: 100%;
    padding: 20px;
    padding-bottom: 24px;
     background:rgba(103,205,54,0.97);
    border: 1px solid #343A40;
    border-radius: 7px;
    color: #fff;
    text-align: center;
    font-size: 19px;   
}

/*----------------------Embed Google Maps----------------------------*/ 

.map-container{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}



.imageBox{
	border-radius:6px 6px 0 0;
}

.lightLink2:hover {
    border:1px solid #68ADAC;
}
.imageBox2{
	border-radius:6px;
}



/* =====================     HOVER OVER IMAGE EFFECT   =====================*/

.hovereffect {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align:center;
  cursor: default;
  background-color: rgba(255,255,255,0.5);
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(167, 16, 16, 0.7);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform:none;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  margin:0px;
}

.hovereffect p.info {
  display: inline-block;
  text-decoration: none;
  padding: 14px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: 15px;
}

.hovereffect:hover p.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect p.info:hover {
  box-shadow: 0 0 5px #fff;
}


/* =====================          NAVIGATION        =====================*/


.navbar .dropdown-menu{
	background-color: rgba(232,216,126,0.75);
}


.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: bold;
    color: #000000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover{
	background-color: rgba(255,255,255,0.75);
}
.navbar form button{
	background-color: #a71010;
	color:#FFF;
	border:0;
}
.navbar form button:hover{
	background-color: #000;
}


.navbar-nav > li{
  padding-left:10px;
  padding-right:10px;
}

.nav-link {
    display: block;
    font-weight: bold;
    padding: .5rem 1rem;
}

.dropdown-item.active, .dropdown-item:active {
    color: #000000;
   font-weight: bold;
   /* background-color:#a71010;*/
    
}

/* =====================          Make Button outline thicker        =====================*/

.pagination>li>a, .pagination>li>span {
   border: 4px solid #ddd;
}

/* =====================          Responsive You Tube video        =====================*/

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}



/* ---------------DK-boxes-------------------------------*/ 

.boxed {
  
  border:#EB1014;
  border-radius:0%;
	color: #000;
  width:100%;
  padding: 2px;
  margin: 2px;
	text-decoration: none;
}


.boxed a:hover hover{
  border: 1px solid #EB1014;
  border-radius:0%;
  width:100%;
  padding: 2px;
  margin: 2px;
text-decoration: none;
}


/*=======================          FOOTER                   ==============================*/

footer {
 background: linear-gradient(120deg, #33CC00, #e8d87e);   
margin-top:1.5 rem;    
}

footer ul{
  list-style: none;
  margin: 0;
  padding: 0;
}


footer p{
color: #a71010;
text-align:center;
font-size:.90rem;		
}



footer h3{
  color: #000000;
  text-align:center;
	font-size:1.0rem;
     margin: 2rem;
}

footer h4{
color: #5A5956;
text-align:center;
font-size:.80rem;	
}

footer h5{
color: #000000;
text-align:center;
font-size:.70rem;
}

footer h6{
color: #a71010;
text-align:center;
font-size:.65rem;
}
  
  

footer ul li a {
    color: #000000;
}

footer p a{
  color: #000000;
  text-decoration:underline;
  
}

footer a {
color: #000000;
}

footer a:hover {
     color: #a71010;
}

blockquote {
    font-size: 1.0rem;
}		

