html{
    font-size:0.9em;
}

.pane {
    width: 800px;
    border: 1px solid #CCC;
    padding: 120px 60px 60px 60px  ;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 1px 1px 15px rgba(0,0,0,.25);
    position:relative;

    background-image:url("/static/tiles/20H34317_C8_S1_F20.46592.38912.0.0.33023.png");
     /*/static/images/Nikon-Small-World-1-JasonKirk-60x-OakTrichomeStomata.jpg");*/
  
    background-position: 0  -300px; 
    background-repeat: repeat-x;
    background-size: 40%;
}

.pane > h1 {
    font-size: 2em;
}




footer {

    font-size: 0.9em;
    color: #aaa;
}

.arc{
    height: 120px;
    width: 120px;
    position: absolute;
    left: 10px;
    top:80px;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: 80%;
    background-image:url("/static/images/arch-primary-orange.svg") ;
}


.banner {
 background-image:url("/static/images/Nikon-Small-World-1-JasonKirk-60x-OakTrichomeStomata.jpg");
}



.micro {
   border-radius : 50%;
   margin: 10px 0;
   width: 100px;
   height: 100px;

}
