
/* CSS Document for Jada Danielle Website */



img {
	max-width:100%; 
}

a {
  color: #4e4e4e;
}

header {

}

.container-fluid .row {
margin-right: -15px;
    margin-left: -15px;
}

.row {
margin-right: 0;
margin-left: 0;
}

.icons {
	max-width: 40px; 
}

.btn.style-one {
	background-color: black;
    color: white;
	border-radius: 0;
}

.btn.style-two {
	background-color: transparent; 
    color: black;
	border-radius: 0;
	border: solid 3px black;
}

.btn.style-inverse {
background-color: white;
    color: black;
border-radius: 0;
}

p, .p {
  font-size: 18px;  
}

.h5, h5 {
  font-size: 22px;
}

.section{
margin-top: 3rem;
margin-bottom: 3rem;
}


/* Image Modals */
.img__wrap {
    position: relative;
}

.img__description_layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(80, 80, 80, 0.6);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* transition effect. not necessary */
    transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description_layer {
    visibility: visible;
    opacity: 1;
}

.img__description {
    transition: .2s;
    transform: translateY(1em);
    font-weight: bold;
}

.img__wrap:hover .img__description {
    transform: translateY(0);
}


.img-fluid2 {
    max-height: 100%;
    width: auto;
}

.illustrations-zoom {
  cursor: pointer;
}

/* Nav Bar */
.navbar-toggler .navbar-toggler-icon {
	background-image: url('/images/jd/closetoggle.png');
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background-image: url('/images/jd/opentoggle.png'); 
}

.navbar-light .navbar-toggler {
	border-color: white;
}

.header-logo {
	
}
.logo {
	max-width: 9rem; 
}
.nav-link {
	text-transform: uppercase;
  	text-align: center;
}

.active-menu > a {
    font-weight: 600;
}

.navbar-light .nav-item.active .nav-link,
.navbar-light .nav-item .nav-link:active,
.navbar-light .nav-item .nav-link:focus,
.navbar-light .nav-item:hover .nav-link {
    color: #ff0000;
    font-weight: 600;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ff0000;
}


/* Mobile & Desktop Edits */ 
.desktop {
	display: none;
}


@media only screen and (min-width: 768px) {	
	.desktop {
		display: block; 
	}
    .mobile {
        display: none;
    }
}


/* Tables */
.table {
	display: table;
}

.table-cell {
	display: table-cell;
}

/*Home Swipe */
.homeswipe {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


/*Overlay Cards */
.card {
	border: none;
}

.card-text {
    text-align: center;
  	position: absolute;
    top: 50%;
    width: -webkit-fill-available;
}

.card-text a {
	color: white;
}

.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	height: 400px;
    object-fit: cover;
}

.card-img-overlay {
  	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
  	padding: unset; 
} 

.card-content {
  width: 100%;
  text-align: center;
 }
 
.card-color {
    background: rgb(0, 0, 0,0.5);
    overflow: hidden;
    height: 100%; 
	color: white;
}

.overlay-container {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {	
.card.text-white {
margin-bottom: 1rem; 
}
.card-img-overlay {
justify-content: flex-start;
}

.hero-text {
top: .5em
}

.hero-text p {    margin-bottom: .25rem;text-align: center;
        padding: 5px; }
}


/* Pages */
.hero-text {
	top: 1em;
	left: auto;
}

.work-image {
	cursor: pointer;
	margin-bottom: 30px;
}


@media only screen and (min-width: 768px) {	
	.hero-text {
      left: 40%;
	}	
    	.contact-image {
		width: 60%;
	}	
}

/* Shop */
.shop-img-cont {
display:block;    
width: 100%; 
    padding-top: 100%; 
    position: relative; 
    overflow: hidden;
}

.shop-img-cont img {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center; 
}

.shop-listing {
    display: block;
    margin-bottom: 1rem;
}

a.shop-listing:hover {
transform: scale(1.1);
color: #4e4e4e;
text-decoration: none; 
transition: all 500ms ease;
}
.art-name {
display: block;
    text-align: center;
}

.shop-detail {
margin-top: 3rem;
margin-bottom: 1.5rem;
}

.shop-detail h1 {
font-style: italic;
}

@media only screen and (max-width: 768px) {	
.shop-listings .col-6 {
padding: 0 5px;
}
.shop-detail h1 {
margin-top: 1rem;
}
}

/* Event Page */
.img-col {
padding: 0;
}

@media only screen and (max-width: 768px) {	
   .reverse {
     flex-direction: column-reverse; 
   }
.words-col {
padding: 2rem;
}
}


/* Footer */ 
footer {
	padding-top:35px; 
}
footer a {
	color: black; 
}
footer .logo {
	padding-top: 30px; 
}

.border-top.footer {
border-top: none !important;
}
  
.text-white {
     color: blue;
}

/* Cookie Consent */
.cc-btn {
	background-color: #F4EBE6 !important; 
}

.cc-theme-edgeless.cc-window {
	font-size: small;
	opacity: .9;
}
	


