/* === MEDIA QUERIES AND RESET === */

* {
	margin: 0px;
	padding: 0px;
	box-sizing:border-box;
}

html, body {
	height: 100%;
	background: #b5d1ff;
}

/* === MOBILE LAYOUT === */
/* Mobile first: will be inherited by all other layouts */

/* === LAYOUT === */

#wrapper {
  background: #b5d1ff;
	width: 100%;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

#contactform {
  background: #b5d1ff;
  width: 100%;
  height: 100%;
  margin: 0px auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

#indexwrapper {
  background: #b5d1ff;
	width: 100%;
	height: 80%;
	padding-top: 0px;
	padding-bottom: 0px;
}

#fullpage {
  padding-top: 34px;
  width: 76%;
  height: 100%;
  margin: 0px auto;
  background: #b5d1ff;
  font-family: verdana, sans-serif;
  font-size: 14px;
}

#fullpage p {
  padding: 0px;
  background: #b5d1ff;
  font-family: verdana, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

#fullpage p a:link {
  color:#000;
  text-decoration: underline;
}


#fullpage p a:visited {
  color: #000;
  text-decoration: none;
}

#fullpage p a:hover {
  text-decoration: underline;
}

#fullpage p a:active {
  color: #fff;
}

#page {
  padding-left: 10%;
  padding-right: 10%;
  height: 96%;
  background: #b5d1ff;
  margin-top: 60px;  
  font-family: verdana, sans-serif;
  font-size: 14px;
  line-height: 22px;  
}

#page p {
  padding: 0px;
  background: #b5d1ff;
  font-family: verdana, sans-serif;
  font-size: 10px;
  line-height: 22px;
}

#page p.wrong {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  line-height: 12px; 
  margin: 5px;
  background: #cc0000;
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  margin: 0px;
  width: 70%;
  padding: 5px;

}

#page ul, li {
  padding-left: 20px;
  font-family: verdana, sans-serif;
  font-size: 14px;
  line-height: 22px;  
}

#page h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 12px; 
  margin: 5px;
  background: #cc0000;
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  margin: 0px;
  width: 70%;
  padding: 5px;
}

#page h3 a:link {
  color:#000;
  text-decoration: none;
}

#page h3 a:visited {
  color: #000;
  text-decoration: none;
}

#page h3 a:hover {
  text-decoration: underline;
}

#page h3 a:active {
  color: #fff;
}

#page h6 {
  font-family: 'Verdana', sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 10px; 
  display: inline-block;
  margin: 5px;
}

#page h6 a:link {
  color: #000;
  text-decoration: none;
}

#page h6 a:visited {
  color: #000;
  text-decoration: none;
}

#page h6 a:hover {
  color: #cc6600;
  text-decoration: underline;
}

#page h6 a:active {
  color: #000;
}

#formwrapper {
	margin: 0px auto;
  	width: 100%;
  	padding: 20px;
  	height: 90%;
}

#indexbar {
	z-index: +1;
	background: #06214f;
	color: #fff;
	padding: 10px;
  position: fixed;
  height: 34px;
	width: 100%;
	left: 0;
	top: 0;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	}

#indexbar a:link {
	color: #FFE8A3;
	text-decoration: none;
}

#indexbar a:visited {
	color: #E5B82E;
	text-decoration: none;
}

#indexbar a:hover {
	color: #fff;
	text-decoration: underline;

}

#indexbar a:active {
	color: #000;
}

#bar {
	z-index: +1;
	background: #06214f;
	color: #fff;
	padding: 10px;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	text-align: left;
	}

#bar p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#bar a:link {
  color: #FFE8A3;
  text-decoration: none;
}

#bar a:visited {
  color: #E5B82E;
  text-decoration: none;
}

#bar a:hover {
  color: #fff;
  text-decoration: underline;

}

#bar a:active {
  color: #000;
}

#mainmenu {
  margin: 0px auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  background: #b5d1ff;
}

#mainmenu p {
  font-family: 'verdana', sans-serif;
  font-size: 14px;
  line-height: 20px; 
  margin: 5px;
  /*margin-bottom: 15px;*/
}

