html {
    background-color: black;
}

.about-content p {

}

body {
    min-height: 100vh;
    width: 100%;
    background-color: black;
}

.page-container {
    height: 100%;
    width: 100%;
}

.page-row {
    height: 100%;
}

.edge {
    height: 100%;
    background-color: rgb(0,0,0,0.7);
}

.main-col {
    height: 100%;
    //box-shadow: 0px 0px 6px 3px black;
    z-index: 1;
}

.main-container {
    text-align: center;
    height: 100%;
    //background-color: rgb(0,0,0,0.9);
    //box-shadow: 0px 0px 10px 10px rgb(0,0,0,0.9);
}

.left-panel {
    background-color: rgb(0,0,0,0.9);
}

.top-split-panel {
    height: 50%;
    padding-top: 40px;
}

.bottom-split-panel {
    height: 50%;
}

.img-container {
    height: 100%;
    background: url(../img/7pc.jpeg) no-repeat;
    background-size: contain;
    background-position: center;
    margin: auto;
}

.header-row {
    height: 200px;
    padding-top: 10px;
    margin-bottom: 0px;
    background-color: rgba(0,0,0,1);
}

#bg-video {
    box-shadow: 5px 5px 20px 10px rgba(0,0,0,0.7);
}

.video-shade {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
}

.gold-overlay {
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/gold-overlay.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    max-height: 56.25vw;
}

.video-text-container {
    //background-color: rgba(0,0,0,0.5);
    //box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.1);
    z-index: 1;
    text-align: center;
    width: auto;
    height: auto;
    margin: auto;
    position: absolute;
}

.blur-box {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 400px;
    height: 250px;
    background-color: rgba(0,0,0,0.4);
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.video-text-container p {
    color: white;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 100px;
    font-family: Dancing Script;
    text-shadow: 5px 5px 8px rgba(0,0,0,1);
}

.main-row {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 160px);
    background-color: black;
}

.heading-row {
    width: 100%;
    height: 72vh;
}

