#countdown .time {
    font-size: 4.8vw;
    color: whitesmoke;
    font-family: 'Raleway', sans-serif !important;
}

#countdown .title {
    font-size     : 8vw;
    color: whitesmoke;
    /* font-family: 'Raleway', sans-serif !important; */
}

#countdown i{
    font-size: 10vw;
}

.semicircle {
    transform       : translate(-50%, -50%);
    height          : 100px;
    width           : 200px;
    border-radius   : 0 0 150px 150px;
    background-color: green;
}

.logo-cheers {
    background-color: #1d6f5a;
    -webkit-mask    : url('/images/cheers.svg') no-repeat center;
    mask            : url('/images/cheers.svg') no-repeat center;
    height          : 20vw;
}

.logo-parents {
    background-color: #1d6f5a;
    -webkit-mask    : url('/images/parents.svg') no-repeat center;
    mask            : url('/images/parents.svg') no-repeat center;
    height          : 18vw;
}

.logo-church {
    background-color: inherit;
    -webkit-mask    : url('/images/church3.svg') no-repeat center;
    mask            : url('/images/church3.svg') no-repeat center;
    height          : 3rem;
}

.logo-ceremonia {
    background-color: inherit;
    -webkit-mask    : url('/images/ceremonia2.svg') no-repeat center;
    mask            : url('/images/ceremonia2.svg') no-repeat center;
    height          : 3rem;
}

.logo-party {
    background-color: inherit;
    -webkit-mask    : url('/images/party.svg') no-repeat center;
    mask            : url('/images/party.svg') no-repeat center;
    height          : 18vw;
}

.icon-regalo {
    font-size: 11vw;
}

.bg-img-1 {
    background-image   : url('/images/bg-6.jpg');
    background-repeat  : no-repeat;
    background-size    : cover;
    background-position: center;
}

.bg-img-2 {
    background-image   : url('/images/bg-2.jpg');
    background-repeat  : no-repeat;
    background-size    : cover;
    background-position: center;
}

.bg-img-3 {
    background-image   : url('/images/bg-2.jpg');
    background-repeat  : no-repeat;
    background-size    : cover;
    background-position: center;
}

.bg-img-regalos {
    background-image   : url('/images/bg-8.jpg');
    background-repeat  : repeat;
    background-size    : 100% auto;
    background-position: center;
}

.custom-shadow {
    box-shadow: 0px 10px 5px #888, 0px -10px 5px #888;
}

h1 {
    margin-bottom: 0;
    font-weight  : bold;
}

.location-name {
    font-size    : 10vw;
    margin-bottom: 0;
    color        : whitesmoke;
}

button {
    font-size : 12vw !important;
    text-align: center !important;
    /* padding: 10px 20px !important; */
}

#swal-ajax-div {
    font-size  : 1vw;
    font-family: 'Raleway', sans-serif !important;
}

.swal-ajax-div button {
    font-size: 1vw !important;
}

.step-btn,
.confirm-btn {
    font-size: 5vw !important;
}

#swal2-html-container {
    margin: 1em 0.5em 0.3em;
}

.header-image {
    object-fit     : cover;
    /* Do not scale the image */
    object-position: center;
    /* Center the image within the element */
    height         : 50vh;
    width          : 100%;
}

#dedicatoria .body {
    font-size  : 30px;
    line-height: 0.9;
    text-align : center;
}

#dedicatoria .title {
    font-size  : 15vw;
    line-height: 0.9;
    text-align : center;
}

#anfitriones .body,
#date-div .body {
    font-size  : 4vw;
    line-height: 0.9;
    text-align : center;
    font-family: 'Raleway', sans-serif !important;
}

#anfitriones .title,
#date-div .title {
    font-size  : 15vw;
    line-height: 0.9;
    text-align : center;
}

#confirmation-success .address {
    font-size: 15px;
}

#input-search-code {
    /* height: 200px; */
    font-size     : 30px;
    font-family   : 'Raleway', sans-serif !important;
    font-weight   : 500 !important;
    text-align    : center;
    text-transform: uppercase;
}

