/*
---------------------------------------------------------------------------------
general settings
---------------------------------------------------------------------------------
*/

body{
background: #FFFFFF;
padding: 50pt 0px 30pt 0px;
margin: 0px;
width: 100%;
z-index: 0;
color: #666666;
}

nav{
position: fixed;
top: 0px;
background: #FFFFFF;
width: 100%;
padding: 0px 2% 0px 2%;
z-index: 1;
box-shadow: 0px -20px 20px 30px #FFFFFF;
-moz-box-shadow: 0px -20px 20px 30px #FFFFFF;
-webkit-box-shadow: 0px -20px 20px 30px #FFFFFF;
margin: 0px;
border-collapse: collapse;
}

footer{
background: #FFFFFF;
width: 100%;
padding: 0px;
margin: 0px;
z-index: 1;
box-shadow: 0px 10px 20px 20px #FFFFFF;
position: fixed;
bottom: 0px;
text-align: center;
border-collapse: collapse;
}

h1{
font: italic 20pt/40pt Georgia, serif;
letter-spacing: 0.2em;
color: #999999;
float: left;
margin: 0px;
padding: 0px;
}

p{
font: 10pt/30pt Georgia, serif;
color: #666666;
text-align: justify;
}

nav ul {
padding: 0px;  
list-style: none;
float: right;
margin: 0px 1.5em 0px 0px;
}

nav ul li {
float: left;
padding: 0px 1em 0px 1em;
}

a{
font: italic 10pt/40pt Georgia, serif;
color: #999999;
text-decoration: none;
}

.mobilenav{
display: none;
}

a:hover{
color: #333333;
}

p.copywrite{
color: #CCCCCC;
font: 8pt/15pt Georgia, serif;
text-align: center;
}

/*
---------------------------------------------------------------------------------
welcome page
---------------------------------------------------------------------------------
*/

.wrapper{
height: 60%;
width: 60%;

position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);

display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: flex;

align-items: center;
justify-content: center;
flex-direction: row;
flex-wrap: nowrap;
-webkit-align-items: center;
-webkit-justify-content: center;
-webkit-flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-align-items: center;
-ms-justify-content: center;
-ms-flex-direction: row;
-ms-flex-wrap: nowrap;
-moz-align-items: center;
-moz-justify-content: center;
-moz-flex-direction: row;
-moz-flex-wrap: nowrap;
}

.intro{
line-height: 200%;
margin: 1em;

flex: 0 0 50%;
-moz-flex: 0 0 50%;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
max-width: 100%;
height: 100%;
text-align: center;
}

p.intro{
text-align: justify;
}

p.intro button{
text-align: center;
}

/*
---------------------------------------------------------------------------------
events page
---------------------------------------------------------------------------------
*/

.eventWrapper{
position: absolute;
top: 10%;
left: 50%;
transform: translate(-50%, 0%);
-webkit-transform: translate(-50%, 0%);
-moz-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
max-height: 60%;
min-width: 70%;
}

img.events{
width: 100%;
height: auto;
margin: 2em 0px;
}

table.events{
justify-content: center;
border-collapse: collapse;
width: 100%;
}

table.events tr:first-child th{
padding: 0.5em 1em;
font-weight: normal;
border-bottom: 1px solid #999999;
}

table.events tr td{
text-align: center;
padding: 0.5em;
}

/*
---------------------------------------------------------------------------------
collections
---------------------------------------------------------------------------------
*/

p.artThumb{
color: #FFFFFF;
font: italic 10pt/15pt Georgia, serif;
-webkit-transition: color 1s linear 0.5s;
-ms-transition: color 1s linear 0.5s;
-moz-transition: color 1s linear 0.5s;
transition: color 1s linear 0.5s;
text-align: center;
}

.collectionWrapper{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
align-content: flex-start;
-webkit-flex-direction: row;
-webkit-flex-wrap: wrap;
-webkit-justify-content: space-around;
-webkit-align-content: flex-start;
-moz-flex-direction: row;
-moz-flex-wrap: wrap;
-moz-justify-content: space-around;
-moz-align-content: flex-start;
-ms-flex-direction: row;
-ms-flex-wrap: wrap;
-ms-justify-content: space-around;
-ms-align-content: flex-start;
}

.artBlocks:hover>p.artThumb{
color: #666666;
-webkit-transition: color 0.1s linear;
-moz-transition: color 0.1s linear;
-ms-transition: color 0.1s linear;
transition: color 0.1s linear;
}

.artBlocksWide:hover>p.artThumb{
color: #666666;
-webkit-transition: color 0.1s linear;
-moz-transition: color 0.1s linear;
-ms-transition: color 0.1s linear;
transition: color 0.1s linear;
}

.imgWrapper{
display: block;
max-height: 300px;
}

img.artThumb{
max-width: 100%;
max-height: 300px;
}

img.artThumbWide{
max-width: 100%;
max-height: 300px;
}

.artBlocks{
width: 33%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: column;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
align-items: center;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-content: flex-start;
-webkit-align-content: flex-start;
-moz-align-content: flex-start;
-ms-align-content: flex-start;
background: #FFFFFF;
text-align: center;
}

.artBlocksWide{
width: 66%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: column;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
align-items: center;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-content: flex-start;
-webkit-align-content: flex-start;
-moz-align-content: flex-start;
-ms-align-content: flex-start;
background: #FFFFFF;
text-align: center;
}

.darkenScreen{
position: fixed;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
padding: 0px;
margin: 0px;
z-index: 10;
background-color:rgba(0,0,0,0.7);
display: none;
}

.enlargedPic{
background: #FFFFFF;
max-width: 90%;
max-height: 90%;
padding: 10px;
z-index: 11;
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}

/*
---------------------------------------------------------------------------------
contact
---------------------------------------------------------------------------------
*/

textarea{
vertical-align: text-top;
height: 10em;
width: 100%;
resize: none;
}

input[type="text"]{
width: 200px;
}

button{
background: #FFFFFF;
font: 10pt/15pt Georgia, serif;
color: #666666;
border: 1px solid #666666;
border-radius: 0.3em;
padding: 0.1em 3em;
margin: 0.5em;
text-align: center;
}

button:hover{
background: #DDDDDD;
}