/* Estilo del tema (recreación de la hoja "Agency" que faltaba en la copia de seguridad) */

body {
    overflow-x: hidden;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section {
    padding: 100px 0;
}

@media (min-width: 768px) {
    section { padding: 150px 0; }
}

.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

/* Navbar */
#mainNav {
    background-color: rgba(33, 37, 41, 0.95) !important;
    transition: padding 0.3s;
}
#mainNav .navbar-brand {
    font-family: 'Kaushan Script', cursive;
    letter-spacing: 1px;
}
#mainNav .navbar-nav .nav-link {
    font-size: 90%;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0.75em 1em;
    text-transform: uppercase;
    color: #fff;
}
#mainNav .navbar-nav .nav-link:hover {
    color: #b7c4d1;
}

/* Masthead / cabecera principal */
header.masthead {
    padding-top: 10rem;
    padding-bottom: 6rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
header.masthead .intro-text {
    text-align: center;
    width: 100%;
}
header.masthead .intro-lead-in {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
}
header.masthead .intro-heading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
header.masthead .intro-date {
    font-family: 'Kaushan Script', cursive;
    font-size: 34px;
    color: #6e7984;
    margin: 10px 0 30px;
}

@media (min-width: 768px) {
    header.masthead .intro-lead-in { font-size: 26px; }
}

.btn-xl {
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 50px;
    text-transform: uppercase;
}

/* Sección de direcciones / confirmar asistencia */
#asistencia {
    background-size: cover;
    background-position: center;
}
#asistencia .section-heading {
    color: inherit;
}

.carousel-item img {
    max-height: 640px;
    object-fit: cover;
}
