
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
*,
*::after,
*::before {
	box-sizing: border-box;
}


body {
	--color-text: #fff;
	--color-bg: #252525;
	--color-link: #fff;
	--color-link-hover: #f20c40;
	--color-bg-item1: #15171b;
	--color-bg-item2: #2c35b7;
    --color-bg-item3: #0f1013;
	--color-bg-item4: #000;
	--color-bg-item5: #0f1013;
	--color-item-alt: #000;
	--color-quote: #5b677a;
	--color-info: #57535a;
	--color-title: #e23434;
	--color-tagline: #e2e2e2;
	font-family: "europa", Futura, Arial, sans-serif;
	min-height: 100vh;
	color: #57585c;
	color: var(--color-text);
	background-color: #fff;
	background-color: var(--color-bg);
	overflow: hidden;
	padding: 6rem 0 0 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Page Loader */
.js .loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	bottom: 150px;
	right: 100px;
	/*top: 0;
	left: 0;*/
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	bottom: 150px;
	right: 100px;
	/*top: 50%;
	left: 50%;*/
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0.4;
    background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}


a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
	transition: color 0.2s;
}

a:hover,
a:focus {
	color: var(--color-link-hover);
}

button:focus,
a:focus {
	outline: none;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

/* Icons */
.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}

main {
	position: relative;
	width: 100%;
}

.frame {
	position: relative;
	z-index: 199;
}

.content {
	text-align: center;
	position: relative;
	z-index: 100;
}

.background {
	perspective: 1000px;
}

.background,
.background__copy {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url('mindex/hammer.png');
	background-position: 50% 50%;
	background-size: cover;
	z-index: 1;
}

.background__copy {
	opacity: 0.3;
	transform: translate3d(0,0,0);
}



























::-moz-selection { /* Code for Firefox */
	color: none;
	background: none;
  }
  
  ::selection {
	color: none;
	background: none;

  }










.logo {
  position: fixed; 
  top: 15px; 
  right: 20px; 
  height: 45px; 
  width: 45px; 
  background: url(../mindex/avatar.png);  
  background-position: no-repeat; 
  background-size: cover; border: 1px solid black; 
  border-radius: 50%; 
  z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999;
}

  .logo:before {

content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 48px;
height: 48px;
border-radius: 50%;
background-color: transparent;
/*border: 1px solid rgba(0, 0, 0, 0);
box-shadow: 0 0 0 1px #000;*/

  }


/*
.background {
	background-image: url(../mindex/big-marx.png); 
	background-size: 110vh; 
	background-repeat: no-repeat; 
	background-position: center 10%;
}

*/














@media (max-width: 600px) {
	.background {
		background-image: url(../mindex/big-marx.png); 
		background-size: 60vh; 
		background-repeat: no-repeat; 
		background-position: left 60%;
	}

	.content__tagline {	}

	/*.background__copy { background-size: 270%; }*/

	.logo {
		height: 45px; 
		width: 45px; 
	}
}

@media (min-width: 601px) {
	.background {
		background-image: url(../mindex/big-marx.png); 
		background-size: 95vh; 
		background-repeat: no-repeat; 
		background-position: left 10%;
	}

	.content__tagline {	}

	/*.background__copy { background-size: 270%; }*/

	.logo {
		height: 45px; 
		width: 45px; 
	}
}


@media (min-width: 800px) {
	.background {
		background-image: url(../mindex/big-marx.png); 
		background-size: 110vh; 
		background-repeat: no-repeat; 
		background-position: center 10%;
	}
	.content__tagline {
	
	}

	.background__copy {

/*background-size: 270%;*/
	}

.logo {

	height: 45px; 
	width: 45px; 
}

  }

















  .motumb-btn {
  background-color: #111;
  border: none;
  box-shadow: inset 0 0 0 3px #FFF;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
  font-size: 15px;
  letter-spacing: 3px;
  padding: 10px 7px;
  padding-right: 7px;
  position: fixed;
  transition: 0.2s ease all;
  transform-origin: center;
  right: 30px;
  top: 50%;
  /*transform: translate(-50%, -50%);*/
  overflow: hidden;
  z-index: 9;

  font-family: Orbitron !important;


}
.motumb-btn span:before, .motumb-btn span:after {
  content: "";
  display: block;
  position: absolute;
  background: #FFF;
  transition: 0.35s ease all;
  transition-delay: 0.1s;
}
.motumb-btn span:first-child:before, .motumb-btn span:first-child:after {
  width: 0%;
  height: 3px;
}
.motumb-btn span:first-child:before {
  top: 0;
  left: 0;
}
.motumb-btn span:first-child:after {
  bottom: 0;
  left: 100%;
}
.motumb-btn span:last-child:before, .motumb-btn span:last-child:after {
  width: 3px;
  height: 0%;
}
.motumb-btn span:last-child:before {
  top: 0%;
  left: 0;
}
.motumb-btn span:last-child:after {
  top: 100%;
  right: 0;
}
.motumb-btn:before, .motumb-btn:after {
  content: "";
  display: block;
  /*width: 0%;*/
  height: 90%;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 0.25s ease-in-out 0.2s;
  transition-delay: 0.5s;
}
.motumb-btn:after {
  background: #DDD;
  transition: 0.25s ease-in-out 0.2s;
  transition-delay: 0.4s;
  width: 80%;
  left: -80%;
}
.motumb-btn:hover, .motumb-btn:active, .motumb-btn:focus {
  box-shadow: inset 0 0 0 0 #000;
  padding: 15px 50px;
  margin: -5px -10px;
  color: #000;
}
.motumb-btn:hover:before, .motumb-btn:active:before, .motumb-btn:focus:before {
  width: calc(100% - 6px);
  left: 3px;
  box-shadow: inset 0 0 0 4px #000;
}
.motumb-btn:hover:after, .motumb-btn:active:after, .motumb-btn:focus:after {
  left: 100%;
  box-shadow: inset 0 0 0 3px white;
}
.motumb-btn:hover span:first-child:before, .motumb-btn:hover span:first-child:after, .motumb-btn:active span:first-child:before, .motumb-btn:active span:first-child:after, .motumb-btn:focus span:first-child:before, .motumb-btn:focus span:first-child:after {
  width: 100%;
}
.motumb-btn:hover span:first-child:before, .motumb-btn:active span:first-child:before, .motumb-btn:focus span:first-child:before {
  top: 0;
  left: 0;
}
.motumb-btn:hover span:first-child:after, .motumb-btn:active span:first-child:after, .motumb-btn:focus span:first-child:after {
  bottom: 0;
  left: 0;
}
.motumb-btn:hover span:last-child:before, .motumb-btn:hover span:last-child:after, .motumb-btn:active span:last-child:before, .motumb-btn:active span:last-child:after, .motumb-btn:focus span:last-child:before, .motumb-btn:focus span:last-child:after {
  height: 100%;
}
.motumb-btn:hover span:last-child:before, .motumb-btn:active span:last-child:before, .motumb-btn:focus span:last-child:before {
  top: 0;
  left: 0;
}
.motumb-btn:hover span:last-child:after, .motumb-btn:active span:last-child:after, .motumb-btn:focus span:last-child:after {
  top: 0;
  right: 0;
}


