body {
}

body, h1, h2, h3, h4, p, div {
    font-family: 'Montserrat', sans-serif;
}

.no-padding-margin {
    padding: 0px;
    margin: 0px;
}

/* Navbar */
@media (min-width: 768px) {
    .navbar-default .navbar-brand {
        color: #fff;
        font-size: 18pt;
    }

    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
        color: #fff;
    }

    .navbar-brand {
        position: absolute;
        right: 25px;
    }

    .navbar {
        padding: 25px;

    }

    .navbar-default .navbar-nav>li>a {
        color: #CCCCCC
    }

    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, 
    .navbar-default .navbar-nav>.active>a:focus {
        color: #FFF;
        background-color: initial;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: 15px;
        margin-left: 15px;
        padding-bottom: 5px;
    }

    .navbar-default .navbar-nav>.active>a::after, .navbar-default .navbar-nav>.active>a:hover::after, 
    .navbar-default .navbar-nav>.active>a:focus::after {
        content: '\00B7';
        font-size: 32px;
        position: absolute;
        top: 30px;
        left: 50%;
        text-indent: -2px;
    }

    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
        color: #ff8c00;
        background-color: initial;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: 15px;
        margin-left: 15px;
        padding-bottom: 5px;
    }

    .navbar-default .navbar-nav>li>a:hover::after, .navbar-default .navbar-nav>li>a:focus::after {
        content: '\00B7';
        font-size: 32px;
        position: absolute;
        top: 30px;
        left: 50%;
        text-indent: -2px;
    }

    .navbar {
        font-size: 11pt;
        background-color: rgba(0,0,0,1);
        border: none;
    }

    .navbar-nav {
        float: none;
        margin: auto;
        display: table;
    }
}

.navbar {
    font-family: 'Montserrat', sans-serif;
}

/* Gallery */
.gallery-parent {
    background-color: #f5f5f5;
    background-image: url('../img/brick-wall.jpg');
    position: absolute;
    top: 0;
    width: 100%;
    padding-bottom: 50px;
}
@media (min-width: 768px) {
    .gallery-parent {
        position: relative;
        padding-top: 100px;
    }
}

@media (max-width: 768px) {
    .gallery-parent {
        position: relative;
        padding-top: 50px;
    }
}

.gallery, .gallery div, .gallery .thumbnail {
    margin:0px;
    padding: 0px;
}

.gallery .thumbnail, .framed-image {
    border-style: ridge;
    border-color: #333;
    border-width: 10px;
    -webkit-box-shadow:  1px 5px 9px 2px rgba(0,0,0,0.5);
    box-shadow:  1px 5px 9px 2px rgba(0,0,0,0.5);
}

.frame-container {
    padding: 15px !important;
}

.gallery-mask-container {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    padding: 15px !important;
}

.gallery-mask {
    width: 100%;
    height: 100%;
    display: table;
}

.gallery-mask:hover, .gallery-mask:focus {
    background: rgba(0,0,0,0.6);
    cursor: pointer;
    -webkit-animation-name: animate-gallery-mask;
    -webkit-animation-duration: 0.3s;
    animation-name: animate-gallery-mask;
    animation-duration: 0.3s;
}

@-webkit-keyframes animate-gallery-mask {
    from {background-color: rgba(0,0,0,0);}
    to {background-color: rgba(0,0,0,0.6);}
}

@keyframes animate-gallery-mask {
    from {background-color: rgba(0,0,0,0);}
    to {background-color: rgba(0,0,0,0.6);}
}

.gallery-mask-content {
    display: table-cell;
    vertical-align: middle;
}

.gallery-mask-content > p {
    text-transform: lowercase;
}

.gallery-mask-content > h2 {
    text-transform: uppercase;
}

.gallery-mask h2, .gallery-mask p {
    display: none;
}

.gallery-mask:hover h2,.gallery-mask:hover h2, .gallery-mask:hover p, .gallery-mask:hover p {
    display: block;
    color: #fff;
    text-align: center;
    /*position: relative;
    top: 35%;*/
}

