body
{
background-color: azure;
margin: 0 10%;
font-family: sans-serif;
} 
header
{
    margin-top: 0;
    padding: 1em;
    text-align: center;
    font-style: italic;
    background-color: lightskyblue;
    line-height: 5px;
}

main
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h1
{
    text-align: center;
    font-family: serif;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #57b1dc;
    margin-top: 30px;
}
h2
{
    color: #57b1dc;
    font-size: 1em;
}

.crumbs a 
{
    text-decoration: none;
}




























@media only screen and (max-width: 300px) 
{
    .hidepic
    {
        visibility: hidden;
    }
    section
    {
        display: grid;
    }
    
}

@media only screen and (max-width: 500px) 
{
    .hidepic
    {
        visibility: hidden;
    }
    section .p
    {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 768px) 
{
    section
    {
        display: flex;
        flex-direction: row;
    }
}

@media only screen and (max-width: 992px) 
{
    p
    {
        font-size:larger;
        color:darkred
    }
    section
    {
        display: flex;
        flex-direction: row;
    }
}














