@charset "utf-8";
/* CSS Document */

body {
	color: #666;
	font-family: "Open Sans",Arial,sans-serif;
}
main {
	margin-top: 56px;
	overflow: hidden;
}
#header{
	position: fixed;
	top:0px;
	width: 100%;

	font-family: 'PT Sans', sans-serif;
	z-index:1000;
	/* background-color:rgba(240, 241, 241, 0.9) !important;*/
	background-color: rgb(29, 28, 28) ;

	box-shadow: 0px 18px 20px -10px #0000008f;
	
	// set animation
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#header.sticky {
	text-align: left;
	/*background-color:rgba(240, 241, 241, 0.95) !important; */
	background-color:rgba(8, 8, 8, 0.8) !important;
	-webkit-backdrop-filter: saturate(180%) blur(7px);
    backdrop-filter: saturate(180%) blur(7px);
}
 .dropdown:hover .dropdown-menu {
	display:block;
	margin-top: 0;
} 
#logo {
  display:block;
  height:auto;
  width:300px;
  
  // set animation
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#logo.sticky_size {
	height: auto;
	width:280px;
}
#nav-sticky {
	margin-top:34px;
	
	// set animation
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#nav-sticky.sticky_margin {
	margin-top:20px;
}
.pre-footer {
	display:block;
	background-color:#666;
	color:#fff;
	width:100%;
	padding:20px;
	min-height:180px;
  }
.pre-footer a, .pre-footer a:visited, .pre-footer a:link, footer a {
	color: rgba(255,255,255,.95);
	text-decoration: none;
  
	-webkit-transition: all .2s ease-out;
	  -moz-transition: all .2s ease-out;
	  -ms-transition: all .2s ease-out;
	  -o-transition: all .2s ease-out;
	  transition: all .2s ease-out;
  }
  .pre-footer a:hover {
	color: rgba(255,255,255,.65);
	  /*margin-left: 5px; */
  }
  
  .pre-footer li {
	  list-style-type: none;
  }
  .footer-title {
	  font-size:18px;
	  border-bottom:solid 1px #999;
	  margin-bottom:10px;
	  font-weight:bold;
  }
footer {
	display:block;
	background-color:#444;
	color: rgba(255,255,255,.95);
	width:100%;
	padding:20px;
	text-align:center;
	font-size:12px;
  }
  footer a:hover {
	color: rgba(255,255,255,.65);
  }
  .fa-icon {
	font-size: 55px;
	color: rgb(109, 109, 109);
}
.footer-icon {
	color: #fff;
	margin-right: 30px;
	font-size: 30px;

	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.footer-icon:hover {
	color: #999;
}
.url {
	display: none;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	margin-bottom: 4rem;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
	bottom: 3rem;
	z-index: 10;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
	height: 32rem;
  }
  .carousel-item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 32rem;
  }
  
  
  /* MARKETING CONTENT
  -------------------------------------------------- */
  
  /* Center align the text within the three columns below the carousel */
  .marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	/* text-align: center; */
  }
  .marketing h2 {
	font-weight: 400;
  }
  /* rtl:begin:ignore */
  .marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
  }
  /* rtl:end:ignore */
  
  
  /* Featurettes
  ------------------------- */
  
  .featurette-divider {
	margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  .featurette-heading {
	font-weight: 300;
	line-height: 1;
	/* rtl:remove */
	letter-spacing: -.05rem;
  }
  
  
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media (min-width: 40em) {
	/* Bump up size of carousel content */
	.carousel-caption p {
	  margin-bottom: 1.25rem;
	  font-size: 1.25rem;
	  line-height: 1.4;
	}
  
	.featurette-heading {
	  font-size: 50px;
	}
  }
  
  @media (min-width: 62em) {
	.featurette-heading {
	  margin-top: 7rem;
	}
  }
  