* {
	box-sizing: border-box;
}
.site {
	  display: flex;
	  min-height: 100vh;
	  flex-direction: column;
	  background: #000000; color: #f6f6f6;
/* 	  background: url(../i/backgroundimage.jpg) no-repeat center center fixed; */
	  background-size: cover;
	}
	
	.site-content {
	  flex: 1;
	}

/* logo area */
.responsive-text-logo {font-size: 15vw; font-family: 'Chivo', serif; text-align: center;
	padding: 0; margin: 0; margin-bottom: .8vh; margin-top: .2vh; line-height: 0.70em;
 -moz-text-fill-color: rgba(255, 255, 255, 0.3);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.3);
		     -moz-text-stroke-color: #000;
		  -webkit-text-stroke-color: #000;
		     -moz-text-stroke-width: 3px;  
		  -webkit-text-stroke-width: 3px;
	}
.responsive-text-logo.music {font-size: 10.6vw;}
.responsive-text-logo.culture {font-size: 9.9vw;}
.responsive-text-logo.product {font-size: 9.6vw;}
.responsive-text-logo.screen {font-size: 10.1vw;}
.responsive-text-logo.lit {font-size: 8.9vw;}
.responsive-text-logo.ssh {font-size: 6.68vw;}
.cultureblue {-moz-text-fill-color: rgba(22, 162, 227, 0.5); -webkit-text-fill-color: rgba(22, 162, 227, 0.5); color: rgba(22, 162, 227, 0.5);}
.productblack {-moz-text-fill-color: rgba(12, 12, 12, 0.5); -webkit-text-fill-color: rgba(12, 12, 12, 0.5); color: rgba(12, 12, 12, 0.5);}
.screengreen {-moz-text-fill-color: rgba(22, 227, 45, 0.5); -webkit-text-fill-color: rgba(22, 227, 45, 0.5); color: rgba(22, 227, 45, 0.5);}
.musicorange {-moz-text-fill-color: rgba(255, 201, 4, 0.5); -webkit-text-fill-color: rgba(255, 201, 4, 0.5); color: rgba(255, 201, 4, 0.5);}
.litred {-moz-text-fill-color: rgba(182, 28, 28, 0.5); -webkit-text-fill-color: rgba(182, 28, 28, 0.5);}
.sshpink {-moz-text-fill-color: rgba(255, 5, 230, 0.5); -webkit-text-fill-color: rgba(255, 5, 230, 0.5); color: rgba(255, 5, 230, 0.5);}

/* home page title*/
.home-title {
	 font-size: 5vw; font-family: 'Staatliches', sans-serif; text-transform: uppercase; text-align: center;
	 line-height: 1em;
     -moz-text-fill-color: rgba(0, 0, 0, .5);
  -webkit-text-fill-color: rgba(0, 0, 0, .5);
     -moz-text-stroke-color: #fff;
  -webkit-text-stroke-color: #fff;
     -moz-text-stroke-width: 1px;  
  -webkit-text-stroke-width: 1px;
}
.main-title {
	 font-size: 7.5rem; font-family: 'Staatliches', sans-serif; text-transform: uppercase; text-align: right;
	 line-height: 1em;
     -moz-text-fill-color: rgba(0, 0, 0, .5);
  -webkit-text-fill-color: rgba(0, 0, 0, .5);
     -moz-text-stroke-color: #fff;
  -webkit-text-stroke-color: #fff;
     -moz-text-stroke-width: 1px;  
  -webkit-text-stroke-width: 1px;
}

