
html {
	height:100%;
	margin:0;
	padding:0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 100;
}

/**
 * Firefox specific rule
 */

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}


.pswp__bg { background: #fff; !important}


body	{

	margin:0;
	padding:0;
  font-family: Arial, Helvetica, sans-serif;
  	background-color:#fff;
  	color:#000;

  	max-width:100%;
font-size: clamp(0.5rem, 2.5vw + .5rem, 1rem);

	line-height: 1.7em;
	text-align:left;

  letter-spacing: 1px;
}

.homepage {
	background-color:#00ff33;
}

a 	{
	color:#000;
	text-decoration: none;
	border-bottom: 1px solid black;

}

a:hover	{
	text-decoration: none;
	color: ;
	border-bottom: 1px dotted black;

}




a.active 	{
	color:#000;
	text-decoration: none;


}

a.active:hover	{
	text-decoration: none !important;

}



a.active {

}

a.active:hover {

}




a.min {
	text-decoration: none;
		border-bottom: 0px !important;
}



a.inactive 	{
	color:#000;
	text-decoration: none;


}

a.inactive:hover	{
	text-decoration: none;

}










/******** Menu **********/

.fixedmenu
{
	position: fixed;
	top: 0;
	background: #fff;

	width: 100%;
	z-index: 99 !important;

	border: 0px solid green;
}

#menuwrap {


	margin:auto;
	padding:.4em 0 .3em 0;
 	width:1400px;
 	max-width:95%;

 	border-bottom: 1px solid #000;

 	background: #fff;

 	z-index: 99 !important;

}

.toggle:hover {
	cursor: pointer;
}

#menulinks {


 	background: #fff;
  height:0;
  overflow: hidden;

}

.menulinksactive {

 height:100% !important;
 	background: #fff;
  overflow: visible !important;
}


#menulinks a {
	text-decoration: none;
}

#menulinks a:hover {
	text-decoration: none;
	border-bottom: 1px solid #000;
}




/******** Menu **********/


.inactive	{
	color:#000;

}

.inactive:hover	{
	text-decoration: none;
    border-bottom: 1px solid #000;
    transiton: 0 !important;
}


.active {
	border-bottom: 1px solid #000;
}



img {
	padding:0;
	border:0;
}



p.date {
	border: 1px solid red;
}



h1, p.toplinks {
	font-size:1.5em;
}



h1	{
	margin:.15em 0 0 0;
	padding:0;
	text-align:center;
	font-weight:normal;
	width:100%;
	z-index:-1;
	text-transform:uppercase;
	color:#000;
}

h1 a:hover	{
		color:#000;
}

#picture {
	margin:2em 0 0 0;
}





.bodywrap {
	padding: 0 2em 0 2em;
}



.year {
	margin-right: 1em;
}


.strong {
	font-weight:bold;
}

p.cv {

}

p.essaysmall {		
	width:800px;
	max-width:100%;
font-size: clamp(0.5rem, 2.5vw + .5rem, 1rem);

	line-height: 1.5em;
	text-align:left;
	margin:0;
	padding:0em;
	border:0px solid #000;
  letter-spacing: 1px;
    }


/*
 p.essaysmall a {		
	border-bottom: 1px dotted #000;
    }

 p.essaysmall a:hover {		
	border-bottom: 1px solid #000;
    }

*/

p.essay {		
	width:800px;
	max-width:70%;
font-size: clamp(0.5rem, 2.5vw + .5rem, 1.8rem);

	line-height: 1.5em;
	text-align:left;
	margin:0;
	padding:0em;
	border:0px solid #000;
 
  letter-spacing: 1px;
    }


/************************************************
	
	Home
	*******************************************************/



	.logowrap {
	
		display: flex;
	  flex-flow: row wrap;
	 align-items:center;
	 justify-content:center;
	
		top: 0;
		margin:auto;
		padding:0 0 0 0;
		 width:95%;
		 height:100%;
	
		 border:0px solid red;
	}
	

	.logo	{
		margin:auto;
		padding:0 0 0 0;
		display: flex;
		  flex-flow: row wrap;
		 align-items:center;
		 justify-content:center;
		 width:50vw;
		 heigth:100vh;
		  z-index: 2;
	
			   border:0px solid yellow;
	  }


.logo img {
	margin:auto;
	
	width:100%;
	height:auto;
	
}

/************************************************

IMG SCALERS
*******************************************************/

.picturewrap {

	display: block;
	position: relative;

	top: 4em;
	margin:auto;
	padding:0 0 0 0;
 	width:1400px;
 	max-width:95%;

 	border:0px solid red;
}


.picturewrapspecial {
	top: 1em !important;
}

.picture	{
	margin:0 0 0 0;
	padding:0 0 0 0;
	display: flex;
  	flex-flow: row wrap;
 	align-items:flex-start;
 	justify-content:flex-start;
 	width:100%;
  	z-index: 2;

  	 	border: 0px solid yellow;
  }


