body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
	margin: 0; padding: 0; border: 0;
}

body {
	
background: url("../images/moher.jpg") no-repeat center center fixed;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size: cover;
}


.jumbotron {
	margin-top: 700px;
	padding: 20px;
  
}

@font-face{
    font-family: "CelticHand";
    src: url("../fonts/CelticHand.ttf");
}

.header {
  text-align: center;
  
  padding: 4rem; }
  .header .main-header {
    color: #FFFFFF;
    font-family: "CelticHand";
    font-size: 100px;
 }

.header-subnav {
  float: none;
  position: relative;
  top: 4rem;
  text-align: center;
  margin-bottom: 0; }
  .header-subnav li {
    float: none;
    display: inline-block; }
    .header-subnav li a {
      padding: 0.9rem 1rem 0.75rem;
      font-size: 0.875rem;
      color: #fff;
      text-transform: uppercase;
      display: block;
      font-weight: bold;
      letter-spacing: 1px; }
      .header-subnav li a.is-active {
        background: rgba(250, 250, 250, 0.7);
        color: #333; }
      .header-subnav li a:hover {
        background: rgba(250, 250, 250, 0.7);
        color: #333;
        transition: all .25s ease-in-out; }

/*html {
	background-image: url("../images/cliffs.jpg");
	background-repeat: no-repeat;
	background-size: 1280px 850px;
	background-size: cover;
    background-attachment: fixed;
	background-position: left; 
}*/

#nav {
    
	width: 820px;
	margin: 0 auto;
	margin-top: -20px;
	padding-top: 20px;
    text-align: center;
}

ul#navigation {
	margin: 0px auto;
	padding: 0;
	position: relative;
	float: left;
	border-left: 1px solid #c4dbe7;
	border-right: 1px solid #c4dbe7;
}

ul#navigation li {
	display: inline;
	font-size: 16px;
	font-family: 'Raleway', serif;
    font-weight: bold;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	border-top: 1px solid #c4dbe7;
	border-bottom: 1px solid #c4dbe7;
}

ul#navigation li a {
	padding: 10px 25px;
	color: #616161;
	text-shadow: 1px 1px 0px #fff;
	text-decoration: none;
	display: inline-block;
	border-right: 1px solid #fff;
	border-left: 1px solid #C2C2C2;
	border-top: 1px solid #fff;
	background: #f4f4f4;
	
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}

ul#navigation li a:hover {
	background: #f8f8f8;
	color: #282828;
}

ul#navigation li:hover > a {
	background: #fff;
}

ul#navigation li:hover > ul {
	visibility: visible;
	opacity: 1;
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	visibility: hidden;
	position: absolute;
	z-index: 99999;
	width: 180px;
	background: #f8f8f8;
	box-shadow: 1px 1px 3px #ccc;
	opacity: 0;
	
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 	
}

ul#navigation ul {
	top: 43px;
	left: 1px;
}

ul#navigation ul li ul {
	top: 0;
	left: 181px;
}

ul#navigation ul li {
	clear: both;
	width: 100%;
	border: 0 none;
	border-bottom: 1px solid #c9c9c9;
}

ul#navigation ul li a {
	background: none;
	padding: 7px 15px;
	color: #616161;
	text-shadow: 1px 1px 0px #fff;
	text-decoration: none;
	display: inline-block;
	border: 0 none;
	float: left;
	clear: both;
	width: 150px;
}

ul#navigation li a.first {
	border-left: 0 none;
}

ul#navigation li a.last {
	border-right: 0 none;
}

#crest1 {
	float: left;
  
    position: absolute;
}

footer 
{
    background: #FFA500;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    clear:both;
    float: left;
    font-size: 1.0em;
	font-family: 'Arvo', serif;
	font-family: 'Raleway', serif;
	font-weight: normal; 
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
}

/*h1 
{
    background: #009933;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    text-align: center;
    margin-left: 200px;
    padding-top: 10px;
    width: 100%;
}*/

ul.margin 
{ 
	margin-left: 100px; 
}

#intro {
    color: #ffffff;
    font-size: 20px;
    font-family: 'Raleway', serif;
    font-weight: normal;
    padding-left: 300px;
    padding-right: 200px;
}

#leftbar {
    line-height: 0px;
    background-color: #FFFFFF;
    height: 815px;
    width: 200px;
    float: left;
    position: absolute;
}