.titles-control {position: absolute; bottom: 10px; width: 100%; text-align: center;}
.home-subtitle {font-family: 'Niramit', sans-serif; font-size: 1.3vw; color: #f9f9f9; text-shadow: 1px 0px 0px black;}
.main-subtitle {font-family: 'Niramit', sans-serif; font-size: 2rem; color: #0c0c0c; text-shadow: 1px 0px 0px black; text-align: left; padding-bottom:1em;}
.textmate {width: 90%; background: black;}
.strapline{padding-left: 2em;}

.section-title {
	 font-size: 3.5rem; font-family: 'Staatliches', sans-serif; text-transform: uppercase; text-align: center;
	 line-height: 1em;
     -moz-text-fill-color: rgba(0, 0, 0, .5);
  -webkit-text-fill-color: rgba(0, 0, 0, .5);
     -moz-text-stroke-color: #fff;
  -webkit-text-stroke-color: #fff;
     -moz-text-stroke-width: 1px;  
  -webkit-text-stroke-width: 1px;
}



/* navigation */
	/* Custom styles for the menu */
			.title-bar {background: none; }
			.top-bar {background: none; z-index: 5;}
			.top-bar-left {background: none; }
			.top-bar-left ul {background: none; font-family: "IBM Plex Sans Condensed", sans-serif; padding-left: .5em;}
			.top-bar-right {background: none; }
			.top-bar-right ul {background: none; font-family: "IBM Plex Sans Condensed", sans-serif; padding-right: 1em;}
			.menu {background: none;}
			#global-menu {background: none;}
			.menu-button {color: orange; z-index: 10001; text-decoration: none; position: fixed; top: 12vh; right: 0; margin-right: 0em; font-weight: 100; background-color: #171717; padding-right: .6em; padding-left: .2em; -webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;}
			
			.top-bar ul li a:link {color: #ffebc1; text-shadow: 1px 1px 0px black;}
			.top-bar ul li a:visited {color: #f3f3f3; text-shadow: 1px 1px 0px black;}
			.top-bar ul li a:hover {color: #ffffff; text-shadow: 1px 1px 0px black; cursor: pointer; }
			.top-bar ul li a:active {color: #f3f3f3; text-shadow: 1px 1px 0px black; text-decoration: none;}
			
			a:link {color: #92160d;}
			a:visited {color: #92160d;}
			a:hover {color: #ba1509; cursor: pointer; }
			a:active {color: #92160d; text-decoration: none;}
			
			footer a:link {color: #92160d;}
			footer a:visited {color: #92160d;}
			footer a:hover {color: #ba1509;cursor: pointer; }
			footer a:active {color: #92160d; text-decoration: none;}
			
			.uptop a:link {color: #ffa300; font-weight: bold;}
			.uptop a:visited {color: #ffa300; font-weight: bold; }
			.uptop a:hover {color: #ffffff; cursor: pointer; font-weight: bold;}
			.uptop a:active {color: #ffa300; text-decoration: none; font-weight: bold;}
			.uptop {text-shadow: 1px 0px 0px black}
			
			.newadspace {padding: .3em;}
			.newadspace h2 {font-family: 'Niramit', sans-serif; font-size: 1.2rem;}
			.space-below {margin-bottom: 10em;}
			
			.lowerfoot {background: #000000; opacity: 9; padding: 1em; font-size: .8em;} 
			
			
						

	
	
	
	
	
section {
	border-bottom: 1px solid white;
	padding: 0rem;
	margin: 0;
	height: 100vh;
	scroll-snap-align: start;
	text-align: center;
	position: relative;
	scroll-padding: 0;
}
.section-six {
	position: relative;
	padding-top: 5vh;}

	.storyblock {font-family: 'Niramit', sans-serif; font-size: 1.5rem; color: #131212; text-align: left; margin-top: .1em;}
	section.storyzone {margin-top: 2em;}
	.pullquote {background:rgba(255, 250, 250, 0.2);	padding: .2em; margin: 5em .2em; font-size: 2rem; border-radius: 5px; box-shadow: 1px 0px 1px 1px rgba(0, 0, 0, 0.1); font-family: 'Nixie One', cursive;}
	.recentstory {background:rgba(255, 250, 250, 0.2); margin: 0; margin-bottom: 1.3em; padding: .2em; font-size: 1rem; border-radius: 5px; box-shadow: 1px 0px 1px 1px rgba(0, 0, 0, 0.1); font-family: 'Nixie One', cursive; text-align: left;}
	.recentstory h2 {font-family: 'Staatliches', sans-serif; text-transform: uppercase; font-size: 1.5rem; text-align: left; line-height: normal;}
	.archivelinks .cell {border: 1px solid #0d0c0c; border-radius: 4px; padding: 1em;}
	.button-icon {font-size: 2rem;}
	.goforwidth {width:100%;}
	.media-object {background:rgba(255, 250, 250, 0.2);	padding: .2em; margin: 2em .1em; font-size: 1.5rem; border-radius: 5px; box-shadow: 1px 0px 1px 1px rgba(0, 0, 0, 0.1); font-family: 'Nixie One', cursive; text-align: left;}
	.bywhom {text-align: right; margin-bottom: 2em;}
	.boilerplate h3 {font-family: 'Staatliches', sans-serif; text-transform: uppercase; font-size: 1.5rem;}
	.trending {text-align: left;}
	.charting {font-family: "IBM Plex Sans Condensed", sans-serif; font-weight: bold;  font-variant: small-caps; font-size: 1.1rem;}
	.recentstory img {text-align: center;}
	.staff {text-align: left;}
	.stafflist {font-family: "IBM Plex Sans Condensed", sans-serif; font-size: .8rem;}
	.about {font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 1rem;}
	.universe {font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 1rem; text-align: left;}
	.recents h2 {font-family: 'Staatliches', sans-serif; text-transform: uppercase; font-size: 1.5rem; text-align: left; line-height: normal;}
	.disclaimer {font-family: 'Staatliches', sans-serif; text-transform: uppercase; font-size: 3rem; padding: .5em; text-align: center;}
	.logoimage {margin-bottom: .5em;}
	.sidemen {font-family: "IBM Plex Sans Condensed", sans-serif; text-align: left; font-size: 1.2rem; min-height: 100vh; margin-top:0;}
	.space-below-me {margin-bottom: 10em;}

	


	/* Small only */
		@media screen and (max-width: 39.9375em) {
				ul.menuselects li {text-align: center;}
				.top-bar {background: black; position: absolute; top: 0; min-width: 100vw; min-height: 100vh; overflow-y: scroll; padding: 10px; margin-left: -10px; z-index: 100;}
				.top-bar-right ul {padding-top: 1.5em; font-size: 2.5em;}
				.title-bar {position: fixed; width: 100%; z-index: 1001;}
				.topspacer {margin-top: 10em;}
				
				.responsive-text-logo {font-size: 15vw; font-family: 'Chivo', serif; text-align: center; padding: 0; margin: 0; margin-bottom: .8vh; margin-top: .2em; line-height: 0.70em;

					-moz-text-stroke-width: 1px;  
					-webkit-text-stroke-width: 1px;
					}
				.home-title {font-size: 12vw; font-family: 'Staatliches', sans-serif; text-transform: uppercase; text-align: center;  line-height: 1em; -moz-text-stroke-width: 1px; -webkit-text-stroke-width: 1px;}
				.titles-control {position: absolute; bottom: 60px; width: 100%; text-align: center;}
				.smlnavbtn {}
				.home-subtitle {font-family: 'Niramit', sans-serif; font-size: 4vw; color: #f9f9f9; text-shadow: 1px 0px 0px black;}
				.textmate {width: 90%; background: black;}
				.strapline {font-family: 'IBM Plex Sans Condensed', sans-serif; font-size: .7rem; padding-left: .3em;}
				.section-six {height: 100vh;  position: relative; padding-top: 12vh;}
				.main-title {font-size: 3.5rem; font-family: 'Staatliches', sans-serif; text-transform: uppercase; text-align: left;
					 line-height: 1em;
				     -moz-text-fill-color: rgba(0, 0, 0, .5);
				  -webkit-text-fill-color: rgba(0, 0, 0, .5);
				     -moz-text-stroke-color: #fff;
				  -webkit-text-stroke-color: #fff;
				     -moz-text-stroke-width: 1px;  
				  -webkit-text-stroke-width: 1px;
					}
				.main-subtitle {font-family: 'Niramit', sans-serif; font-size: 1.3rem; color: #0c0c0c; text-shadow: 1px 0px 0px black; text-align: left; padding-bottom:1em;}
				.storyzone {margin-top: 3em;}	
				.storyblock {font-family: 'Niramit', sans-serif; font-size: 1.1rem; color: #131212; text-align: left;}
				.recentstory {margin-bottom: 1.3em; padding: .2em; font-size: .8rem; border-radius: 5px; box-shadow: 1px 0px 1px 1px rgba(0, 0, 0, 0.1); font-family: 'Nixie One', cursive; text-align: left;}
				.pullquote {background:rgba(255, 250, 250, 0.2);	padding: .2em; margin: .2em .1em; font-size: 1.5rem; border-radius: 5px; box-shadow: 1px 0px 1px 1px rgba(0, 0, 0, 0.1); font-family: 'Nixie One', cursive;}
				.media-object {background:rgba(255, 250, 250, 0.2);	padding: .2em; margin: 2em .1em; font-size: 1rem; border-radius: 5px; box-shadow: 1px 0px 1px 1px rgba(0, 0, 0, 0.1); font-family: 'Nixie One', cursive;}
				.bywhom {text-align: left; margin-bottom: 1em;}
				.trending {text-align: left}
				.disclaimer {font-family: 'Staatliches', sans-serif; text-transform: uppercase; font-size: 1.2rem; padding: .5em; text-align: center;}
				.space-below {margin-bottom: 3em;}
				.space-below-me {margin-bottom: 3em;}
				
				
			}
			

		
		/* Medium only */
				@media screen and (min-width: 40em) and (max-width: 63.9375em) {
				ul.menuselects li {text-align: center; display: block;}
				.top-bar-right {background: black; position: absolute; top: 0; min-width: 100vw; min-height: 100vh; overflow-y: scroll; padding: 10px; margin-left: -10px; z-index: 100;}
				.top-bar-right ul {padding-top: 1.5em; font-size: 2.5em;}
				.title-bar {position: fixed; width: 100%; z-index: 1001;}
				.topspacer {margin-top: 10em;}
					
					.responsive-text-logo {font-size: 15vw; font-family: 'Chivo', serif; text-align: center; padding: 0; margin: 0; margin-bottom: .8vh; margin-top: .2em; line-height: 0.70em;

					-moz-text-stroke-width: 1px;  
					-webkit-text-stroke-width: 1px;
					}

			}

