html{
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background-color: rgb(0, 0, 0);
    background-image: url(/img/Fondo-pag.svg);
}

@font-face {
    font-family: SCRIPTIN;
    src: url(/fonts/SCRIPTIN.ttf);
}

@font-face {
    font-family: clearlight;
    src: url(/fonts/clearlight.ttf);
}

@font-face {
    font-family: AlexBrush-Regular;
    src: url(/fonts/AlexBrush-Regular.ttf);
}

header {

    background-color: rgb(0, 0, 0, 0.5);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/img/Fondo-nav.svg);
    padding: 0 80px;
    display: flex;
    justify-content: center;
    align-items: center;

    position: sticky;
    top: 0;
}

menu {
    width: 900px;
    margin: 0 auto;
}

.nav {
    list-style: none;
    display: flex;
    gap: 80px;
    padding-top: 10px;
    padding-bottom: 10px;

}


.nav a {
    text-decoration: none;
    color: #d9ad26;
    font-weight: bold;
    justify-items: start;
    font-size: 30px;
    background-color: rgb(0, 0, 0, 0, 5);
}


.titulo {
    font-size: 100px;
    display: flex;
    justify-content: center;
    padding: 0px;
    font-family: SCRIPTIN;
    color: white;
}

.contenedor {
    display: flex;
    /*max-width: 100%;
    max-height: 10%;*/
    height: 70vh;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/img/Boda_hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    flex-direction: column;

    align-items: center;
    justify-content: center;
    text-align: center;

}

.contenedor .caja {
    display: flex;
    max-width: 900px;
    flex-flow: wrap row;
    justify-content: center;
}

.contenedor .caja h2 {
    color: white;
    font-size: 100px;
    justify-content: top;
    font-family: AlexBrush-Regular;

}

.contenedor .caja p {
    color: white;
    font-size: 70px;
    font-family: clearlight;
}

.Los_novios {
    display: flex;
    justify-content: center;
    flex-flow: wrap row;

}

.Los_novios img {
    width: 360px;
}

.Los_novios h4 {
    font-size: 60px;
    /*display: row;*/
    color: white;
    font-family: AlexBrush-Regular;
    padding:0;
}

.Los_novios p {
    display: inline-block;
    font-size: 80px;
    padding: 50px;
    font-family: clearlight;
    color: white;
}

h3 {
    display: flex;
    font-size: 100px;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    font-family: SCRIPTIN;
    color: white;
}

.ubicacion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.ubicacion .u-desc h4 {
    display: inline-block;
    background-color: black;
    color: white;
    padding-bottom: 10px;
    font-size: 70px;
    text-decoration: underline;

    font-family: AlexBrush-Regular;
}

.ubicacion .u-desc p {
    font-family: clearlight;

    color: white;
    font-size: 60px;
    padding-left: 100px;
    padding-right: 100px;
    font-weight: bold;
}

.ubicacion .u-foto img {
    border-color: #d9ad26;
    border-style: solid;
    border-radius: 5px;
    border-width: 5px;
}

.ubicacion .u-links a {
    font-family: AlexBrush-Regular;

    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 60px;
    padding: 10px;

    background-color: rgb(0, 0, 0);
    border-color: #d9ad26;
    border-style: solid;
    border-radius: 5px;
    border-width: 5px;
    display: inline-block;
    justify-content: center;
    gap: 60px;
    align-items: center;
}

video {
    max-height: 650px;
    min-height: 600px;
    display: row;

}

#cuenta {
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
    color: #d9ad26;

}

.fecha .texto-fecha p{
    display: flex;
    justify-content: center;
    padding: 20px;
    color: #ffffff;
    font-family: clearlight;
    font-size: 60px;
    font-weight: bold;
}

.simply-section {
    background-color: black;
    width: 200px;
    height: 140 px;
    margin: 0 20px;

    border-radius: 20px;
    border-style: groove;
    border-color: #d9ad26;

    display: flex;
    justify-items: center;
    justify-content: center;

}


.simply-amount {
    font-family: clearlight;
    display: block;
    font-size: 70px;
    padding-top: 10px;
    padding-left: 5px;
}

.simply-word {
    font-family: clearlight;
    font-size: 70px;

}

.entrada {
    display: flex;
    justify-content: center;
    justify-items: center;
    padding: 10px;

    color: #ffffff;
    text-align: center;

    margin-bottom:100px;
}

.entrada .e-desc h4 {
    font-family: AlexBrush-Regular;
    font-size: 70px;
    font-weight: bold;
}

.entrada .e-desc p{
    font-family: clearlight;
    font-size: 60px;
    font-weight: bold;

}

.entrada .e-desc a{
    font-family: AlexBrush-Regular;

    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 60px;
    padding: 10px;

    background-color: rgb(0, 0, 0);
    border-color: #d9ad26;
    border-style: solid;
    border-radius: 5px;
    border-width: 5px;
    display: inline-block;
    justify-content: center;
    gap: 50px;
    align-items: center;
    margin-left:50px ;
}