﻿
.fadeInLeft {
    /*display: inline-block;*/
    /*margin: 0 0.5rem;*/
    animation: fadeInLeft; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s; /* don't forget to set a duration! */
}

.fadeInRight {
    /*display: inline-block;*/
    /*margin: 0 0.5rem;*/
    animation: fadeInRight; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s; /* don't forget to set a duration! */
}

.fadeInDown {
    /*display: inline-block;*/
    /*margin: 0 0.5rem;*/
    animation: backInDown; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s; /* don't forget to set a duration! */
}

.fadeInUp {
    /*display: inline-block;*/
    /*margin: 0 0.5rem;*/
    animation: backInUp; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s; /* don't forget to set a duration! */
}

.fadeIn {
    /*display: inline-block;*/
    /*margin: 0 0.5rem;*/
    animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 3s; /* don't forget to set a duration! */
}



body {
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif !important;
    background-color:whitesmoke;
}

.container-table {
    display: table;
}

.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}

.header-info {
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .header-info div {
        float: right;
    }

.divmenu {
    float: left;
    padding-top: 0px;
    width: 75%;
    position: relative;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

    .sticky + .content {
        padding-top: 150px;
        height: 85px !important;
    }

.content {
    min-height: 750px;
    padding-bottom: 150px;
}

.mynav {
    width: 100%;
}

    .mynav li {
        float: left;
        list-style-type: none;
        padding-left: 7%;
    }

        .mynav li a {
            font-weight: bold;
            text-decoration: none;
            color: black;
        }

            .mynav li a:hover {
                text-decoration: underline;
            }

    .mynav .icon {
        display: none;
    }

.white-to-transparent {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f7f7+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(left, rgba(247,247,247,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(247,247,247,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(247,247,247,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.banner-text {
    font-size: 3em;
    font-weight: bold;
    color: navy;
    margin-top: 5%;
}

.banner-sub-text {
    margin-top: 5%;
    font-size: 1.5em;
}

.quote-btn {
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    /*background: linear-gradient(to bottom, #ffd800 5%, #44338a 100%) !important;*/
    background-color: #cecece !important;
    border-radius: 10px !important;
    border: 1px solid #cecece !important;
    display: inline-block !important;
    cursor: pointer !important;
    color: #321b7d !important;
    /* font-family: Arial !important; */
    text-decoration: none !important;
    text-shadow: 0px 1px 0px #0e8379 !important;
    line-height: -5px;
    font-size: 26px;
}

.popup-content {
    padding: 15px;
}

    .popup-content td {
        padding: 5px;
    }

    .popup-content .pop-input-text {
        border-radius: 3px;
        border: 1px solid silver;
        font-size: 14px;
        width: 100%;
    }


.small-btn {
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    /*background: linear-gradient(to bottom, #ffd800 5%, #44338a 100%) !important;*/
    background-color: #cecece !important;
    border-radius: 10px !important;
    border: 1px solid #cecece !important;
    display: inline-block !important;
    cursor: pointer !important;
    color: #321b7d !important;
    /* font-family: Arial !important; */
    text-decoration: none !important;
    text-shadow: 0px 1px 0px #0e8379 !important;
    line-height: -5px;
    padding: 5px;
}

/*default.aspx*/
.service-list table {
    width: 60%;
    margin: 0px 20%;
}

    .service-list table td {
        padding: 15px;
    }

        .service-list table td div {
            background-color: white;
            padding: 14px;
        }

.footer {
    margin-top: 25px;
    text-align: center;
}

.testimonial-box {
    padding: 5%;
}

.services .row {
    height: 100%;
}

    .services .row div {
        margin-bottom: 5%;
    }

.services-div {
    padding: 10px;
    background-color: white;
    margin: 10px;
    height: 100%;
    text-align: center;
}

.bubble {
    height: 250px;
    padding: 5%;
    min-width: 200px;
    background: ivory;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 50px;
    font-size: 1.5em;
    text-align: center;
}

.pointer {
    height: 40px;
    width: 40px;
    background: ivory;
    margin: 0 auto;
    transform: rotate(45deg);
    border-radius: 0 0 12px 0;
    margin-top: -22px;
    position: relative;
    left: calc(0.5vw - 50px);
}

.blurred {
    background: gray;
    filter: blur(20px);
    position: relative;
    top: -315px;
    /* 	transform: scale(1.05); */
    z-index: -1;
}

.image-container {
    position: relative;
}

.photo-container {
    float: left;
    position: relative;
    overflow: hidden;
}

.image-thumb {
    position: relative;
    background-color: #eee;
}

.img-border-silver {
    border: 3px solid silver;
    border-radius: 4px;
}













/*---------------------------------------------------*/
.nav {
    margin: 3% 0;
}

li.nav-item {
    margin-left: 3rem;
    color: white;
}

.section {
    min-height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    min-height: calc(var(--vh, 1vh) * 100);
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.footer {
    min-height: 10vh; /* Fallback for browsers that do not support Custom Properties */
    min-height: calc(var(--vh, 1vh) * 10);
}

.bg-black {
    background-color: black;
    color: white;
}

.bg-green {
    background-color: #00B050;
}

.bg-red {
    background-color: #ff0000;
}

.bg-gold {
    background-color: #FFC000;
}

.col-alt {
    background: url('images/background-img.jpg') no-repeat 0 0;
    background-size: cover;
}

.content {
    padding: 3rem;
}

.title-div {
    font-size: 1.3em;
}

.heading {
    padding-top: 10%;
}

.sub-heading {
    color: #599952;
    font-weight: bold;
    font-size: 1.5em;
}

.imgs div {
    padding: 3rem 3rem;
}

.product-table {
    width: 60%;
}

.product-image {
    padding-right: 10px;
}

   

.product-title {
    vertical-align: top;
}

   


.music-player {
    position: relative;
    -webkit-box-shadow: 10px 10px 32px 14px rgba(179,179,179,1);
    -moz-box-shadow: 10px 10px 32px 14px rgba(179,179,179,1);
    box-shadow: 10px 10px 32px 14px rgba(179,179,179,1);
    text-align: center;
    background-color: whitesmoke;
}

    .music-player div {
        position: relative;
    }

    .music-player img {
        width: 300px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    .music-player div:last-child {
        bottom: 0px;
    }

.video-player {
    width: 100%;
}

.spacer-lg {
    height: 25px;
}

.about-image-green {
    border: 20px solid green;
    border-radius: 3px 62px;
}

.about-image-red {
    border: 20px solid red;
    border-radius: 3px 62px;
}

.about-image-gold {
    border: 20px solid gold;
    border-radius: 3px 62px;
}

@media (max-width: 992px) {
    .spacer {
        display: inline-block !important;
    }

    .add-btn-mobile {
        display: inline-block;
    }

    .product-title, .product-price, .product-add-btn {
        text-align: center !important;
    }

    .header-text {
        font-size: 40px;
    }

    .text {
        font-size: 20px;
    }

    .home-intro {
        display: inline-block;
    }

    .home-carousel {
        display: none;
    }

    .imgs div {
        padding: 3rem 0rem;
    }

    .imgs img {
        width: 100%;
    }

    audio, .music-player img {
        width: 100%;
    }
}

.artist-details td:first-child {
    padding-right: 10px;
}
/*--------------------------------*/
.banner {
}

.banner-div {
    /*background: url(../Images/background-img.jpg) no-repeat 0 0;*/
    /*background-size: cover;*/
    height: 165px;
    background-color: white;
}

.services-preview {
    padding: 15px;
}

.service-div {
    background-color: white;
    margin: 15px 5px;
    padding: 1rem;
    -webkit-box-shadow: 18px 14px 5px 1px rgba(0,0,0,0.18);
    -moz-box-shadow: 18px 14px 5px 1px rgba(0,0,0,0.18);
    box-shadow: 18px 14px 5px 1px rgba(0,0,0,0.18);
}

.welcome-section {
    background: url('../images/background-img.jpg') no-repeat 0 0;
    background-size: cover;
}

.img-div img {
    -webkit-box-shadow: 7px 8px 18px 14px rgba(0,0,0,0.67);
    -moz-box-shadow: 7px 8px 18px 14px rgba(0,0,0,0.67);
    box-shadow: 7px 8px 18px 14px rgba(0,0,0,0.67);
}
