
body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

p {
  font-size: 16px;
}

a {
  color: #173978;
}


h2 {
  font-size: 24px;
  color: #006600;
}

h3 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  color: #006600;
}

h4 {
  font-size: 20px;
  padding-top: 0;
  margin: 0 0 10px 0;
}

h6 {
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #fff;
}

hr {
  border: 2px solid #006600;
}

.pageContainer {
  position: relative;
  min-height: 100vh;
}

.contentWrap {
  padding-bottom: 200px;    /* Footer height */
  margin: auto;
  width: 100%;
}



.indexPicture {
  background-image: url('images/park.jpg');
  width: 100vw;
  height: calc(100vh - 40px);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 4;
  position: relative;
  overflow: hidden;
}

.headerPicture {
  width: 100vw;
  height: 200px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 4;
  position: relative;
  overflow: hidden;
}

.pictureMinusHeader {
  height: calc(100vh - 240px);
  display: flex;
}

.scrollDown {
  position: absolute;
  margin-left:auto;
  margin-right:auto;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.75);
  border: 2px solid #fff;
  width:48px;
  height:48px;
  border-radius: 50%;
  background-image: url("images/arrowdown.svg");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center 55%;
  text-align: center;
  bottom:20px;
  transform: translate(0, -50%);
  animation: jump 5s infinite;
}

@keyframes jump {
    0% { transform: translate(0, -50%) }
    70% { transform: translate(0, -100%) }
    100% { transform: translate(0, -50%) }
}

 .calendarSticker {
  position: relative;
  width: calc((100vh / 2)*0.74);
  height: calc(100vh / 2);
  background-image: url("images/00-front-cover-homepage.png");
  background-size: 100%;
   border: 3px solid #fff;
  margin: auto;
  left:-15%;
  overflow: hidden;
}

.stickerLink {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.homepageEventsImage {
  position: relative;
  width: calc((100vh / 2)*0.61);
  height: calc(90vh / 2);
  background-image: url("images/wensleydale-whey-homepage.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: 5px solid #fff;
  margin: auto;
  left:-15%;
  overflow: hidden;
}


.header {
  margin: auto;
  width: 100%;
  z-index: 7;
  background: rgb(0,0,0, 0.75);
}

.indexLogo {
  height:140px;
}

.cwcLogoWhite {
  margin-left:100px;
  height:45px;
}

.wtclogo {
  height:60px;
}

.header2 {
  margin: auto;
  width: 100%;
  z-index: 7;
  background: #fff;
}

.headerContent {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wtccrest {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  font-size: 12px;
  text-align: center;
  margin-left: 100px;
}

.blueBar {
  width: 100%;
  background-color: #006600;
  height: 4px;
}

.address {
  margin: 0 0 20px 0;
}

.address p {
  padding: 0;
  margin: 0;
}

.mailingList {
  float:right;
  width:400px;
  border: 2px solid #dedede;
  padding: 10px;
  border-radius: 5px;
}

.formEntry {
  width: calc(100% - 20px);
  padding: 8px 8px;
  margin: 8px 0;
  border: 2px solid #dedede;
  border-radius: 4px;
}

.button {
  border: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
  outline: none;
  font-size: 16px;
  padding: 5px 10px 5px 10px;
  margin: 10px 0 0 0;
  border: 2px solid #dedede;
  border-radius: 5px;
  background-color: #f4f4f4;
  color: #000;
}





/* NAV */
.nav {
  background: #fff;
  position: relative;
	height: 40px;
  display: flex;
  justify-content: center;
}

.nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}

.nav ul li {
	display: block;
	float: left;
	margin: 0;
}

.nav ul li a {
	display: block;
	float: left;
	color: #000;
	text-decoration: none;
	padding: 0px 20px 0 20px;
	height: 40px;
  font-size: 16px;
  display: flex;
  align-items: center;
}


#currentTop a {
   color: #fff;
   background: #006600;
}

.nav ul li a:hover {
	color: #fff;
	background: #006600;
}

.mobilenav {
  display:none;
}




.content {
  width: 800px;
  margin: auto;
  line-height: 1.6em;
}

.fullHeightContainer {
  height: calc(100vh - 40px);
}

.footer {
  background-color: rgba(0,0,0,0.07);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 180px;
  text-align: center;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.footer p {
  font-size: 12px;
  margin: 20px 0 0 0;
  padding: 0;
}

.logos {
  display: flex;
  justify-content: center;
}

.youtube {
   width: 800px;
   height: 450px;
}

.mapouter {
  width: 800px;
  height: 500px;
  margin: 100px 0 0 0;
}

.councilLogos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
}

.floatRight {
  float:right;
  width:400px;
  margin-left:20px;
}

.mobileCalendarBanner {
  display: none;
}





@media screen and (max-width: 1024px) {

  .header {
    margin: auto;
    width: 100%;
    z-index: 7;
    background: rgb(0,0,0, 0.75);
  }

  .headerContent {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
  }

  .councilLogos {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-flow: row;
  }

  .indexLogo {
    width:80vw;
    height:auto;
  }

  .cwcLogoWhite {
    margin-left:0;
    margin-right: 30px;
    height:30px;
  }

  .wtccrest {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    font-size: 12px;
    text-align: center;
    margin-left: 0;
  }

  .wtclogo {
    height:40px;
    margin-bottom: 20px;
  }

  .content{
    width: calc(100% - 20px);
    padding: 10px;
  }

  .youtube{
    width: 100%;
    height: calc(100% * 0.5625);
  }

  .mailingList {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 20px;
  }

  .mapouter {
    width: 100%;
    height: calc(100% * 0.625);
  }

  .floatRight {
    float:right;
    width:100%;
    margin-left:20px;
  }



  .indexPicture {
    background-image: url('images/parkindexmobile.jpg');
    width: 100vw;
    height: 60vh;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 4;
    position: relative;
    overflow: hidden;
  }

  .headerPicture {
    width: 100vw;
    height: 160px;
  }

  .pictureMinusHeader {
    display: none;
  }

  .scrollDown {
    display: none;
  }

  .mobileSpacer {
    width:20px;
  }

  .mobileCalendarBanner {
    display: flex;
    align-items: center;
    height: 60px;
    background-color: #ffba08;
    text-align: center;
  }

  .mobileCalendarBanner a {
    text-decoration: none;
    color: #000;
  }


  .nav {
    display:none;
  }

  /* mobile nav */
  .mobilenav {
    overflow: hidden;
    background-color: rgba(0,0,0,0.07);
    position: relative;
    display: block;
  }

  .mobilenav #currentTopMobile {
    background-color: #006600;
    color: #fff;
  }

  .mobilenav #myLinks {
    display: none;
  }

  .mobilenav a {
    color: #000;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    align-items: center;
    display: flex;
  }






}









/*  */
