/* CSS Document */

body {
	font-size: 1rem;
	line-height: 1.4;
}

.inner, .nav {
	display: block;
	padding: 0 2.5%;
}

.new-age {
	display: block;
}

content, sidebar, .footer-content, .footer-forms {
	width: auto; 
}
/* start adding a class to all items that will receive this treatment. */

content {
	padding-left: 0!important;
}

h1 {
	font-size: 2.25rem;
}

content h2, footer h2 {
	font-size: 1.75rem;
}

#marks ul li .flex a {
	font-size: 1.875rem;
}

#marks ul li .mark {
	width: 25%;
	
}


sidebar {
		padding: 1rem;
	border-right: none;
}

.logo {
	
}

.logo {
	height: 4rem;
	justify-content: flex-start;
	font-size: 1.5rem;
	line-height: 1.1;
}

header {
	position: fixed;
	width: 100%;
	z-index: 2;
}

.page {
	padding: 7rem 0 0 ;
}

nav ul {
	display: none;
	text-align: right;
	position: fixed;
	top: 7rem;
	right: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	z-index: 1000;
	padding: 1rem;
	background: rgba(0,0,0,.9);
	color: white;
	font-size: 2rem;
}

nav ul li a {
	color: inherit!important;
	display: block;
	padding: 0;
}

nav ul.visible {
	display: block;
}

footer {
	padding: 1rem;
}

.menu-toggle {
	display: inline-block;
	padding: .5rem;
	position: absolute;
	top: 3rem;
	right: 1rem;
}

.menu-toggle img {
	width: 1.25rem;
}

.mark-content {
    padding: 0;
	margin-top: 1rem;
}

.marks-list {
	display: none;
}
