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

body {
font-family: "Source Sans 3", sans-serif;
font-optical-sizing: auto;
font-weight:normal;
font-style: normal;
background: #ffcc66;
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: #ffffff;
}

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


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

h1 {
color: #4A7AC2;
font-family: "Source Sans 3", sans-serif;
font-weight: bolder;    
font-size: 2.0rem !important;
}

h2 {
color: #f4820e	;
font-family: "Source Sans 3", sans-serif;
font-weight: bolder;    
font-size: 1.90rem !important;
}


h3 {
color: #E61E23;
font-family: "Source Sans 3", sans-serif;
font-weight:700;    
font-size: 1.75rem !important;
}

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


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

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


.bg{
background-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: #ffffff;
    color:#000000!important;
    border-style:solid;
    border-radius: 0px;   

}  
    


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

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


.card-title {
    color:rgba(244,54,102,1.00) !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

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

.border2{
border-style:dashed;
border-radius: 15px;  
border-width:thick;    
border-color: #9cc51a;    
padding: 1rem ;
background: transparent;
}

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

.my-jumbotron {
 margin: 0 !important; 
 padding:2rem !important;
 background:#FFE533;
 text-align:left !important;    
 color:#000000 !important;
 height: auto!important; 
 overflow-x:hidden !important;

} 
	 
.my-jumbotron2 {
 margin: 0 !important; 
 padding:2rem !important;
 background:rgba(126,233,168,1.00);
 text-align:left !important;    
 color:#000000 !important;
 height: auto!important; 
 overflow-x:hidden !important;

}	
	 
.my-jumbotron3 {
 margin: 0 !important; 
 padding:2rem !important;
 background:#F7C382!important;
 text-align:left !important;    
 color:#ffffff !important;
 height: auto!important; 
 overflow-x:hidden !important;

}

.my-jumbotron4 {
 margin: 0 !important; 
 padding:2rem !important;
 background:#B3E5F4!important;
 text-align:left !important;    
 color:#000000 !important;
 height: auto!important; 
 overflow-x:hidden !important;

}


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

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

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

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


.navbar .dropdown-menu{
background-color:#CEEFFD;
}
.dropdown-item:hover{
	background-color: #ffffff;
}
.navbar form button{
	background-color: #4A7Ac2;
	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: #E61E23;
    text-align: left;
    white-space: nowrap;
    background-color: #ffe533;
    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;
  }

/*--------------------------------------------------------------
# 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: #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: #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:#ffcc66;
color: #000000;    
    
}

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

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


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


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

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

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

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

footer ul li a {
   color:#000000;
}

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


footer a {
color:#E61E23;
}

footer a:hover {
color:#E61E23;
}

blockquote {
    font-size: 14px;
}	
