
html{
    font-family: Helvetica, sans-serif, Arial,sans-serif;
    
 

 

}

#wm1{
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  margin-top:3%;
   margin-bottom:3%;
     
}
#wm2{
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 36%;
  margin-top:3%;
   margin-bottom:0%;
     
}
#wm3{
display: block;
  margin-left: auto;
  margin-right: auto;
  width: 36%;
  margin-top:10%;
   margin-bottom:-3%;
     
}

 


.wrapper {
    display: flex;
}

.container {
	
 scroll-snap-type: y mandatory;
    flex-basis: 100%;
    max-height: 100vh;
    overflow-y: scroll;}
 
   
  section {

  scroll-snap-align: start;
}
 

.section {
  scroll-snap-align: start;
   float:left;
     width:100%;
}
.Footer_outer{
  width: 98%;
border: none;


  bottom: 0;
}

.Footer_inner_left{
   font-size: 1.5em;
width: 49%;
float: left;

margin-left: 2%;
display:inline;
}

.Footer_inner_right
{
   font-size: 0.9em;
    letter-spacing: 0.1em;
width: 49%;
float: right;
margin-bottom: 1%;
margin-right: 1.5%;
display:inline;
text-align: right;
}


#foo{
   
 
position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
    color:  black;
  
  
}
a:link {color: black; text-decoration: none;}      /* unvisited link */
       a:visited {color: black; text-decoration:line-through;}   /* visited link */
       a:hover {color: blue;}     /* mouse over link */
       a:active {color: black; } 