/* Style Sheet jschickel.html */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

html { 
    background-color: #f2f2f2;
    font-size: 1.375rem;
}

body {
  background-color: #f2f2f2;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 auto;
  max-width: 1100px;
  min-height: 100svh;
 }
  
 nav {
  background-color: #f2f2f2;
  height: 50px;
  width: 100%;
  }
  
ul li {
  display: inline-block;
  float: right;
  line-height: 50px;
  list-style: none;
}
  
ul li a {
  color: #000000;
  font-size: 22px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 10;
  text-decoration: none;
    }

ul li a:hover {
  font-weight: 700;
}

@media (width <= 800px) 
    {
ul li a {
  text-decoration: none;
  font-size: .8rem;
  color: #000000;
  padding-top: 0;
  padding-bottom: 10px;
    padding-left: 20px;
  padding-right: 20px;
    }
    }


header {
    background-color: #f2f2f2;
  border-bottom: 3px solid black;
    margin-bottom: 40px;
  margin-left: 20px;
    margin-right: 20px;
    min-height: 140px;
    width: 100%;
      }  

@media (width <= 800px) 
{
header {
    margin-bottom: 20px;
  margin-left: 10px;
    margin-right: 10px;
    min-height: 100px; 
    width: 80%;
      }
}

img {
  display: block;
  font-style: italic;
  width: 100%;
}
    
@media (width <= 800px) 
{
img   {
  width:500px; 
  height:auto;
  object-fit: contain;
  }	
}
    
p  {
  font-size: 1rem;
  margin-left: 20px;
  margin-right: 20px
}

@media (width <= 800px) 
{
p   {
    font-size: .8rem; 
    }
}

  
.grid-jschickel   {
    align-content: center;
    display: grid;
    column-gap: 20px;
     row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    justify-content: center;
    margin: 0 40px;
    }

@media (width <= 800px) {
.grid-jschickel   {
    align-content: center;
    display: grid;
    column-gap: 20px;
     row-gap: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    justify-content: center;
    margin: 0 40px;
    }
        }


.grid-item-jschickel-1 {
    align-items: center;
    justify-items: center;
     
}

.grid-item-jschickel-2 {
    align-items: center;
    justify-items: center;
     
}
.grid-item-jschickel-3 {
    align-items: center;
    justify-items: center;
     
}
.grid-item-jschickel-4 {
    align-items: center;
    justify-items: center;
     
}
.grid-item-jschickel-5 {
    align-items: center;
    justify-items: center;
     
}
.grid-item-jschickel-6 {
    align-items: center;
    justify-items: center;
     
}.grid-item-jschickel-7 {
    align-items: center;
    justify-items: center;
     
}

.grid-item-jschickel-8 {
    align-items: center;
    justify-items: center;
    
    
.grid-item-jschickel-9 {
        align-items: center;
        justify-items: center;
         
    }
    
    
    
     
}













