/*Index Rules*/
.index main{
    padding-bottom: 10%;
}

/*About Rules*/
.about img{
    max-width: 75%;
}

/*Gallery Rules*/
.gallery main{
    grid-template-areas: 
        "box1 box1" 
        "title1 title1" 
        "squirrel1 deer1" 
        "squirrel2 deer2" 
        "squirrel3 deer3" 
        "title2 title2"
        "robin finch"
        "humming1 humming2"
        "hawk bluejay" 
        "title3 title3"
        "reflection moon"
        "sunset sunset"
        "link link";
    padding-bottom: 50%;
}

.sunset{
    max-width: 50%;
}

/*Publication Rules*/
.publication main{
    padding-bottom: 5%;
}

/*Form Rules*/
.form main{
   padding-bottom: 5%;
}