/* STYLE FOR: <Project Title>

Google Fonts used:

font-family: 'Cormorant', serif;
font-family: 'Noto Sans JP', sans-serif;

*/

/* GEN POP */

html {
  scroll-behavior: smooth;
}
p {
  font-size: 1.1rem;
  line-height: 175%;
  font-family: 'Noto Sans JP', sans-serif;
  color: rgba(0, 0, 0, 0.5);
}
a {
   color: #000;
}
a:hover {
   text-decoration: none;
   color: #ffc600;
}

/* HEADINGS */

.bg-top .caption h1 {
  color: #fff;
  font-family: 'Cormorant', serif;
  font-size: 3.5rem;
  margin-bottom: 50px;
}
h1 {
  font-family: 'Cormorant', serif;
  font-size: 3rem;
  color: #fff;
}
h2 {
  font-family: 'Cormorant', serif;
  color: #000;
}
h2 span {
  font-size: 2.7rem;
}
h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 2px;
}
h4 {
  font-family: 'Cormorant', serif;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

/* COLORS */

.white {
  color: #fff;
}
.black {
  color: #000;
}

/* BACKGROUNDS */

.about-section {
  background-image: url('../img/bg-logo.png'), url('../img/bg-top-image.jpg');
  background-repeat: no-repeat, no-repeat;
  background-position: 0 150%, 100% 0;
  background-size: auto, auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.bg-gray {
  background-color: #706D6D;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.bg-gold {
  background-color: #DDB373;
  z-index: 100000;
  position: relative;
}

/* BUTTONS */



/* TYPO */

.credit {
  color: rgba(255, 255, 255, 0.7);
  font-size: .8rem;
  letter-spacing: 1px;
  font-weight: 100;
  margin-top: 5rem;
}

/* POSITION (PADDINGS, MARGINS, ETC..) */

.section {
   padding-top: 100px;
   padding-bottom: 100px;
}
.section-pad {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.section-gallery {
  padding-top: 13rem;
  padding-bottom: 0;
}
.section-loc {
  padding-top: 5rem;
  padding-bottom: 15rem;
}

/* LISTS */

ul.servicios {
  padding-left: 0;
  margin-top: 6rem;
}
ul.servicios li {
  list-style-type: none;
  color: #fff;
  padding: 20px 40px;
  font-family: 'Cormorant', serif;
  font-size: 2rem;
  margin-bottom: 30px;
  background: url('../img/gold-shape.png') no-repeat 100% 50% #DDB373;
}

/* HEADER */

.navbar-expand-lg {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 20px;
  background-color: transparent;
  width: 100%;
}
.navbar-brand {
  max-width: 165px;
}
.navbar-light .navbar-nav .nav-link {
  color: #111;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-family: 'Cormorant', serif;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #EFC936;
}
.navbar-light .navbar-nav .nav-item {
  margin-left: 10px;
  margin-right: 10px;
}


/* FOOTER */

footer {
  background: url('../img/logo-63-bn.png') no-repeat 50% 150% #706D6D;
  text-align: center;
  padding-top: 13rem;
  padding-bottom: 20px;
  color: #fff;
}
footer p {
  font-size: .9rem;
}
.maps {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}

/* CONTENT */

#videoHome {
  width: 100%;
  height: 350px;
}
.banner-top {
  height: 800px;
  position: relative;
  background: url('../img/banner-top.jpg') no-repeat 0 50%;
  background-size: 100%;
}
.hero-btn {
  color: #fff;
  letter-spacing: 2px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  margin-right: 30px;
}
.hero-btn:hover,
.hero-btn:focus {
  color: #fff;
  border-bottom: 2px solid #EFC936;
}
.section-divider {
  width: 2px;
  height: 200px;
  position: absolute;
  margin: 0 auto;
  background-color: #DDB373;
  z-index: 100;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -100px;
}
.line-wrapper {
  position: relative;
}
.gold-line {
  position: absolute;
  top: 18px;
  left: -180px;
  width: 150px;
  height: 2px;
  background-color: #DDB373;
}
.divider {
  width: 150px;
  background-color: #DDB373;
  padding-bottom: 2px;
  margin: 30px 0 30px 0;
}

/* MASONRY */

section.masonry {
  column-width: 200px;
  column-gap: 5px;
  padding: 5px;
  margin-top: 60px;
  margin-bottom: 150px;
}
section.masonry img {
  width: 100%;
  cursor: pointer;
  margin-top: 5px;
}
section.masonry img:hover {
  opacity: 0.6;
}
.ekko-lightbox-nav-overlay a {
  font-size: 50px;
  color: #fff;
}
.modal-body {
    padding: 0;
}

/* VIDEO */
#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
}

/* HOVER CSS */

/* Sweep To Left */
.hvr-sweep-to-left {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #C68525;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: white;
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
