/* CSS Document for Jada Danielle Website */
img {
	max-width:100%; 
}

a {
  color: #4e4e4e;
}

header {
	padding-bottom: 1em;
}

.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;
}


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

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

/* 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 {
	padding-top: 20px; 
}
.logo {
	max-width: 10rem; 
}
.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;
	padding: 1.5em 0 1.5em 0;
}

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

.card-text a {
	color: white;
}


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

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


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



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

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

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