#btn-search-code {
    font-size  : 20px !important;
    font-family: 'Raleway', sans-serif !important;
    text-align : center !important;
}


#confirmation-form .help-text-h1, #date-div .help-text-h1 {
    font-size  : 2vw;
    line-height: 0.9;
    font-family: 'Raleway', sans-serif !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    main {
        font-size: 20vw !important;
    }

    .section1 h1 {
        font-size: 20vw;
    }

    .section1 h2 {
        font-size: 15vw;
    }

    .section1 h3 {
        font-size: 10vw;
    }

    #confirmation-form h2,
    #date-div h2,
    .div-location h2 {
        font-size: 15vw;
    }

    #confirmation-form .help-text,
    #date-div .help-text {
        font-size  : 4vw;
        line-height: 0.9;
        font-family: 'Raleway', sans-serif !important;
    }

    #confirmation-form .help-text2{
        font-size  : 3.5vw;
        line-height: 0.9;
        font-family: 'Raleway', sans-serif !important;
    }

    #confirmation-form .help-text-h1,
    #date-div .help-text-h1 {
        font-size  : 4vw;
        line-height: 0.9;
        font-family: 'Raleway', sans-serif !important;
    }

    #swal-ajax-div {
        font-size  : 1vw;
        font-family: 'Raleway', sans-serif !important;
    }

    .swal-ajax-div button {
        font-size: 1vw !important;
    }

    .swal2-popup {
        width: 100%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    #countdown p{
        font-size: 3vw;
    }

    #countdown i{
        font-size: 7vw;
    }

    .section1 h1 {
        font-size: 10vw;
    }

    .section1 h2 {
        font-size: 9vw;
    }

    .section1 h3 {
        font-size: 5vw;
    }

    #confirmation-form h2,
    .div-location h2,
    #date-div h2 {
        font-size: 8vw;
    }

    #confirmation-form .help-text {
        font-size  : 1.7vw;
        line-height: 0.9;
        font-family: 'Raleway', sans-serif !important;
    }

    #confirmation-form .help-text2{
        font-size  : 1.4vw;
        line-height: 0.9;
        font-family: 'Raleway', sans-serif !important;
    }

    #anfitriones .body {
        font-size  : 3vw;
        line-height: 0.9;
        text-align : center;
        font-family: 'Raleway', sans-serif !important;
        font-weight: 500 !important;
    }

    #btn-search-code {
        font-size  : 5vw !important;
        text-align : center !important;
        font-family: 'Raleway', sans-serif !important;
        /* padding : 10px 20px !important; */
    }

    /* button {
         font-size: 5vw !important;
         text-align: center !important;
          padding: 10px 20px !important;
     } */

    .location-name {
        font-size    : 5vw;
        margin-bottom: 0;
    }

    #swal-ajax-div {
        font-size  : 1vw;
        font-family: Arial, Helvetica, sans-serif;
    }

    .step-btn,
    .confirm-btn {
        font-size: 1vw !important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #countdown p{
        font-size: 3vw;
    }

    #countdown i{
        font-size: 6vw;
    }

    .swal2-popup {
        width: 50% !important;
    }

    .icon-regalo {
        font-size: 6vw;
    }

    .header-image {
        object-fit     : cover;
        /* Do not scale the image */
        object-position: center;
        /* Center the image within the element */
        height         : 70vh;
        width          : 100%;
    }

    .header-image2 {
        object-fit     : cover;
        /* Do not scale the image */
        object-position: center;
        /* Center the image within the element */
        height         : 10vh;
        width          : 100%;
    }

    #dedicatoria .body {
        font-size  : 4vw;
        line-height: 0.9;
        text-align : center;
    }

    #dedicatoria .title {
        font-size     : 8vw;
        /* line-height: 0.9; */
        text-align    : center;
        margin-bottom : 30px;
    }

    #anfitriones .body {
        font-size  : 2vw;
        line-height: 0.9;
        text-align : center;
        font-family: 'Raleway', sans-serif !important;
        font-weight: 500 !important;
    }

    #anfitriones .title {
        font-size  : 8vw;
        line-height: 0.9;
        text-align : center;
    }

    #date-div .body {
        font-size  : 2vw;
        line-height: 0.9;
        text-align : center;
        font-family: 'Raleway', sans-serif !important;
    }

    #date-div .title {
        font-size  : 8vw;
        line-height: 0.9;
        text-align : center;
    }

    #input-search-code {
        /* height: 200px; */
        font-size  : 70px;
        font-family: 'Raleway', sans-serif !important;
        text-align : center;
    }

    #btn-search-code {
        font-size  : 30px !important;
        font-family: 'Raleway', sans-serif !important;
        text-align : center !important;
    }

    .logo-cheers {
        background-color: rgb(80, 117, 82);
        -webkit-mask    : url('/images/cheers.svg') no-repeat center;
        mask            : url('/images/cheers.svg') no-repeat center;
        height          : 10vw;
    }

    .logo-parents {
        background-color: rgb(80, 117, 82);
        -webkit-mask    : url('/images/parents.svg') no-repeat center;
        mask            : url('/images/parents.svg') no-repeat center;
        height          : 10vw;
    }

    .logo-party {
        background-color: inherit;
        -webkit-mask    : url('/images/party.svg') no-repeat center;
        mask            : url('/images/party.svg') no-repeat center;
        height          : 13vw;
    }

    .bg-img-1 {
        background-image   : url('/images/bg-6.jpg');
        background-repeat  : no-repeat;
        background-size    : 90%;
        background-position: center;
        padding            : 9vw 0 !important;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #countdown p{
        font-size: 2.5vw;
    }

    #countdown i{
        font-size: 4vw;
    }

    .logo-church {
        background-color: inherit;
        -webkit-mask    : url('/images/church3.svg') no-repeat center;
        mask            : url('/images/church3.svg') no-repeat center;
        height          : 10rem;
    }

    .logo-ceremonia {
        background-color: inherit;
        -webkit-mask    : url('/images/ceremonia2.svg') no-repeat center;
        mask            : url('/images/ceremonia2.svg') no-repeat center;
        height          : 10rem;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .swal2-popup {
        width: 50% !important;
    }

    .icon-regalo {
        font-size: 4vw;
    }

    .header-image {
        object-fit     : cover;
        /* Do not scale the image */
        object-position: center;
        /* Center the image within the element */
        height         : 70vh;
        width          : 100%;
    }



    #anfitriones .body,
    #date-div .body {
        font-size  : 35px;
        line-height: 0.9;
        text-align : center;
        font-family: 'Raleway', sans-serif !important;
    }

    #anfitriones .title,
    #date-div .title {
        font-size  : 8vw;
        line-height: 0.9;
        text-align : center;
    }

    #input-search-code {
        /* height: 200px; */
        font-size  : 70px;
        font-family: 'Raleway', sans-serif !important;
        text-align : center;
    }

    #btn-search-code {
        font-size  : 30px !important;
        font-family: 'Raleway', sans-serif !important;
        text-align : center !important;
    }

    .logo-cheers {
        background-color: #1d6f5a;
        -webkit-mask    : url('/images/cheers.svg') no-repeat center;
        mask            : url('/images/cheers.svg') no-repeat center;
        height          : 10vw;
    }

    .logo-parents {
        background-color: #1d6f5a;
        -webkit-mask    : url('/images/parents.svg') no-repeat center;
        mask            : url('/images/parents.svg') no-repeat center;
        height          : 10vw;
    }

    .bg-img-1 {
        background-image   : url('/images/bg-6.jpg');
        background-repeat  : no-repeat;
        background-size    : 90%;
        background-position: center;
        padding            : 7vw 0 !important;
    }

    #dedicatoria .body {
        font-size  : 3vw;
        line-height: 0.9;
        text-align : center;
    }

    #dedicatoria .title {
        font-size     : 8vw;
        /* line-height: 0.9; */
        text-align    : center;
        margin-bottom : 30px;
    }
}
