@import url(reset.css);
@import url(fonts.css);

body {
  background-color: pink;
}

html {
  font-size: 12px;
  -webkit-text-size-adjust: 100%;
  background-image: blue;

  /* Prevent font scaling in landscape while allowing user zoom */ }

body {
  text-align: center;
  font-family: Helvetica, sans-serif;
  line-height: 1.6em;
  overflow-x: hidden;
  color:blue; 
  
  }

details[closed] {
  background: none;
  margin-bottom: 2em;
}




section {
  margin-bottom: 100px; }

h1, a {
  display: inline-block;
  font-family:Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 5em;
  letter-spacing: .1em;
  line-height: 1.5em;
  margin-top: 1em; 
  color:violet;
}
  
h3 {
width:600px;
position: center;
margin:auto;
}



h2, a {
  display: inline-block;
  font-family:Helvetica, sans-serif;
  text-decoration: none;
  font-size: 1em;
  margin-top: -1em; 
  color:blue;

  }

a:link, a:visited, a:hover, a:active {
  color: red;
  text-decoration: none;
  z-index: 300;
  position: relative; }

a:hover {
  text-decoration: underline; }

a:active {
  color: white; }

ul {
  padding: 2em; }


.header {
  height: 100vh;
  position:static;
  margin: 0; 
  padding:0;
  border:0; und border-collapse: collapse;}
  .header img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: 47% 50%; }

.albums {
  font-size: 0; 
  list-style: none;
  color:blue;}

  .albums .album {
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    max-width: 500px; }
    .albums .album img {
      width: 80%;
      margin: 20% 10%; }

ul, li
{
    list-style: none;
    color:black;
}

.more {
  display: inline-block;
  border: 1px solid blue;
  line-height: 3em;
  padding: 0 1em;
  margin: 0; }

  .more:hover {
    color: blue;
    background: yellow;
    text-decoration: none; }
  .more:active {
    color: white;
    background-color: blue; }

#overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 100;
  touch-action: none; }

.scribble {
  position: fixed;
  top: 0;
  left: 0;
  width: 98vw;
  height: 2600px;
  pointer-events: none;
  overflow-x: hidden;
  z-index: 500; }
  .scribble img {
    position: absolute;
    top: 310px;
    left: 50%;
    margin-left: -310px;
    height: 1500px;
    pointer-events: none; }

@media only screen and (max-width: 999px) {
  .albums .album:last-child {
    margin-top: 50px; }
  .albums .album img {
    margin: 10%; }

 #video{
    width: 340px}
  h3{
    width: 340px;
  }
   h1{
    width: 200px;
    font-size: 18px; 
  }
   }
/*@media only screen and (min-width: 1400px) {
	html {
		font-size: 16px;
	}
}*/

/*PAINT*/


* {
  box-sizing: border-box;
}

main {
  width: 800px;
  border: 1px solid #e0e0e0;
  margin: 0 auto;
  display: flex;
  flex-grow: 1;
}

.left-block {
  width: 160px;
  border-right: 1px solid #e0e0e0;
}

.colors {
  background-color: #ece8e8;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 10px;
}

.colors button {
  display: inline-block;
  border: 1px solid #00000026;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-bottom: 5px
}

.colors button:nth-of-type(1) {
  background-color: #0000ff;
}

.colors button:nth-of-type(2) {
  background-color: #009fff;
}

.colors button:nth-of-type(3) {
  background-color: #0fffff;
}

.colors button:nth-of-type(4) {
  background-color: #bfffff;
}

.colors button:nth-of-type(5) {
  background-color: #000000;
}

.colors button:nth-of-type(6) {
  background-color: #333333;
}

.colors button:nth-of-type(7) {
  background-color: #666666;
}

.colors button:nth-of-type(8) {
  background-color: #999999;
}

.colors button:nth-of-type(9) {
  background-color: #ffcc66;
}

.colors button:nth-of-type(10) {
  background-color: #ffcc00;
}

.colors button:nth-of-type(11) {
  background-color: #ffff00;
}

.colors button:nth-of-type(12) {
  background-color: #ffff99;
}

.colors button:nth-of-type(13) {
  background-color: #003300;
}

.colors button:nth-of-type(14) {
  background-color: #555000;
}

.colors button:nth-of-type(15) {
  background-color: #00ff00;
}

.colors button:nth-of-type(16) {
  background-color: #99ff99;
}

.colors button:nth-of-type(17) {
  background-color: #f00000;
}

.colors button:nth-of-type(18) {
  background-color: #ff6600;
}

.colors button:nth-of-type(19) {
  background-color: #ff9933;
}

.colors button:nth-of-type(20) {
  background-color: #f5deb3;
}

.colors button:nth-of-type(21) {
  background-color: #330000;
}

.colors button:nth-of-type(22) {
  background-color: #663300;
}

.colors button:nth-of-type(23) {
  background-color: #cc6600;
}

.colors button:nth-of-type(24) {
  background-color: #deb887;
}

.colors button:nth-of-type(25) {
  background-color: #aa0fff;
}

.colors button:nth-of-type(26) {
  background-color: #cc66cc;
}

.colors button:nth-of-type(27) {
  background-color: #ff66ff;
}

.colors button:nth-of-type(28) {
  background-color: #ff99ff;
}

.colors button:nth-of-type(29) {
  background-color: #e8c4e8;
}

.colors button:nth-of-type(30) {
  background-color: #ffffff;
}

.brushes {
  //background-color: purple;
  padding-top: 5px
}

.brushes button {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0;
  background-color: #ece8e8;
  margin-bottom: 5px;
  padding: 5px;
  height: 30px;
  outline: none;
  position: relative;
  cursor: pointer;
}

.brushes button:after {
  height: 1px;
  display: block;
  background: #808080;
  content: '';
}

.brushes button:nth-of-type(1):after {
  height: 1px;
}

.brushes button:nth-of-type(2):after {
  height: 2px;
}

.brushes button:nth-of-type(3):after {
  height: 3px;
}

.brushes button:nth-of-type(4):after {
  height: 4px;
}

.brushes button:nth-of-type(5):after {
  height: 5px;
}

.buttons {
  height: 80px;
  padding-top: 10px;
}

.buttons button {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0;
  background-color: #ece8e8;
  margin-bottom: 5px;
  padding: 5px;
  height: 30px;
  outline: none;
  position: relative;
  cursor: pointer;
  font-size: 16px;
}

.right-block {
  width: 640px;
}

#paint-canvas {
  cursor:crosshair;
}

