

body {margin:0;}



h1,h2,h3 {
    font-family: "double-pica-sc", "baskerville Old Face", "Times New Roman", "Serif";
    }

h1 {
 font-size: 3.3684em;
 line-height: 1.2656em;
 margin-top: 0.4219em;
 margin-bottom: 0;
 color: #DE6238;
}

h2 {
 font-size: 1.5em;
 line-height: 1.2656em;
 margin: 0.4219em auto 0.4219em auto;
}

.ex1{
    text-align: center;
    margin: 1% 10%;
}

p {
 font-size: 1em;
 line-height: 1.4211em;
  font-weight: 100;  
}

.navbar {
    z-index:1; 
  padding: 0px 15px;
  overflow: hidden;
  background-color:#e9967a;
  position: fixed;
  top: 0;
  width:100%;
   
}

.navbar a {
  color: #f2f2f2;
  display: block;
  float: left;
  text-decoration: none;
  font-size: 17px;
  padding: 13px 10px;
  text-align: center;
}

.navbar a:hover {
  background: #e7f6fb;
  color: black;
}

.centertitle {
    background-color: #e1eff5;
    text-align: center;
      
    margin-left: 10px;
    margin-right: 10px;
}
   
    }

.main {
  padding: 10px;
  margin-top: 30px;
  height; 2000px;
    
    }
.alinephoto {
   
    text-align: center;
 
    }
      

.containerphoto {
    
 display: inline-block;
    
   width: 500px;
    height: 400px;
    
}
.containerphoto img {
    height: 400px;
    width: 400px;
}


.zoom {
  
 
  transition: transform .1s;
  
}
.zoom:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
}


