* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: rgb(161, 161, 161);
}

h1,
h2,
h5 {
    font-family: 'Arizonia', cursive;
}

h4 {
    font-size: 1.1rem;
}

.portada {
    height: 100vh;
    background-image: url("../imgs/wed-banner.jpeg");
    background-size: cover;
    background-attachment: fixed;
}

.countdown {
    background-image: url("../imgs/para0.jpeg");
    background-size: cover;
    background-attachment: fixed;
}

/*COUNTDOWN*/
#timer {
    font-size: 3rem;
    font-weight: 100;
    color: white;
    text-shadow: 0 0 20px #ffa500;
}

#timer div {
    display: inline-block;
    width: 23%;
    border: 1px solid white;
    text-align: center;
    padding: 30px 40px;
    margin-right: 0.5%;
    margin-left: 0.5%;
}

#timer div span {
    color: #ffffff;
    display: block;
    font-size: .35em;
    font-weight: 400;
}

.countdown h2::after {
    font-family: "Flaticon";
    content: "\f108";
    font-size: 35px;
    margin-left: 10px;
    margin-top: 20px;
    line-height: 2rem;
}

sup {
    font-size: 1rem;
    top: -1.8rem;
}

.quote_paral {
    height: auto;
    background-image: url("../imgs/para11.jpeg");
    background-size: cover;
    background-attachment: fixed;
}

.text-italic {
    font-style: italic;
    font-size: 2rem;
    font-weight: 300;
    color: white;
}

.grey_bg {
    background-color: rgb(240, 240, 240);
}

.bride {
    height: 70vh;
    background-image: url("../imgs/parabride.jpeg");
    background-size: cover;
    background-attachment: fixed;
}

.groom {
    height: 70vh;
    background-image: url("../imgs/paragroom.jpeg");
    background-size: cover;
    background-attachment: fixed;
}

.bride_div,
.groom_div {
    background-color: rgba(0, 0, 255, 0.822);
}

.bride_head {
    margin-top: 0px;
    margin-bottom: 100px;
}

.bride_head img {
    width: 15%;
    margin-left: 42.5%;
    margin-top: -80px;
    border: 10px solid white;
}

.border_circle {
    border: 10px solid rgb(240, 240, 240);
}

.attending {
    height: 70vh;
    background-image: url("../imgs/para3.jpeg");
    background-size: cover;
    background-attachment: fixed;
}

.blog_link {
    text-decoration: none !important;
    cursor: pointer;
}

.blog_link::after {
    font-family: "Flaticon";
    content: "\f101";
    color: coral;
    line-height: 6rem;
    margin-left: 15px;


}
.finish {
    height: 50vh;
    background-image: url("../imgs/para4.jpeg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
footer{
    background-color: #1f1f1f;
}
footer span{
    font-family: "Arizonia";
    font-size: 4rem;
}
@media (max-width:576px) {
    #timer {
        font-size: 2rem;
        text-shadow: 0 0 5px #ffa500;
    }

    #timer div {
        display: inline-block;
        min-width: 70px;
        border: 1px solid white;
        padding: 10px 20px;
        margin-right: 5px;
        ;
    }

}