/*
Theme Name: The Studio Fund 2026
Theme URI: http://theodagency.com
Description: Website for The Studio Fund 2026
Author: Ollie Stott
Author URI: http://theodagency.com
Version: 1.0.0
*/

body {
	font-family: "Barlow", sans-serif;
	padding-top: 180px;
	font-size: 1.2em;
}

a {
	color: #000;
}

header .nav-link {
    padding: 0em 0.5em;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
	margin: 0 5px;
}

header .current_page_item, .nav-link:hover {
	background: #efb322;
    color: #000;
}


header .row {
	border-bottom: 2px solid #000;
}

#header .mobile-menu-toggle {
    color: #000!important;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

#border {
	border-top: 2px solid #efb322;
}

footer {
	color: #fff;
}

footer a {
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
	text-decoration: none;
}

footer ul {
	padding-left: 0;
	list-style: none;
}

footer li {
	margin: 10px 0;
}