figure {
	margin:0 auto 6em auto;
	padding:0 0 0 0;
	text-align:center;
	height:auto;
	width:30%;

		border: 0px solid blue;
}

figure a,
figure a:hover {
	text-decoration: none !important;
	border-bottom: 0px !important;
}


figure img {
	margin:0 0 0 0;
	padding:0;
	width:100%;
	height:auto;

}

.mb4 {
	margin-bottom: 6em !important;
}

figure.wide {
	margin:0 0 6em 0;
	padding:0 0 0 0;
	text-align:center;
	width: 100%;

	border: 0px solid red;
}


figure.wide img {
	margin:0 0 0 0;
	padding:0;
	width:auto;
	height:auto;
	max-height: 85vh;
	max-width: 100%;
}


figure.detail img {
	margin:0 0 0 0;
	padding:0;
	width:auto;
	height:auto;
	max-height: 100% !important;
	max-width: 95vw !important;;
}


figure.widesingle {
	margin:0 0 15vh 0;
	padding:0 0 0 0;
	text-align:center;
	width: 100%;

	border: 0px solid red;
}


figure.widesingle img {
	margin:0 0 0 0;
	padding:0;
	width:100%;
	height:auto;
}

figcaption	{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:.9em;
	line-height:1.25em;
	letter-spacing:1px;
	position:relative;

}


.video-wide {
	margin:0em auto 12em auto;
	padding:0;

	max-width: 100%;

	border: 0px solid red;
}


.video-wide iframe {


	width:960px ;
	height: 540px;
	max-width: 100%;


	border:0px solid green;

}

video.tall {

}


.pswp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999 !important;
	display: none;
	touch-action: none;
	outline: 0;
	opacity: 0.003;
	contain: layout style size;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/************************************************

Photos






.pswp__bg {
  opacity: 1 !important;
	background: #fff !important;
}



.pswp__button--close {
  margin-right: 6px;
  border: 2px solid red !important;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: none;
  border-radius: 0;
}



.pswp__preloader,
.pswp__preloader .pswp__icn  {
  display: none !important;
  visibility: hidden !important;
}



*******************************************************/

/************************************************

Mobile

*******************************************************/



@media only screen and (max-width : 1180px) {




body {
font-size: clamp(0.5rem, 2.5vw + .5rem, 1rem);

}
.mb4 {
	margin-bottom: 4em !important;
}


.mobiletop {
	margin-top: 2em !important;
}


.picturewrap {

}


p.essaysmall {		


    }



.wrap {
	height: 100%;
	width: 100%;
	display: flex;
		flex-flow: column;
	/*	justify-content: flex-start*/;

}



figure {
	margin:1em 0 2em 0;
	width:100%;
}


figure.wide {
	margin:1em 0 2em 0;

	width: 100%;

}


figcaption	{
	margin:0 0 0 0;
	font-size:.8em;
	line-height:1.25em;
}

p.date span {
  padding: 0 .45em 0 0;
  margin: 0;
}

p.date {
	font-size:2em;
}

p.info {
	margin:7em auto auto auto;
	padding:1em;
}

#nav {
	line-height:3em;
}

#picture {
	margin-top:2em;
}



	}








@media only screen and (max-width : 960px) {

	.logo	{

	 width:90vw;
  }
  
  
  p.essaymobile {


}

.video-wide {
	margin:0em auto 6em auto;
	padding:0;

	max-width: 100%;

	border: 0px solid red;
}


.video-wide iframe {


	width:960px ;

	max-width: 100%;
	max-height: 25vh;

	border:0px solid green;

}



}





/*********************
photoswipe
**********************/


.pswp__img,
.pswp__top-bar { /*
  background-color: transparent !important; */}

.pswp__bg	{

}

.pswp__button {
  background-image: none !important;
  font-family:AlbertusMTStd-Light;
}

.pswp__button--arrow--left a, .pswp__button--arrow--right a, .pswp__button--close a {
	color:#fff !important;
}

.pswp__button:hover {
	text-shadow: 0px 3px grey !important;
	-webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    }


.pswp__button--close {

  position:fixed;
  top:0px;
  right:-110px;
  font-size: 3em;
  line-height: 1.25em;
	color:#fff !important;
 }

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  width: 75px !important;
  height: 60px !important;
  background: none;
   font-size: 2em;
   top:0px;
	color:#fff !important;

}

.pswp__button--arrow--left {
	position:fixed;
  	right: 180px; 
  }

.pswp__button--arrow--right {
	position:fixed;
	right: 20px; 
}

   
.pswp__counter {
  display: ; }



.pswp__top-bar {
	display:none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  margin: 50px 0 30px;
  left: 0;
  right: 0;
  top: 0;
  padding-right: 15px;
  height: 39px; 
}
 
 .pswp__top-bar #logo {
    float: left; 
}
 
 .pswp__top-bar:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
    user-select: none; 
}


