body, header, h1, h2, main, nav, div, input, form, select, option, footer,
a, li, ul, ol, button {
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  text-decoration: inherit;
  text-align: inherit;
  vertical-align: inherit;
  box-sizing: inherit;
  font: inherit;
  background: transparent;
}

.group:after {
  content: "";
  display: block;
  clear: both;
}

body {
  font-family: sans-serif;
  background-image: url('paint-splatter-background.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-origin:padding-box;
}

header {
  font-size: 60px;
  font-family: 'Rock Salt', cursive;
  text-align: center;
  font-weight: bold;
  cursor: default;
}

nav {
  width: 900px;
  margin: 0 auto;
  background: #000;
  color: #fff;
  padding: 30px;
  font-size: 16px
}

nav h2 {
  font-weight: bold;
  cursor: default;
}

.image-settings {
  float: left;
  padding: 5px;
  cursor: default;
}

.brush-settings {
  float: right;
  padding: 5px;
  cursor: default;
}

h2 {
  text-align: center;
  margin-bottom: 5px;
}

#image-dropdown, #brush-dropdown {
  background-color: #fff;
  margin-right: 10px;
  color: #000;
}

.demo-images, #reset-button, #download-button {
  margin-top: 5px;
  padding: 5px;
  border: 1px solid #fff;
  cursor: pointer;
  margin-right: 10px;
}

.demo-images:hover, #reset-button:hover, #download-button:hover {
  background: #474747;
}

.demo-images {
  float: left;
}

#reset-button, .file-upload {
  float: right;
}

.file-upload label, #reset-button, #download-button {
  float:right;
  margin-top: 5px;
  padding: 5px;
  border: 1px solid #fff;
  cursor: pointer;
}


.file-upload label:hover {
  background: #474747;
}

#file-input {
  width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.canvas-border {
  border-left: 30px solid black;
  border-right: 30px solid black;
  width: 900px;
  height: 600px;
  margin: 0 auto;
  background: #fff;
}

.brush-mode {
  cursor: url(cursor-brush.cur), auto;
}

.icons {
  background: gray;
  top: 0;
  right: 0;
  position: fixed;
  padding: 10px 10px 0px 10px;
  width: 32px;
  border-bottom-left-radius: 5px;
}

.icons a {
  float:left;
  color: white;
  margin-bottom: 10px;
}
