/*
Plugin: jQuery Parallax
Version 1.1.3
Author: Ian Lunn
Twitter: @IanLunn
Author URL: http://www.ianlunn.co.uk/
Plugin URL: http://www.ianlunn.co.uk/plugins/jquery-parallax/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.
*/
@charset "utf-8";

/* CSS Document */
body {}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
  width: 100%;
}

h2 {}

/*
.enter {
	display:none;
}
*/
.story .float-left,
.story .float-right {
  width: 300px;
  position: relative;
  padding: 1em 2.5em 2em 3em;
  background-color: #3c1f01;
  background-color: rgba(20, 10, 0, .6);
  border-radius: .5em;
  color: #fff;
  float: left;
}

#intro .float-right {
  position: absolute;
  bottom: 2em;
  left: 2em;
}

#intro .float-right h2 {
  font-size: 2.2em;
  font-weight: normal;
}

#intro .float-right p {
  font-size: 1.7em;
}

.center {
  font-size: 2.5em;
  padding: 80px 0 0 0;
  text-align: center;
}

.story .eventlist {
  list-style-type: none;
  padding: 0;
  margin: -.5rem 0 2rem 0;
}

.story .eventlist a {
  padding: .3rem 0;
  margin: 0 0 .3rem 0;
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  border: 1px solid transparent;
}

.story .eventlist a:hover {
  border-bottom: 1px dotted #fff;
}

#nav {
  list-style: none;
  position: fixed;
  right: 2%;
  top: 14em;
}

#nav li {
  display: block;
  margin-bottom: .5em;
}

#nav li a {
  display: block;
}

#header,
#intro,
#second {
  width: 100%;
}

/*
#intro{
	background:url(../img/home/P1000614.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 240em;
	margin: 0 auto;
	padding: 0;
	background-size:100%;
}

*/
#b-home {
  background: url(../img/home/2018-3.jpg);
  background-color: #000;
  color: white;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.story {
  margin: 0;
  overflow: auto;
  width: 100%;
  padding: 0;
}

.story h2 {
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1.5;
}

.story p {
  font-size: 1.6em;
  line-height: 1.5;
}

/*
.story .float-left,
.story .float-right{
	padding: 2em 2%;
	position: relative;
	width: 96%;
}
*/
#intro .story {}

/* ************************* */
#nav {
  list-style: none;
  position: absolute;
  right: 47%;
  z-index: 10;
}

#nav li {
  background-image: url(../img/down.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 1em;
  padding: 0;
  margin: 0;
  width: 81px;
  height: 81px;
  display: block;
  text-indent: -9999px;
}

#nav li:hover {
  background-image: url(../img/down-hover.png);
}

#nav li#nav1 {
  background-image: url(../img/up.png);
}

#nav li#nav1:hover {
  background-image: url(../img/up-hover.png);
}

#nav a {
  -moz-transition: background .6s ease 0s, color .3s ease 0s;
  -webkit-transition: background .6s ease 0s, color .3s ease 0s;
  -o-transition: background .6s ease 0s, color .3s ease 0s;
  -ms-transition: background .6s ease 0s, color .3s ease 0s;
  transition: background .6s ease 0s, color .3s ease 0s;
}

#nav li a {
  width: 81px;
  height: 81px;
  display: block;
  padding: 0;
  margin: 0;
}

#nav li#nav1 {
  margin-top: 336em;
}

#nav li#nav2 {
  margin-top: 31em;
}

#nav li#nav3 {
  margin-top: 229em;
}

#nav li#nav4 {
  margin-top: 232em;
}

/* RESPONSIVE
________________________________________________________________________________________ */
@media only screen and (max-width: 1024px) {

  body,
  html {}

  #b-home {
    background-position: center center;
    background-size: cover;
  }

  #nav {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  body {
    min-width: inherit;
  }

  #nav {
    display: none;
  }

  .story {
    min-width: inherit;
  }

  .story .float-left,
  .story .float-right {
    width: 250px;
    padding: 1em 1.5em 1em 2em;
    background-color: rgba(20, 10, 0, .7);
    float: left !important;
  }

  #intro .float-right h2 {
    font-size: 1.8em;
    font-weight: normal;
  }

  #intro .float-right p {
    font-size: 1.6em;
  }

  #intro .float-right {
    bottom: 2em;
    left: inherit;
    left: 1em;
  }

  /* */
}

@media only screen and (max-height: 600px) {
  #intro .float-right {
    bottom: 2em;
    left: inherit;
    right: 1em;
  }

  /* */
}

/*
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
*/
@media only screen and (max-height: 599px) {

  body,
  html {
    position: inherit;
  }

  body {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-size: 100%;
  }

  #intro,
  #second,
  #third,
  #fifth {
    background-image: none !important;
    height: 0;
  }


  #intro .float-right {
    position: inherit;
    bottom: inherit;
    left: inherit;
    width: 90%;
    padding: 1em 3%;
    float: left;
    margin: 28em 2% 6em 2%;
  }



/* */
}

#photocredit {
  font-size: .95rem;
  font-weight: 400;
  color: #fff;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  opacity: .8;
}
