
.wrapper {
    			width:100%;
    			position:fixed;
			margin: 0 auto;
			background: #FFF;
			top: 0;
			left: 0;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			font-size: 0px;}

.bottom-wrapper {
    			width:100%;
    			overflow:auto;}

.menu-text {
			font-size: 14px;
			font-family: Arial Narrow,Arial,sans-serif; 
			color: #600;
			font-weight:italic;}

.navbar {
  			overflow: hidden;
  			font-size: 16px;
  			font-family: Arial Narrow,Arial,sans-serif ;
			background-color:#fff;
			}

.navbar a {
  			font-size: 16px;
  			float: left;
  			font-family: Arial Narrow,Arial,sans-serif ;
  			color: #888;
  			text-align: center;
  			padding: 14px 16px;
  			text-decoration: none;}


.dropdown {
  			font-size: 16px;  
  			float: left;
  			overflow: hidden;}

.dropdown .dropbtn {
  			font-size: 16px;  
  			border: none;
  			outline: none;
  			color: #888;
  			padding: 14px 16px;
  			background-color: inherit;
  			font-family: inherit;
  			margin: 0;}

.navbar a:hover, .dropdown:hover .dropbtn { 
  			font-size: 16px; 
			color: #4E6694; 
			background-color: #eee;

			}

.dropdown-content {
  			display: none;
  			position: absolute;
  			background-color: #ccc;
  			font-family: inherit;
			min-width: 160px;
  			box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  			z-index: 1;}

.dropdown-content a {
  			float: none;
  			color: #4E6694;
  			padding: 12px 16px;
  			text-decoration: none;
			font-size: 14px;font-family: Arial Narrow,Arial,sans-serif ;;
  			display: block;
  			text-align: left;}

.dropdown-content a:hover {
 			color: #4E6694;
			background-color:#fff;}

.dropdown:hover .dropdown-content {
  			display: block;}

.feature-portrait img{
 			max-width: 600px;
  			display: block;
  			max-height: 300px}

.feature-landscape img{
 			max-width: 300px;
  			display: block;
  			max-height: 300px}

.logo-title{font-family: Arial Narrow,Arial,sans-serif ;}

.section-title{color:#333; font-weight:bold; font-size:24px; font-family: Arial Narrow,Arial,sans-serif ;}
.section-subtitle{color:#333; font-weight:bold; font-size:20px; font-family: Arial Narrow,Arial,sans-serif ;}
.section-grey-title{color:#333; font-weight:bold; font-size:16px; font-family: Arial Narrow,Arial,sans-serif ;}
.section-text{color:#666; font-size:18px; font-family: Arial Narrow,Arial,sans-serif ;}

.img-title{color:#600; font-weight:bold; font-size:18px; Arial Narrow,Arial,sans-serif ;}
.img-text{color:#000; font-size:14px; font-family: Arial Narrow,Arial,sans-serif ;}


.flex-container {
  		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;}

.flex-container > div {
		max-height: 300px;
 		margin: 10px;
		align-items: center;
		margin-top: 8px;
		color:#666; font-size:16px; font-family: Arial Narrow,Arial,sans-serif ;
		vertical-align: middle;}

.frame {
       	 	border: 15px solid #9A7549;
       	 	background: #eee;
 		margin: 10px;
        	margin: auto;
        	padding: 15px 15px;
	}
.vl {
	  	border-left: 6px solid #9A7549;
 	  	height: 80%;
	}


div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 220px;
}

div.gallery:hover {
  border: 2px solid #9A7549;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.bottom-menu-space {
   min-height:160px;
}

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


.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 35%;
  padding: 0 4px;
}
.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

  .column-small {
    flex: 15%;
    max-width: 15%;
  padding: 0 4px;
  }
.column-small img {
  margin-top: 8px;
  vertical-align: middle;
  align: center;
  width: 100%;
}


/* Create four equal columns that sits next to each other */
.column-large {
  flex: 35%;
  max-width: 45%;
  padding: 0 4px;
}

.column-large img {
  margin-top: 8px;
  vertical-align: middle;
  align: center;
  width: 100%;
}

/* Create four equal columns that sits next to each other */
.column-long {
  flex: 25%;
  max-width: 15%;
  padding: 0 4px;
}

.column-long img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}



/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 700px) {
  .column-small {
    flex: 25%;
    max-width: 25%;
    align: center;
  }
  .column {
    flex: 40%;
    max-width: 40%;
    align: center;
  }
  .column-large {
    flex: 75%;
    max-width: 60%;
    align: center;
  }
.bottom-menu-space {
   min-height:220px;
   }

}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
  .column-small {
    flex: 50%;
    max-width: 50%;
    align: center;
  }
  .column {
    flex: 100%;
    max-width: 100%;
    align: center;
  }
  .column-large {
    flex: 100%;
    max-width: 100%;
    align: center;
  }
.bottom-menu-space {
   min-height:260px;
   }

}



/* Responsive GRID layout */
.container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 40vh 30vh 30vh;
  grid-gap: 10px;
  grid-template-areas: 
    "photo-large photo photo photo-long" 
}

.photo {
  grid-area: photo;
  background-size: cover; /* <-- background size */
  background-position: center; /* <-- background position */
}

.photo>img {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
}

.photo-large {
  grid-area: photo;
  background-size: cover; /* <-- background size */
  background-position: center; /* <-- background position */
}

.photo-large>img {
  object-fit: cover;
  width: 100%;
  max-height: 50%;
}

.photo-long {
  grid-area: photo;
  background-size: cover; /* <-- background size */
  background-position: center; /* <-- background position */
}

.photo-long>img {
  object-fit: cover;
  width: 50%;
  max-height: 100%;
}


