body {
  background-color: #FCFBE5;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  
  color: #666;
  
  margin: 0px;
  padding: 0px;
}
/*image display section*/
.imagegrid{
  max-width: 800;
    display: flex;
  flex-wrap: wrap;
  justify-content: center;

}

.thumb {
  float: left;
  margin: 6px;
  
  text-align: center;
  color: #666;
  font-size: small;
  
  margin-bottom: 10px;
}


.thumb img {
  margin-bottom: 8px;
  border: none;
  border: 6px solid white;
}

.row {
  margin-bottom: 20px;
}

.thumb a {
  color: #666;
  text-decoration: none;
}

img.fullsize {
  border: 20px solid white;
  margin: 20px;
}

/*-------------------------------------------------------*/
/*nav = menu bar section*/

.nav {
  /*margin: auto;
  position: relative;
  left: 0px;
  top: 0px; <old code*/
  flex-flow: row wrap;
  padding: 0;
  list-style: none; width: 80%;
  display: flex;
}

#layout-topbar1{
	height:84px;
	width:100%;
	float:left;
}
#layout-topbar2{
	height:78px;
	width:100%;
	float:left;
}

.nav-menu {
  padding: 4px 8px 4px 8px;
  flex-grow: 1;
  text-align: center;
  border: 1px solid #888;
  background-color: #fcfbe5;
  margin-left: -1px;
  margin-top: -1px;

}

.nav-menu a {
  font-size: 10px;
  color: #3E4C07;
  text-decoration: none;
}

.nav-menu a:hover {
  text-decoration: underline;
}
/*header section*/
.headerwrap{
  overflow: hidden;
  position: relative;
}
.backgroundimage{
  opacity: 1;
  position: absolute;
  left: 0;
  top: -80%;
  width: 100%;
  height: auto;
}


.header {
  position:relative;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 0px;
  /*background-color: #FCFBE5*/
  font-size: 22px;
  float: none;  
  text-align: center; 
  margin-bottom: 0.0em;
/* background-image: url("/sabina/mainpage/opening_frieze.jpg");*/
}

.header h1 {
  /*font-size: 22px; < old font size */
  /*margin: 12px 0px 4px 0px;*/
  /*float: left;*/

/*  font-family: helvetica, sans-serif;
  color: #6F6F6F;
  display: block;
  text-align: center; 
  padding-bottom:0px;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.23em;
  font-weight: bold;  
}*/

h1.title { /* not sure when this used, no "title" class */
  font-family: helvetica, sans-serif;
  font-size: 16px;
  color: #6F6F6F;
  
  text-align: center;
  
  margin: 40px 0px 4px 8px;
}

.header img {
  float: left;
}
/*-------------------------------------------------------*/

/*unsure what are the contentp classes are for; not used in sabina afaik
.contentp {
  width: 380px;
  padding: 8px;
  text-align: left;
  
  font-size: 13px;
  
  float: left;
}

.contentp a {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  text-decoration: none;
  color: #3E4C07;
}

.contentp a:hover {
  text-decoration: underline;
}

.contentp h3 {
  text-align: center;
} */

/*-------------------------------------------------------*/
.footer {
  width: 400px;
  text-align: center;
  margin: 50px;
  
  clear: both;
}

.search {
  position: absolute;
  top: 25px;
  left: 640px;
}

.search_result {
  font-family: helvetica, sans-serif;
  font-size: medium;
  margin-left: 40px;
}

.search_bottom {
  font-family: helvetica, sans-serif;
  font-size: medium;
  margin-left: 40px;
}
/*link style*/
a {
  text-decoration: none;
  /*color: #2A3305;*/
    color:#0183bf;
}

a:hover {
  text-decoration: underline;
}