/***** Global settings *****/
body {
  margin: auto;
  background-image:url("/images/parchment2c.jpg");
  background-repeat:no-repeat;
  max-width: 1073px;
  background-position: center top;
  height: 1352px;
  }

@media screen and (max-width: 1073px) {
  body {
  background-image:url("/images/parchment.jpg");
  background-repeat:repeat-y;
  background-size:contain;
  width:auto;
  }
}

header {
  padding-right: 13%;
  padding-left: 9%;
  position: relative;
  top:60px;
  }

article {
  padding-right: 13%;
  padding-left: 9%;
  position: relative;
  top:60px;
  }

 @media screen and (max-width: 1073px) {
  header {
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 0px;
  padding-bottom: 0px;
  }
  
  article {
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 0px;
  padding-bottom: 0px;
  }
 }
 
 
p {
  font-family: 'Open Sans', Georgia, "Times New Roman", Times, serif;
  font-size: 0.95em;
  color: #502d0a;
}

@media screen and (max-width: 800px) {
  p {
  font-family: 'Open Sans', sans-serif, Georgia, "Times New Roman", Times, serif;
  font-size:1em;
  }
}

ul {
  font-family: 'Open Sans', Georgia, "Times New Roman", Times, serif;
  font-size: 0.95em;
  color: #000000;
}

@media screen and (max-width: 800px) {
  ul {
  font-family: 'Open Sans', sans-serif, Georgia, "Times New Roman", Times, serif;
  font-size:0.95em;
  }
}

.emph {
  font-family: Courgette, Georgia, "Times New Roman", Times, serif;
  font-size: 1.25em;
  color: #630;
  font-weight: bold;
}

a:link {
	color: #630;
	font-family: "Open Sans", Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	font-weight: bold;
}

a:visited {
	font-family: "Open Sans", Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #650;
}

a:hover {
	color: #8e1508;
	font-family: "Open Sans", Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	font-weight: bold;
}

a:active {
	color: #000;
	font-family: "Open Sans", Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
}	

td {
	vertical-align:top;
	padding: 0px;
}

tr {
	line-height:.225em;
	padding:0px;
}


	


/***** Navigation *****/


	

/***** CSS menu *****/
/***** step 1 *****/


#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
}

#cssmenu ul,
#cssmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#cssmenu ul {
  position: relative;
  z-index: 597;
}

#cssmenu ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;
}

#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}

#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}

#cssmenu ul ul li {
  float: none;
}

#cssmenu ul ul ul {
  top: 0;
  left: auto;
  right: -99.5%;
}

#cssmenu ul li:hover>ul {
  visibility: visible;
}

#cssmenu ul ul {
  bottom: 0;
  left: 0;
}

#cssmenu ul ul {
  margin-top: 0;
}

#cssmenu ul ul li {
  font-weight: normal;
}

#cssmenu a {
  display: block;
  line-height: 1em;
  text-decoration: none;
}

/***** step 2 *****/


#cssmenu a {
	font-family: 'Marck Script', Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	text-decoration: underline;
	}
	
#cssmenu a:visited {
	color:#630;
}

#cssmenu a:hover {
	color: #8e1508;
}
	

#cssmenu>ul {
  *display: inline-block;
}

#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}

/***** step 3 *****/

#cssmenu a {
  padding: 0 20px;
}

#cssmenu ul ul {
  text-transform: none;
  min-width: 170px;
  }

#cssmenu ul ul a {
  background-image:url("/images/parchmentfragment.jpg");
  border-top: 0 none;
  line-height: 150%;
  padding: 12px 15px;
}

#cssmenu ul ul ul {
  border-top: 0 none;
}

#cssmenu ul ul li {
  position: relative
}

/***** step 4 *****/

#cssmenu>ul>li>a {
  line-height: 48px;
  }

#cssmenu ul ul li:first-child>a {
  border-top: 1px solid #000;
}

#cssmenu ul ul li:hover>a {
  background-image: url("/images/parchmentfragment2.jpg");
  }

#cssmenu ul ul li:last-child>a {
  border-radius: 0 0 6px 6px;
  }

#cssmenu ul ul li:last-child:hover>a {
  border-radius: 0 0 6px 6px;
}

#cssmenu ul ul li.has-sub>a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}

#cssmenu ul ul li {
	box-shadow:5px 5px 10px #000;
}

/***** step 5 *****/

#cssmenu ul li:hover>a,
#cssmenu ul li.active>a {
text-decoration: underline;
  }

