.shruggy {
	font-family: monospace;
}

html{
	margin-top:50px;
}

input[type=checkbox] {
  width:15px;
}

body{
	color:#000c;
	background-color: #e3dccb;
	background-image: url("../../../bg.jpg");
	background-repeat: repeat;
	margin: 0;
	/*display: flex;

  
	justify-content: center;

  
	align-items: center;*/
}

div,h1,h2,h3,h4{
	margin:10px auto;
	margin-bottom:0px;
	text-align: center;
	font-family: 'Otomanopee One', "Comic Sans MS", sans-serif, cursive, Courier, "Lucida Typewriter", monospace;
}

button{
	font-family: 'Otomanopee One', "Comic Sans MS", sans-serif, cursive, Courier, "Lucida Typewriter", monospace;
}

p{
	margin:10px auto 30px auto;
	text-align: center ;
	width:60%;
	font-family: 'Otomanopee One', "Comic Sans MS", sans-serif, cursive, Courier, "Lucida Typewriter", monospace;
}

img{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
#nav a {
  color:#000c;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-style: normal;
  font-family: 'Otomanopee One', "Comic Sans MS", sans-serif, cursive, Courier, "Lucida Typewriter", monospace;
  font-size: 22px;
  font-weight: normal;
  text-decoration: none;
}
#nav a:hover {
  text-decoration: none;
}
#nav {
  height: 38px;
  text-align: center;
}
a{
	text-decoration:none;
	}
	
div #preload {
    display: none;
}