body{
  background: #736F63;
  color: white;
}
/* Top Armenian Museum of Fresno Headline*/
h1{
  font-size: 30px;
  font-family: 'Julius Sans One', sans-serif;
  text-align: center;
}

*{
  font-family: 'Arsenal', sans-serif;
}


.logo{
  margin: auto;
  display: block;
  max-width: 100%;
}

.imageone{
  margin: auto;
  display: block;
  max-width: 100%:
}
img {
  max-width: 100%;
  height: auto;
}

.welcome{
  padding: 1em;
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
  height: auto;
  background-color: #312E29;
  margin: auto;
  
}
.Information{
 padding: 1em;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  background-color: #312E29;
  margin: auto;
}

.intro2{
    text-align: center;
  display: inline-block; 
   padding: 1em;
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
  height: auto;
  background-color: #312E29;
  margin: auto;
}
.paragraphs{
  text-align: center;
  display: inline-block;
 
  
}
.paragraphs2{
   text-align: center;
  display: inline-block;
  
}

.footer {
margin-top: 20px ;
text-align: center ;
font-size: 16px ;
max-width: 100%;
height: 50px ;
 margin: auto;
}
/* Navigation */
.uppernav {
  overflow: hidden;
  background-color: #312E29;
  text-align: center;
}

nav {
  font-family: 'Julius Sans One', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
 
 
}
.uppernav a {
  display: inline-block;
  color: #f2f2f2;
  text-align: right;
  padding: 1.5em 1.5em;
  text-decoration: none;
  font-size: 1em;
  
}

.uppernav a:hover {
  color: #ffba6c;
}

.uppernav .icon {
  display: none;
  
}

/* Responsive */


@media screen and (max-width: 1500px) {
   .welcome {
    max-width:100em;
   }
   .Information {
    max-width: 100em;
   }
  
@media screen and (max-width: 1500px) {
.uppernav a {
  display: none;}
.uppernav a.icon {
  float: right;
  display: block;
  }
 .Slideshow {
    display: none;
  }

   .welcome{
    margin-top:-1em;
   }
  .Information{
    margin-top:-1em;
   }
}


@media screen and (max-width: 1500px) {
  .uppernav.responsive {position: relative;}
  .uppernav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  
  }
  .uppernav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}