body, html{
    font-family: Arial, sans-serif;
    margin: 0;
    overflow-x: hidden;
    font-size:100%;   
    color: black;
   /* font-size: calc(14px + .4vw); */
}

h1{
    font-size: 2.125rem;   
    line-height: 2rem; 
    letter-spacing: -0.0625rem;
    margin: 0;
}
.h1section{
    position: absolute;
    
}
h2{
    font-size: 1.875rem;
    line-height: 1.8rem;
    letter-spacing: -0.05rem;
    margin:0;
}
small {
    font-size: .875rem;
    line-height: .9rem;
    letter-spacing: -0.00625rem;
}
p {
    font-size: 1rem;
    line-height: 1.143rem;
    letter-spacing: -0.00625rem;
    margin:0;
}

a{
    font-size: 1rem;
    line-height: 1.143rem;
    letter-spacing: -0.00625rem;
    color: black;
    text-decoration: none;
}
img{ 
    height: auto;
}
.ul{
    font-size: 1rem;
    line-height: 1.143rem;
    letter-spacing: -0.00625rem;
}
.icons {
    width: 40px !important;
    height: 40px !important;
    padding:10px;
  }
.nobr {  
    display: inherit;
  }
/*Bread Crumbs*/
.breadcrumb-container{
    position: absolute;
    display: inline-block;
    margin-top:60px;
    margin-left:140px;
}
ul {
    background: none;  justify-content: space-between; color:black;
}
ul.breadcrumb {
    padding-left: 0;
    list-style: none;
    background-color: #eee;
}
ul.breadcrumb li {
    display: inline;
    font-size: 1em;
    color: black;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}
ul.breadcrumb li a {
    color: black;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}
/* dropdown lists */
#button:hover{
    background-color: rgb(129, 127, 127) !important;
} 
#button:hover a {
    color: white; 
} 
.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: black;
 /*    margin: 0 50px 0 50px;*/
}
  
.hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 5px;
    bottom: -5px;
    left: 0;
    background-color: red;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
    z-index: 2;
}
  
.hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.landed-page{
    background-color:gray;
}
button:hover {
    background-color: grey !important;
} 
button:hover a {
    color: white; 
} 
.dropbtn {
    padding: 0px 50px;
    height: 70px;
    background: none;
    border: none;
    margin-left: 5px;
  } 
.dropdown {
    position: relative;
    display: inline-block;
}    
.dropdown-content {
    display: none;
    position: absolute;
    margin-left: 5px;
    width: 220px;
  /*  z-index: 1;
    padding-top: 25px;*/
}
.dropdown-content a {
    display: block;    
    color: black;
    height: 20px;
    background: wheat;
    /*text-align: center;*/
}
/*
.dropdown-content a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 5px;
    bottom: -10px;
    left: 0;
    background-color: red;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.dropdown-content a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
*/
.dropdown-content a:hover {background-color:grey; color:white;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color:grey; color:white;height: 70px;}
.fa {
      display: inline-block; text-rendering: auto;  margin-left:5px;
}
/*nav bar */
.navbar {
    display: flex;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
   background:wheat;
    height: 70px;   
   justify-content: space-evenly;
   z-index: 3;
}
.navbar-active {
    display: flex;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
   background:wheat;
    height: 70px;   
   justify-content: space-evenly;
   z-index: 3;
}
.navmenu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    
}
.hamburger {
    display: none;
}
/*hamburger bar */
.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
}
.logo {
   
    transition: none;
   /* background: #023788;
    top: 0px;
    left: 0px;
    width:auto;
    height:auto;
    padding: 0 1cm 0 0cm;*/
    
}
.phone{
  right: 60px;
  position: absolute;
  top: 0px;
}

.row {
    display: flex;
    width: 100vw;
    min-height: auto;    
    padding-top:70px;
  }  

.col {
    display: flex;
    flex-direction: column;
    margin-left:15px;
    padding-left: 15px;
    margin: 15px;
    width: 50%;
    margin-top: 100px;
  }
.tableRow{
    display:flex;
    flex-direction:row;
    align-items:center;
    margin-bottom: 20px;
}
.ServiceIcons{
    width: 40px;
    height: auto;
    padding-right: 10px;
}
.nav-links li {
    margin: 0 7px;
}
.nav-links li a:hover {
    background-color: rgb(55, 96, 231);
}