#mainmenu h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  line-height: 24px; 
  display: inline-block;
  padding-top: 30px;
  margin: 5px 5px 15px 5px;
}

/* === MAIN SITE - INDEX NAV === */

#fullpage nav {
  padding: 0px;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center; 
  line-height: 76px;
  margin-left: 4px;
  }

#fullpage nav a {
  font-family: Oswald, sans-serif;
  font-size: 24px;
  margin-right: 3px;
  padding: 12px;
  background: #06214f;
  border-style: solid;
  border-width: 1px;
  border-color: #06214f;
}

#fullpage nav a:link {
  color: #fff;
  text-decoration: none;
}

#fullpage nav a:visited {
  color: #fff;
  text-decoration: none;
}

#fullpage nav a:hover {
  color: #06214f;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background: #fff;
}

#fullpage nav a:active {
  color: #000;
}

#fullpage footer, footer p {
  color: #000;
  background: #b5d1ff;
  font-family: verdana, sans-serif;
  font-size: 10px;
  text-align: center;
}

/* === NAV === */

nav {
  padding: 0px;
  width: 100%;
  left: 0;
  top: 0;
  text-align: left; 
  line-height: 76px;
  margin-left: 4px;
  }

nav a {
  font-family: Oswald, sans-serif;
  font-size: 24px;
  margin-right: 3px;
  padding: 12px;
  background: #06214f;
  border-style: solid;
  border-width: 1px;
  border-color: #06214f;
}

nav a:link {
  color: #fff;
  text-decoration: none;
}

nav a:visited {
  color: #fff;
  text-decoration: none;
}

nav a:hover {
  color: #06214f;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background: #fff;
}

nav a:active {
  color: #000;
}

/* === MOBILE MENU === */

.mobilemenu-index {
  position: fixed;
  top: -2px;
  right: 10px;
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  z-index: 1;
}

.mobilemenu {
	position: fixed;
	top: 13px;
	right: 10px;
	font-weight: bold;
	color: #fff;
	font-size: 30px;
	z-index: 1;
}

/* Mobile menu */
	/* The Overlay (background) */
	.overlay {
	    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
	    height: 100%;
	    width: 0;
	    position: fixed; /* Stay in place */
	    z-index: 2; /* Sit on top */
	    left: 0;
	    top: 0;
	    background-color: rgb(205,221,238); /* Black fallback color */
	    background-color: rgba(205,221,238, 0.9); /* Black w/opacity */
	    overflow-x: hidden; /* Disable horizontal scroll */
	    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
	}

	/* Position the content inside the overlay */
	.overlay-content {
	    position: relative;
	    top: 5%; /* 5% from the top */
	    width: 100%; /* 100% width */
	    text-align: center; /* Centered text/links */
	    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
	}

	/* The navigation links inside the overlay */
	.overlay a {
		margin-left: 17%;
		margin-right: 17%;
		margin-bottom: 25px;
	    padding: 6px;
	    text-decoration: none;
	    font-size: 32px;
	    line-height: 40px;
	    background-color: #06214f;
	    color: #fff;
	    font-family: 'Oswald', sans-serif;
	    display: block; /* Display block instead of inline */
	    transition: 0.3s; /* Transition effects on hover (color) */
	}

	/* When you mouse over the navigation links, change their color */
	.overlay a:hover, .overlay a:focus {
	    color: #f1f1f1;
	}

	/* Position the close button (top right corner) */
	.overlay .closebtn {
	    position: absolute;
	    top: -10px;
	    right: -65px;
	    font-size: 60px;
	    z-index: 10;
	}

	/* When the height of the screen is less than 450 pixels,
	change the font-size of the links and position the close button
	again, so they don't overlap */
	@media screen and (max-height: 450px) {
	    .overlay a {font-size: 20px}
	    .overlay .closebtn {
	        font-size: 40px;
	        top: 15px;
	        right: 35px;
	    }
	}


/* === LEADERBOARDS === */

/* === GREEN LEADERBOARD === */

table.green {
  font-family: 'verdana', sans-serif;
  font-size: 14px;
  line-height: 30px; 
  margin: 5px;
  border: 2px solid #006600;
  text-align: center;
  vertical-align: middle;
}

