.logo-header h1 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 56px;
	line-height: 60px;
	
}
.logo-header h1 span {
	font-size: 20px;
	letter-spacing: 1px;	
	display: none;
}

.logo-header h2 {
    text-align: center;
    /* letter-spacing: 1px; */
    font-size: 20px;
    margin-bottom: 10px;
    color: #666;
    font-family: 'Lora';
    font-weight: 700;
}

.logo-header img, .logo-footer img {
    height: auto;
    width: auto;
    padding: 20px;
}

.header-sidenav .header-nav .navbar-nav {
    padding: 10px 0;
}


.main-video {
    height: 100vh;
    background-position: center;
    position: relative;
    background-size: cover;
}
.owl-nav {
/*	display: none !important;*/
}

.red {
	color: red !important;
}



.fixed-slider .slide {
    height: 100vh;
    background-position: center;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {

  height: 100vh;
  background: url("../images/opticz-slide-bryle-p-01.jpg") center;
  background-size: cover;
}

#hero:before {
  content: "";
  background: rgba(5, 13, 24, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#hero .hero-container {
  position: relative;
  z-index: 2;
  min-width: 300px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero p {
  color: #fff;
  margin-bottom: 50px;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}

#hero p span {
  color: #fff;
  padding-bottom: 4px;
  letter-spacing: 1px;
  border-bottom: 3px solid #A01820;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 40px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}



