﻿/* dancing-script-regular - latin */
@font-face {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/dancing-script-v24-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/dancing-script-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/dancing-script-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/dancing-script-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/dancing-script-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/dancing-script-v24-latin-regular.svg#DancingScript') format('svg'); /* Legacy iOS */
}

/* crimson-text-regular - latin */
@font-face {
    font-family: 'Crimson Text';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/crimson-text-v19-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/crimson-text-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/crimson-text-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/crimson-text-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/crimson-text-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/crimson-text-v19-latin-regular.svg#CrimsonText') format('svg'); /* Legacy iOS */
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #5a5a5a;
}

h1 {
    font-size: 3.5em;
}

.navbar-brand {
    font-family: 'Dancing Script';
    font-size: 2em;
    padding: 2rem;
}

.navbar-brand-link, .navbar-brand-link:hover {
    text-decoration: none;
}

.navbar-brand-small {
    font-family: 'Dancing Script';
    font-size: 2em;
    display: none;
    color: white;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: none;
}

.nav-item {
    font-size: 1.2em;
}

.nav-link {
    color: #ccc !important;
}

    .nav-link:hover {
        color: #fff !important;
    }

.navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    height: 50px;
    line-height: 50px;
}

.nav-separator {
    font-size: 2.2em;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    height: 50px;
    line-height: 50px;
    color: #ccc !important;
}

.nav-flowers {
    height: 50px;
}

.round-photo-bride {
    border: 3px solid #7D3C58;
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.round-photo-groom {
    border: 3px solid #333;
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.round-photo-bridesmaid {
    border: 3px solid #7D3C58;
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin: 0.25rem 0.25rem 0.25rem 0.25rem;
}

.round-photo-groomsman {
    border: 3px solid #333;
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin: 0.25rem 0.25rem 0.25rem 0.25rem;
}

.round-photo-caption-bride {
    font-family: 'Dancing Script';
    font-size: 1.5em;
    float: 10;
    position: absolute;
    width: 350px;
    left: 50%;
    transform: translateX(-50%);
    top: 240px;
    background-color: #7D3C58;
    color: #fff;
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 20px) 50%, 100% 100%, 0% 100%, 20px 50%);
}

.round-photo-caption-groom {
    font-family: 'Dancing Script';
    font-size: 1.5em;
    float: 10;
    position: absolute;
    width: 350px;
    left: 50%;
    transform: translateX(-50%);
    top: 240px;
    background-color: #333;
    color: #fff;
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 20px) 50%, 100% 100%, 0% 100%, 20px 50%);
}

.bridesmaids-header {
    font-family: 'Dancing Script';
    font-size: 2em;
    width: 100%;
    background-color: #7D3C58;
    color: #fff;
    border: 1px solid white;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 20px 50%);
    text-align: right;
    padding-right: 0.75rem;
    margin-bottom:0.75rem;
}

.groomsmen-header {
    font-family: 'Dancing Script';
    font-size: 2em;
    width: 100%;
    background-color: #333;
    color: #fff;
    border: 1px solid white;
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 20px) 50%, 100% 100%, 0% 100%);
    text-align: left;
    padding-left: 0.75rem;
    margin-bottom: 0.75rem;
}

.bridegroom-header {
    font-size: 1.5em;
    margin-top: 1rem;
}

.bridesmaids-col {
    text-align: right;
}

.bridesmaid-row {
    margin-bottom:0.75rem;
    float:right;
    flex-wrap:nowrap !important;
}

.groomsmen-col {
    text-align: left;
    color: #333;
}
.groomsman-row {
    margin-bottom: 0.75rem;
    flex-wrap: nowrap !important; 
}

.bridesmaid-blurb {
    margin-top:1em;
    margin-right:0.75em;
}

.groomsman-blurb {
    margin-top: 1em;
    margin-left: 0.75em;
}

.squig {
    object-fit: scale-down;
    height: 20px;
    opacity: 0.75;
    margin-bottom: 0.75rem;
}

.header-text {
    font-family: 'Dancing Script';
    font-size: 2.75rem;
    color: #7D3C58;
    margin-top: 0.5rem;
}

.tidbit-list {
    text-align: left;
    font-size: 1.2rem;
    color: black;
    background-color: rgba(255, 255, 255, 0.3); 
    border-radius: 10px;
}

.blurb {
    text-align: justify;
    text-justify: inter-word;
    color: black;
}

.thumbnail {
    width: 150px;
    height: 150px;
    text-align: center;
    border: 2px solid #7D3C58;
    background-color: #333;
    margin: auto;
}

