/* 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 html {
  background-color: rgb(255, 255, 255);
  font-family: "Open Sans", sans-serif;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0;
   width: 100%;
  color: #444;
  text-align: center;
  
}
body {
	
	text-align:center;}
.p1{
 width: 100%;
  height: auto;
 text-align: center;
right: 0;
  background-size: 20%;
  
}

#silo{
 
padding-left: 10px;
  max-height: 300px;
  text-align: right;
}
h1 {
  font-family: "Merriweather", serif;
  font-size: 2.5em;
  font-weight: 700;
}
#wrapper{
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  
}

ul{
  padding: 10px 0;
  margin-bottom:0;
  text-align: center;
  
}
li{ 
  display: inline;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  padding: 10px;
  color: #444;
  font-family: sans-serif;
  transition: background-color 500ms;
  text-decoration: none;

}
li:hover{
  border-bottom: solid 2px gray;
}

section{
  display: none;
  padding:10px;
  background-color:
    #ffffff;
  min-height: 480px;
  text-align: left;
  
}
blockquote:before {
  font-size: 6em;
  line-height: 1;
  top: 0;
  left: 0;
  content: "\201C";
}
blockquote:after {
 
  /* display: block; don't use this, it raised the quote too high from the bottom - defeated line-height? */
  float:right;
  font-size:6em;
  line-height: 1;
  right:0;
  bottom:-0.5em;
  content: "\201D";
}
blockquote footer {
  padding: 0 2em 0 0;
  text-align:center;
}
blockquote cite:before {
  content: "\2013";
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
  not supported by any browser */
}
* { box-sizing: border-box; }

#gallery{
  margin:0 auto;
  width: 100%;
  max-width: 840px;
  text-align:center;
}
#s2 p{text-align: left;
margin-bottom: 80px;}
.thumb{ 
  display: inline-block;
  width: 100%;
  border: solid 2px white;
}

@media (min-width: 440px){
  .thumb{ width: 50%; }
  
}

@media (min-width: 800px){
  .thumb{ width: 25%; }
}

.footer{
  background:black;
  color: white;
  height: auto;
  display: inline-block;
  width: 100%;
  margin-top: 200px;
  
}
.footer  {
  
  font-size: 14px;
  padding:0 ;
  border: none;
 
}
h3{padding: 10px;
text-transform: uppercase;
color: aliceblue;}
.footer p{
  margin-top: -10px;
  font-size: 14px;
  color: aliceblue;
 }

input[type=text] {
  width: 130px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url("search-icon-png-22.png");
  background-position: 3px 1px; 
  background-size: 20px;
  background-repeat: no-repeat;
  padding: 3px 10px 3px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

input[type=text]:focus {
  width: 100%;
}
form{margin-bottom: 60px;}

.footer a{
  color:aliceblue;
text-decoration: none;
  padding: 5px 6px;
  margin-bottom:20px;
}
.footer a:hover{
  color:#6afff4;
  
}
.cop{
  height: 50px;
  width: 100%;
  background-color:  #151d16;}

p.copyright {
  color: #8d8d8d;
  line-height: 40px;
  font-size: 0.7em;
}