body {
	color: white;
}

.heading, .main-content {
	font-family: 'Playfair Display', serif;
}

/*-------------------------------------------------------------
======================= Back to Top ========================
---------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	display: none;
	right: 20px;
	bottom: 20px;
	z-index: 9000;
	text-decoration: none;
}
  
.back-to-top i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	width: 40px;
	height: 40px;
	background: #ff8800;
	color: #fff;
	transition: all 0.4s;
	border-radius: 50%;
}
  
.back-to-top i:hover {
	background: #da5c13;
	color: #fff;
}

.back-to-top:hover {
	text-decoration: none;
}

/*-------------------------------------------------------------
======================= Header ========================
---------------------------------------------------------------*/


#header {
	transition: all 0.5s;
	background-color: #ffffff;
	z-index: 1000;
}

#header .logo img {
	height: 60px;
	width: 200px;
	margin: 10px 0 5px 0;
	padding: 0;
}


@media (max-width: 1199px) {
	
	#header .logo img {
		height: 50px;
		width: 150px;
		margin: 10px 0 3px 0;
	}
}

.nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

.nav-menu li a {
	padding: 25px 8px 25px 8px;
	text-decoration: none;
}

.nav-menu > ul {
	display: flex;
}
 
.nav-menu > ul > li {
	position: relative;
	white-space: nowrap;
}

.nav-menu .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
  
.nav-menu .drop-down li {
	min-width: 150px;
	position: relative;
}
  
  
.nav-menu .drop-down ul a {
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	color: #353535;
}
  
.nav-menu .drop-down > a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 3px;
}
  
.nav-menu a {
	display: block;
	color: rgb(51, 38, 38);
	transition: 0.3s;
}

.nav-menu li a:hover, .nav-menu li  .active {
	color: #ff5e00;
}

@media (min-width: 992px) and (max-width: 1199px){
	.nav-menu li a {
		font-size: 20px;
		padding-left: 10px;
	}
}


@media (min-width: 1200px) {
	.nav-menu li a {
		font-size: 20px;
	}
}


/* Mobile Navigation */

.hamburger {
    position: fixed;
	cursor: pointer;
	top: 20px;
	right: 20px;
	z-index: 1501;
}

.hamburger .line1, .hamburger .line2, .hamburger .line3 {
    width: 27px;
    height: 3px;
    background: rgb(0, 0, 0);
	margin: 5px;
	transition: all 0.5s ease;
}

.nav-close-icon .line1 {
	transform: rotate(-45deg) translate(-5px, 6px);
	background-color: rgb(255, 0, 0);
}

.nav-close-icon .line2 {
	opacity: 0;
}

.nav-close-icon .line3 {
	transform: rotate(45deg) translate(-5px,-6px);
	background-color: rgb(255, 0, 0);
}
  
.mobile-nav {
	position: fixed;
	top: 65px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	z-index: 9999;
	overflow-y: auto;
	background: #fff;
	transition: ease-in-out 0.2s;
	opacity: 0;
	visibility: hidden;
	border-radius: 10px;
	padding: 10px 0 0 10px;
}
  
.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}
  
.mobile-nav a {
	display: block;
	position: relative;
	color: #191919;
	padding: 10px 20px;
	font-weight: 500;
	outline: none;
	text-decoration: none;
}
  
.mobile-nav a:hover, .mobile-nav .active  {
	color: #e82d2d;
	text-decoration: none;
}
  
.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 1500;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.6);
	overflow: hidden;
	display: none;
	transition: ease-in-out 0.2s;
  }
  

.mobile-nav-active {
	overflow: hidden;
}
  
.mobile-nav-active .mobile-nav {
	opacity: 1;
	visibility: visible;
}
  
.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}
/*-------------------------------------------------------------
---------------------------------------------------------------*/


.heading h3 {
	font-size: 40px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
	margin-top: 90px;
}

.heading h3::before, .heading h3::after {
	content: "";
	height: 3px;
	width: 70px;
	background-color: #ff5e00;
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
}

@media (min-width: 401px) and (max-width: 576px) {
	.heading h3 {
		font-size: 32px;
		padding-bottom: 10px;
	}
	.heading h3::before, .heading h3::after {
		height: 2px;
		width: 50px;
	}
}

@media (max-width: 400px) {
	.heading h3 {
		font-size: 30px;
		padding-bottom: 10px;
	}
	.heading h3::before, .heading h3::after {
		height: 2px;
		width: 30px;
	}
}


/* --------------------  tile ------------------ */

.tile {
	margin-bottom: 60px;
	padding: 10px;
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
	border-radius: 40px;
}

.tile .art-img img {
	height: 200px;
	width: 200px;
}

.tile .image-hover-zoom {
	display: block;
	height: 200px; 
	width: 200px;
	border-radius: 50px;
	overflow: hidden;
	
}
  
.tile .image-hover-zoom img {
	transition: transform 1s, filter 1s ease;
}
  
.tile .image-hover-zoom:hover img {
	transform: scale(1.3);
	filter: brightness(80%);
}

.tile .art-title {
	display: block;
	padding: 6px 20px;
	margin: 5px;
	margin-top: 20px;
	margin-left: -5%;
	color: rgb(255, 255, 255);
	border-radius: 10px;
	font-weight: bold;
}

.tile .art-description {
	margin: 5px 0 10px 0;
	padding: 5px 10px 5px 0;
	font-weight: 500;
	
}

.tile span {
	padding: 5px;
}

.tile .art-category {
	background-color: #da5c13;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 3px 15px 3px 15px;
	font-weight: 500;
}

.tile .art-author, .tile .art-date {
	opacity: 0.6;
}

@media (max-width: 991px) {
	.tile .image-hover-zoom {
		margin: auto;
		margin-bottom: 15px;
	}
	.tile .art-title {
		margin: 0;
		padding: 0;
	}	
	.tile {
		padding-bottom: 30px;
	}
}

/*-------------------------------------------------------------
=========================  Footer  ===========================
---------------------------------------------------------------*/
#footer {
	background: #f08731;
	padding: 10px;
	font-size: 14px;
	color: #ffffff;
}

#footer .credits {
	font-size: 12px;
}

#footer .social-icons i {
	font-size: 30px;
	padding-top: 7px;
	padding-left: 5px;
	color: #ffffff;
}

#footer .social-icons i:hover {
	color: #b3b5bb;
}

@media (max-width: 767px) {
	#footer .social-icons {
		border-top: 1px solid rgba(11, 94, 109, 0.616);
		margin: auto;
		margin-top: 15px;
		padding-top: 5px;
		width: 60%;
	}
}
