body {
  font-family: 'Karla', sans-serif;
  background: url("../images/bg.jpg") top center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  padding-bottom: 75px; }
  @media (min-width: 768px) {
    body {
      padding-bottom: 110px; } }

body::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(34, 34, 34, 0.8);
}

@media (min-width: 1024px) {
  body {
    background-attachment: fixed;
  }
  .ipad.tablet .page-title{	
		font-size: 80px !important;
	}
	.ipad.tablet .page-description{	
		min-width: 50%;
		max-width: 800px;
		font-size: 25px !important;
	}
	
}
.navbar-brand {
  margin-right: 0; }
  .navbar-brand img {
    height: 60px; }
body main {
	z-index: 1;
}
.link-text a {
  color: #fff;
}
.navbar-dark {
  padding-top: 35px;
  padding-bottom: 35px; }
  .navbar-dark .navbar-text {
    color: #ffffff;
    opacity: 1;
    padding: 0 20px;
    border-right: 1px solid #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center; }
    .navbar-dark .navbar-text:last-child {
      border-right: 0; }
  @media (max-width: 767px) {
    .navbar-dark {
      padding-bottom: 0; } }

.page-title {
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 6px; }
  @media (max-width: 767px) {
    .page-title {
      font-size: 35px;
      margin-bottom: 14px; } }

.page-description {
  max-width: 465px;
  font-size: 18px;
  margin-bottom: 59px; }
  @media (max-width: 767px) {
    .page-description, .link-text {
      font-size: 18px; } 
	 .page-description{
		  margin-bottom: 25px;
	 }
	 }	

p {
  font-size: 14px;
  margin-bottom: 21px; }


@media (min-width: 576px) {
	.container, .container-sm {
	  max-width: 100%;
	}
}
@media (min-width: 1200px) {
	.container, .container-sm {
	  max-width: 1140px
	}
}
@media (min-width: 800px) {
	.ipad.tablet .page-title{	
		font-size: 45px;
	}
	.ipad.tablet .page-description{	
		font-size: 20px;
	}
}