@charset "utf-8";
/* CSS Document */

body {
  font-family: "Open Sans", sans-serif;
background: #000000;
  color: #ffffff;
}

a {
  text-decoration: none;
 color: #2f7c91;
}

a:hover {
  color: #326073;
  text-decoration: none;
}

p{
color: #000000;
font-size:1.20rem !important;
font-weight: 400 !important;
}


hr {
    margin: 0.5rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}


.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 400;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 20px;

}


.display-5 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 400;
    line-height: 1.2;
}

.display-6 {
    font-size: calc(1.0rem + 1.0vw);
    font-weight: 400;
    line-height: 1.2;
     margin-top: 10px;
    margin-bottom: 20px;

}

.display-7 {
    font-size: calc(0.8rem + 0.8vw);
    font-weight: 400;
    line-height: 1.2;
     margin-top: 10px;
    margin-bottom: 20px;

}


.btn-outline-secondary {
    margin-top: 10px;
    margin-bottom: 20px;
}
   
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
/*-#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #B49565;
  border-top-color: #bfe0fd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}*/


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

.navbar .dropdown-menu{
background-color:transparent;
}
.dropdown-item:hover{
	background-color: rgba(255,255,255,0.5);
}
.navbar form button{
	background-color: #ffffff;
	color:#FFF;
	border:0;
}
.navbar form button:hover{
	background-color: #ffffff;
}

.dropdown:hover>.dropdown-menu {
 display: block;
}

.dropdown-item {
    left: auto;
    display: block;
    width: 100%;
    padding: .25rem 2.0rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    white-space: nowrap;
    background-color: #cc00000;
    border: 0;
}


.navbar {
  position: relative;
  z-index: 2;
}
.img{
  position: relative;
  z-index: 1;
}    
    
.navbar-toggler {
    order: 2;
    margin-left: auto;
    margin-right: 0;
  }
    

.navbar-collapse {
  order: 1;   
}    


.navbar-dark .navbar-nav .nav-link {
  color: #669999; 
}  
 
.navbar .dropdown-menu{
background-color:#669999;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 2rem;
    padding-right:2rem;
    margin-bottom: 0;
    list-style: none;
}

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

.navbar-brand {
  padding-top:1rem ;
  padding-bottom:1rem;
  }

/* Custom Navbar Colors */
.navbar-custom {
    background-color: #2f7c91; 
}
  
.navbar-custom 
.navbar-brand,
.navbar-custom 
.navbar-nav 
.nav-link {
    color: #ffffff; 
}

.navbar-custom 
.navbar-toggler-icon {
    background-color: #b9e1d4; 
}

.navbar-custom 
.navbar-toggler {
border-color: #b9e1d4; 
}

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .navbar .dropdown-menu{
background-color:whitesmoke;
}
.dropdown-item:hover{
	background-color: rgba(0,0,0,0.5);
}
} 


/*--------------------------------------------------------------
#Carousel Section
--------------------------------------------------------------*/

.carousel-caption {
  position: absolute;
  text-align: center;   
  width: 50%;
  height: 50vh;    
}

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


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
#section {
  padding: 10px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f8ff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}


.section-text {
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 0;
  color: #000000;
}

/*--------------------------------------------------------------
# Top Section
--------------------------------------------------------------*/
#top {
width: 100%;
overflow:hidden;
position: relative;
transition: 0.3s;   
animation-delay: 0.4s;
padding:10px; 
font-size: 16px;    
color: #000000;    
background-color: #ffffff;
height: 100vh;
background-image:url("./img/page-images/Aerial-Lake-Okanagan-600.jpg");
background-repeat:no-repeat;
background-size:cover;}

/*--------------------------------------------------------------
# Work Section
--------------------------------------------------------------*/
#work {
width: 100%;
height:auto;
overflow:hidden;
position: relative;
transition: 0.3s;   
animation-delay: 0.4s;
padding:10px; 
font-size: 16px;    
color: #000000;    
}

/*--------------------------------------------------------------
# about Section
--------------------------------------------------------------*/
#about {
width: 100%;
height:auto;
overflow:hidden;
position: relative;
transition: 0.3s;   
animation-delay: 0.4s;
padding:10px; 
font-size: 16px;    
color: #000000;    
}


/*--------------------------------------------------------------
# More Section
--------------------------------------------------------------*/
#more {
width: 100%;
height:auto;
overflow:hidden;
position: relative;
transition: 0.3s;   
animation-delay: 0.4s;
padding:10px; 
font-size: 16px;    
color: #000000;    
}


/*--------------------------------------------------------------
# More Section
--------------------------------------------------------------*/
#more2 {
width: 100%;
height:auto;
overflow:hidden;
position: relative;
transition: 0.3s;   
animation-delay: 0.4s;
padding:10px; 
font-size: 16px;    
color: #000000;    
}


/*--------------------------------------------------------------
# More Section
--------------------------------------------------------------*/
#more3 {
width: 100%;
height:auto;
overflow:hidden;
position: relative;
transition: 0.3s;   
animation-delay: 0.4s;
padding:10px; 
font-size: 16px;    
color: #000000;    
}



/*--------------------------------------------------------------
# More Section
--------------------------------------------------------------*/
#more4 {
width: 100%;
height:auto;
overflow:hidden;
position: relative;
transition: 0.3s;   
animation-delay: 0.4s;
padding:10px; 
font-size: 16px;    
color: #000000;    
}


/*--------------------------------------------------------------
# More Section
--------------------------------------------------------------*/
#more5 {
width: 100%;
height:auto;
overflow:hidden;
position: relative;
transition: 0.3s;   
animation-delay: 0.4s;
padding:10px; 
font-size: 16px;    
color: #000000;    
}


/*--------------------------------------------------------------
# More Section
--------------------------------------------------------------*/
#more6 {
width: 100%;
height:auto;
overflow:hidden;
position: relative;
transition: 0.3s;   
animation-delay: 0.4s;
padding:10px; 
font-size: 16px;    
color: #000000;    
}



/*--------------------------------------------------------------
# Card background color
--------------------------------------------------------------*/
.card-body { 
    background-color: rgba(131, 167, 162, 0.75);
 }

.card-body-2 { 
background-color: rgba(131, 167, 132, 0.75);
 }

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

footer {
    background: #326073;
    color: #ffffff;
}

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


footer p{
color: #83a7a2;
text-align:center;
font-size:1.00rem !important;
}


footer h3{
color: #ffffff;
text-align:center;
font-size:1.10rem !important;
}

footer h4{
color: #ffffff;
text-align:center;
font-size:1.00rem !important;	
}

footer h5{
color: #ffffff;
text-align:center;
font-size:1.00rem !important;
}

footer h6{
color: #ffffff;
text-align:center;
font-size: 1.00rem !important;
}
   

footer ul li a {
   color:#83a7a2;
}

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


footer a {
color:#83a7a2;
}

footer a:hover {
color:#83a7a2;
}

blockquote {
    font-size: 14px;
}	

