:root{
	--color-1: #555555;
	--color-2: #999999;
}

/****/

.home header h1{
	color: #ffffff;
}

header h1{
	font-weight: 700;
	font-size: 1.8em;
    text-transform: uppercase;
    min-width: 200px;
}

/****/

.home #wrap{
	background-image: url("../_media/images/banner.250124.jpg");
	height: 100vh;
	background-size: cover;
	display: flex;
	align-items: center;
	background-position: center;
}

.home #page{
	background: transparent;
	height: 100vh;
	width: 100%;
}

.home #headerWrap{
	background: transparent;
}

.homeButtons h1{
	color: #ffffff !important;
	font-size: 2.5em;
	opacity: 0.7;
	text-transform: uppercase;
	text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.9);
	font-family: "Button";
}

.enterLink{
	color: #ffffff !important;
	font-size: 1.5em;
	opacity: 0.7;
	text-transform: uppercase;
	text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.9);
	font-family: "Button";
}

/****/

footer{
    text-align: left;
}

/****/

.navMenu li a{
	font-size: 1.2em;
	margin-left: 0.8em;
}

.home .navMenu li a{
	color: #ffffff;
}

.navMenu li.loginMenuItem a{
    padding: 0.4em 1em;
	font-size: 1.1em;
}

.home .navMenu li.loginMenuItem a{
	background-color: rgba(255, 255, 255, 0.1);
}

/****/

ul.galleryMenu{
	border: 0 solid var(--color-border-grey);
	list-style: none;
	margin: 0 auto 2em auto;
	padding: 0;
	width: 95%;
	text-align: center;
	position: relative;
    border-width: 0 0 1px 1px;
}

ul.galleryMenu li.current a:after{
    font-family: "FontAwesome";
  	font-weight: 400;
    content: "\f0c9";
	position: absolute;
	right: 0.8em;
	top: 0.5em;
	font-size: 1.3em
}

ul.galleryMenu li{
	border: 0 solid var(--color-border-grey);
	margin: 0;
	padding: 10px;
    border-width: 1px 1px 0 0;
}

ul.galleryMenu li{
	display: none;
}

ul.galleryMenu li a{
	color: inherit;
	display: block;
}

ul.galleryMenu li a:hover, ul.galleryMenu li a:focus{
	text-decoration: none;
	outline: 0;
}

ul.galleryMenu li.current{
	display: block;
}

/****/

.subMenuColumn{
    float: left;
    margin: 0;
    width: 20%;
    padding: 10px 5px 0 0;
}

.subMenuContentColumn{
    margin: 0;
    padding: 10px 0 0 20px;
    float: left;
    width: 80%;
}

.subMenuContentColumn .module{
    margin-top: 0;
}

.subMenu{
	padding: 0;
    margin: 0;
    text-transform: none;
}

.subMenu li{
    list-style: none;
    padding: 0;
    margin-bottom: 0.8em;
    position: relative;
    font-size: 1em;
}

.subMenu li a{
    font-family: "Header", sans-serif;
    font-weight: 400;
}

.subMenu li a.current, .subMenu li a:hover, .subMenu li a:focus{
	text-decoration: none;
	outline: 0;
}

@media only screen and (max-width: 650px){
    
    .subMenuColumn{
        display: none;
    }
    
}

@media only screen and (max-width: 750px){
    
	.subMenuColumn{
		float: none;
		width: 100%;
		padding-bottom: 1em;
		margin-bottom: 2em;
	}

	.subMenuContentColumn{
		margin: 20px 0 0 0;
		border-left: none;
		float: none;
		width: auto;
		padding: 0;
	}

	.subMenuContentColumn .module{
		margin-top: 2em;
	}

}

/****/

.module.home{
	max-width: 1200px;
}

/****/

.twitterFeed, .subMenuContentColumn .twitterFeed{
    margin-top: 2em;
    width: 90%;
}

.twitterFeed h2{
	font-weight: 400;
    font-size: 1.1em;
    line-height: 1.5;
    margin-top: 0;
}

.twitterFeed .social span{
    font-size: 1em;
    padding-right: 0.5em;
}

.tweets{
    height: 15em;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 2em;
}

