/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body, html {
	height:100%;
	border:0px solid black;
    margin:0px 0px 10px 0px;
}

  * {
  box-sizing: border-box;
}

#fixed-header {
position:fixed;
text-align:center;
width:100%;
margin:0px;
padding:0px 90px;
border:0px solid black;
background-color:#ffffff;
padding-top:5px;
 }

#content{
margin:auto;
padding:90px 10px 0px 10px;
max-width:1100px;
display:flex;
flex-wrap:wrap;
border:0px solid black;
justify-content:space-around;
background: transparent;
 }
 
 #header {
  color:#2d5e8a;
  font-family: Verdana, sans-serif;
  font-weight:600;
  width:100%; 
  text-align:center;
  background: transparent;
  }

  figure {
  margin:5px 5px;
   }
   
 figcaption {
 font-family:verdana, sans-serif;
 font-size:12px;
 text-align:center;
 margin:auto; 
 max-width:70%;
  }

/* menu */
.menu {
  margin: 1em .5em;
  position: fixed;
  display: inline-block;
  color:black;
  font-family: Verdana, sans-serif;
  background-color: #dddddd;
  padding:.3em;
}

.menu-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;

}

.menu-content a{
  color:gray;
  font-family: Verdana, sans-serif;
 }

.menu:hover .menu-content {
  display: block;
}
/* menu */

#footer{
position:relative;
bottom:0;
height:60px;   /* Height of the footer */
 width:100%;
 font-family:verdana, sans-serif;
 font-size:10px;
 text-align:center;
 padding:20px; 0px 15px 0px;
 margin: auto;;
 border:0px solid black;
 }
 
 img {
 width:100%;
 padding:0px 0px;
 margin:0px 0px;
  }
 
  /* Index page specfic */

#content-index{
margin:auto; 
max-width:435px; 
padding-top:60px;
	display:flex;
	flex-wrap:wrap;
	border:0px solid black;
	background: transparent;
/*  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
 }

#index-header {
width:auto;
margin:auto; 
max-width:301px; 
padding:60px 10px 0px 10px;
}

#index-photo{
max-width:435px; 
width:100%;
margin:auto;
border:0px solid black;
background: transparent;
 }
 /* Index page specfic */
 