html, header { 
 background: url("../img/background4.jpg") no-repeat center center fixed;
  background-size: cover;
    
}
.navbar {
	margin-bottom: 0;
}
body {
	background: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	font-family: 'Open Sans', sans-serif;
    font-family: 'Khand', sans-serif;
    overflow-x: hidden;
}
header{
    background-color: #ffffff;
}
h1,
h2 {
    margin-top: 200px;
    font-size: 90px;
    flood-color: #000000;
}
p {
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    font-weight: 500;
	color: #000000;
}

.jumbotron {
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
	color: rgb(255, 255, 255);
	text-align: center;
	background-position: fixed center;
	padding-bottom: 200px;
}
.jumbotron img {
    margin-top: 200px;
}
.img-fluid {
    max-width: inherit;
}
.jumbotron p {
    margin-top:10px;
    font-style: normal;
	color: #ffffff;
	font-size: 26px;
    padding-top: 10px;
}
.jumbotron hr {
	border-width: 3px;
	border-color: #ffffff;
	max-width: 100px;
}
.btn-primary {
	background-color: transparent;
    color: black;
	border-color: rgba(255, 255, 255, 0);
	margin-bottom: 5px;
}
.btn-primary:hover {
	color: rgba(204, 204, 204, 0.71);
	background-color: rgba(255, 255, 255, 0);
	border-color: rgba(255, 255, 255, 0);
}
.navbar-brand {
    font-weight: 200px;
    font-size: 20px;
}
.navbar-inverse {
	background: #000000;
	border: 0;
}
.navbar-inverse .navbar-nav li a {
	color: #f7f7f7;
	font-size: 20px;
}
.navbar-inverse .navbar-nav li a:hover {
	background: #f2f0f5;
	color: #000;
}
.dropdown-menu {
	background: #2E2F31;
	border-radius: 0;
	border: 0;
}
.dropdown-menu li a {
	padding: 10px;
}
.navbar-inverse .navbar-nav .dropdown-menu li a:hover {
	background: #030303;
}
.call-to-action {
	text-align: center;
}
.call-to-action p {
	margin-bottom: 30px;
	font-family: sans-serif;
	margin-top: 10px;
}
.glyphicon-large {
	font-size: 80px;
}
h3 {
    color: rgb(0, 0, 0);
	font-size:40px;
}
h4 {
    color: rgb(0, 0, 0);
	font-size:120px;
}
hr {
	border-width: 3px;
	border-color: #000000;
	max-width: 100px;
}
.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto;
}
.no-gutter>[class*=col-] {
padding-right:0;
padding-left:0
}

section {
    padding: 50px 0;
}

a.nav-active {
    color:#ffffff;
}
.portfolio-box {
    background-color: beige;
    position: relative;
    display: block;
    max-width: 365px;
    margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
	color:#fff;
	opacity:0;
	display:block;
	background:rgba(0, 0, 0, 0.9);
	position:absolute;
	bottom:0;
	text-align:center;
	width:100%;
	height:100%;
transition:all .35s
}
.portfolio-box:hover .portfolio-box-caption {
	opacity:1
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  font-size: 30px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.container-fluid-2 {
  background: url("../img/background2.jpg") no-repeat center center fixed;
  background-size: cover;
}
/* Contact */
.contactForm{ 
    margin-top:15px;
}
.contactForm .textarea { 
    min-height:220px; 
    resize:none;
}
.form-control { 
    background-color: #000000;
    box-shadow:none;
    border-color:#525252; 
    height:49px;
    font-size: 20px;
    resize:none;
}
.form-control:focus{
    color: #ffffff;
    box-shadow:none; 
    border-color:#ff0000;
}
.form-control-feedback{ 
    line-height:50px;
}
.btn-effect { 
    background:#000000; 
    border-color:#ffffff; 
    color:#ffffff;
}
.btn-effect:hover { 
    background:#ffffff;
    color:#000000;
}
.form-control-feedback {
    line-height: 50px;
    top: 0px;
}


.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
}
.filter-button
{
    font-size: 18px;
    border: 0px solid #42B32F;
    border-radius: 2px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
    background-color: black;

}
.filter-button:hover
{
    font-size: 18px;
    border: 0px solid #42B32F;
    border-radius: 2px;
    text-align: center;
    color: #000000;
    background-color: #ffffff;

}
.filter-button.active
{
    background-color: #000000;
    color: white;
}
.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
/* work*/
.work img {
    margin-left: 0px;
}
.work {
    
	text-align: left;
}
.work p {
	margin-bottom: 30px;
	font-family: sans-serif;
	margin-top: 10px;
}

.pager {
    font-size: 20px;
    padding-top: 50px;
     overflow: hidden;
}
.pager li a {
    border: 0px;
     color: white;
    border-radius: 0px;
    background: black;
}
.pager li a:hover{
    color: black;
}

.footer {
    overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
.container .text-muted {
  margin: 20px 0;
}

.work .col-lg-9 {
    background: white;
     overflow: hidden;
}

.work .col-md-3 {
    position: -webkit-sticky;
  position: sticky;
      top: 53px;
}
#click {
    position: fixed;
    border: 0px;
    background: rgb(0, 0, 0);
    color: white;
    float:right;
    width: 60px;
    height: 60px;
}
#click:hover {
    background: white;
    
}
#myBtn {
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: black; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 4px; /* Rounded corners */
}
