/* CSS Document */

/* Hide page elements that will not be displayed */
 header, nav {
display: none;
}

/* Mobile styles under portrait orientation */
@media screen and (orientation: portrait) {
}

section#intro {
        width:150%;
        margin-left: auto;
        margin-left: auto;
        float: center;
        font-family: 'Palatino Linotype', 'Palatino', 'sans-serif';
        text-align: center;
        color: rgb(255,250,240);
        }
        




h1 {  color: yellow;
      margin: 5% 5% 5% 5%;
      font-size: 200%;
      text-align: center;
      padding-top: 5px;
   }

 
   
p {font-size: 1.1em;
    margin: 1em;
    align: center;
    }
    
img.test {
    width: 100%;
    height: auto;
}
      
section#intro {
      float: center;
      width: 100%;
      margin: 0px 0px 10px 0%;
      font-size: 14px;
      text-align: center;
      color: rgb (255,250,240);
      padding-top: 5px;
      }
      
footer {
   margin-top: 15px;
   border-top: 1px solid rgb(171, 171, 171);
   text-align: left;
      

/* Mobile styles under landscape orientation */

@media screen and (orientation: landscape) {
}
      
section#intro {
      float: center;
      width: 50%;
      margin-right:25%;
      margin-left:25%;
      margin: 0px 0px 10px 0%;
      font-size: 18px;
      text-align: center;
      color: rgb (255,250,240);}
      

    
p {font-size: 1.1em;
    margin: 1em;
    }
    
img.test {
    width: 100%;
    height: auto; 
    
h2 {
    color: rgb (255,250,240);
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5em;
    text-shadow: gainsboro 10px 5px 15px;} 
    
/* Footer styles */
footer address {
background-color: rgba(220,220,220, 0.7);
color: gainsboro;
margin-bottom: 0px;
color: rgba(255,250,240, 0.8);
font: normal small-caps bold 1em/1.5em 'Times New Roman', Times, serif;
text-align: center;
text-shadow: gainsboro 10px 5px 15px;
}        


      


      

      
   