.thumbnail > img {    
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.img-color-overlay {
    background: linear-gradient(0deg, rgba(125, 60, 88, 0.3), rgba(125, 60, 88, 0.3)),url('/img/hands.jpg');
    background-size: cover;
    background-position-y: center;
}

.jumbotron-bridegroon {
    background: linear-gradient(0deg, rgba(222, 222, 222, 0.5), rgba(222, 222, 222, 0.5)),url('/img/ep/9.jpg');
    background-size: cover;
    background-position-y: center;
}

.event-header {
    font-size:1.5em;
}

.event-time {
    color: #333;
}

/* Gallery */
.gallery-row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
    box-sizing: border-box;
}

/* Create four equal columns that sits next to each other */
.gallery-column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
    box-sizing: border-box;
}

    .gallery-column img {
        margin-top: 8px;
        vertical-align: middle;
        width: 100%;
        box-sizing: border-box;
    }

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .gallery-column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .gallery-column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: calc(100vh - 56px);
}

.carousel-inner, .carousel-item {
    height: 100%;
}

.carousel-item {
    background-color: #777;
}

    .carousel-item img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    font-family: 'Dancing Script';
    top: 50%;
    bottom: initial;
    transform: translateX(-50%)translateY(-50%);
    left: 50%;
    right: initial;
    background-color: #0003;
    padding: 1rem;
    border-radius: 5px;
}

.carousel-subcaption {
    font-family: 'Crimson Text';
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

/* XX-Large */
@media (max-width: 1400px) {

}

/* X-Large */
@media (max-width: 1200px) {
    .nav-flowers {
        display: none;
    }

    .carousel-caption {
        transform: translateY(-50%);
        left: 20%;
        right: 20%;
    }
}

/* Large */
@media (max-width: 992px) {
}

/* Medium */
@media (max-width: 768px) {
    .nav-separator {
        display: none;
    }

    .navbar-brand-small {
        display: block;
        top:0px;
    }

    h1 {
        font-size: 2.5em;
    }

    h3 {
        font-size: 1.5em;
    }

    .carousel-caption {
        transform: translateY(-50%);
        left: 10%;
        right: 10%;
    }

}
 
/* Small */
@media (max-width: 576px) {

}
 


/* RSVP Attendees table */

.card-list-table {
    table-layout: fixed;
    background: transparent;
    margin-bottom: 0;
    width: 100%;
}

    .card-list-table thead {
        display: none;
    }

    .card-list-table tbody tr {
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        background: #fff;
        border-bottom: 1px solid #dfdfdf;
        display: block;
        padding: 15px 10px;
        margin: 0 0 10px 0;
    }

    .card-list-table tbody td {
        border: 0;
        display: block;
        padding: 10px 10px 20px 40%;
        position: relative;
    }

        .card-list-table tbody td:first-of-type::after {
            visibility: hidden;
        }

        .card-list-table tbody td:after {
            content: "";
            width: calc(100% - 30px);
            display: block;
            margin: 0 auto;
            height: 1px;
            background: #dfdfdf;
            position: absolute;
            left: 0;
            right: 0;
            top: -6px;
        }

        .card-list-table tbody td:before {
            color: rgba(0, 0, 0, 0.35);
            text-transform: uppercase;
            font-size: 0.85em;
            content: attr(data-title);
            display: table-cell;
            font-weight: 500;
            height: 100%;
            left: 15px;
            margin: auto;
            position: absolute;
            vertical-align: middle;
            white-space: nowrap;
            width: 40%;
        }

    .card-list-table thead th {
        text-transform: uppercase;
        font-size: 0.85em;
        color: rgba(0, 0, 0, 0.35);
        letter-spacing: 0.5pt;
    }


/* Medium and larger */
@media (min-width: 768px) {


    header {
        position: fixed;
        width: 100%;
        height: 74px;
        top: 0;
    }

    main {
        width: 100%;
        position: fixed;
        top: 74px;
        bottom: 0;
        overflow: auto;
    }

    .card-list-table {
        background: white;
    }

        .card-list-table tbody tr {
            background: transparent;
            box-shadow: none;
            margin: 0;
        }

            .card-list-table tbody tr:nth-of-type(even) {
                background: #dfdfdf;
            }

        .card-list-table thead {
            display: table-header-group;
        }

            .card-list-table thead th:last-child {
                box-shadow: none;
            }

            .card-list-table thead th {
                border-bottom: 1px solid #dfdfdf;
                padding: 12px 24px;
            }

        .card-list-table tbody tr {
            display: table-row;
            padding-bottom: 0;
        }

            .card-list-table tbody tr:nth-of-type(even) {
                background: #fff;
            }

        .card-list-table tbody td {
            border-bottom: 1px solid #dfdfdf;
            display: table-cell;
            padding: 20px 24px;
            transition: background 0.2s ease-out;
            vertical-align: middle;
        }

            .card-list-table tbody td:after {
                display: none;
            }

            .card-list-table tbody td:before {
                content: "";
                display:none;
            }

}