#cssmenu ul li.has-sub>a:after {
  content: '+';
  margin-left: 5px;
}

#cssmenu ul li.last ul {
  left: auto;
  right: 0;
}

#cssmenu ul li.last ul ul {
  left: auto;
  right: 99.5%;
}

/***** triangles *****/
.menuarrow {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


#cssmenu ul li:hover .menuarrow {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
	}

i {
  border: solid #630;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  position: relative;
  left: 5px;
  top: 5px;
}





/***** Graphics *****/

#bottomphoto {
  position:relative;
  bottom:-30%;
  }
  
  @media screen and (max-width: 850px) {
	  #bottomphoto {
		  position:relative;
		  bottom:-5%;
	  }
  }

.left_photo {
  float: left;
  overflow: auto;
  box-shadow:10px 10px 10px #000;
  margin: 15px 15px 0px 0px;
}

@media screen and (max-width: 400px) {
	.left_photo {
		display: block;
		float: none;
	}
}

.left_photo_with_caption {
  float: left;
  overflow: auto;
  box-shadow:10px 10px 10px #000;
  margin: 15px 15px 0px 0px;
  width: 100%;
}

@media screen and (max-width: 400px) {
	.left_photo_with_caption {
		display: block;
		float: none;
	}
}

.right_photo{
  float: right;
  overflow: auto;
  box-shadow:10px 10px 10px #000;
  margin: 15px 0px 0px 5px;
}

@media screen and (max-width: 400px) {
	.right_photo {
		display: block;
		float: none;
	}
}

.right_photo_with_caption{
  float: right;
  overflow: auto;
  box-shadow:10px 10px 10px #000;
  margin: 15px 0px 0px 5px;
  width: 100%;
}

@media screen and (max-width: 400px) {
	.right_photo_with_caption {
		display: block;
		float: none;
	}
}

.photo {
  box-shadow:10px 10px 10px #000;
  position: relative;
  left:400px;
  bottom:-250px;
}

@media screen and (max-width: 1073px) {
  .photo {
  position: relative;
  left:200px;
  bottom:-150px;
  box-shadow:10px 10px 10px #000;
  }
}

@media screen and (max-width: 800px) {
  .photo {
  position: relative;
  left:100px;
  bottom:-250px;
  box-shadow:10px 10px 10px #000;
  }
}

@media screen and (max-width: 700px) {
  .photo {
  position: relative;
  left:50px;
  bottom:-150px;
  box-shadow:10px 10px 10px #000;
  }
}

@media screen and (max-width: 600px) {
  .photo {
  width:300px;
  height:207px;
  position: relative;
  left:0px;
  bottom:0px;
  }
}

.side_by_side_img {
	width: 90%;
}

#RolfMira {
	box-shadow: 10px 10px 10px #000;
	max-width: 100%;
}

#alfred {
  padding-right: 120px;
  padding-left: 100px;
  padding-top: 50px;
  padding-bottom: 120px;
}

.captionbottom {
	font-size:14px;
	font-style:italic;
	position:relative;
	top:12px;
	margin-bottom:12px;
}

.captiontop {
	font-size:14px;
	font-style:italic;
}

.captionbottomnoshadow {
	font-size:14px;
	font-style:italic;
	position: relative;
	top:-15px;
}


#postcard {
	position:relative;
	left:25%;
	width:70%;
}

@media screen and (max-width: 800px) {
	#postcard {
		position: relative;
		left:0px;
		max-width:100%;
		height:auto;
	}
}

#postcard_photo {
	box-shadow:10px 10px 10px #000;
}

@media screen and (max-width: 1073px) {
	#postcard_photo {
		width:100%;
	}
}

#newspaper {
	position: relative;
	top:10px;
}

#photo_restore {
	float: right;
    overflow: auto;
    box-shadow:10px 10px 10px #000;
    margin: 0px 0px 10px 5px;
	position: relative;
	top:10px;
}

@media screen and (max-width: 720px) {
	#photo_restore {
		display: block;
		float: none;
	}
}

@media screen and (max-width: 539px) {
#photo_restore {
	width:100%;
}
}

#map {
	position: relative;
	top:-20px;
}

@media screen and (max-width: 360px) {
#studying {
	width:100%;
}
}

/***** Logo *****/
.logo {
  float: right;
  overflow: auto;
  margin: 0px 0px 15px 15px;
  width:100%;
}

@media screen and (max-width: 600px) {
  .logo {
  height: 120px;
  width: 33%;
  position:relative;
  top:20px;
  float: none;
  }
}

