@font-face {
  font-family: 'Cinzel';
  src: url("../fonts/Cinzel-Black.eot");
  src: url("../fonts/Cinzel-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Cinzel-Black.woff") format("woff"), url("../fonts/Cinzel-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Cinzel';
  src: url("../fonts/Cinzel-Regular.eot");
  src: url("../fonts/Cinzel-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Cinzel-Regular.woff") format("woff"), url("../fonts/Cinzel-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Cinzel';
  src: url("../fonts/Cinzel-Bold.eot");
  src: url("../fonts/Cinzel-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Cinzel-Bold.woff") format("woff"), url("../fonts/Cinzel-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
.navbar {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  background: #ffffff; }
  @media screen and (max-width: 991px) {
    .navbar {
      height: 60px; } }
  .navbar .navbar-toggler {
    border-radius: 0px; }
    .navbar .navbar-toggler[aria-expanded="true"] {
      background-color: #000000; }
      .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 991px) {
      .navbar .navbar-nav {
        position: relative;
        top: 60px;
        height: auto;
        width: 100%;
        background: #ffffff;
        box-shadow: 0px 0px 25px #efefef; } }
    .navbar .navbar-nav a {
      display: inline-block;
      float: none; }
      .navbar .navbar-nav a.nav-link {
        color: #000000 !important;
        font-size: 18px;
        letter-spacing: 1px;
        padding-left: 30px;
        padding-right: 30px;
        position: relative; }
        .navbar .navbar-nav a.nav-link:before {
          content: "";
          position: absolute;
          width: 0px;
          height: 1px;
          bottom: 7px;
          left: 30px;
          background-color: #000000;
          visibility: hidden;
          -webkit-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s; }
        .navbar .navbar-nav a.nav-link:hover:before {
          visibility: visible;
          width: 30px;
          color: #000000; }
          @media screen and (max-width: 991px) {
            .navbar .navbar-nav a.nav-link:hover:before {
              visibility: hidden; } }
      @media screen and (max-width: 991px) {
        .navbar .navbar-nav a {
          display: block;
          border-top: 1px #efefef solid;
          padding: 15px; }
          .navbar .navbar-nav a:hover {
            background-color: #000000;
            color: #ffffff !important; } }
  .navbar .navbar-collapse {
    text-align: center; }

.btn-black {
  border: 1px #000000 solid;
  color: #000000;
  border-radius: 0px;
  padding: 20px 55px; }
  .btn-black:hover {
    background: #000000;
    color: #ffffff; }

.btn-white {
  border: none;
  background: #ffffff;
  color: #000000;
  border-radius: 0px;
  padding: 20px 55px; }
  .btn-white:hover {
    background: #000000;
    color: #ffffff; }

button:focus {
  outline: none; }

body {
  font-family: 'Cinzel';
  font-size: 18px; }

section.gallery-section .gallery-row {
  padding-bottom: 40px; }
  @media screen and (max-width: 768px) {
    section.gallery-section .gallery-row {
      padding-bottom: 0px; } }
  @media screen and (max-width: 768px) {
    section.gallery-section .gallery-row a {
      margin-bottom: 40px; } }
section.fullheight {
  height: 100vh; }
  section.fullheight .author {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    section.fullheight .author h1 {
      font-size: 48px;
      letter-spacing: 5px; }
      @media screen and (max-width: 768px) {
        section.fullheight .author h1 {
          font-size: 36px; } }
    section.fullheight .author p {
      font-size: 22px;
      font-weight: 500;
      letter-spacing: 5px;
      border-top: 1px #000000 solid;
      width: 300px;
      margin-left: auto;
      margin-right: auto; }
section.header-section {
  padding-top: 100px;
  padding-bottom: 30px; }
section.home-section {
  padding-top: 100px;
  padding-bottom: 100px; }
  section.home-section h2 {
    font-size: 48px;
    letter-spacing: 5px;
    margin-bottom: 60px; }
  section.home-section p {
    line-height: 30px; }
  section.home-section.white-text {
    color: #ffffff;
    text-shadow: 0px 0px 24px #999999; }
    section.home-section.white-text h2 {
      margin-top: 50px;
      font-size: 78px; }
  section.home-section.grey {
    background-color: #f9f9f9; }
section.parallax {
  /* Set a specific height */
  height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
section.flats-section .flat {
  min-height: 400px; }
  section.flats-section .flat.flat-img {
    background-repeat: no-repeat;
    background-size: cover; }
  section.flats-section .flat.flat-text .align-self-center {
    padding: 40px; }
    @media screen and (max-width: 768px) {
      section.flats-section .flat.flat-text .align-self-center {
        padding: 10px; } }

.smalti-heart {
  background: #ffffff url(../img/smalti-heart.jpg) no-repeat right bottom; }
  @media screen and (max-width: 1920px) {
    .smalti-heart {
      background-size: 700px; } }
  @media screen and (max-width: 768px) {
    .smalti-heart {
      background-size: 400px; } }

.flat-bg-t1 {
  background-image: url(../img/flat_t1.jpg); }

.flat-bg-t2 {
  background-image: url(../img/flat_t2.jpg); }

.flat-bg-t3 {
  background-image: url(../img/flat_t3.jpg); }

.flat-bg-t4 {
  background-image: url(../img/flat_t4.jpg); }

.flat-bg-s1 {
  background-image: url(../img/flat_s1.jpg); }

.flat-bg-s2 {
  background-image: url(../img/flat_s2.jpg); }

.flat-bg-s3 {
  background-image: url(../img/flat_s3.jpg); }

.flat-bg-s4 {
  background-image: url(../img/flat_s4.jpg); }

.flat-bg-s5 {
  background-image: url(../img/flat_s5.jpg); }

.smalti-bg {
  background-image: url(../img/smalti1.jpg); }

.italy-bg {
  background-image: url(../img/italy.jpg); }
  @media screen and (min-width: 1920px) {
    .italy-bg {
      height: 800px !important; } }

.italy2-bg {
  background-image: url(../img/italy2.jpg);
  background-size: cover; }
  @media screen and (min-width: 1920px) {
    .italy2-bg {
      height: 800px !important; } }

footer {
  width: 100%;
  height: 40px;
  background: #ffffff; }

.arrow-bottom {
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 10; }

/*# sourceMappingURL=style.css.map */
