@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Text:wght@900");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@500");

* {
	margin: 0;
	padding: 0;
}

body {
	background: rgb(75,55,24);
	background: linear-gradient(0deg, rgba(75,55,24,1) 0%, rgba(119,102,64,1) 41%, rgba(175,152,116,1) 89%, rgba(171,151,120,1) 100%);
	/*background: #38B0A4;
	color: black;
	background-image: url(img/waves-lines-400x400.png);*/
	/*background-size:100px 100px;*/
	background-attachment:fixed;
	
	-webkit-font-smoothing: antialiased; 
	-moz-font-smoothing: antialiased;
	font-smooth: always;
	text-rendering: optimizeLegibility; 
}
.moireeLayer {
	background-image: url(img/waves-lines-500x500-alpha.png);
	height: 3400px;
	width: 100%;
}

section {
	position: relative;
	top: 150px;
	width: 100%;
	left: 50%;
	/*height: 5000px;*/
	margin-left: -50%;
}

.scrollLayer {
	position: absolute;
	left: 50%;
	margin-left : -400px;
	top: -150px;
	width: 800px;
	/*
	border-style: dotted;
    border: 5px solid red;
    border-color: fuchsia;
	border-width: 1px;
	border-style:solid;
	background-image: url(img/grey-hatch-bg3.png);*/
}

.scrollLayerBackgound {
	position: absolute;
	left: 50%;
	margin-left : -50%;
	top: -150px;
	width: 100%;
}

.scrollLayerDotchain {
	position: absolute;
	left: 50%;
	margin-left : -200px;
	top: 200px;
	width: 400px;
}

.ruler {
	background-image: url(img/ruler.png);
	background-repeat:repeat-y;
}

.dotchain {
	display: inline-block;
	text-align: center;
}

a {
	text-decoration:none;
	color: #cccccc;
}

h1, h2, h3, h4, h5 {
	text-align: center;
	position: relative;
}

h1 {	
	font-family: 'Big Shoulders Text', 'Avenir Next Condensed', 'Helvetica',  'Arial Narrow', Arial, sans-serif; font-weight:bold; font-style:normal;
	font-size: 96px; /*78*/ /*68*/
	text-transform: uppercase;
	padding-top: 40px;
}

.h1b {
	position: absolute;
	padding-top: 0px;
	width:700px;
	left:50%;
	margin-left: -350px;
	text-align: center;
}

h2 {	
	font-family:'Big Shoulders Text', 'Avenir Next Condensed', 'Helvetica', 'Arial Narrow', Arial, sans-serif; font-weight:bold; font-style:normal;
	font-size: 56px; 
	text-transform: uppercase;
	text-align: center;
}

h3 {
	font-family:'IBM Plex Serif', "AmericanTypewriter", 'Georgia',  Arial, sans-serif; font-weight:normal; font-style:normal;
	font-size: 32px;/*27*/
	padding-top: 20px;
}

h4 {
	font-family:'IBM Plex Serif', "AmericanTypewriter", 'Georgia',  Arial, sans-serif; font-weight:normal; font-style:normal;
	font-size: 28px;/*17*/
	padding-top: 20px;
}

h5 {
	font-family:'IBM Plex Serif', "AmericanTypewriter", 'Georgia',  Arial, sans-serif; font-weight:normal; font-style:normal;
	font-size: 22px;/*17*/
	color: #999999;
	padding-top: 20px;
}

.footerSmallLinks{
	font-family:'IBM Plex Serif', "AmericanTypewriter", 'Georgia',  Arial, sans-serif; font-weight:normal; font-style:normal;
	font-size: 22px;/*17*/
	color: #ffe7aa;
	
}

.black {
	color: black;
}

.grey {
	color: #999999;
}

.blackTextGlow {
  text-shadow: 0px 0px 5px #808080;
}

.transparent {
	opacity: 0.0;
}


.accentCol0 {
	color: #000000;
}
.accentCol00 {
	color: #FFFFFF;
}

.accentCol1 {
	color: #FF0080;
}
.accentCol2 {
	color: #E510FF;
}
.accentCol3 {
	color: #963FFF;
}
.accentCol4 {
	color: #1A89FE;
}
.accentCol5 {
	color: #00EC31;
}
.accentCol6 {
	color: #E5FF00;
}
.accentCol7 {
	color: #FFBB00;
}

.buttonRow {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	white-space:nowrap;
}

.button{
	margin-left: 13px;
}
	
.mobile body {
	overflow: hidden;
}

.mobile #wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

.mobile #scroller {
	/*height: 4200px;
	background-image: url(img/ruler.png);
	background-repeat:repeat-y;*/
}