/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html, body {
	line-height: 1;
	background-color: #0a0a0a;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #e6e6e6;
	-webkit-tap-highlight-color: #4cffb2;
	
}

::selection {
  background: #4cffb2;
  color: black;
}
::-moz-selection {
  background: #4cffb2;
  color: black;
}

     
h2 {
	font-size: 45px;
	line-height: 46px;
	font-family: 'Rubik', sans-serif;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	text-align: left;
	max-width: 85%;
	margin: auto;
	margin-bottom: 30px;
	margin-top: 60px;
	color: #4cffb2;
}

p {
	padding: 0px 12px;
}


.noTopMargin {
	margin-top: 0px;
}

#main {
	max-width: 700px;
	line-height: 32px;
	margin: auto;
}

#introEditor {
	max-width: 592px;
	margin: auto;
}

#shamingTheUser {
  position: relative;
}

#shamingTheUser:after {
  position: absolute;
  bottom: 0;  
  left: 0;  
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(357deg, rgba(10,10,10,1) 15%, rgba(10,10,10,0) 70%);
  pointer-events: none; /* so the text is still selectable */

}

#poopificatorScreenshot {
	background-image: url('img/screen241.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 747px;
	height: 300px;
}
@media only screen and (max-width: 600px) {
  #poopificatorScreenshot {
	  background-size: 450px;
	  height: 180px;
  }
  
}

.code {
	font-family: 'Fira Mono', monospace;
	font-size: 16px;
	padding:20px;
	background-color: #070707;
	border-radius: 5px;
	overflow:scroll;
	width:auto;
	scrollbar-width: none;
}


.cyanish {
	color: #4cffb2;
}

.greenish {
	color: #58ff4c;
}

.orangish {
	color: #ffb24c;
}

.yellowish {
	color: #fcff4c;
}

.purplish {
	color: #c34cff;
}

.redish {
	color: #ff4c7c;
}

#hmm {
    position: fixed;
    z-index: 101;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 10, 10, 0.42);
    text-align: center !important;
    line-height: 2.5;
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow:    0 0 5px black;
    box-shadow:         0 0 5px black;
    
    animation-name: dingus;
    animation-duration: 0.5s;
    opacity: 0; 
    display: none;
}

@keyframes dingus {  
    from { opacity: 1; display: inherit; }
    to   { opacity: 0; display: none; }
}

.aaaaaah {
	pointer-events: none;
  position: absolute;
  width: 100%;
  max-width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin: auto;
}


#logo{
	max-width: 150px;
}

.credits {
	margin: 100px;
	font-size: 13px;
	color: #777777;
	text-align: center;
	line-height: 0;
}

.download {
	text-align: center;
}

.getIt {
	height: 50px;
}

/* EDITOR */

#Extras {
    opacity: 0;
}

#Extras image {
	pointer-events: auto;
}
#Extras:hover {
    opacity: 1;
}

#Overlay {
  opacity: 0;
  transition: opacity 0.4s; 
}

#Overlay.visible {
	display: inline;
	opacity: 1;
}

.selected * {
    fill: white !important;
}

[id^=blink]{
    -webkit-animation: blink 1s step-end infinite;
            animation: blink 1s step-end infinite;
}
@-webkit-keyframes blink { 50% { visibility: hidden; }}
@keyframes blink { 50% { visibility: hidden; }}

@font-face {
  font-family: "SF Display";
  font-weight: 400;
  src: url("fonts/SF-UI-Display-Regular.otf");
}
@font-face {
  font-family: "SF Display";
  font-weight: 200;
  src: url("fonts/SF-UI-Display-Medium.otf");
}

@font-face {
  font-family: "SF Mono";
  font-weight: 400;
  src: url("fonts/SFMono-Regular.otf");
}