body {
 background-color: #001;
 color: white;
 font-family: sans-serif;
}
#main {
 width: 80%;
 float: center;
 margin: auto;
}
#logo {
 float: left;
 width: 20%;
}
#navigation {
 text-align: right;
 float: right;
 width: 80%;
}
.irish {
 font-weight: bold;
 background-image: linear-gradient(to right, #217821, #ffffff, #ff6600);
 color: transparent;
 background-clip: text;
 display: inline-block;
}
#pagetitle {
 color-sheme: light;
 float: center;
 text-align: center;
 font-size: 2.5em
}
#pagetitle img {
 width: 30%;
}
#content {
 margin-top: 1.5em;
 margin-bottom: 3.5em;
}
#topbar {
 float: center;
 background-color: #001;
 position: fixed;
 top: 0;
 width: inherit;
}
#topbar img {
 max-height:1em;
}
#bottombar {
 float: center;
 background-color: #001;
 text-align: center;
 font-size: 3em;
 position: fixed;
 bottom: 0;
 width: inherit;
}
a:link {
 color: #217821;
}
a:visited {
 color: #f60;
}
a:hover {
 color: #fff;
}
#home {
 text-align: center;
}
#logo a {
 text-decoration: none;
}
