/* 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:#ffddb8;
  font-size: 18px;
  margin: 0 auto;
  color: #444;
}

section{margin: 0 auto;
  padding-top:30px;
}

#one{background-color:#78c7ff;}
#two{background-color:#ffed78;}
#three{background-color:#ff789e;}

#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: #deb8ff;
  z-index: 1;
}

a{ 
  color:#ffddb8;
  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;
}