.heading-container {
    //background-color: rgba(0,0,0,0.7);
    text-align: center;
    -webkit-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

.screen-container {
    overflow-y: auto;
}

.about-container {
    //height: 100%;
    //background-image: url('../img/background-about.jpg');
    //background-repeat: no-repeat;
    //background-position: center;
    //background-size: cover;
}

.about-row {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    left: -100vw;
    -webkit-transition: left 0.5s ease-out;
    transition: left 0.5s ease-out;
    width: 100%;
    min-height: 500px;
    background-color: rgba(0,0,0,0.7);
}

.about-row-2 {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    left: 100vw;
    -webkit-transition: left 0.5s ease-out;
    transition: left 0.5s ease-out;
    width: 100%;
    min-height: 500px;
    background-color: rgba(255,255,255,0.7);
}

.logo-container {
    text-align: center;
    height: 100%;
    min-width: 156px;
    padding: 0px;
    margin-left: 20px;
    margin-right: 20px;
}

.logo-img {
    height: 190px;
    width: 156px;
    position: relative;
}

.banner-container {
    text-align: center;
    background-color: black;
    height: 160px;
    overflow: hidden;
}

.banner-color {
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
}

.banner-img {
    margin-left: 50%;
    transform: translateX(-50%);
    //width: 100vw;
    height: 250px;
}

.arrow-container {
    cursor: pointer;
    background-color: #070707;
    text-align: center;
}

.arrow-img {
    height: 32px;
    width: 32px;
}

.menu-font {
    margin-top: -10px;
    color: gold;
    margin-bottom: 0px;
}

.nav-container {
    position: relative;
    top: -50px;
    //height: 25%;
}

.header {
    height: 160px;
}

.nav-item {
    min-width: 110px;
    font-size: 24px;
    font-weight: 500;
    font-family: Dancing Script;
    user-select: none;
    cursor: pointer;
    //-webkit-transition: all 0.3s ease;
    //transition: all 0.3s ease;
    //backface-visibility: hidden;
}

.nav-item:hover {
    //transform: scale(1.1,1.1);
}

.hamburger {
    height: 50px;
    max-height: 50px;
    max-width: 50px;
    background-image: url('https://mdbootstrap.com/img/svg/hamburger2.svg?color=ffd700');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.hamburger:hover {
    background-image: url('https://mdbootstrap.com/img/svg/hamburger2.svg?color=ffd700');
}

.nav-left {
    text-align: center;
}

.nav-right {
    text-align: center;
}

.nav-item a {
    color: gold;
    text-decoration: none;
}

.contact-button {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    font-family: Dancing Script;
    user-select: none;
    cursor: pointer;
}

.contact-button a {
    color: gold;
    text-decoration: none;
}

.link {
    //border-radius: 5px;
    width: 100%;
    height: 100%;
    display: inline-block;
    //-webkit-transition: all 0.3s ease;
    //transition: all 0.3s ease;
}

.link:hover {
    border-bottom: 1px solid gold;
    //box-shadow: 0px 0px 8px 2px gold;
    color: white;
    //background-color: rgb(255,255,255,0.2);
    //transform: scale3d(1.1, 1.1, 1);
    //height: 110%;
    //width: 110%;
    //font-size: 26px;
}

.video-container {
    position: relative;
    margin: 0px;
    padding: 0px;
    max-height: 100%;
    max-width: 100%;
    background-color: black;
}

.video-overlay {
    padding: 15px 30px 15px 30px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.4);
    //box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.4);
    user-select: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 1;
    cursor: pointer;
}

.video-overlay p {
    font-size: 12px;
    margin-bottom: 0;
}

.video-overlay:hover {
    background-color: rgba(0,0,0,0.7);
    box-shadow: 0px 0px 2px 2px gold;
}

.main-panel {
    text-align: center;
    padding: 30px;
}



.about-content {
    position: relative;
    //opacity: 0;
    //-webkit-transition: opacity 2s ease;
    //transition: opacity 2s ease;
    //border-radius: 10px;
    text-align: center;
    //background-image: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.2));
    //background-color: rgba(255,215,0,0.2);
}

.side-img-container {
    text-align: center;
}

.side-img {
    box-shadow: 2px 2px 4px 6px rgba(0,0,0,0.3);
    max-height: 500px;
    max-width: 90%;
}

.font-link {
    text-decoration: none;
    cursor: pointer;
    color: gold;
}

.font-link:hover {
    color: gold;
}

.content-heading-row {
    -webkit-transition: opacity 2s ease;
    transition: opacity 2s ease;
    opacity: 0;
    width: 100%;
}

.heading-text-1 {
    text-shadow: 2px 2px 5px rgba(0,0,0,1);
    font-weight: 500;
    font-size: 40px;
    font-family: Dancing Script;
}



p {
    font-size: 18px;
    //font-weight: 500;
    color: white;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

.p-2 {
    font-size: 18px;
    //font-weight: 500;
    color: black;
    text-shadow: none;
}

.sub-heading-container {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    opacity: 1;
}

.sub-heading-container p {
    text-shadow: none;
    font-family: Dancing Script;
    font-size: 40px;
}
 
.sub-2 {
    text-shadow: none;
    color: black;
}

.heading-container p {
    font-family: Dancing Script;
    text-shadow: 2px 2px 5px rgba(0,0,0,1);
    //font-weight: 500;
    font-size: 80px;
}
.footer-row {
    width: 100%;
    background-color: black;
}

.thumb-container {
    margin-right: 10px;
    text-align: center;
    max-width: 64px;
    max-height: 64px;
}

.social-media-thumb {
    cursor: pointer;
    height: 48px;
    width: 48px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

.footer-row {
    padding: 10px 0;
    height: auto;
}

.footer-text {
    width: 100%;
}

#footer-text-actual {
    text-align: center;
    color: gold;
    font-size: 14px;
    margin: 0;
}

.footer-row a {
    color: gold;
}

.footer-row a:hover {
    color: white;
}

.thumb-container {
    max-width: 40px;
    max-height: 40px;
    width: 40px;
    height: 40px;
}

.social-media-thumb {
    width: 32px;
    height: 32px;
}

.social-media-thumb:hover {
    transform: scale(1.25)
}

.full-height {
    min-height: 100%;
}

.filler {
    max-width: 50px;
}

/* GALLERY START */


.gallery-container {
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
    height: 650px;
    //border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.4);
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.gallery-img-container {
    height: 480px;
    text-align: center;
    margin-bottom: 20px;
}

.gallery-thumb-container {
    background: rgba(0, 0, 0, 0.4);
    height: 100px;
    text-align: center;
}

.gallery-thumb-row {
    height: 100%;
}

.thumb-img-container {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    float: none;
    height: 100%;
}

.thumb-img-container:hover {
    transform: scale(1.1);
}

.selected {
    box-shadow: 0px 0px 8px gold;
}

.control-container {
    background: rgba(0, 0, 0, 0.4);
    height: 100px;
    text-align: center;
}

.control-container:hover {
    
}

.control-img {
    border-radius: 20px;
    margin-top: 30px;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.control-img:hover {
    box-shadow: 0px 0px 8px 4px gold;
}

.control-img:active {
    box-shadow: 0px 0px 8px 4px white;
}

#left-arrow {
    transform: rotate(90deg);
}

#right-arrow {
    transform: rotate(270deg);
}

/* FADE */

.fade {
    -webkit-transition: opacity 2s ease;
    transition: opacity 2s ease;
    opacity: 0;
}

.fade-2 {
    -webkit-transition: opacity 2s ease;
    transition: opacity 2s ease;
    opacity: 0;
}

/* END FADE */

@media only screen and (max-width: 575px) {
    .gallery-thumb-container {
        height: 60px;
    }
    
    .control-container {
        height: 60px;
    }
    
    .control-img {
        margin-top: 15px;
        width: 30px;
        height: 30px;
    }
    
    #thumb-4 {
        display: none;
    }
    
    .gallery-container {
        height: 300px;
    }
    
    .gallery-img-container {
        height: 200px;
    }
    
    #gallery-img {
        height: 180px;
    }
}