.carousel-gallery-image{
    max-height: 95vh !important;
    max-width: 100%;
    margin: auto;
    display: table-cell;
    vertical-align: middle;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.modal-lg-gallery {
    width: 100vw;
    margin:0;
    display: table;
    height: 100%;
}

.modal-content-gallery {
    background-color: rgba(0,0,0,0);
    box-shadow: none;
}
.carousel-gallery, .modal-body-gallery, .carousel-inner-gallery, .item-gallery,
.modal-content-gallery {
    display: table;
    height: 100%;
    width: 100%
}

.modal-body-gallery {
    padding: 0px;
    background-color: rgba(0,0,0,0.8);
}

.gallery-table {
    width: 100%;
    height: 100%;
}

.gallery-table td {
    text-align: center;
}

.btn-close-gallery {
    position: absolute; right: 10px; top: 10px; z-index: 2;
}
@media (max-width: 768px) {
    .btn-close-gallery {
        top: 60px;
    }
}

.gallery-loading {
    height: 30px;
    width: 30px;
    -webkit-box-shadow: initial;
    box-shadow: initial;
}

/* about (for tabs effect) */
/*.about-section {
    display: none;
    min-height: 100vh;
    background-color: #F5F5F5;
    position: absolute;
    top:0;
    width: 100%;
    padding-top: 130px;
} */

.about-container {
    display: table;
    min-height: 70vh;
}

.about-row {
    /* display: table-cell; */
    /*vertical-align: middle;*/
}

@media(max-width: 768px) {
    /*.about-row {
        padding-top: 70px;
    }*/
    .about-section {
        padding-top: 70px;
    }
}


/* contact (for tabs effect)*/
/*.contact-section {
    display: none;
    min-height: 100vh;
    background-color: #F5F5F5;
    position: absolute;
    top:0;
    width: 100%;
}*/

.contact-content {
    position: relative;
    display:table;
    height:90vh;
    width:100%;
    /*padding-top:100px;*/
}

.contact-card {
    position: absolute;
    width: 100%;
    top: 10px;
    left: 0px;
    padding: 0px;
    padding-left: 10px;
    margin: 0px;
}

@media(max-width: 768px) {
    .contact-content {
        padding-top: 0;
    }

    .contact-card { 
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
     }
}

.social-banner {
    display: table-cell;
    background-color: #262626;
    width: 100vw;
}

.weddings-parent {
    background-image: url('../img/weddings-bg.jpg');
    background-size: cover;
}

.weddings-div {
    padding-top: 30px;
    background-color:rgba(0,0,0,0.4); 
    box-shadow: inset 0 0 100px 6px rgba(0,0,0,0.6);
}

.weddings-div > span {
    font-family: 'Great Vibes', cursive;
    font-size: 10vw;
    transition-timing-function: ease;
    transition-duration: 0.3s
}

.weddings-div > span:hover {
    font-size: 10.1vw;
    transition-timing-function: ease;
    transition-duration: 0.3s
}

@media(max-width: 768px) {
    .weddings-div > span {
        font-size: 20vw;
    }
}

.weddings-shine, .weddings-shine:hover, .weddings-shine:focus, .weddings-shine:active {
	background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
    color: rgba(255, 255, 255, 0.65);
    -webkit-background-size: 170px;
	-webkit-background-clip: text;
	-webkit-animation-name: shine;
	-webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    padding-left: 150px;
    padding-right: 150px;
    text-decoration: none;
	/*text-shadow: 0 0px 0px rgba(255, 255, 255, 0.5);*/
}

@media(max-width: 768px) {
    .weddings-shine {
        padding-left: 0;
        padding-right: 0;
        -webkit-background-size: 100px;
        -webkit-animation-name: shine-mobile;
    }
    
    .weddings-div {
        padding-top: 50px;
        padding-bottom: 40px;
    }
}

@-webkit-keyframes shine {
	0%, 10% {
		background-position: -2000px;
	}
	20% {
		background-position: top left;
	}
	80% {
		background-position: top right;
	}
	90%, 100% {
		background-position: 2000px;
	}
}

@-webkit-keyframes shine-mobile {
	0%, 40% {
		background-position: -2000px;
	}
	45% {
		background-position: top left;
	}
	55% {
		background-position: top right;
	}
	60%, 100% {
		background-position: 2000px;
	}
}

.social-media-img {
    width: 17vw;
}

@media(max-width: 768px) {
    .social-media-img {
        width: 30vw;
    }
}

.video-row {
    margin: 0;
    margin-top: 30px;
}

.video-row > div {
    padding: 0;
    height: fit-content;
}

.video-frame {
    width: 100%;
    height: 24vw;
    border-style: solid;
    border-color: transparent;
    border-width: 35px 5px 35px 5px;
    border-image: url(../img/vid-frame-hor.png) 150 25 150 25 repeat;
}

@media(max-width: 768px) {
    .video-frame {
        height: 56vw;
        border-width: 5px 35px 5px 35px;
        border-image: url(../img/vid-frame-ver.png) 25 150 25 150 repeat;
    }
}