
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sofia&display=swap');

    body{
        font-family: 'Cormorant Infant',Georgia,"Times New Roman",serif;
        color: #404040;
        margin:8px;
    }
    
    nav{
        font-size: 13px;
        background: white;
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 0px !important;
    }

    .nav-link{
        color: #404040;
    }

    .nav-item{
        padding-left:15px;
        padding-right:15px;

    }
    
    .card{
        background-color: white !important;
        border: 0px;
        border-radius: 0px;
    }

    .card-text{
        font-size: 25px;
    }

    #topLabelName{
        text-align:center;
        font-size: 85px;
        text-shadow: 2px 2px #999999;
        font-family: 'Great Vibes', cursive;
    }
    
    #topSecondaryName{
        text-align:center;
        /*font-family: 'Cormorant Garamond', serif;*/
        font-family: 'Cormorant Infant',Georgia,'Times New Roman',serif;
        font-size: 35px;
        margin-top: 35px;
        font-style: italic;
        text-shadow: 2px 2px #666666;
    }

    .scrollToTop {
        color: #F6F6F6;
        position: fixed;
        bottom: 25px;
        right: 50px;
        width: 50px;
        height: 50px;
        text-align: center;
        cursor: pointer;
    }

    .button-float-right{
        /*color: white;
        text-shadow: 0.8px 1px #404040;
        border: 1px solid white;*/
        /* box-shadow: 1px 2px #999999; */
        /*font-family: 'Cormorant Infant',Georgia,'Times New Roman',serif;
        background: #e6d5cb !important;
        opacity: 0.8;*/
        z-index: 99;
        background: #8f9d8e;
        border: 1px solid white;
        text-shadow: 2px 2px #6c7b6b;

    }

    .button-float-right:hover{
        /*border: 1px solid white;
        background: #e6d5cb !important;
        color: #404040;
        text-shadow: 0.8px 1px white;*/
        background: #8f9d8e;
        border: 2px solid white;
        opacity: .6;
    }

    #father-section{
        margin-top:20px; 
        margin-bottom:20px;
        background:white; 
        padding:30px;
        font-size: 25px;
        text-align: center;
        max-width:850px;
    }

    #dresscode-section{
        margin-top:20px; 
        margin-bottom:20px;
        background:white; 
        padding:30px;
        font-size: 25px;
        text-align: center;
    }

    .labelDays{
        font-size:15px;
        text-shadow: 2px 2px #666666;
    }

    .numDays{
        font-size:30px;
        text-shadow: 2px 2px #666666;
        font-family: 'Sofia', cursive;
    }

    .clock_date{
        margin-top: 500px !important;
        font-style: normal;
        font-size: 30px;
        margin-bottom: 0px;
    }

    #clock_division{
        margin-top: 10px;
        text-align: center;
        border-bottom: 0.8px solid white;
        box-shadow: 1px 1px #666666;
    }

    #clock_numbers{
        margin-top:20px;
    }
    
    #topLabelAnd{
        font-size:40px;
    }

    #father-section-division{
        opacity: .5;
        width: 100px;
        text-shadow: 1px 1px white;
    }

    .father-section-parent-name{
        color:#6c7b6b;
        text-shadow: 1px 1px white;
    }

    #location-section{
        background-image:url(../images/marmol-image-back.webp)!important;
        padding:30px;
    }

    #confirmation-section{
        background-image:url(../images/marmol-image-back.webp)!important;
        padding:30px;
    }

    #img-salon{
        height:280px;
    }

    #image-02-section{
        background-image:url(../images/Joanna&Sergio_STD-128.jpg)!important;
        height: 500px;
        background-position: 50% 80%;
        opacity: 0.9;
        background-size: 1500px auto;
    }

    #image-03-section{
        background-image:url(../images/Joanna&Sergio_STD-151.jpg)!important;
        height: 500px;
        background-position: 50% 50%;
        opacity: 0.9;
        background-size: 1500px auto;
    }

    #image-04-section{
        background-image:url(../images/Joanna&Sergio_STD-039.jpg)!important;
        height: 500px;
        background-position: 50% 50%;
        opacity: 0.9;
        background-size: 1500px auto;
    }
    
    #weather-section{
        font-size:20px;
        margin-top:20px;
        margin-bottom:20px;
    }

    #gifts-section{
        font-size:20px;
        margin-top:20px;
        margin-bottom:20px;
    }

    @media screen and (max-width: 768px) {
        #topSecondaryName{
            font-size: 15px;
            margin-top: 0px;
            margin-bottom: 0px;
            text-shadow: 1px 1px #666666;
        }

        .card-img-overlay{
            padding:10px;
        }

        #topLabelName{
            font-size: 30px;
            text-shadow: 1px 1px #999999;
        }

        .clock_date{
            margin-top: 82px !important;
            font-style: normal;
            font-size: 15px !important;
            margin-bottom: 0px;
        }


        #clock_division{
            margin-top: 5px;
            text-align: center;
            border-bottom: 0.8px solid white;
            box-shadow: 1px 1px #666666;
        }


        .numDays{
            font-size:15px;
            text-shadow: 1px 1px #666666;
        }

        #clock_numbers{
            margin-top:8px;
        }

        #topLabelAnd{
            font-size:20px;
        }
        
        .navbar{
            padding-top:0px;
            padding-bottom: 10px !important;
        }

        #father-section{
            max-width: 350px;
            font-size: 18px;
            text-align: center;
        }

        #dresscode-section{
            max-width: auto;
            font-size: 18px;
            text-align: center;
        }

        #father-section-division{
            opacity: .5;
            width: 50px;
            text-shadow: 1px 1px white;
            margin-top:10px
        }

        .father-section-parent-name{
            margin-bottom:10px;
        }

        #img-salon{
            height:200px;
        }

        #image-02-section{
            height: 270px;
            background-size: 700px auto;
            background-repeat: no-repeat;
        }

        #image-03-section{
            height: 270px;
            background-size: 700px auto;
            background-repeat: no-repeat;
        }

        #image-04-section{
            height: 270px;
            background-size: 700px auto;
            background-repeat: no-repeat;
        }

        #sig-canvas{
           
        }

        .button-float-right{
            font-size: 12px;
        }

        .scrollToTop {
            right: 30px;
        }
        
    }


    .image-flip:hover .backside,
    .image-flip.hover .backside {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
        border-radius: .25rem;
    }

    .image-flip:hover .frontside,
    .image-flip.hover .frontside {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .mainflip {
        -webkit-transition: 1s;
        -webkit-transform-style: preserve-3d;
        -ms-transition: 1s;
        -moz-transition: 1s;
        -moz-transform: perspective(1000px);
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transition: 1s;
        transform-style: preserve-3d;
        position: relative;
    }

    .frontside {
        position: relative;
        -webkit-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        z-index: 2;
        margin-bottom: 30px;
    }

    .backside {
        position: absolute;
        top: 0;
        left: 0;
        background: white;
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
        -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
        box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    }

    .frontside,
    .backside {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: 1s;
        -webkit-transform-style: preserve-3d;
        -moz-transition: 1s;
        -moz-transform-style: preserve-3d;
        -o-transition: 1s;
        -o-transform-style: preserve-3d;
        -ms-transition: 1s;
        -ms-transform-style: preserve-3d;
        transition: 1s;
        transform-style: preserve-3d;
    }

    .frontside .card,
    .backside .card {
        min-height: 312px;
    }

    .backside .card a {
        font-size: 18px;
        color: #007b5e !important;
    }

    .frontside .card .card-title,
    .backside .card .card-title {
        color: #007b5e !important;
    }

    .frontside .card .card-body img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }




    .select2-selection--single{
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        padding-bottom:10px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 38px !important;
        height: 38px !important;
        color: #6c757d;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: var(--bs-body-bg);
        background-clip: padding-box;
        border: var(--bs-border-width) solid #d6d9db !important;
        border-radius: var(--bs-border-radius);
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

    }

    .select2-selection__placeholder{
        color:#6c757d !important;
    }
    .select2-selection__rendered{
        color: #6c757d !important;
        height: 38px !important;
    }

    ._select2-results__option{
        display: none !important;
    }

    .select2-selection__arrow {
        height: 38px !important;
    }

    #sig-canvas{
        border: var(--bs-border-width) solid #d6d9db !important;
        background:white;
        border-radius: var(--bs-border-radius);

    }