#gallery-img {
    position: relative;
    //margin-top: 20px;
    max-height: 95%;
    max-width: 100%;
    width: auto;
    height: auto;
    box-shadow: 2px 2px 8px 2px black;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* GALLERY END */

/* AUDIO START */

.audio-button-container {
    text-align: right;
}

.audio-button {
    height: 36px;
    width: 36px;
}

.audio-row {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: rgba(0,0,0,0.4);
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);
    border-left: 1px solid rgba(255,255,255,0.2);
}

.bottom-row {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.audio-button {
    cursor: pointer;
    border-radius: 30px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.audio-button:hover {
    box-shadow: 0px 0px 8px 4px gold;
}

.audio-container-row {
    width: 100%;
}

.song-col {
   
}

.song-col p {
    user-select: none;
    margin: 0px;
}
/* AUDIO END */

@media only screen and (max-width: 1366px) {
    .side-img {
        transform: scale(1.3, 1.3);
    }   
}
    

@media only screen and (max-width: 1100px) {
    .video-overlay {
        bottom: 10px;
    }
    
    .video-overlay p {
        font-size: 10px;
        margin-bottom: 0;
    }
    
    .side-img {
        transform: scale(1.5, 1.5);
    }   
}


@media only screen and (max-width: 767px) {
    .video-overlay {
        padding: 5px 10px 5px 10px;
    }
    .side-img {
        transform: scale(1, 1);
    }
    .main-row {
        //height: calc(100vh - (318px + 23vw));
        height: calc(100vh - (46px + 23vw));
    }
    .banner-img {
        width: 100%;
        height: 23vw;
    }
    
    .banner-container {
        height: 23vw;
    }
    
    .nav-item {
        background-color: black;
    }
    
    .nav-container {
        display: none;
        top: 0px;
    }
    
    .header {
        background-color: white;
        height: auto;
    }
    
    html {
        background-position-y: calc(15vw + 32px);
    }
    
    .about-row {
        min-height: 100%;
    }
    
    .about-row-2 {
        min-height: 100%;
    }
    
    /*.footer-row {
        position: fixed;
        bottom: 0;
        width: 100%;
    }*/
    
    p {
        font-size: 16px;
    }
    
    .p-2 {
        font-size: 16px;
    }
    
    .side-img {
        margin-top: 20px;
        max-width: 340px;
        max-height: 340px;
    }
    
    .video-text-container p {
        font-size: 40px;
        text-shadow: 3px 3px 2px rgba(0,0,0,1);
    }
}

@media only screen and (min-width: 768px) {
    .main-row {
        height: calc(100vh - 160px);
    }
}