/* nolo styles */



* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'Arial', sans-serif;
	color: #fff;
}

html, body {
	height: 100%;
	background: #8e8c8a;
	
}

a {
   text-decoration: none;
	 color: white;
}

a:hover {
  text-decoration: underline;
	display: inline-block;
	cursor: pointer;
	color: #76cffd;
}

.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.desktop-layout {
	display: none;
}

header {
	margin-top: 10px;
}

.mobile-logo {
	position: relative;
	padding-left: .4em;
	top: 15px;
	z-index: 98;
	font-family: 'Josefin Sans', sans-serif;
	font-style: oblique;
	letter-spacing: -3px;
	color: #222;
	font-size: 70px;
}

.mobile-logo a {
	font-family: 'Josefin Sans', sans-serif;
	font-style: italic;
	color: #222;
}
	
.mobile-logo a:hover {
	text-decoration: none;
}

.name {
	position: absolute;
	margin-left: 26px;
	top: 82px;
	left: 60px;
	font-size: 1.1em;
	font-weight: normal;
	z-index: 99;
	color: #222;
}

main {
	width: 100vw;
	margin-bottom: 15px;
}

.site-content {
  flex: 1;
}

.banner-pic {
	position: relative;
	margin-top: -22px;
	background: transparent url("img/nsc.v2.jpg") no-repeat 50% 45%;
	background-size: cover;
	height: 250px;
	border-top: 2px solid #444;
	border-bottom:12px solid #444;
}

.banner-pic a:hover {
	cursor: pointer;
}

.wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	
}

.noloers {
	position: relative;
	width: 74%;
	margin-top: 5em;
	display: flex;
	justify-content: space-between;
	/*border: 1px solid white;*/
	
}

.noloers ul {
	line-height: 2em;
	list-style-type: none;
	padding-left: 4vw;
}

.noloers li {
	position: relative;
	display: inline-block;
	background-color: #444;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 15px;
	margin-bottom: 5px;	
}

.noloers li:hover {
	z-index: 999;
	color: #76cffd;
}

.noloers li a {
	 display: inline-block;
	 width: inherit;
	 height: inherit;
}

.noloers li a:hover {
	color: #76cffd;
	text-decoration: none;
}

em {
	color: inherit;
}

em a:hover {
	color: #76cffd;
}

.skinny {
	font-weight: 100;
	color: #bbb;
}

.blurb {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
  height: 70px;
	margin-top: 50px;
	text-align: center;
	font-family: 'verdana', sans-serif;
	font-style: italic;
	color: #fff;
	font-size: .9em;
	overflow: hidden;
}

.footer {
	width: 100%;
	height: 100px;
	padding: 20px 0 20px 0;
	background: #444;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.5em;
}

.deets {
	font-family: arial;
	font-weight: bolder;
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
	color: white;
}

.container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 12rem;
}

.container h1, .container h3, .container p {
	color: #ddd;
}

@media (min-width: 620px) {
	.banner-pic {
		height: 400px;
		background: transparent url("img/nsc.v2.jpg") no-repeat 50% 65%;
		background-size: cover;
		margin-top: -30px!important;
	}
	
	.mobile-logo {
		font-size: 83px;
	}
	
	.name {
		font-size: 1.35em;
		top: 92px;
		left: 80px;
	}
	
	.banner-pic {
		margin-top: -43px;
	}
		
	.footer {
		justify-content: flex-end;
		padding-right: 5vw;
	}
}

@media (min-width: 1050px) {
	.banner-pic {
		height: 550px;
		margin-top: -29px;
	}
}