@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,600&display=swap");
/*@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/Gotham-BookItalic.eot');
    src: url('fonts/Gotham-BookItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-BookItalic.woff2') format('woff2'),
        url('fonts/Gotham-BookItalic.woff') format('woff'),
        url('fonts/Gotham-BookItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/Gotham-Book.eot');
    src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Book.woff2') format('woff2'),
        url('fonts/Gotham-Book.woff') format('woff'),
        url('fonts/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.eot');
    src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Light.woff2') format('woff2'),
        url('fonts/Gotham-Light.woff') format('woff'),
        url('fonts/Gotham-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}*/
body {
  font-family: "Montserrat", sans-serif;
  color: #383838;
}

.column {
  max-width: 1200px;
  margin: 0 auto;
}

a {
  color: #000000;
  text-decoration: none;
}
a.more {
  text-decoration: underline;
  font-weight: bold;
}
a:hover {
  color: #383838;
}

.bg-black a {
  color: #ffffff;
  text-decoration: none;
}
.bg-black a:hover {
  color: #d7d7d7;
}

.modal-body h2 {
  padding-top: 0 !important;
}
.modal-body .img-fluid {
  width: 100%;
}

@media screen and (max-width: 832px) {
  footer {
    font-size: 14px;
  }
}

nav #gradiant {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: linear-gradient(0deg, rgba(26, 26, 26, 0) 0%, rgba(0, 0, 0, 0.37) 100%) 0% 0% no-repeat padding-box padding-box transparent;
}
nav a.navbar-brand {
  font-weight: 300;
  font-size: 53px;
  letter-spacing: 10.6px;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  nav a.navbar-brand {
    font-size: 40px;
    letter-spacing: 8px;
  }
}
nav .navbar-toggler {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 88px;
  font-size: 35px;
}
nav .navbar-toggler:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  nav .navbar-toggler {
    width: 72px;
    font-size: 30px;
  }
}

#menu .nav-item {
  padding-bottom: 22px;
}
#menu .nav-item:last-child {
  padding-bottom: 0;
}

.btn,
.nav-link {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
}

#home header {
  background-color: #d7d7d7;
  background-image: url(../images/cover.jpg);
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*@media screen and (max-width: 576px) {
      background-position: left -70% top;
  }*/
}
#home header .h1 {
  font-size: 150px;
  font-weight: 300;
  letter-spacing: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 1079px) {
  #home header .h1 {
    font-size: 75px;
    letter-spacing: 15px;
  }
}
@media screen and (max-width: 768px) {
  #home header .h1 {
    font-size: 75px;
    letter-spacing: 15px;
  }
}
#home header blockquote {
  font-weight: 300;
  font-size: 34px;
  letter-spacing: 3.4px;
}
#home header figcaption {
  font-weight: 300;
  font-size: 25px;
  letter-spacing: 3.4px;
}
@media screen and (max-width: 768px) {
  #home header {
    background-position: top center;
    background-image: url(../images/cover-mobile.jpg);
  }
}
#home h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 50px;
  letter-spacing: 8px;
}
#home h2 strong {
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 4px;
}
@media screen and (max-width: 832px) {
  #home h2 {
    font-size: 40px;
    letter-spacing: 6px;
  }
  #home h2 strong {
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 30px;
    display: block;
  }
}
@media screen and (max-width: 500px) {
  #home h2 {
    font-size: 30px;
    letter-spacing: 5px;
  }
  #home h2 strong {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 22px;
  }
}
#home #cover {
  background-color: #F8F8F8;
}
#home #cover > .bg-image {
  min-height: 100vh;
  background-image: url(../images/about.jpg);
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#home #cover > .bg-image img {
  max-height: 250px;
}
#home #galleries {
  padding-top: 4rem !important;
}
#home #galleries .gallery {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
}
#home #galleries .gallery a figure {
  width: 100%;
  overflow: hidden;
}
#home #galleries .gallery a figure img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
  height: auto;
}
#home #galleries .gallery a:hover figure img {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#home #galleries .gallery div {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.1607843137);
  -moz-box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.1607843137);
}
#home #galleries .gallery div p {
  min-height: 7.5rem;
  position: relative;
}
#home #galleries .gallery div p .icon-more {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -28px;
  width: 40px;
}
#home #portfolio {
  background-color: #F8F8F8;
}
#home #portfolio .row > div {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media screen and (max-width: 832px) {
  #home #portfolio {
    margin: 0 -12px;
  }
}
#home #references {
  background-color: #383838;
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
#home #traits {
  background-color: #000000;
  color: #ffffff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(../images/traits.jpg);
  background-position: center center;
  text-transform: uppercase;
}
#home #traits h2 {
  text-align: left;
}
#home #traits > div:first-child {
  padding-top: 4rem !important;
}
@media screen and (max-width: 768px) {
  #home #traits {
    background-position: left 8% center;
  }
}
#home #contact > .bg-image {
  min-height: 100vh;
  background-image: url(../images/contact.jpg);
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.gallery div {
  margin: 0;
  padding: 0;
}

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