*{
    padding: 0px;
    margin: 0px;
}

html{
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #E5C7AF;
}

header#masthead{
    background-color: #FDF1E1;
    height: 100px;
    padding-top: 10px;
    padding-left: 10px;
    border-bottom: 5px #7400B3 solid;
    /*margin-bottom: 20px;*/
}

header#masthead img#mastheadImg{
    height: 90%;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

header#masthead div#mastheadText{
    float: left;
    margin-top: 10px;
}

header#masthead div#mastheadText h1{
    font-family: 'Lobster', cursive;
}

main{
    padding: 20px;
}

main div.hdg{
   margin-bottom: 20px;
   width: 600px;
}

main div.hdg img{
    float: left;
    width: 50px;
    border: 1px gray solid;
    border-radius: 50%;
    background-color: white;
    margin-right: 10px;
    /*margin-top: -10px;*/
}

div.appIcon{
    height: 75px;
    width: 75px;
    border-radius: 50%;
    border: 2px solid brown;
    background-color: white;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 70px;
}

div.appIcon img{
    width: 95%;
    margin: auto;
    text-align:center;
    display: block;
    margin-top: 5px;
}

div.appIcon h4{
    margin-top: 15px;
    font-size: .8em;
    text-align: center;
}

div#collection{
    margin-top: 20px;
}

div#collection div.appIcon{
    float: left;
    margin-right: 20px;
}

/*--- restoration styles for generic tags ---*/

p, h3{
    margin-top: 10px;
    margin-bottom: 10px;
}

ul, ol{
    margin-top: 20px;
    margin-left: 50px;
}

ul li, ol li{
    margin-bottom: 5px;
}