*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    background: repeat;
    background-image: url(../img/background.png);
    height: 100%;
}

body{
    background-color: rgba(255,255,255,0);
    max-width: 1024px;
    height: 100%;
    margin: 0 auto;
    color: rgb(255,255,255);
    white-space: normal;
    font-family: Arial;
    font-size: 100%;
    letter-spacing: 0.05rem;
}

::selection{
    background: rgb(77,77,77); color: rgb(255,255,255);
}

::-moz-selection{
    background: rgb(77,77,77); color: rgb(255,255,255);
}

a:link{
	text-decoration: none;
	color: rgb(255,255,255);
}

a:visited{
	color: rgb(255,255,255);
}

a:hover{
    color: rgb(153,153,153);
    -webkit-transition: color 1s ease-in-out;
    transition: color 1s ease-in-out;
}

a:active{
	color: rgb(153,153,153);
}

#home #nvhome, #collection #nvcollection, #contact #nvcontact, #legal #nvlegal{
    color: rgb(153,153,153);
}

header{
    margin: 0 auto;
    padding: 1.5rem 0;
    max-width: 95%;
	min-height: 50px;
	text-align: center;
}

header img{
    max-width: 100%;
}

nav{
	margin: 0 auto;
	max-width: 100%;
	padding: 1.2% 5% 1.2% 5%;
	border-top : 1.5px solid rgb(77,77,77);
	border-bottom: 1.5px solid rgb(77,77,77);
	font-size: 0.9rem;
	text-align: center;
}

nav a{
	display: inline-block;
	min-width: 20%;
	line-height: 5%;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1rem;
}

article{
    position: relative;
    max-width: 95%;
    min-height: 75%;
    margin: 0 auto;
}

article h1{
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
	padding: 1.9rem 0 2.5rem 0;
	font-variant: small-caps;
}

article h2{
    font-size: 1.5rem;
	padding: 0 0 1rem 2rem;
}

article p {
	padding: 0 0 0 0;
}

#home article p{
    width: 100%;
    letter-spacing: 0.1rem;
}

#home article p img{
    max-width: 200px;
    height: auto;
    float: left;
    margin: 0 1.3rem 1rem 0;
    border: 5px solid rgb(77,77,77);
}

#contact article p{
    width: 100%;
    text-align: center;
}

#legal article p{
    border-left: 5px solid rgb(255,255,255);
    padding: 0 0 0 50px;
}

ul li{
    list-style: none;
}

.board{
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    width: 900px;
    margin: 0 auto;
}

.collection_board{
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    width: 900px;
    height: auto;
    margin: 0 auto;
}

figure{
    display: inline-block;
}

.collection_foto{
    display: block;
}

.foto{
    margin: 1rem 0 0;
    width: 220px;
}

.board figcaption{
    color: rgb(255,255,255);
    font-size: 0.8rem;
}

.lightbox figcaption{
    width: 100%;
}

.cross{
    position: absolute;
    top: 0;
    right: 0;
}

ul.lightbox li{
  overflow: hidden;
  position: relative;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

ul li:hover{
    opacity: 0.75;
}

ul.lightbox li:target{
  width: 100%;
  min-height: 100%;
  opacity: 1;
  background-color: rgba(0,0,0,0.95);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.lightbox li:target a{
  position: relative;
}

ul.lightbox li img{
    max-height: 90vh    ;
	width: auto;
	border: 5px solid rgb(120,120,120);
}

figcaption{
    text-align: right;
    font-variant: small-caps;
    margin: 0 0 1rem 0;
    background-color: rgba(255,255,255,0.1);
    width: 220px;
}

#contact article p{
    text-align: center;
    padding: 8rem 0;
}

#contact fieldset{
    padding: 3rem 5rem;
    border: none;
}

#contact fieldset img{
    max-height: 100%;
    float: left;
    border: 5px solid rgb(77,77,77);
}

#contact fieldset p{
    padding: 2.5rem 0;
}
#contact label{
    text-align: right;
    display: inline-block;
    width: 8em;
    padding: 0.2rem 0.7rem 0.9rem 0;
}

.inputtext{
    border: 0;
    background-color: rgba(255,255,255,0.1);
    color: rgb(255,255,255);
    padding: 0.2rem 0.3rem 0.2rem 0.3rem;
    width: 15rem;
}

.inputtextarea{
    border: 0;
    background-color: rgba(255,255,255,0.1);
    color: rgb(255,255,255);
    padding: 0.2rem 0.3rem 0.2rem 0.3rem;
    margin: 0.3rem 0;
    width: 20rem;
    min-height: 11rem;
    overflow: auto;
}

option{
	background-color: rgb(153,153,153);
 	padding: 0.2rem 0.3rem;
}

.submit{
    margin: 1rem 0 3rem 8.4rem;
    padding: 0.4rem 0.6rem;
    width: auto;
    border: 0;
    background-color: rgb(153,153,153);
    color: rgb(255,255,255);
    cursor: pointer;
}

footer{
    clear: left;
    border-top: 1.5px solid rgb(77,77,77);
	border-bottom: 1.5px solid rgb(77,77,77);
   	min-height: 40px;
    max-width: 95%;
    margin: 1em auto 1em auto;
    padding: 1% 0 0 0;
    text-align: center;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    white-space: pre;
}

.issue{
	border: 1px solid rgb(255,0,0);
}