
body{
	background-color: #121212;
	color: #fff;
	font-family: 'Lato', sans-serif;
}

body::after {
  content: "";
  background-image: url(sundial.png);
  background-repeat: no-repeat; 
  background-position: center left 20%;
  background-size: contain;
  opacity: 0.1;
  top: 40px;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

header {
	padding: 40px 0px 40px 0px;
}

header .title {
	border-bottom: 1px solid #fff;
	padding-bottom: 18px;
}

header .title h1{
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 4px;
}

header .title h1 span{
 display: block;
 font-size: 24px; 
 text-transform: capitalize;
}

header .title .english{
	padding-right: 120px;
	background-image: url(small-symbol.png);
	background-repeat: no-repeat; 
	background-position: center right 30px;
	background-size: 42px; 
}

header .title .irish{
	padding-left: 10px; 
}

header h1 span{
	font-weight: 300;
}

/*NAVIGATION*/

.main nav ul li {
	
	border-bottom: 1px solid #333;
}

.main nav ul li:hover{
	border-bottom: 1px solid #fff;
}


.main nav ul li a{
	color: #fff;
	font-size: 18px; 
	text-decoration: none;
	display: block;
	padding: 20px 20px 20px 36px;
	background-image: url(small-symbol.png);
	background-size: 22px; 
	background-position: center left;
	background-repeat: no-repeat;
	
}

.main nav ul li a span{
	display: inline-block;
	padding-left: 10px; 
	margin-left: 10px;
	border-left: 1px solid #fff;
	
}

/*! responsive-nav.js 1.0.39 by @viljamis */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.nav-toggle{
	display: block;
	width: 40px; 
	height: 25px; 
	margin-bottom: 20px;
	background-image: url(burger-menu.png);
	background-size: contain; 
	background-repeat: no-repeat; 
	background-position: center center;
	float: right;
}

/*TIMELINE*/

.embed-container {
    height: 0;
    width: 100%;
    padding-bottom: 75.25%;
    overflow: hidden;
    position: relative;
}
			
.embed-container object {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*MAP*/
.map {
    min-height: 267px; 
    width: 100%;
    padding-bottom: 75.25%;
    overflow: hidden;
    position: relative;
}
			
.map img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
	
/*SPONSORS*/

.sponsor img {
   min-width: 100%;
   max-width: 100%;
}

.sponsors{
	padding: 20px;
	background-color: rgba(0,0,0,0.7);
}

.sponsors img{
	width: 200px; 
	margin-bottom: 20px; 
	
}

.sponsors h3{
	margin-top: 8px; 
	margin-bottom: 30px; 
}

.sponsors a{
	color: #fff;
}

/*ABOUT*/

.about{
	padding: 20px;
	background-color: rgba(0,0,0,0.7);
	min-height: 267px;
}


/*FOOOTER*/

.copyright{
	margin-top: 40px;
	border-top: 1px solid #fff;
	padding: 30px 0px 30px 0px; 
	background-image: url(small-symbol.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 40px; 
}

.copyright h4{
	font-weight: 300;
	margin-bottom: 4px;
	margin-top: 4px; 
	font-size: 14px; 
}

.copyright span{
	font-weight: 400;
}

/*MEDIA QUERIES*/

@media screen and (min-width: 62em) {
 
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
 
}

@media screen and (max-width: 62em) {
	
	header {
		padding: 40px 0px 20px 0px;
	}
	
	header .title h1{
		font-size: 24px;
    }
	
}

@media screen and (max-width: 40em) {
	 .copyright h4{
		font-size: 12px;
		padding-right: 60px; 
	 }
}



