/* Themify Customize Styling */
body {	background: none;
	background-color: #000000;
	font-family: "Instrument Sans";	font-weight:400;
 
}
.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; 
}
@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; 
}
 }
/* Themify Custom CSS */


#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% */
}