

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 18px; 
    background-color: #1e4139;
}

.displayFont{
   font-family: 'Barlow Condensed', sans-serif; 
}


.boldText{
    font-weight: 700;
}


.vertAlign {
    position: relative;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
    margin: 0 auto;
}

.textCenter{
    text-align: center;
}

.textRight{
    text-align: right;
}

.textLeft{
    text-align: left;
}

.smalltext{
    font-size: 80%;
}

.largetext{
    font-size: 150%;
}
.mediumText{
    font-size: 120%;
}

.smallerText{
    font-size: 70%;
}
.sectionPadding{
    padding-top: 80px;
    padding-bottom: 80px;
    
}




/* ================================ */
/* === COLORS === */
/* ================================ */

/* 
aqua blue #77f4e7 
tan #ad9a75
green #1c3e36





================================ */



button {
   outline: none;
    border:none;
}

button:focus {
   outline: none!important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus
.navbarMenuHamburger:focus {
    outline: none;
    box-shadow: none;
    border:0;
}

/* ================================ */
/* === COMMON === */
/* ================================ */




h2{
    color: #000000;
    
}


h3 {
    font-size: 140%;
    color: #fff;
    font-weight: 300;
}

h4{
    font-size: 130%;
    color: #fcfbf8;
    font-weight: 300;
}

.tattooPic {
    width: 100%;
    padding: 0;
    margin: 0;
}




.drkRedBG{
   background-color: #1c3e36; 
}

.whiteBG{
   background-color: #fff; 
}

.greenBG {
    background-color: #1c3e36;
}

.tanBG{
    background-color: #d1ba8a;
}


.tanText{
    color: #d1ba8a;
}
.lightTanText {
    color: #fcfbf8;
}


.blackText{
    color:#000000;
}
.aquaText{
    
    color:#77f4e7;
}



.link1:link,
.link1:visited{
    text-decoration: none;
    color: #77f4e7;
    padding-bottom: 1px;
    border-bottom: 2px solid transparent;
    -webkit-transition: color 0.2s, border-bottom 0.2s;
    transition: color 0.2s, border-bottom 0.2s;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 120%;
    font-weight: 500;
}

.link1:hover,
.link1:active{
    color: #fff;
    border-bottom: 2px solid #fff;
}

.link2:link,
.link2:visited{
    text-decoration: none;
    color: #1c3e36;
    padding-bottom: 1px;
    border-bottom: 2px solid transparent;
    -webkit-transition: color 0.2s, border-bottom 0.2s;
    transition: color 0.2s, border-bottom 0.2s;
}

.link2:hover,
.link2:active{
    color: #fff;
    border-bottom: 2px solid #fff;
}

.testBG{
    background-color: #fd0989; 
}


.link3:link,
.link3:visited{
    text-decoration: none;
    color: #77f4e7;
    //padding-bottom: 1px;
    //border-bottom: 2px solid transparent;
    //-webkit-transition: color 0.2s, border-bottom 0.2s;
    //transition: color 0.2s, border-bottom 0.2s;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 110%;
    font-weight: 500;
}

.link3:hover,
.link3:active{
    color: #fff;
    //border-bottom: 2px solid #fff;
}

.link4:link,
.link4:visited{
    text-decoration: none;
    color: #000000;
    //padding-bottom: 1px;
    //border-bottom: 2px solid transparent;
    //-webkit-transition: color 0.2s, border-bottom 0.2s;
    //transition: color 0.2s, border-bottom 0.2s;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 110%;
    font-weight: 500;
}

.link4:hover,
.link4:active{
    color: #fff;
    //border-bottom: 2px solid #fff;
}


.link5:link,
.link5:visited{
    text-decoration: none;
    color: #77f4e7;
    padding-bottom: 1px;
    border-bottom: 2px solid transparent;
    -webkit-transition: color 0.2s, border-bottom 0.2s;
    transition: color 0.2s, border-bottom 0.2s;
}

.link5:hover,
.link5:active{
    color: #fff;
    border-bottom: 2px solid #fff;
}




/* ================================ */
/* === HEADER === */
/* ================================ */

.header {
    background: url(../images/goodKarma_header.jpg) no-repeat;
    background-position: top center;
    background-size:cover;
    //height: 100vh;
}

.headerLogo{
    width: 50%;
    padding: 33px 0px 0px 0px;
    text-align: center;
}


.horzLogo{
    height: 50px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}


.address {
    font-size: 90%;
    color:#77f4e7;
    letter-spacing: 2px;
}

.covid19UpdateText{

    color:#77f4e7;
    
}


.buyBox {
    position: relative;
    top: 60%;
    -webkit-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
    margin: 0 auto;
}

.buyButton {
    width: 100%;
}





/* ================================ */
/* === BOOKINGS BUTTON === */
/* ================================ */

.bookingsButton {
    font-family: 'Barlow Condensed', sans-serif;
    background-color: rgba(17, 246, 232, 0.2);
    border-radius: 6px;
    border: none;
    color: #FFF;
    padding: 3px 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    margin: 0px 0px 15px 0px;
    opacity: 1;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
    
}

.bookingsButton:hover {
    background-color: rgba(17, 246, 232, 1);
    color: #1c3e36;
    text-decoration: none;
}


.bookingsBlackBG{
    background-color: rgba(0, 0, 0, 0.8);
}

.buttonAlign{
    text-align: left;
}


/* ================================ */
/* === NAVIGATION === */
/* ================================ */

.navbar-toggler {
    //background-color: rgba(0, 0, 0, 0.85) !important;
    border:0;
    outline: none;
}

.navbar .navbar-nav a{
    color: #77f4e7  !important;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.navbar .navbar-nav a:hover,
.navbar .navbar-nav a:active {
    color: #fff  !important;
}

.navbarBG_on{
   background-color: rgba(0, 0, 0, 0.85) !important;
   
}

.navbarBG_off{
   background-color: transparent !important; 
}

.sticky {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color: rgba(0, 0, 0, 0.85) !important;
}


.navbarMenuHamburger {
    height: 26px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.navbar-nav {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.nav-item{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 120%;
    font-weight: 500;
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 0px; 
}

.noPadding{
    padding: 0px 0px 0px 0px;
}

.navbar-collapse{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px; 
}

.navbar{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px; 
}

ul, li {
   padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;  
}




/* ================================ */
/* === ABOUT US === */
/* ================================ */

.aboutUsSection{
    /*background-color: #1e4139; green*/
    background-color: #000;

    
}
.shopPics{
    width: 50%;
    float: right;
    margin: 0px 0px 25px 10px;
}

.shopPics ol{
    margin:0;
    padding:0;
    
}



.aboutUsSection h2{
    color: #77f4e7;
}
.aboutUsSection p, .contactUsSection p{
    color: #fcfbf8;
}



.modal-body ol, .modal-body li{
    font-size: 85%;
    text-align: left;
    padding: 0px 15px 0px 15px;
    margin: 0px 0px 0px 0px;
    
}



/*select from the second item and up*/

.modal-body li + li{padding-top: 33px;}

.modal-body p{
    font-size: 85%;
    padding: 33px 5px 0px 5px;
    text-align: left;
}




/* ================================ */
/* === ARTISTS === */
/* ================================ */

.artistSection{
    //background-color: #1c3e36; /* dark green */
    //background-color:#161b35; /* dark blue */
    //background-color:#038387; 
    background-color:#011c23

}
.artistSection h2{
    color: #77f4e7;
    //color:#000;
}

.artistsName{
    font-family: 'Barlow Condensed', sans-serif; 
    font-size: 140%;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    color: #77f4e7;
    color: #000;
}

.artistBioHome{
    font-size: 80%;
    text-align: left;
}

.artistPicHome {
    text-align: center;
    width: 90%;
    border: 2px solid black;
    transition: transform .2s linear; /* Animation */
    
}

.artistPicHome:hover{  
    transform: scale(1.02);
    border-color: #77f4e7;
}

.biopic{
    width:100%;
    border: 2px solid #000;
}


.biosubpic{
    width: 100%;
    //display: block;
    //margin: 0 auto;
}
.portfolioPic{
    width:100%;
    border: 2px solid #000;
}


/* ================================ */
/* === REVIEWS SECTION === */
/* ================================ */

.reviewTextColor{
    color:#fff;
}

.reviewsSection{
    background-color: #161b35;

}
.reviewsSection h2{
    color: #77f4e7;
}

.reviewsSection p{
    color: #fff;
}


.reviewsSection .carousel-inner{
    height: 160px;
}
.reviewsSection .height100{
    height: 100%;
    
}


.reviewsSection .carousel-control-prev,
.reviewsSection .carousel-control-next {
    //background-color: #999;
  //background-color: rgba(70,70,70,.25);
}


.reviewsSection .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #FFF;
    background-color: rgba(255,255,255,.25);
    margin-right: 5px !important;
}

.reviewsSection .carousel-indicators .active {
  background-color: #fff;
}


.reviewsSection .carousel-control-prev-icon,
.reviewsSection .carousel-control-next-icon {
  background-image: none;
}

.reviewsSection .carousel-control-next-icon:after{
  content: '>';
  font-size: 35px;
  color: #999;
}

.reviewsSection .carousel-control-prev-icon:after {
  content: '<';
  font-size: 35px;
  color: #999;
}




/* ================================ */
/* === CONTACT US === */
/* ================================ */

.contactUsSection{

    background-color: #000;
    background: url(../images/contactUs_header.jpg) no-repeat;
    background-position: top center;
    background-size:cover;
}

.contactUsSection h2{
    color: #77f4e7;
}


.googleMapHolder{
    height: 500px;
}

.gmap_canvas {
    overflow:hidden;
    background:none!important;
    height:100%;
    width:100%;
}

.mapouter{
    position:relative;
    text-align:right;
    height:100%;
    width:100%;
}


.socialmediaLink{
    width: 50%;
}





/* ================================ */
/* === FAQ === */
/* ================================ */

.faqSection {
    background-color: #161b35;
}



.faqSection h2{
    color: #77f4e7;
}

.accordion{
   background-color: rgba(0, 0, 0, 0);
   
}

.card{
    background-color: rgba(0, 0, 0, 0);
    padding: 0px 0px 20px 0px;
    margin: 0;
    border-color: rgba(0, 0, 0, 0);
    position: relative;
}


.card-header{
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    border-bottom-color: #414970;
    position: relative;
}

.btn-link:hover, .btn-link, .btn-link:focus{
   text-decoration:none;
    font-size: 55%;
}



.faqSection button {
    padding: 0;
    margin: 0;
    color: #77f4e7;

}

.faqSection button:hover {
    padding: 0;
    margin: 0;
    color: #fff;

}


.card-body{
    padding: 10px 0px 10px 20px;
    margin: 0;
    color: #fff;
    
}




/* ================================ */
/* === FOOTER === */
/* ================================ */



.footer_section {
    font-size: 80%;
    background-color: #038387;
    color: #77f4e7;
    
    
}



.footer_section .nav-link {
    color: #011c23 !important;
    padding: 2px 10px 2px 0;
}

.footer_section .nav-link:hover,
.footer_section .nav-link:active {
    color: #fff !important;
}


.copywriteText{
    font-size: 70%;
    color: #011c23;
}









/*----------------------------*/
/*-- MEDIA QUERYS --*/
/*----------------------------*/

@media (max-width:2500px) {

    
    .nav-item{
        font-size: 140%;
    }
    
     .socialmediaLink{
        width: 70%;
    }
    
}




/*--- xl  width-1 ---*/
@media (max-width:1200px) {

    
    .nav-item{
        font-size: 130%;
    }
    
     .socialmediaLink{
        width: 70%;
    }
    
}


/*--- lg  width-1 ---*/
@media (max-width:991px) {
    h3{font-size: 120%;}
    .headerLogo{
        width: 60%;
        padding: 33px 0px 0px 0px;
        text-align: center;
    }
    
    .nav-item{
        font-size: 120%;
    }
     .socialmediaLink{
        width: 80%;
    }
    
}


/*--- md  width-1 ---*/
@media (max-width:767px) {

    h3{font-size: 170%;}
    .headerLogo{
        width: 80%;
        padding: 33px 0px 0px 0px;
        text-align: center;
    }
    
    .address {
        font-size: 70%;
        letter-spacing: 1px;
    }
    .shopPics{
        width: 100%;
        float:right;
        margin: 0px 0px 25px 15px;
    }
    
    .artistPicHome {
        width:70%;
    }
    .reviewsSection .carousel-inner{
        height: 160px;
    }
     .contactUsAddress{
        text-align: center;
    }
    
    .socialmediaLink{
        width: 50%;
    }
    

    
}


/*--- sm  width-1 ---*/
@media (max-width:575px) {
    
    h3{font-size: 150%;}
    
    .address {
        font-size: 65%;
        letter-spacing: 0px;
    }
    
    .shopPics{
        width: 100%;
        display:block;
        margin: 0px 0px 25px 0px;
    }
    
    .headerLogo{
        width: 100%;
        padding: 33px 0px 0px 0px;
        margin: 0px;
    }
    
    .reviewsSection .carousel-inner{
        height: 220px;
    }
    
    .contactUsAddress{
        text-align: center;
    }
    
    .socialmediaLink{
        width: 50%;
    }
    
    .buttonAlign{
    text-align: center;
}
    
}












