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

body {
font-family: "Source Sans 3", sans-serif;
font-optical-sizing: auto;
font-weight:normal;
font-style: normal;
background: #ffffff;
color: #000000;
}



   /*----------Fonts----------------*/


.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}



.roboto-serif {
  font-family: "Roboto Serif", serif;
  font-optical-sizing: auto;
  font-weight:normal;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "GRAD" 0;
}




.source-sans-3 {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight:normal;
  font-style: normal;
}

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

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


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


h1 {
color: #000000;
font-family: "Montserrat", sans-serif;
font-weight: bolder;    
font-size: 2.0rem !important;
}


h3 {
color: #000000;
font-family: "Montserrat", sans-serif;
font-weight:700;    
font-size: 1.50rem !important;
}

h4 {
color:#000000;
font-family: "Source Sans 3", sans-serif;
font-weight:400; 
text-shadow: 1px 1px #3399ff;   
font-size: 1.50rem !important;
}


p {
color:#000000;
font-family: "Source Sans 3", sans-serif;
font-weight: normal;    
font-size: 1.2rem !important;
}


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

}


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

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

}

.display-7 {
    font-size: calc(0.9rem + 0.9vw);
    font-family: "Source Sans 3", sans-serif;
    color: #000000;
    font-weight:bold;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 20px;

}

.bg-gradient-custom {
  background:transparent;  
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to bottom, rgba(102,153, 255, 0.25), rgba(102,0,0,0.25));  
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to bottom, rgba(102,153, 255, 0.25), rgba(102,0,0,0.25));
    color: #000000;
}

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

.btn-outline-custom {
    background-color: transparent;
    color:aliceblue;
    margin-top: 10px;
    margin-bottom: 20px;
}

.card-body {
    background: transparent;
    color:#000000!important;
    border-style:solid;
    border-radius: 0px;  
    border-width:thin; 
    border-color: #000000;    

}  
    


.card-img,.card-img-top{
  width:inherit;
}

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


.card-title {
    color:#000000 !important;
    margin-top: 0px;
    margin-bottom: 0px;
}


    
   /*----------Modal Settings----------------*/


.modal-title{
background-color: #2f7c91;
    
}

.modal-body{
background-color: #cccccc;    
    
}

.modal-body{
background-color: #cccccc; 
color:#000000;    
    
}


/*--------------------------------------------------------------
# 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-custom {
  background:#800080;  
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to bottom, rgba(62,193, 239, 0.25), rgba(204,204,102,0.25));  
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to bottom, rgba(62,193, 239, 0.25), rgba(204,204,102,0.25));
    color: #000000;
}
  

  
.navbar-custom 
.navbar-brand
.navbar-custom 
.navbar-nav 
.nav-link {
    color: #000000; /* Main Navbar Text - Replace with your desired text color */
}

.navbar-custom 
.navbar-toggler-icon {
    background-color: rgba(0,0,0,.0.50); /* 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:whitesmoke;
}    

.dropdown-item:hover{
	background-color: #fff;
}
.navbar form button{
	background-color: rgba(204,204,204,.0.5);      

}
.navbar form button:hover{
	background-color: rgba(204,204,204,.0.5);  
}

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

.dropdown-item {
    left: auto;
    display: block;
    width: 100%;
    padding: .25rem 2.0rem;
    clear: both;
    font-weight: 400;
    color: #000000;
    text-align: left;
    white-space: nowrap;
    background-color: rgba(204,204,204,.0.5);      
    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 {
font-size: 1.75rem;
  letter-spacing: 3px;    
 margin-left: 5px;    
 padding-top:10px;
 padding-bottom:10px;
  }

.mask-custom-light-bg {
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .15);
}


.mask-custom-dark-bg {
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .75);
}


.navbar-dark .navbar-nav .nav-link {
  color: #cc0000; 
}     
    
.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: #cc0000; 
}     
    


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

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

footer {
  background:#BCCEF3;  
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to bottom, rgba(62,193, 239, 0.25), rgba(204,204,102,0.25));  
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to bottom, rgba(62,193, 239, 0.25), rgba(204,204,102,0.25));
    color: #000000;
}


.border{
border-style:solid;
border-radius: 15px;  
border-width: medium;    
border-color: #000000;    
padding: 1rem ;
background: transparent;
}

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


footer p{
color: #660000;
text-align:center;
font-size:0.85rem !important;
}


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

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

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

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

footer ul li a {
   color:#000000;
}

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


footer a {
color:#000000;
}

footer a:hover {
color:#660000;
}

blockquote {
    font-size: 14px;
}	

