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

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

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

a:hover {
  color: red;
  text-decoration: none;
}

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

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

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



.btn-outline-secondary {
    margin-top: 10px;
    margin-bottom: 20px;
}
   


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

/* Custom Navbar Colors */
.navbar-custom {
    background-color:#000000; /* Replace with your desired background color */
}
  
.navbar-custom 
.navbar-brand,
.navbar-custom 
.navbar-nav 
.nav-link {
    color: #ffffff; /* Replace with your desired text color */
}

.navbar-custom 
.navbar-toggler-icon {
    background-color: #a42024; /* Replace with your desired color for the toggler icon */
}

.navbar-custom 
.navbar-toggler {
border-color: #000000; /* Replace with your desired border color for the toggler button */
}


.navbar .dropdown-menu{
background-color:#a42024;
}
.dropdown-item:hover{
	background-color: #000000;
}
.navbar form button{
	background-color: #000000;
	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: #000000;
    border: 0;
}

.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 {
 margin-left: 5px;    
 padding-top:10px;
 padding-bottom:10px;
  }


/*--------------------------------------------------------------
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: #cccccc;
 }

.card-title { 
    color: #000000 !important;
 }


/*--------------------------------------------------------------
# Jumbotron Sizing
--------------------------------------------------------------*/


.bg {
 margin: 0 !important; 
 padding:2rem !important;
 background:#282828!important;  
 background-repeat: no-repeat !important;
 background-size: contain !important;
 text-align:center!important;    
 color:#ffffff !important;
 height: auto!important; 
 overflow-x:hidden !important;
} 

.bg2 {
 background:#282828!important;  
 background-repeat: no-repeat !important;
 background-size: contain !important;
 text-align:center!important;    
 color:#ffffff !important;
 height: auto!important; 
 overflow-x:hidden !important;
} 

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

footer {
    background: #000000;
    color: #a42024;
}


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


footer p{
color: #ffffff;
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:#a42024;
}

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


footer a {
color:#a42024;
}

footer a:hover {
color:#a42024;
}

blockquote {
    font-size: 14px;
}	

