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

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

li {
font-size:1.0rem;
}
	  
 
table,
    td,
        th {
            border: 2px solid;
            padding: 20px;
        }

        table {
            text-align: center;
        }


a {
  text-decoration: none;
 color: #ffffff;
}

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


hr {
    margin: 0.5rem 0;
    color: #ffffff;
    border: 0;
    border-top: 1px solid;
    opacity: .75;
}


h1, .h1 {
font-size: 1.75rem;
font-weight: bold; 
line-height: 1.0;      
padding-top: 0.5rem;    
padding-bottom:0.5rem;
margin-bottom: 0.5rem;
}
    
h2, .h2 {
font-size: 1.75rem;
font-weight: normal; 
line-height: 1.2;      
padding-top: 1.0rem;    
padding-bottom:0.5rem;
margin-bottom: 0.5rem;
}  
    
h3, .h3 {
font-size: 1.25rem;     
font-weight: normal; 
line-height: 1.2;      
}     
    
h4, .h4 {
font-size: 1.15rem;
font-weight: normal; 
line-height: 1.0;      
padding-top: 1.0rem;    
padding-bottom:0.5rem;
margin-bottom: 0.5rem;
}  
    
h5, .h5 {
font-size: 0.90rem;
font-weight: normal; 
line-height: 1.2; 
text-align:center;    
padding-top: 0.5rem;    
padding-bottom:0.5rem;
margin-bottom: 0.5rem;
}  
    
h6, .h6 {
font-size: 1.00rem;
font-weight: normal; 
line-height: 1.0;      
padding-top: 0.5rem;    
padding-bottom:0.5rem;
margin-bottom: 0.5rem;
} 

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

.btn-outline-custom {
    background-color: #B6DAF4;
    color:#000000;
    margin-top: 10px;
    margin-bottom: 20px;
}




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


.card-title {
    color:#ffffff;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
} 

.card-text{
    color:#ffffff;
    margin-top: 0px;
    margin-bottom: 0px;
} 


/* =====================          Backgrounds       =====================*/
	
.bg {
background:#b1cbd8;  	
}
 

.bg-custom {
    /* fallback for old browsers */
    background:#b1cbd8;  
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to bottom, rgba(177,203,216,0.5), rgba(240,203,102,0.5));  
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to bottom, rgba(177,203,216,0.5), rgba(240,203,102,0.5))
}
    


/* =====================          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: #fff; /* Replace with your desired color for the toggler icon */
}

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


.navbar .dropdown-menu{
background-color:#cccccc;
}
.dropdown-item:hover{
	background-color:#DFC160;
}
.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: #000;
    text-align: left;
    white-space: nowrap;
    background-color: #cccccc;
    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 {
  padding-top:1rem ;
  padding-bottom:1rem;
  }


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

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

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


/*--------------------------------------------------------------
# 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;    
}
 
    
    
.image-container {
  position: relative;
		z-index: 39;
}

    
.container {
  position: relative;
}


.image-container img {
  display: block;
  width: 100%;
  height: auto;
}

    
.bg-gradient-custom {
    /* fallback for old browsers */
    background:#b1cbd8;  
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to bottom, rgba(177,203,216,0.5), rgba(240,203,102,0.5));  
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to bottom, rgba(177,203,216,0.5), rgba(240,203,102,0.5))
}  
    
.my-jumbotron {
 margin: 0 !important; 
 padding:2rem !important;
 background:#f0fff5!important;  
 background-repeat: no-repeat !important;
 background-size: contain !important;
 text-align:left !important;    
 color:#000000 !important;
 height: auto!important; 
 overflow-x:hidden !important;

} 
    

 #section-1{
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width:100%;
  height:100vh;
  overflow: hidden;
}
#section-1 > #video-background{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Ensure the video takes full height */
  object-fit: cover; /* Maintain aspect ratio and cover the section */
    

}

#section-1 > span{
  color: #f8ef41;
  z-index: 2;
  text-shadow: 0px 0px black;
  font-size: 60px;
  text-align: center;    
}
        
.two-column-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
}

.two-column-section .column {
    flex: 1 1 50%; 
    box-sizing: border-box;
    padding: 20px;
    margin: 10px 0; 
}

/* Card styles */
.two-column-section .card {
    height: 100%;
    display: flex;
    flex-direction: column;
}


.two-column-section .card-body {
    flex-grow: 1;
}

/* Responsive design */
@media (max-width: 768px) {
    .two-column-section {
        flex-direction: column;
    }

    .two-column-section .column {
        flex: 1 1 100%;
        margin: 0 0 20px 0; 
    }    
    }

.three-column-section {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 20px;
/*background-color: rgba(255, 255, 255, 0.8);*/
        }
.three-column-section .column {
flex: 1;
padding: 20px;
box-sizing: border-box;
min-width: 300px;
margin: 10px;
}

/* columns are equal */
.three-column-section .card {
height: 100%;
display: flex;
flex-direction: column;
}

/* Card content fills the entire height */
.three-column-section .card-body {
flex-grow: 1;
}

/* Responsive design -  */
@media (max-width: 768px) {
.three-column-section {
flex-direction: column;
}

.three-column-section .column {
margin: 0 0 20px 0;
}
} 
    

.four-column-section {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 20px;
/*background-color: rgba(255, 255, 255, 0.8);*/
        }
.four-column-section .column {
flex: 1;
padding: 20px;
box-sizing: border-box;
min-width: 200px;
margin: 10px;
}

/* columns are equal */
.four-column-section .card {
height: 100%;
display: flex;
flex-direction: column;
}

/* Card content fills the entire height */
.four-column-section .card-body {
flex-grow: 1;
}

/* Responsive design -  */
@media (max-width: 768px) {
.four-column-section {
flex-direction: column;
}

.four-column-section .column {
margin: 0 0 20px 0;
}
}     
        
.card-body { 
    background-color:#222222;
     margin-top: 4px;
    margin-bottom: 4px;
 }

.card-body {
    display: flex;
    flex-direction: column;
    min-height: 150px; 
}    
.image-overlay {
    position: relative;
    display: inline-block;
    text-align: center;
}

.image-overlay img {
    display: block;
    width: 100%;
    height: auto;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 15px;
    border-radius: 5px;
    text-align: center;
}

.image-overlay-btn {
    text-decoration: none;
}
     
.img-text-container {
  position: relative;
}

.inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255,255,255, 0.5);
  color:#000000;
  border:#0099cc;
  border-style:solid;
  border-width: thick;
   padding: 10px 15px;
}     

/*=======================          FOOTER                   ==============================*/
footer {
background: linear-gradient(to bottom, rgba(177,203,216,0.5), rgba(240,203,102,0.5))
}

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


footer p{
color: #ffffff;
text-align:left;
font-size:0.80rem !important;
}


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

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

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

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

footer ul li a {
color: #ffffff;
text-align:left;
font-size:0.80rem !important;
}

footer p a{
color:#ffffff;
text-decoration:none;
}


footer a {
color:#ffffff;
}

footer a:hover {
color:#ffffff;
}

blockquote {
    font-size: 12px;
}	