.line {
    width: 150px;
    height: 4px;
    background: crimson;
    margin: 10px auto;
    border-radius: 5px;
}
.ctn {
    background: wheat;
    border-radius: 30px;
    color:black;
    padding: 20px 40px;
    margin: 20px 0px 0px 0px;
}
.ctn:hover {
    background-color:grey; color:white;
    box-shadow: 2px 2px 5px #00000056;
}

.events .ctn {
    margin-top: 30px;
}
.content-col {
    width: 40%;
}
.image-col {
    width: 60%;
}
.tours .image-gallary{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.image-gallary img {
    margin: 10px;
    max-width: 300px;
}
.content-col h1 {
    font-size: 7vmin;
    color: #484872;
}
.content-col .line {
    margin-left: -1px;
}
.content-col p{
    padding: 0;
    margin: 30px auto;
}
.content-col .ctn{
    margin-left: -100px;
}
.footer {
    width: 100%;
    margin: 0;
    background: #484872;
    text-align: center;
    min-height: 100px;

}

.footer-section{
    float: left;
    width: 33%;
    height: 100%;
}
.p-style{
    padding-left: 60px; 
    padding-right:60px; 
    text-align:left;
    padding-top: 80px;
}
.largeImage{
    height: auto;
    width:auto;
}
/* mobile device ----------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width:850px){
    h1{
        font-size: 1.5rem;   
        line-height: 1.5rem; 
    }
    h2{
        font-size: 1.25rem;
        line-height: 1.25rem; 
    }
    small {
        font-size: .75rem;
        line-height: .8rem;
        letter-spacing: -0.00625rem;
    }
   
    .fa {
        display: inline-block; font-size: 1em; text-rendering: auto; margin-left:5px;
    }
    .logo {
        position: relative;
        left: 160px;
    }
    .phone{
        display:none;
    }
    .navmenu {
        position: fixed;
        left: -100%;
       /* top: 5rem;*/
        flex-direction: column;
        background-color:wheat;
        width: 100%;
        text-align: center;
        height: 100%;
        transition: 0.3s;
        justify-content: normal;
        box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.05);
    }
    .navmenu.active {
        left: 0;

    }
    
    .hamburger{
        display: block;
        cursor: pointer;
        background: wheat;
        height: 30px;
        left: 0px;
        position: absolute;
    }
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }
    img{ 
        height: 50px;
    }
   
    .dropdown-content {
       top:0;
        margin-left: -5px;
        z-index: 1;

    }
    .dropdown-content a {
        display: block;
        height: 40px;
        background: wheat;
        text-align: left;
    }  
    .dropdown:hover .dropbtn {background-color:grey; height:40px;} 
    /*.dropdown:hover button:hover {background-color: green; height:25px;}  */
    .navbar {
    padding: 0;
    background: none;
    height: 0px;
    top: 0px;
    z-index: 1;
    
    }
    .navbar-active {
        display: flex;
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;
       background:none;
        height: 70px;   
       justify-content: space-evenly;
       z-index: 1;
    }
    .dropbtn {
    padding: 5px 5px;
    height: 40px;
    width: 120px;
    
    margin-bottom: 5px;  
    text-align: left;
    left: -90px;
    position: relative;
    } 
    .col {
        display: flex;
        flex-direction: column;
        margin-left:15px;
        padding-left: 15px;
        margin: 15px;
        width: auto;
        margin-top:70px;
      }
    .nav-links{
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: center;
        background: #484872;
        display:none;
        transition: all 0.5s ease;
    }
   
    .nav-active {
        display: flex !important;flex-direction: column;
    }
   
    .nav-links li {
        margin: 10px auto;
    }
    .mobile-menu {
        margin-top: 0px;
        border-bottom-right-radius: 30%;
    }
    .p-style{
        padding-left: 5px; 
        padding-right:5px; 
        text-align:left;
        padding-top: 50px;
    }
    
     .tours .col {
        width: 100%;
   }
   .image-gallary {
       justify-content: center;
       align-items: center;
   }
   .image-gallary img {
       width: 90%;
   }
    /*
   .footer {
       min-height: 120px;
        width: 60%;

  }
  */
   .row { 
    display: block;
    width: auto;
    min-height: auto;
    padding-top: 5px;
    }
    
    
    /*animation 
    img {
        transition: transform .3s ease;
        
    }
    img:hover {
        transform: scale(1.1);
    
    }
    */
    .ctn {
       
        padding: 10px 20px;
        width: 110px;
    }
    
    li:hover {
        color: #fc036b;
        cursor: pointer;
    }
    .largeImage {
        height: auto;
        width: 350px;
    }
}