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

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


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

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


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


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


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

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


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

.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: 15px;  
    border-width:thin;    
    border-color: #ffffff;    

}  
    


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

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


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



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

    
   /*----------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-dark {
background:#000000;  
color: #ffffff;
}
    
 
.navbar-dark
.navbar-brand
.navbar-custom 
.navbar-nav 
.nav-link {
    color: #fff; /* Main Navbar Text - Replace with your desired text color */
}

.navbar-custom 
.navbar-toggler-icon {
    background-color: rgba(255,255,255,.0.50); /* Replace with your desired color for the toggler icon */
}

.navbar-custom 
.navbar-toggler {
border-color: #000; /* 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(205,205,205,.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: #ffffff; 
}   

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


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

/*--------------------------------------------------------------
# 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: transparent;
color: #660000;    
    
}

.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: #ffffff;
text-align:center;
font-size:0.85rem !important;
}


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

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

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

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

footer ul li a {
   color:#ffffff;
}

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


footer a {
color:#ffff00;
}

footer a:hover {
color:#ffff00;
}

blockquote {
    font-size: 14px;
}	
