/*Global*/

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap");

body {
    background-color: #000;
    font-family: "Source Sans Pro", sans-serif;
}

.link {
    border-bottom: 1px solid #ca9b36;
}

.bio {
    width: 50vmin;
}

.hide-link {
    text-decoration: none;
    color: dimgray;
}

.hide-link:hover {
    text-decoration: none;
    color: dimgray;
}

.bg-gold {
    background: -webkit-linear-gradient(#f9d960, #ca9b36);
    padding: 10vmin;
}

.card-tm {
    margin-top: 10vmin;
}

.gd-p {
    font-size: 3vmin;
}

.gold-bg {
    background: -webkit-linear-gradient(#f9d960, #ca9b36);
}

.gold {
    background: -webkit-linear-gradient(#f9d960, #ca9b36);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #ca9b36;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #ca9b36;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

h1 {
    background: -webkit-linear-gradient(#f9d960, #ca9b36);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2 {
    font-size: 4vmin;
}

.callout {
    background: -webkit-linear-gradient(#f9d960, #ca9b36);
    height: 25vmin;
}

.co-text {
    color: #000 !important;
    padding-top: 2%;
}

.btn-gold {
    background: -webkit-linear-gradient(#f9d960, #ca9b36);
    border: 3px solid #000;
}
.btn-gold:hover {
    background: -webkit-linear-gradient(#ca9b36, #f9d960);
    border: 3px solid #000;
}

/*Navbar*/
.navbar-collapse {
    background-color: rgba(0, 0, 0, 0.8);
}

.fa-caret-square-down {
    background: -webkit-linear-gradient(#f9d960, #ca9b36);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-dark {
    background-color: #000 !important;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 4vmin;
    background: -webkit-linear-gradient(#f9d960, #ca9b36);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #f9d960;
    text-align: left;
    list-style: none;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #f9d960;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    background-color: #f9d960;
    border: 0;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5vmin 6vmin;
    /* height: 15vh; */
}

.navbar-nav {
    align-items: center;
}

.imgzoom {
    transition: 0.5s all ease-in-out;
}

.imgzoom:hover {
    transform: scale(1.3);
}

.img-size {
    height: calc(100vh - 25px);
    object-fit: cover;
    object-position: 30% 100%;
}

.img-size-jd {
    min-height: 600px;
    object-fit: cover;
    object-position: 55% 100%;
}

.nav-item {
    padding-left: 1vmin;
    padding-right: 1vmin;
}

.active {
    border: 2px solid #f9d960;
}

#reviews .active {
    border: none;
}

.logo {
    width: 15vmin;
    padding: 1.5vmin;
}

.badge100 {
    width: 15vmin;
    padding: 1.5vmin;
    left: 0;
}

/*Home Page*/

.mc {
    margin: 10vmin;
}

.flip-card {
    background-color: #000;
    height: 40vmin;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.flip-card-front {
    background-color: #000;
    border: 8px solid #f9d960;
    color: #f9d960;
}
.lightgold {
    color: #e9df9b;
}

.flip-card-back {
    /*    background: rgba(190,190,190,0.3);*/
    background-image: url(../img/logo01-1.png);
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    transform: rotateY(180deg);
    /*    border-radius: 50%;*/
    transition: transform 3s;
}

#services {
    padding-bottom: 30px;
    padding-top: 30px;
}

/*Services*/

.bs {
    box-shadow: 5px 5px 20px #f9d960;
}

.card p {
    font-size: 3vmin;
    color: #000;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: -webkit-linear-gradient(#f9d960, #ca9b36);
    /*    background-color: #3d3d3d;*/
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25vmin;
    box-shadow: 0px 0px 50px #525252;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.5vmin;
}

.card-title {
    font-size: 5vmin;
    /*
	background: -webkit-linear-gradient(#F9D960, #CA9B36);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
*/
}

/*Reviews*/

#reviews {
    background: -webkit-linear-gradient(#f9d960, #ca9b36);
    padding: 10vmin;
}

#reviews p {
    color: #000000 !important;
}

#reviews .carousel-item {
    height: 350px;
}

/*Weddings*/

.wd-card {
    background: linear-gradient(to right, #f9d960, #ca9b36);
    padding: 3px;
    padding: 1rem;
    position: relative;
    border-radius: 30px;
}

.module {
    background: #000;
    padding: 2rem;
    /*    height: 30vmin;*/
}

.aw-img {
    height: 35vmin;
    width: 100%;
}

/*FAQ*/

.btn-link {
    font-size: 5vmin;
    text-decoration: none;
    color: #000;
}

/*Contact*/

#ct-form .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #f9d960;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#ct-form,
lable {
    color: #f9d960;
}

/*Footer*/
.fa-facebook-f {
    color: #303030;
}

.fa-facebook-f:hover {
    color: #4267b2;
}

.fa-twitter {
    color: #303030;
}

.fa-twitter:hover {
    color: #1da1f2;
}

.fa-instagram {
    color: #303030;
}

.fa-instagram:hover {
    background: -webkit-linear-gradient(#a435b5, #feb54e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.fa-pinterest {
    color: #303030;
}

.fa-pinterest:hover {
    color: #e60023;
}

.carousel-control-next,
.carousel-control-prev {
    width: auto;
}

.carousel-control-prev {
    left: -30px;
}

.carousel-control-next {
    right: -30px;
}

@media only screen and (min-width: 993px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 20px;
        background: -webkit-linear-gradient(#f9d960, #ca9b36);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 700;
    }
}

@media only screen and (max-width: 1350px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 22px;
        background: -webkit-linear-gradient(#f9d960, #ca9b36);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 500;
    }
}

@media only screen and (max-width: 676px) {
    #reviews .carousel-item {
        height: auto;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 20px !important;
    }

    .imgzoom {
        transition: 0.5s all ease-in-out;
    }

    .imgzoom:hover {
        transform: scale(1.1);
    }

    .img-size {
        max-width: 100%;
        height: 450px;
        object-fit: cover;
        object-position: 30% 100%;
    }

    .img-size-jd {
        max-width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: 55% 100%;
    }
}

.fs-13 {
    font-size: 13px;
}

table.dataTable tbody tr {
    background: inherit !important;
}

.dataTables_length label,
.dataTables_filter label,
.dataTables_info,
#formTable_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff !important;
}
#formTable_wrapper.dataTables_wrapper
    .dataTables_paginate
    .paginate_button.current {
    color: #333 !important;
}

.table-responsive .btn-info {
    margin-bottom: 20px;
}
