html, body, .pf-main-container {
  height: 100%;
  background: #1a1a1a;
}
/*global style for every page content*/
.sub-content {
  height: 100%;
  background: #1c1c1c;
  padding-bottom: 40px;
}

@font-face {
  font-family: 'lato';
  src: url('../fonts/Lato/Lato-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Lato/Lato-Regular.woff') format('woff');
}

@font-face {
  font-family: 'lato-light';
  src: url('../fonts/Lato/Lato-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Lato/Lato-Light.woff')  format('woff');
}

@font-face {
  font-family: 'lato-extra-light';
  src: url('../fonts/Lato/Lato-ExtraLight.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Lato/Lato-ExtraLight.woff')  format('woff');
}

@font-face {
  font-family: 'signature';
  src: url('../fonts/ArtySignature.otf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Lato-ExtraLight.woff')  format('woff');
}

@font-face {
  font-family: 'HenriDidot';
  src: url('../fonts/Henry-Didot/HenriDidot.otf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Henry-Didot/HenriDidot.woff')  format('woff');
}

.title {
  color: white !important;
  font-family: 'HenriDidot';
  text-transform: uppercase;
}

#home {
  display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  background: url(../images/photos/gel.jpg);
  background-size: cover; 
  opacity: 0;
  -webkit-animation: fadeIn 1s 1s linear forwards;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#home span {
  color: #ffffff;
  font-weight: lighter;
  letter-spacing: 8px;
  position: relative;
  top: -120px;
  font-size: 7pt;
}


@media screen and (max-width: 768px) {
  .navbar {
    background: none;
    border: none;
  }
}

.navbar {
  background: none;
  border: none;
  padding: 20px 40px;
}

.navbar-nav li a{
  color: white !important;
  font-family: lato-extra-light;
  transition: all .5s ease;
}

.navbar-nav li a:hover {
  color: #dd5543 !important;
}

.navbar-nav li a.active {
  color: #dd5543 !important;
}

.portfolio-main-container {
  height: 100%;
}

.henriDidot {
  font-family: HenriDidot;
}

.border-left {
  border-left: 1px solid #dd5543;
  padding-left: 20px;
}

.div-title {
  font-family: lato-extra-light;
  color: #c6c6c6;
  font-size: 4vw;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.full-height {
  height: 100%;
}

.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.v-center {
  vertical-align: middle !important;
  display: table-cell !important;
}

.about {
  height: 100%;
  background: url(../images/photos/gel-bg.jpg);
  background-size: cover; 
  opacity: 0;
  -webkit-animation: fadeIn 1s 1s linear forwards;
}

.about .left {
  height: 100%;
}

.about .right {
  height: 100%;
}

.about .about-me {
  font-family: lato-light;
  color: #c6c6c6;
  line-height: 2;
}

.contacts {
  height: 100%;
  background: url(../images/photos/katg2.jpg);
  background-size: cover; 
  opacity: 0;
  -webkit-animation: fadeIn 1s 1s linear forwards;
  background-position-y: -200px;
}

.contacts.left {
  height: 100%;
  background: #1a1a1a;
}

.contacts .contact-info strong {
  font-family: lato-light;
  color: #c6c6c6;
  font-size: 20pt;
}

.contacts .contact-info span {
  font-family: lato-extra-light;
  color: #dd5543;
  font-size: 20pt;
}

.contacts.right {
  height: 100%;
}

.navbar-toggle, .navbar-toggle:hover, .navbar-toggle:focus {
  background-color: transparent !important;
  border: none;
  
}

.navbar-toggle span.icon-bar {
  background-color: #dd5543 !important;
}

#works {
  padding-top: 80px;
}
.grid-item {
  margin-bottom: 20px;
}

.grid-item img {
  width: 400px;
}

/*     new         */

.side-nav {
  z-index: 9;
  list-style-type: none;
  line-height: 60px;
}

.side-nav li a {
  text-decoration: none;
}

.side-nav li a span {
  position: relative;
  font-size: 8pt;
  top: 1px;
  left: 5px;
  color: #ffffff;
  letter-spacing: 4px;
  display: none;
}

.side-nav-icon {
  width:10px;
}

#home {
  height: 740px;
  background: url(../images/photos/home.jpg);
  background-size: cover;
  z-index: 1;
  background-position: center;
}

.logo {
  font-size: 10vw;
  letter-spacing: 30px;
  color: white !important;
  font-family: 'HenriDidot';
  text-transform: uppercase;
}

.sub-logo {
  font-family: lato-light;
  font-size: 12pt;;
  color: white !important;
  text-transform: uppercase;
  letter-spacing: 13px;
  
}

#gallery {
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

#gallery .img-container {
  padding: 10px;
}

#gallery .img-container img {
  width: 100%;
}

#about {
  height: 800px;
  background: url(../images/photos/about.jpg);
  background-size: cover;
}

#about span {
  font-size: 12pt;
  
  font-family: lato-light;
  
  line-height: 2;
  
}