th.green {
  font-size: 14px;
  color: #ffffff;
  background: #006600;
  border: 5px solid #006600;
}

tr.green {
  background: #aaffaa;
  border: 5px solid #006600;
}

td.green {
  background: #aaffaa;
  border: 1px solid #006600;
}

/* === BLUE LEADERBOARD === */

table.blue {
  font-family: 'verdana', sans-serif;
  font-size: 14px;
  line-height: 30px; 
  margin: 5px;
  border: 2px solid #000066;
  text-align: center;
  vertical-align: middle;
}

th.blue {
  font-size: 14px;
  color: #ffffff;
  background: #000066;
  border: 5px solid #000066;
}

tr.blue {
  background: #aaaaff;
  border: 5px solid #000066;
}

td.blue {
  background: #aaaaff;
  border: 1px solid #000066;
}

/* === FONTS === */

h1 {

  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  line-height: 48px; 
  margin: 5px;
  margin-top: 15px;
  padding-bottom: 15px;

}

h3 {

  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  line-height: 24px; 
  display: inline-block;
  padding-top: 10px;
  margin: 5px 5px 15px 5px;

}

/* === QUESTION WRAPPERS === */

#questionwrapper {
  margin: 0px auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 5px;
  background: #b5d1ff;
}

#questionwrapper p {
  font-family: 'verdana', sans-serif;
  font-size: 14px;
  line-height: 18px; 
  margin: 5px;
  margin-top: 0px;
  padding-top: 5px;
  /*margin-bottom: 5px;*/
}

#questionwrapper a.opal {
  font-family: 'verdana', sans-serif;
  font-size: 14px;
  line-height: 18px; 
  margin: 5px;
  margin-top: 0px;
  padding: 5px;
  /*border: 3px;
  border-style: dotted;
  border-color: #f2a807;*/
  color: #fff;
  background: #06214f;
  text-decoration: underline;

}

#questioncorrect {
  background: #aaffaa;
  font-family: 'verdana', sans-serif;
  font-size: 14px;
  line-height: 20px; 
  margin: 0px auto;
  width: 100%;
  padding: 20px;
  }

#questioncorrect p, em {
  font-family: 'verdana', sans-serif;
  font-size: 14px;
  line-height: 18px; 
  }

#questioncorrect h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  color: #006600;
  line-height: 24px; 
  display: inline-block;
  padding-top: 0px;
  margin: 5px 5px 5px 5px;
  }

#questioncorrectintro {
  background: #aaffaa;
  font-family: 'verdana', sans-serif;
  font-size: 14px;
  line-height: 18px; 
  margin: 0px auto;
  width: 100%;
  padding: 20px;
  }

#questioncorrectintro p, em {
  font-family: 'verdana', sans-serif;
  font-size: 14px;
  line-height: 18px; 
  }

#questioncorrectintro h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  color: #006600;
  line-height: 24px; 
  display: inline-block;
  padding-top: 0px;  
  margin: 5px 5px 5px 5px;
  }

#questionincorrect {
  background: #ff9999;
  font-family: 'verdana', sans-serif;
  font-size: 14px;
  line-height: 20px; 
  margin: 0px auto;
  width: 100%;
  padding: 20px;
  }

#questionincorrect p, em {
  font-family: 'verdana', sans-serif;
  font-size: 14px;
  line-height: 20px; 
  }

#questionincorrect h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  color: #660000;
  line-height: 24px; 
  display: inline-block;
  padding-top: 0px;  
  margin: 5px 5px 5px 5px;
  }

#questionincorrectintro {
  background: #ff9999;
  font-family: 'verdana', sans-serif;
  font-size: 14px;
  line-height: 20px; 
  margin: 0px auto;
  width: 100%;
  padding: 20px;
  }

#questionincorrectintro p, em {
  font-family: 'verdana', sans-serif;
  font-size: 14px;
  line-height: 20px; 
  }

#questionincorrectintro h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  color: #660000;
  line-height: 24px; 
  display: inline-block;
  padding-top: 0px;  
  margin: 5px 5px 5px 5px;
  }

