/* General Styles & Layout */

body {
  font-family: Helvetica, Arial, sans-serif;
  color: black;
}

html.home {
  background: url('../img/index2.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

footer {
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  width: 100%;
  color: black;
  font-size: 12px;
  margin-right: 100px;
  padding-top: 80px;
  padding-bottom: 100px;
}

video {
  height: auto;
  width: 100%;
}

.wrapper {
  width: 100%;
  box-sizing: border-box;
  min-width: 320px;
  margin: 0 auto;
  padding: 40px 10px 0;
}

h2 {
  font-size: .95em;
  font-weight: bold;
  text-align: left;
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 60px;
}

h3 {
  font-size: .95em;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 16px;
  text-transform: uppercase;
}

h4 {
  font-size: .9em;
  font-weight: bold;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 10px;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: black;
}

p {
  font-size: .9em;
}

h2.paintings {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
  font-style: italic;
  text-decoration: none;
  text-transform: none;
  text-align: center;
}

/* Navigation */

nav {
  margin-bottom: 20px;
  padding: 0;
}

nav ul {
  margin: 0 auto;
  position: relative;
}

nav li {
  text-transform: uppercase;
  display: inline-block;
  border: 3px transparent solid;
}

.site-nav li {
  font-size: 1.1em;
  padding: 7px;
}

.site-nav li.select {
  border: 3px black solid;
  padding: 7px;
}

.site-nav a {
  font-weight: 600;
}

.page-nav {
  padding: 0;
  margin-bottom: 100px;
}

.page-nav ul {
  border: 3px black solid;
  padding: 4px;
  text-align: center;
}

.page-nav li {
  font-size: 13px;
  padding: 5px;
}

nav.page-nav a.select {
  text-decoration: underline;
}

nav#arrows{
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 70px;
  /*z-index: -1;*/
}

nav#arrows a {
  display: inline-block;
  height: 40px;
  width: 70px;
  margin: 5px;
}

a#left {
  background: url('../img/arrowLeft.svg') no-repeat;
}

a#right {
  background: url('../img/arrowRight.svg') no-repeat;
  background-position-y: -1px;
}

/* Content */

.thumbnail {
  box-sizing: border-box;
  margin: 0 auto;
}

.thumbnail img {
  width: 100%;
}

.description {
  display: none;
}

.drawings .thumbnail {
  padding: 0 20px;
  margin-bottom: 40px;
  width: 260px;
}

.wall-paintings .thumbnail {
  margin: 25px 0;
  padding: 0 20px;
  min-width: 250px;
  max-width: 590px;
}

.clothing .thumbnail,
.prints .thumbnail,
.other .thumbnail {
  width: 290px;
  height: 310px;
  padding: 0 10px;
  margin-bottom: 40px;
}

.wallText{
  text-align: center;
  margin: 10px auto;
  margin-bottom: 20px;
  width: 80%;
}

.wallPost{
  display: block;
  margin: auto 0;
  text-align: center;
  margin-bottom: 50px;
}

.wallPost img,
.wallPost video {
  width: 95%;
}

/*drawing scroll to top DIVS*/

#double-object, #clothing, #prints, #other{
  margin-top: 100px;
}
.current-section, #clothingButtonBold, #printsButtonBold, #otherButtonBold {
  font-weight: bold;
  font-size: .9em;
}

/*CV*/

.cvSection{
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  border-bottom: solid black 2px;
}

.cvSection.first{
  margin-top: 130px;
}

.cvSection p {
  font-family: helvetica, arial, sans-serif;
  font-size: .9em;
  margin-bottom: .7em;
  line-height: 1.4em;
  text-align: left;
}
.cvItal{
  font-family: helvetica, arial, sans-serif;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
}
.cvItal2{
  font-family: helvetica, arial, sans-serif;
  font-size: 1em;
  font-style: italic;
}

.editions-contact {
  text-align: center;
}

/* Newsletter Signup Form */

.newsletter {
  margin: 20px 0;
}

.newsletter label {
  display: none;
}

.newsletter input {
  border: 2px solid black;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 10px;
}

.newsletter input:focus {
  outline: none;
}

.newsletter input[type=text] {
  width: 270px;
}

.newsletter input[type=submit] {
  background-color: white;
  border: 2px solid white;
  font-weight: 600;
  margin-top: 15px;
  text-transform: uppercase;
}

.donation-link {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 2px solid transparent;
  padding-bottom: 3px;
}

/* Clearfix */

.cf:before,
.cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after {
  clear: both;
}


/* Phone Sizes */

@media only screen and (min-width: 320px) {
  .site-nav {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    z-index: 10;
    text-align: center;
  }

  .page-nav {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    z-index: 10;
  }

  .page-nav ul {
    display: inline-block;
  }

  #double-object, #clothing, #prints, #other {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* Tablet Sizes */

@media only screen and (min-width: 768px) {
  .site-nav {
    display: inline-block;
    position: fixed;
    width: 100%;
    z-index: 10;
    text-align: center;
  }

  .site-nav li {
    font-size: 1.2em;
    margin-right: 6px;
    padding: 7px;
  }

  .page-nav {
    display: inline-block;
    width: 100%;
    text-align: center;
    z-index: 10;
    margin-top: 100px;
  }

  .page-nav ul {
    display: inline-block;
  }

  nav#arrows { margin-top: 100px; }

  .main { margin-top: 80px; }

  .thumbnail {
    float: left;
  }

  .drawings {
    margin: 0 auto;
    width: 520px;
  }

  .drawings .thumbnail {
    height: 260px;
  }

  .wall-paintings {
    width: 590px;
    margin: 0 auto;
  }

  .wall-paintings .thumbnail {
    float: none;
  }

  .clothing, .prints, .other {
    margin: 0 auto;
    width: 580px;
  }

  .wallPost img,
  .wallPost video {
    width: 80%;
  }

  .newsletter input[type=text] {
     width: 300px;
  }

  .newsletter input[type=submit] {
    margin-top: 0;
    margin-left: 15px;
    text-transform: uppercase;
  }
}

/* Desktop Sizes */

@media only screen and (min-width: 1024px) {
  .drawings { width: 780px; }
  .clothing, .prints, .other { width: 870px; }

  /* Introduce hover styles at 1024px and up */
  .site-nav li:hover {
    border: 3px black solid;
  }

  nav.page-nav a:hover {
    text-decoration: underline;
  }

  .newsletter input[type=submit]:hover,
  .newsletter input[type=submit]:active {
    border: 2px solid black;
    cursor: pointer;
  }

  .donation-link:hover {
    border-bottom: 2px solid black;
  }
}

@media only screen and (min-width: 1366px) {
  .drawings { width: 1300px; }
  .clothing, .prints, .other { width: 1160px; }
  .wall-paintings { width: 1180px; }
  .wall-paintings .thumbnail { float: left; }
}

@media only screen and (min-width: 1680px) {
  .drawings { width: 1560px; }
  .clothing, .prints, .other { width: 1450px; }
}

