:root {
  --main-max-width: 900px;
}

* {
	margin: 0;
	padding: 0;
    box-sizing: border-box;
}

body {
	font-family: 'Roboto', sans-serif;
}

.main-wrap {
  max-width: var(--main-max-width);
  margin: 0 auto;
  padding: 10px;
}

header {
    text-transform: lowercase;
    padding: 12px;
}

#landing header {
    display: flex;
	align-items: flex-start;
	flex-direction: column;
    line-height: 1;
    width: 100%;
}

header h1 {
    font-size: 2em;
}

h1, 
h2 
{
    font-weight: 400;
}

h2 {
	margin-bottom: .5em;
    border-bottom: 2px solid #000;
    font-size: 2em;
}

h1 a {
    text-decoration: none;
}

a {
    color: rgba(0, 0, 0, 1);
}

p {
    margin-bottom: 1em;
}

ul#persLinks {
    list-style: none;
}

ul#persLinks li {
    display: inline-block;
}

nav {
    margin-top: 24px;
}

nav ul {
    list-style: none;
}

nav .showDate {
    font-size: .8em;
}

.show-deatils {
    margin-top: 24px;
}

.show-deatils .description,
.show-deatils .date 
{
    margin-bottom: 12px;
}


.show-deatils .date 
{
    color: #9E9E9E;
}

#largeFirstImg {
    max-width: 500px;
    margin: 0 auto;
}

#largeFirstImg img {
	width: 100%;
}

#install {

}

.installImg {
	padding: 5px 10px;
    margin: 0 auto;
    max-width: 950px;
}

.installImg img {
    width: 100%;
}

#upcoming {
    max-width: calc(var(--main-max-width) * .6666);
    padding: 1%;
    display: none;
}

#media,
#install 
{
    margin-top: 2em;
}

#upcoming .month {
    margin-bottom: 2em;
}

#upcoming .date {
    margin-bottom: .5em;
    font-style: italic;
}

#upcoming .event {
    margin-bottom: 1em;
}

#upcoming .event .event-name {
    font-weight: bold;
}

#upcoming .event a {
    display: block;
}

.mediaWrap {
    margin: 0 0 128px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid;
    border-color: #0003;
}

#media h3 {
    margin-bottom: 2em;
    margin-top: 6em;
    display: none;
}

#media h3:first-of-type {
    display: block;
}

.imgWrap {
    margin-bottom: 24px;
}

.imgWrap img {
    max-width: 100%;
    max-height: 80vh;
}

.details {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 0 1em 0;
    font-weight: 300;
}

.details div {
    margin-bottom: 3px;
}

.details .artist {
    font-style: italic;
}

.details .title {
    font-weight: 400;
    text-transform: capitalize;
    font-style: italic;
}

blockquote {
    width: 50%;
    margin: 0 auto;
    font-style: italic;
    margin-bottom: 2em;
}

blockquote .normal {
    font-style: normal;
}

.text p {
    margin: 1em 0 0 0;
}

footer {
    color: #9E9E9E;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px;
}


@media screen and (max-width: 500px) {

}