.img-container_logo {
    float: right;
    padding: 0px;
	width:25%;
	margin: 0px;
}

@media screen and (max-width: 600px) {
	.img-container_logo {
	float: none;
	display: inline;
	}
}	

/***** Headings *****/

h1 {
  font-family: "Tangerine", Arial, Helvetica, sans-serif;
  font-size: 3em;
  font-weight: bold;
  color: #630;
  margin-bottom: -2%;
  }

h1 a:link {
  color: #630;
  font-family: "Tangerine", Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  }

h1 a:visited {
    font-size: 1em;
    font-family: "Tangerine", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #650;
}

h1 a:hover {
  	color: #8e1508;
	font-family: "Tangerine", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

h1 a:active {
	color: #000;
	font-family: "Tangerine", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}	
  



@media screen and (max-width: 1073px) {
  h1 {
  font-size: 2.5em;
    }
}


h2 {
  font-family: "Tangerine", Arial, Helvetica, sans-serif;
  font-size: 3em;
  font-weight: bold;
  color: #630;
  margin-bottom: -1%;
}

@media screen and (max-width: 1073px) {
  h2 {
  font-size: 2.5em;
  }
}



h3 {
  font-family: 'Cormorant Upright', serif;
  font-size: 2.5em;
  font-weight: bold;
  color: #630;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  color: #630;
}


/***** Positionings *****/


#maincontent {
  position: relative;
  top: 30px;
  left: 30px;
}

@media screen and (max-width: 600px) {
  #maincontent {
  position: relative;
  top: 0px;
  left: 0px;
}
}

#mission {
 
}

#about {
  position: relative;
  top:20px;
}

#about_title {
    text-align: right;
  }
  

#photorestore_title {
	position: relative;
	left:65%;
	width:35%;
}
  
@media screen and (max-width: 500px) {
#Research_title {
  text-align: left;
  }
}

@media screen and (min-width: 451px) {
#Research_title {
  position: relative;
  left:25%;
  top:20px;
  }
}

@media screen and (max-width: 500px) {
#Photo_title {
  text-align: left;
  }
}

@media screen and (min-width: 451px) {
#Photo_title {
  position: relative;
  left:65%;
  top:20px;
  }
}

@media screen and (min-width: 451px) {
#Custom_title {
  position: relative;
  left:25%;
  top:20px;
  }
}

#why {
  position: relative;
  left:2%;
}

#why2 {
  position: relative;
  left:2%;
}

#subtext0 {
  position: relative;
  left:4%
}

#subtext1 {
  position: relative;
  right:4%
}

#subtext2 {
  position: relative;
  right:4%
}


@media screen and (min-width: 1073px) {
#section2 {
	position: relative;
	top: -25px;
	clear: both;
}
}

@media screen and (max-width: 500px) {
#section2 {
	position: relative;
	top: 0px;
	clear: both;
	}
}

#middle {
	position: relative;
	top: 65px;
	clear: both;
	}

#bottom {
	position: relative;
	top: 95px;
	clear: both;
	}

#section3 {
    position: relative;
	top: -55px;
	clear: both;
}

@media screen and (max-width: 1073px) {
#section3 {
	position: relative;
	top: 10px;
	clear: both;
	}
}


#section4 {
	position: relative;
	top: -95px;
	clear: both;
}

@media screen and (max-width: 1073px) {
#section4 {
	position: relative;
	top: 10px;
	clear: both;
	}
}

.continuelink {
	position:absolute;
	left:55%;
}

@media screen and (max-width:500px) {
	#trees {
	clear: both;
	}
}

.hang {
    text-indent: -3em;
    margin-left: 3em;
} 

.right_heading {
	text-align: right;
}

/***** Clearfix *****/

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.img-container {
    float: left;
    padding: 0px 15px 0px 0px;
	width:40%;
	margin: 0px;
}

@media screen and (max-width: 400px) {
	.img-container {
		float: none;
		display: inline;
	}
}

.img-container_right {
    float: right;
    padding: 0px;
	width:40%;
	margin: 0px;
}

@media screen and (max-width: 400px) {
	.img-container_right {
		float: none;
		display: inline;
	}
}

.img-container3 {
    float: left;
    width: 33.33%;
    padding: 0px;
}

@media screen and (max-width: 400px) {
	.img-container3 {
		float: none;
		display: inline;
	}
}


/***** animateion  *****/
#animated {
	display: none;
}