/*body {
  background-image: url("https://source.unsplash.com/TgWWeaTAXCM");
  background-size: 100% 100%;
  width: 100vw;
  height: 100vh;
  padding: 50px;
  font-family: 'Cormorant Garamond', serif;
}
*/

h1, h2, h3, h4 {
  font-family: 'Oswald', sans-serif;
}

p, li, a, h5 {
  font-family: 'Quattrocento', serif;
}


html, body,
        .view {
            width: 100%;
        }
        /* Navigation*/
        
        .navbar {
            background-color: transparent;
        }
        
        .scrolling-navbar {
            -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
            -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
            transition: background .5s ease-in-out, padding .5s ease-in-out;
        }
        
        .top-nav-collapse {
            background-color: #1C2331;
        }
        
        footer.page-footer {
            background-color: #1C2331;
            margin-top: 0;
        }
        
        @media only screen and (max-width: 768px) {
            .navbar {
                background-color: #1C2331;
            }
        }
        /* Carousel*/
        
        .carousel,
        .carousel-item,
        .active {
            height: 100%;
        }
        
        .carousel-inner {
            height: 100%;
        }
        
        .flex-center {
            color: #fff;
        }
        
        .carousel-caption {
            height: 100%;
            padding-top: 7rem;
        }

.main-header {
  -webkit-animation-duration: 5s;
  -webkit-animation-delay: .1s;
  /*-webkit-animation-iteration-count: infinite;*/

  -moz-animation-duration: 5s;
  -moz-animation-delay: .1s;
  /*-moz-animation-iteration-count: infinite;*/

  -o-animation-duration: 5s;
  -o-animation-delay: .1s;
  /*-o-animation-iteration-count: infinite;*/
}

.main-roller {
  -webkit-animation-duration: 5s;
  -webkit-animation-delay: .1s;
  /*-webkit-animation-iteration-count: infinite;*/

  -moz-animation-duration: 5s;
  -moz-animation-delay: .1s;
  /*-moz-animation-iteration-count: infinite;*/

  -o-animation-duration: 5s;
  -o-animation-delay: .1s;
  /*-o-animation-iteration-count: infinite;*/
}


#contact{
background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
  color:#f4f4f4;
  padding-bottom:80px;
}

textarea.form-control{
    height:100px;
}

p{
  margin:0 0 25px;
  font-size:18px;
  line-height:1.6em;
}

#first-header {
  font-size: 5rem;
  letter-spacing: 1.25rem;
}

