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

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

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 background color
--------------------------------------------------------------*/
.card-body { 
    background-color:#222222;
     margin-top: 4px;
    margin-bottom: 4px;
 }


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

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


/*--------------------------------------------------------------
# Modal background color
--------------------------------------------------------------*/
.modal-header {
  font-size: 1.0rem; /* Sets the font size */
  font-weight: bold; /* Makes the text bold */
  color: #000; /* Sets the text color */
  margin-bottom: 0.5rem; /* Adds space below the title */
}

.modal-title {
  font-size: 1.0rem; /* Sets the font size */
  font-weight: normal; /* Makes the text bold */
  color: #000; /* Sets the text color */
  margin-bottom: 0.5rem; /* Adds space below the title */
}

.modal-content {
  font-size: 1.0rem; /* Sets the font size */
  font-weight: normal; /* Makes the text bold */
  color: #000; /* Sets the text color */
  margin-bottom: 0.5rem; /* Adds space below the title */
}


.modal-body {
  font-size: 1.0rem; /* Sets the font size */
  font-weight: normal; /* Makes the text bold */
  color: #000; /* Sets the text color */
  margin-bottom: 0.5rem; /* Adds space below the title */
}


.modal-footer {
  font-size: 1.0rem; /* Sets the font size */
  font-weight: normal; /* Makes the text bold */
  color: #000; /* Sets the text color */
  margin-bottom: 1rem; /* Adds space below the title */
}


/* =====================          Backgrounds       =====================*/


.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))
}
    

 .bg-gradient-custom {
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to bottom, rgba(34,34,34,0.5), rgba(160,160,160,0.5));  
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to bottom, rgba(34,34,34,0.5), rgba(160,160,160,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: #000;
}
.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;
  }



/*@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .navbar .dropdown-menu{
background-color:whitesmoke;
}
.dropdown-item:hover{
	background-color: rgba(0,0,0,0.5);
}
} 
*/
/*--------------------------------------------------------------
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: #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 {
color: #ffffff;
background: #000000;
}

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;
}	
