* {font-family: Arial, sans-serif;}
/* {box-sizing:border-box}*/

html {
  background-color: #222222;
}


.ui-loader{
  display: none;
}

.masthead {
  /*top: 2%;
  left: 1%;
  margin: auto;*/
}

.masthead-title {
  display: inline;
  color: #eeeeee;
  font-size: 32px;
  padding: 8px 12px;
}

.masthead-more {
  /*display: inline;*/
  color: #eeeeee;
  font-size: 28px;
  padding: 8px 12px;
  top: 0;
}

.slideshow-container {
  top: 100px;
  width: 96%;
  height: auto;
  margin: 0;
  max-width: 1000px;
  /*margin: 1%; */
}

.painting {
  display: none;
}

.nav {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 10px;
  //margin-top: 30px;
}

.invisible {
  visibility: hidden;
  display: inline;
}

.prev {
  display: inline;
  border-radius: 3px 0 0 3px;
  cursor: pointer;
  width: auto;
  font-size: 50px;
  color: white;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.prev:hover, .next:hover {
  background-color: rgba(9,9,9,0.8);
}

.next {
  display: inline;
  float: right;
  border-radius: 3px 0 0 3px;
  cursor: pointer;
  width: auto;
  font-size: 50px;
  color: white;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.imgpainting {
  width: 100%;
  top: 40px;
}

.title {
  top: 40px;
  color: #f2f2f2;
  font-size: 24px;
  padding: 8px 12px;
  text-align: center;
}

.size-container {
  text-align: center;
}

.size {
  display: inline-block;
  color: #f2f2f2;
  font-size: 18px;
  padding: 8px 12px;
  text-align: center;
}

.materials {
  color: #f2f2f2;
  font-size: 24px;
  padding: 8px 12px;
  text-align: center;
}
.url {
  color: #D2BCF4;
  font-size: 24px;
  font-weight: bold;
  padding: 8px 12px;
  text-align: center;
}
.award:link {
  color: #B6B2E7;
  font-size: 32px;
  font-weight: bold;
  padding: 8px 12px;
  text-align: center;
}
.award:visited {
  color: #B2C0E7;
  font-size: 24px;
  font-weight: bold;
  padding: 8px 12px;
  text-align: center;
}
.award:hover {
  color: #E7CCB2;
  font-size: 24px;
  font-weight: bold;
  padding: 8px 12px;
  text-align: center;
}

.mastodon-invisible {
  color: #222222    
}

.contact, .email-submitted{
  top: 100px;
  width: 100%;
  max-width: 1000px;
  display: none;
  color: #eeeeee;
  background-color: #333333;
  font-size: 24px;
}

.email-submitted{
  display: block;
}

.form {
  color: #f2f2f2;
  font-size: 32px;
  width: 100%;
  margin: 2%;
  max-width: 1000px;
  box-sizing: border-box;
}
.input {
  display: block;
  width: 90%;
  max-width: 1000px;
  padding: 5px 10px;
  margin: 10px 0px;
  font-size: 32px;
}
.label {
    color:red;
}
input[type=submit], input[type=button] {
  display: block;
  width: 50%;
  max-width: 1000px;
  font-size: 32px;
  background-color: #4CAF50;
  color: white;
  margin: auto;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
