/* Themify Customize Styling */
body {	background: none;
	background-color: #000000;
	font-family: "Instrument Sans";	font-weight:400;
 
}
a {		text-decoration:underline;

	color: #ffffff; 
}
a, .post-nav .arrow {	
	color: #ffffff; 
}
.pagewidth,.module_row>.row_inner {	
	width: 96%; 
}
h1 {	
	font-family: "Instrument Sans";	font-weight:700;
	font-size:8rem;
	line-height:1em;
	text-transform:uppercase;
	color: #ffffff; 
}
h2 {		font-size:5em;
	line-height:1em;
 
}
#headerwrap {	
	background-color: transparent; 
}
body #site-logo a img {		width: 100px; 
}
#main-nav a {	
	border: none !important;	font-weight:900;
	font-size:1.4em;
	text-transform:uppercase;	text-align:center; 
}
#main-nav a:hover {	
	color: rgba(255,255,255,0.61); 
}
#footer a {	
	color: #ffffff; 
}
#footer a:hover {	
	color: rgba(255,255,255,0.66); 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
body #site-logo a img {		width: 100px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {		width: 100px; 
}
 }@media(max-width: 600px) { /* Themify Customize Styling */
body #site-logo a img {		width: 100px; 
}
 }.header-minbar #headerwrap #main-nav a, .mobile_menu_active #headerwrap .sidemenu-on a, .mobile_menu_active #headerwrap #main-nav a, .mobile_menu_active #headerwrap #main-nav ul a { 
	color: #ffffff; }.header-minbar #headerwrap #main-nav a:hover, .mobile_menu_active #headerwrap .sidemenu-on a:hover, .mobile_menu_active #headerwrap #main-nav a:hover, .mobile_menu_active #headerwrap #main-nav ul a:hover { 
	color: rgba(255,255,255,0.55); }
/* Themify Custom CSS */
#footerwrap a:hover, #headerwrap a:hover {
    color: #ffffff;
}

#main-nav li>a {
    border-bottom: none;
    padding: 6px;
    transition: transform 0.3s ease; /* Adds a smooth transition */
}

#main-nav li>a:hover {
    transform: scale(1.1); /* Increases the size by 10% */
}