/*Sets padding for text items in side menu*/
#navbar li.link {
    padding-top: 18%;
    padding-bottom:18%;
}

/*Sets size of logo on main page*/
#seal {
   height:381px;
   width:387px;
}

/*Sets size, margins and position of link icons*/
.icon {
   height:75px;
   width:75px;
   left:7%;
   margin-top:-9%;
}