html{
  width: 100%;
  height: 100%;
}
body{
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Geneva, sans-serif;
  /* width: 100%; */
  /* height: 100%; */
  padding: 25px;
}
a{
  color: red;
  text-decoration: none;
}
h1{
  font-size:1.7em;
}

/***********************************************************************/
/*                        HEADER                                       */
/***********************************************************************/
.home header{
  position: absolute;
  left: 25px;
  top: 25px;
  width: 300px;
  height: 200px;
  color: #ff2600;
  text-transform: uppercase;
  font: bold 24px/38px "Helvetica Neue", Helvetica, Geneva, sans-serif;
  z-index: 10;
}
header h1{
  margin: 0;
}
header a{
  color: red;
  text-decoration: none;
}
nav a:hover{
  color: black;
}
nav a{
  color: #919191;
  font-size: 20px;
}

/***********************************************************************/
/*                        Footer                                       */
/***********************************************************************/
footer {
  width: 100%;
  height: 200px;
  clear: both;
}


/***********************************************************************/
/*                        Home                                       */
/***********************************************************************/
.home main{
  position:absolute;
  top:0;
  left:0;
}

body.home > header nav{
  display:block;
}

body.home > header nav ul{
  padding:0;
  margin:0;
  list-style:none;
}
body.home > header nav li{
  margin:0;
  padding:0;
  line-height:1em;
}
.postcard {
  float: left;
  margin: 19px 22px;
}

.postcard:first-child{
  margin-left: 365px;
}


/***********************************************************************/
/*                        Single                                       */
/***********************************************************************/
body > header{
  position: absolute;
  width: 600px;
  height: 20px;
  /* font-size: 14px; */
  top: 0px;
  /* left: 50px; */
  text-transform:uppercase;
  z-index:10;
}
body > header  nav{
  display:none;
}
main.single {
  /* padding:0 50px; */
  position: absolute;
  top:0px;
  max-width:120vmin;
  width:90vw;
/*   background:blue; */
}

main.single #single-postcard{
}

main.single .above{
  float:right;
  color:red;
  position:relative;
  top:-.2em;
  line-height:.2em;
}

main.single img{
  width: 100%; height: 100%;

}
.below{
  margin-top:10px;
}

.dates{
  font-weight:800;
}
.dates span{
  font-weight:300;
}
.prevnext{
  position:absolute;
  bottom:0;
  right:0;
  width:8vw;
}
.pagination{
  margin-top:10px;
}
.pagination svg{
  height:30px;
  fill:red;
}

.pagination .right{
  float:right;
}

.pagination .left{
  float:left;
}

.pagination .is-inactive{
  display:none;
}


/***********************************************************************/
/*                        Info                                      */
/***********************************************************************/


.info .main, .exhibitions .main{
  width: 700px;
  clear:both;
  top: 45px;
  /* left:50px; */
  position:relative;
  font: 22px/30px "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

.info .main h1, .exhibitions .main h1, .info .main h2, .exhibitions .main h2{
  text-transform: uppercase;
  font-size:1.2em;
}

.info ul{
  padding:0;
}
.info li {
  list-style:none;
  padding:0;
}

.info li::before{
  content:"- ";
  color:red;
}

.main > .text{
  margin-bottom:100px;
}

/***********************************************************************/
/*                        Form                                      */
/***********************************************************************/

form{
/*   background:blue; */
}

form ul {
  padding:0;
}
form li {
  list-style:none; 
  margin-bottom:1em;

}
form label{
  font-size:14px;
}
form input, form textarea{
  width:100%;
  font-size:24px;
  background:#ff000017;
  margin:0;
  padding:0;
  border: 1px solid silver;
  padding:0.2em .4em;
  border-radius: 3px;
}
form #li_4, form #li_5{
  margin-bottom:30px;
}
form #li_5b{
  width:40%;
  margin-top:50px;
}

form #li_5b legend{
 font-size:14px; 
 float:left;
 display:block;
}
form #li_5b div{
  margin-left:90px;
  text-align:center;
  width:130px;
  line-height:20px;
  margin-bottom:10px;
}
form #li_6{
  clear:both;
}
form #li_4 input, form #li_5 input{
  width:auto;
}

form #li_4 span, form #li_5 span{
  position:relative;
}

form #li_4 span > label, form #li_5 span > label{
  position:absolute;
  top:25px;
  left:5px;

}
form #li_4 > label{
  margin-right:1em;
}
form #li_5 > label{
  margin-right:1.3em;
}

form .buttons{
  width:200px;
}

form .buttons input{
  background:#ff0000d6;
  padding: 19px 39px 18px 39px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #ff2600eb;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
  margin-bottom: 10px;
}


/***********************************************************************/
/*                        mobile                                      */
/***********************************************************************/
@media screen and (max-width: 1000px),
screen and (max-height:720px){
  h1{
    font-size:2.5vmin;
  }
  .home h1{
    font-size:2em;
  }
  main.single header{
    top:-2px;
  }

  .pagination svg{
    height:4vmin;
    fill:red;
  }
}