/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

body {
  font-family: "Open Sans", sans-serif;
  background-color:#cdf8ff;
  font-size: 18px;
  margin: 0 auto;
  color: #444;
}

section{  background-color:#8bdae6;}


#wrapper{
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
h2{
text-align:center;  
  
}

h1 {
  font-family: "Merriweather", serif;
  font-size: 32px;
  text-align: center;
  padding: 5px;
  
}

h3{

  font-family: "Merriweather", serif;
  font-size: 32px;
  text-align: center;
  padding: 5px;
}

p{
text-align:center;

}

.navbar {
  border-bottom: solid 3px;
  border-color:#52bccc;
  overflow: hidden;
  position: fixed; 
  top: 0;
  width: 100%;
  text-align: center;
  background-color: #8bdae6;
  z-index: 1;
}

a{ 
color:#f7541d;
margin-left: 25px;
margin-right: 25px;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #d96944;
}

a:active {
  text-decoration: underline;
}

img{
margin:0;
}

#about{
padding:20px;
}

div.gallery {
    margin: 30px auto;
    width: 40%;
}

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

div.desc {
    text-align: center;
    font-size: 1em;
}