/* === BUTTON STYLING === */

input[type=text], input[type=email], input[type=password], input[type=password] {
  width: 70%;
  padding: 10px;
  margin: 0px;
  display: block;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 4px;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  background: #06214f;
  transition: all .3s;
}

input[type=button] {
  width: 20%;
  padding: 10px;
  margin: 0px;
  display: inline-block;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 4px;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  background: #06214f;
  transition: all .3s;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus {
  background: #06214f;
  color: #fff;
  outline: none;
  border-bottom: 2px solid #fff;
}

input[type=submit], input[type=reset] {
  width: 40%;
  background: #06214f;
  color: #fff;
  padding: 10px;
  margin: 14px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  box-shadow: 1px 1px 15px #000;
  outline: none;
  text-align: center;
  transition: all .3s;
}

input[type=submit]:hover, input[type=reset]:hover {
  background: #06214f;
  color: #fff;
}

/* === FOOTER === */

footer, footer p {
  color: #000;
  background: #b5d1ff;
  font-family: verdana, sans-serif;
  text-align: center;
}

/* FISH/FORAGE COLOURS */


#gotfishfood {
  background: #aaffaa;
  font-family: 'verdana', sans-serif;
  font-size: 14px;
  line-height: 18px; 
  margin: 0px auto;
  width: 100%;
  padding: 20px;
  }

#gotfishfood p, em {
  font-family: 'verdana', sans-serif;
  font-size: 14px;
  line-height: 18px; 
  }

#gotfishfood h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  color: #006600;
  line-height: 24px; 
  display: inline-block;
  margin: 5px 50px 5px 5px;
  }

#nofishfood {
  background: #ff9999;
  font-family: 'verdana', sans-serif;
  font-size: 14px;
  line-height: 20px; 
  margin: 0px auto;
  width: 100%;
  padding: 20px;
  }

#nofishfood p, em {
  font-family: 'verdana', sans-serif;
  font-size: 14px;
  line-height: 20px; 
  }

#nofishfood h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  color: #660000;
  line-height: 24px; 
  display: inline-block;
  margin: 5px 50px 5px 5px;
  }

/* END FISH/FORAGE COLOURS */

/* === TABLET LAYOUT === */
/* 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

	/* Position the close button (top right corner) */
	.overlay .closebtn {
	    position: absolute;
	    top: -10px;
	    right: -130px;
	    font-size: 60px;
	    z-index: 10;
	}

}

/* === DESKTOP LAYOUT === */
/* Desktop Layout: 769px to a max of 1200px. Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

	#wrapper {
    background: #b5d1ff;
		width: 50%;
		height: 100%;
    padding-top: 0px;
		display: block;
  	margin-left: auto;
  	margin-right: auto;
	}

	#formwrapper {
		margin: 0px auto;
	  width: 100%;
	  padding: 20px;
	  background: #b5d1ff;
	}

	#bar {
		z-index: +1;
		background: #06214f;
		color: #fff;
		padding: 10px;
		width: 100%;
		top: 0;
		text-align: left;
		display: block;
  	margin-left: auto;
  	margin-right: auto;
  	position: relative;
	}

	h3 {

	  font-family: 'Oswald', sans-serif;
	  font-size: 28px;
	  line-height: 24px; 
	  display: inline-block;
	  margin: -12px 5px 15px 5px;

	}

  #mainmenu {
    margin: 0px auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    background: #b5d1ff;
  }

	#mainmenu h3 {
	  font-family: 'Oswald', sans-serif;
	  font-size: 28px;
	  line-height: 24px; 
	  display: inline-block;
	  padding-top: 10px;
	  margin: 5px 5px 15px 5px;
	}

  #questionwrapper {
    margin: 0px auto;
    width: 100%;
    height: 100%;
    padding: 0px;
    background: #b5d1ff;
  }

  #question-ask {
    margin: 0px auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #b5d1ff;
  }

.mobilemenu-index, .mobilelogo, .mobilenav, .mobilemenu, .overlay-content, #mobilenav {
		display: none;
	}

}