body {
  font-family: gopher, sans-serif;
  font-weight: 400;
  font-style: normal;
  
  font-size: 20px;
  line-height: 1.3;
  
  margin: 90px 50px 30px 50px;
  
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}

canvas {
  position: absolute;
  top: 0;
	left: 0;
  z-index: -1;
}

.all {
  display: flex;
  flex-wrap: wrap;
  
	justify-content: center;
}

.logo {
  top: 20px;
  left: 40px;
  
  position: absolute;
  z-index: 2;
  
  font-size: 40px;
  font-weight: 700;
}

.section1 {
  max-width: 25vw;
}

.section2 {
  max-width: 35vw;
  text-align: center;
}

.orglink {
  text-decoration: none;
  color: #000;
  font-weight: 700;
}

.section2 img {
	width: 80%;
  
  border: 3px solid #000;
}

.viewfull {
  margin-top: 10px;
  font-size: 13px;  
}

.painting {
	margin-top: 10px;
}

.instruction {
  margin-bottom: 10px;
  font-size: 13px;
}

.colors {
  margin-bottom: 5px;
}

.colors a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  
  pointer-events: auto;
  
  margin-right: 5px;
  margin-left: 5px;
  
  border: 1px solid #000;
}

.section3 {
  max-width: 25vw;
}

.thanku h1 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 25px;
}

.section3 .artist-list {
  columns: 2;
}

.section3 .artist-name {
  font-size: 14px;
  margin-bottom: 4px;
  display: block;
}


.instalinks {
 text-decoration: none;
  color: #000;
  
   transition: transform 0.2s, font-weight 0.2s;
  transform-origin: 0 0;
}

.instalinks:hover {
	transform: scale(1.2, 1);
	font-weight: 700;
  transform-origin: 0 0;
}

footer {
  text-align: center;
  margin-top: 20px;
}

footer p {
	font-size: 14px;
  line-height: 1.5;
}

footer a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
}


@media (min-width:656px) {
  .mobile {
    display: none;
  }
}

@media (min-width:1025px) {
  .viewfull {
    display: none;
  }
}


@media (max-width: 1366px) {
  body {
    margin: 85px 80px 30px 80px;
  }
  
  .all .section3 {
    display: block;
    flex-wrap: nowrap;
  }
  
  .section1 {
  	max-width: 35%;
    margin: 0 15px 30px 0;
  }
  
  .section1 p {
    font-size: 18px;
  }
  
  .section2 {
  	max-width: 45%;
    margin: 0 0px 30px 15px;
  }
  
  .section2 img {
    width: 100%;
  }
  
  .section3 {
  	max-width: 100vw;
    margin-left: 0;
    margin-bottom: 10px;
  }
  
  .section3 .artist-list {
    columns: 4;
  }
 }

@media (max-width: 1024px) {  
  canvas, .painting {
    display: none;
  }
    
  body {
    margin: 80px 70px 25px 70px;
  }
  
  .logo {
    left: 0;
    margin-left: 67px;
    font-size: 35px;
  }
  
  .section1 {
  	max-width: 50%;
    margin: 0 0px 30px 0;
    padding-right: 15px;
  }
  
  .section1 p {
    font-size: 16px;
  }
  
  .section2 {
  	max-width: 50%;
    margin: 0 0 30px 0px;
    padding-left: 15px;    
  }
  
  .section2 img {
    width: 100vw;
  }
  
  .section3 {
		margin: 0;
    max-width: 100vw;
  }
  
  footer {
    margin-top: 30px;
  }
}

@media (max-width: 770px) {
  .all {
    display: block;
    flex-wrap: nowrap;
  }
  
  body {
    margin: 70px 50px 20px 50px;
  }
  
  .logo {
    font-size: 30px;
    margin-left: 47px;
  }
  
  .section1 {
  	max-width: 100vw;
    padding-right: 0;
  }
  
  .section2 {
    max-width: 100vw;
    padding-left: 0;
  }
  
  .section2 img {
  	width: 100vw;
  }
  
  .thanku h1 {
    font-size: 20px;
  }
  
  .section3 .artist-list {
    columns: 2;
  }
  
  footer p {
    font-size: 13px;
  }
}

@media (max-width: 655px) {
  body {
    margin: 65px 40px 15px 40px;
  }
  
  .logo {
    font-size: 25px;
    margin-left: 39px;
  }
  
  .section1 {
    margin: 0 0 30px 0;
  }
  
  .section1 p {
    font-size: 14px;
  }
  
  .section2 img {
    width: 100vw;
  }
  
  .thanku h1 {
    font-size: 18px;
  }
  
  .section3 {
  	max-width: 100vw;
  }
  
  footer p {
    text-align: left;
  }
  
  #footerdesktop {
    display: none;
  }
}

@media (max-width: 450px) {
  body {
    margin: 55px 20px 15px 20px;
  }
  
  .logo {
    font-size: 20px;
    margin-left: 19px;
  }
  
  .section1 p {
    font-size: 12px;
  }
  
  .viewfull {
    font-size: 12px;
  }
  
  .thanku h1 {
    font-size: 15px;
  }
  
	.section3 .artist-list {
    padding-right: 10px;
  }
  
  .section3 .artist-name {
    font-size: 12px;
  }
  
  footer p {
    font-size: 11px;
  }
}

@media (max-width:320px) {
  .viewfull {
    font-size: 9px;
  }
}