
.row {
    max-width: 1140px;
    margin: 0 auto;
}

html { scroll-behavior: smooth; }


/* ############################## */
/*            HEADER              */
/* ############################## */

#logo {
    height: 130px;
    margin-top: 20px;
}

#navigation { margin-top: 55px; }

header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/huracan_image.png);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    height: 100vh;
}

#header-text-box {
    position: absolute;
    width: 1140px;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -70%);
}


/* ############################## */
/*            SERVICES            */
/* ############################## */

#section-wedding {
    padding-top: 80px;
    padding-bottom: 60px;
}
.btn-full{
  background-color: #d0a134 !important;
  border-color: #d0a134 !important;
  }
.btn-ghost{
  border-color: #d0a134 !important;
  color: #FFFFFF !important;
}
.btn-ghost:hover{
  background-color: #d0a134 !important;
}
.service-text-box {
    text-align: center;
}

.service-text-box i {
    font-size: 450%;
    color: #d0a134;
}

.service-text-box p {
    width: 80%;
    margin-left: 10%;
    line-height: 150%;
}

.service-text-box a:link,
.service-text-box a:visited {
    font-size: 130%;
    text-decoration: none;
    color: #d0a134;
    padding-bottom: 4px;
    border-bottom: 1px solid #d0a134;
    display: inline-block;
    margin-top: 20px;
    transition: border-bottom 0.2s color 0.2s;
}

.service-text-box a:hover,
.service-text-box a:active {
    color: #2980b9;
    border-bottom: 1px solid transparent;
}

/* ----- WEDDING ----- */

#wedding-img-box {
    display: flex;
    justify-content: center;
}

#wedding-img-box img {
    width: 90%;
    border-radius: 7%;
    -webkit-box-shadow: 2px 4px 10px 0px rgba(0,0,0,0.67);
    -moz-box-shadow: 2px 4px 10px 0px rgba(0,0,0,0.67);
    box-shadow: 2px 4px 10px 0px rgba(0,0,0,0.67);
    height: 100% !important;
}

/* ----- RENTAL AND RIDE ----- */

#section-rental-and-ride {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgba(247, 231, 206, 0.1);
}


/* ############################## */
/*              FORM              */
/* ############################## */

#section-form { padding: 60px 0; }

#contact-form { width: 60%; }


/* ############################## */
/*           ANIMATIONS           */
/* ############################## */

.js--wedding-section {
    opacity: 0;
    animation-duration: 1s;
}
#footer-menu{
  display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
#footer-menu > div:nth-child(2){
  text-align: center;
 }
#footer-menu > div > ul > li{
  list-style-type: none !important;
  margin: 5px;
  }
#footer-menu > div > ul > li > a{
  text-decoration: none;
  color: #a1a9b3 !important;
  }