.tweet{
    font-size: 0.9em;
    margin: 0 0 1.5em 0;
	line-height: 1.5;
}

.tweet .time{
	display: inline-block;
	font-size: 0.9em;
}

.tweet .time a{
    color: var(--color-text-grey);
}

.tweet .description{
	display: inline-block;
}

.tweet .image, .tweet .detail{
    float: left;
}

.tweet .image{
    display: none;
    width: 0%;
}

.tweet .detail{
    width: 100%;
}

.tweet img{
    margin: 0 1em 0 0;
    width: 100%;
    height: auto;
    border: 1px solid var(--color-border-grey);
}

.tweet a:hover img{
	outline: 0;
	opacity: 0.8;
	text-decoration: none;
}

/****/

.mainImage{
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}

.mainImage .imageWrap{
    position: relative;
}

.mainImage .previous{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
}

.mainImage .previous:hover:after{
    color: var(--color-text);
    font-family: "FontAwesome";
  	font-weight: 400;
    content: "\f060";
    position: absolute;
    top: 50%;
    left: -2em;
    font-size: 1.2em;
}

.mainImage .previous:hover{
    text-decoration: none;
}

.mainImage .next{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
}

.mainImage .next:hover:after{
    color: var(--color-text);
    font-family: "FontAwesome";
  	font-weight: 400;
    content: "\f061";
    position: absolute;
    top: 50%;
    right: -2em;
    font-size: 1.2em;
}

.mainImage .next:hover{
    text-decoration: none;
}


/****/

.imageList{
	line-height: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.imageList li{
    width: 200px;
    margin: 2px 0;
	padding: 0;
	position: relative;
    list-style: none;
    display: inline-block;
}

.imageList.gallery li{
    width: 80px;
}

.imageList li img{
    width: 100%;
    height: auto;
}

.imageList li a:hover img{
	outline: 0;
	opacity: 0.8;
	text-decoration: none;
}

.imageList li a:hover{
	text-decoration: none;
}

.imageList form{
	position: absolute;
	top: 0;
	right: 0;
}

.imageList form.moveGalleryImage{
	top: 28px;
}

.imageList button{
	background: rgba(0, 0, 0, 0.5);
	font-size: 0.7em;
}

/****/

.blogPost{
    margin-bottom: 4em;
    padding-bottom: 4em;
    border-bottom: 1px solid var(--color-border-grey);
}

.blogPost .info{
    font-size: 0.9em;
    color: var(--color-text-grey);
    margin: 10px 0 30px 0;
}

.blogPost .text{
    line-height: 1.8;
}

.blogPost .flexibleImage{
    margin: 2em auto;
    max-width: 400px;
}

/****/

.bulletins{
    margin: 2em auto;
}

.bulletin{
    float: left;
	width: 29%;
	margin: 2%;
	font-size: 0.8em;
	word-wrap: break-word;
	text-align: center;
}

.bulletin a{
    font-weight: inherit;
}

@media only screen and (max-width: 550px){
    
	.bulletin{
		float: none;
		width: 100%;
		margin: 4em 0;
	}

}

/****/

.flexibleImage img.portrait{
    width: 70%;
}

.flexibleImage .imageDescription{
	text-align: center;
	margin: 1em 0;
	font-size: 0.8em;
    line-height: 1.6;
}

/****/

.galleryDescription{
	margin: 2em 0;
	line-height: 1.8;
	text-align: center;
}

/****/

blockquote{
    margin-left: 0;
    margin-right: 0;
}

blockquote p:before{
    content: open-quote;
    padding-right: 0.15em;
    font-size: 1.3em;
}

blockquote p:after{
    content: close-quote;
    padding-left: 0.15em;
    font-size: 1.3em;
}

blockquote .author{
    margin-top: -1em;
    margin-right: 1em;
}

/****/

.module h1{
	font-weight: 400;
	font-size: 1.1em;
	margin: 0 0 1em 0;
}

.module h2{
	font-weight: 400;
	font-size: 0.9em;
	margin: 2em 0 0 0;
}

.about.module div{
    display: block;
	line-height: 2;
}

/****/

.social a{
	padding-right: 0.5em;
}

.social svg{
    height: 1em;
    width: auto;
    fill: var(--color-text);
    position: relative;
    top: 0.2em;
}