@charset "utf-8";
/* CSS Document */
/*===  $$ @font-face // Google fonts  ====*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,100italic,300italic,400italic,500,500italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);

/*==========  $$Etiquetas  ==========*/
html {
	font-size: 16px;
	/*background-color: #C9CDD1;*/
	background-color: #c0352d;
}

body {
	font-size: 1em;
	/*Fallback*/
	font-size: 1rem;
	font-family: 'Roboto', sans-serif;
}

main {
	display: block;
	width: auto;
	height: auto;
	min-height: 100%;
	padding-bottom: 5em;
	background-image: url('img/carousel/2020/gallery-3.jpg');
}

main:after {
	width: 100%;
	height: 5em;
	display: block;
	clear: both;
	overflow: hidden;
}

.logo {
	text-align: center;
}

h1 {
	color: #EED1A1;
	font-size: 48px;
	font-family: Georgia, Times, Times New Roman, serif;
	font-weight: 700;
}

h2 {
	color: #EED1A1;
	font-family: Georgia, Times, Times New Roman, serif;
}

h3 {
	color: #EED1A1;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;

}

h4 {
	color: #EED1A1;
	font-size: 18px;
	padding: 1em;
	max-width: 50%;
	font-weight: 300;
	font-family: Arial, Helvetica, sans-serif;
}

h5 {}

h6 {}

p {
	padding-top: 1em;
	font-size: 18px;
	line-height: 1.5em;
	color: #EED1A1;
	font-weight: 300;
	font-family: Arial, Helvetica, sans-serif;
}

li {
	color: #EED1A1;
}

ul {
	color: #EED1A1;
}

i {}

b {}

strong {
	font-weight: bold;
}

em {}

small {
	font-size: 80%;
}

big {
	font-size: 120%;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

p>a {
	text-decoration: underline;
	color: #EED1A1;
}

p>strong>a {
	text-decoration: underline;
	color: #EED1A1;
}

a {}

a:link {
	/*text-decoration:underline;*/
}

a:hover {
	/*text-decoration:underline;*/
}

a:active {}

a:visited {}

a:visited:hover {}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

aside {
	overflow: hidden;
	display: block;
}

/*==========  $$Wrapper  ==========*/
.wrapper {
	/*Mantener la relación de con la altura del Footer*/
	padding-bottom: -5em;
	/*background-color: #28325B;*/
	/*background-color: #c0352d;*/
}

.wrapper:after {
	height: 5em;
}

/*=========  $$Form  =========*/
input:required:focus:invalid {
	background-color: red;
	border: 1px solid black;
}

input:required:focus:valid {
	background-color: green;
	border: 1px solid black;
}


.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.space {
	height: 1em;
	clear: both;
	background-color: rgba(181, 128, 86, .1);
}

.space-wh {
	height: 1em;
	clear: both;
	background-color: rgba(255, 255, 255, 0);
}

.img-responsive {
	width: 100%;
	height: auto;
}

.invisible {
	visibility: hidden;
}

.not-desktop {
	display: none;
}

.only-desktop {
	display: block;
}

.only-tablet,
.only-mobile {
	display: none;
}

.fullheight {
	width: 100%;
	height: 450px;
}

#go-top {
	display: none;
	text-align: right;
	right: 1em;
	position: fixed;
	bottom: 4em;
}

#go-top a {
	display: inline-block;
	width: 5em;
	color: white;
	padding: 1em;
	font-size: 0.8em;
	background: grey;
}

#go-top a:hover {
	background: #0d091a;
}

/*=========  $$Layout  ========*/
/*=========  $$Header  ========*/
header {
	/*background-image: url(../img/dodo.svg);*/
	background-repeat: no-repeat;
	background-position: 80% 110%;
	padding: 1em 0;
	background-attachment: local;
	height: 170px;
	margin-top: 15px;
}

.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;
	background-color: #c0352d;
	box-shadow: 0 2px 2px -2px rgba(0,0,0,.2);
}

.dino-header {
	overflow: visible;
}

/*=========  $$Menu  ========*/
nav {
	/*background-color: #28325B;*/
	/*padding:1em 0; position:fixed; top:0;*/
	z-index: 1;
}

nav li {
	float: left;
	padding: 1em 1em;
	color: #FFF;
	font-size: 20px;
	font-weight: 100;
}

nav li:hover {
	color: #c0352d;
	background-color: #EED1A1;
	transition: all 0.5s ease-in;
}

nav li.spacer {
	float: left;
	padding: 1em 0.1em;
}

nav a#btn-menu {
	display: none;
}

nav .btns {
	/*	border: 1px solid #000;*/
}

.nav-contenedor {
	max-width: 60em;
	display: block;
	clear: both;
	text-align: right;
	overflow: hidden;
}

.nav-menu {
	color: #FFFFFF;
}

.nav-menu:hover {
	color: #EED1A1;
}

a.nav-menu:hover {
	color: #EED1A1 !important;
	background-color: #CFD2D5;
}

.active {
	color: #EED1A1 !important;
	background-color: #CFD2D5;
}


.slider {
	background-color: #FFF;
}

#intro {
	padding: 2em;
}

#aboutus {
	padding: 3em 2em 2em;
	/*background-image: url(../img/whale-big.png);*/
	background-repeat: no-repeat;
	background-position: 30% 0%;
}

#aboutus .logo-in {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	min-height: 300px;
	margin-top: 15%;
}

#venue {
	/*background-color: #FFF;*/
	padding: 3em 2em 2em;
}

.nhmlogo {
	padding-top: 6em;
}

#venue ul li {
	color: #EED1A1;
	font-weight: 300;
	padding: 1em 0;
	font-size: 18px;
	list-style: url(../img/dash.png);
}

p.calendar {
	min-height: 70px;
}

p.calendar>a {
	text-decoration: none;
}

span.calendar-event {
	border: solid 3px #EED1A1;
	padding: 1em 1.5em;
}

span.calendar-event:hover {
	background-color: #CFD2D5;
}

#contact {
	padding: 3em 2em 2em;
	/*background-image: url(../img/whale-big2.png);*/
	background-repeat: no-repeat;
	background-position: 0% 10%;
	background-size: 100%;
}

#gallery {
	padding: 2em;
	/*background-image: url(../img/whale-big.png);*/
	background-repeat: no-repeat;
	background-position: 100% 80%;
	background-size: 120%;
}

#results {
	padding: 2em;
	/*background-image: url(../img/whale-big.png);*/
	background-repeat: no-repeat;
	background-position: 50% 80%;
	background-size: 130%;
}

.vote-button {
	background-color: #CFD2D5;
	text-align: center;
	color: #FFF;
	padding: 1em 0;
	max-width: 300px;
	margin-top: 1em;
}

.link-colour {
	color: #EED1A1;
  text-decoration: underline;
}

/*=========  $$Footer  ========*/
footer {
	clear: both;
	display: block;
	overflow: hidden;
	bottom: 0;
	height: 7em;
	margin: -5em auto 1em;
	/*background-color: #C9CDD1;*/
	font-size: 16px;
	font-weight: 100;
}

footer p {
	color: #EED1A1;
	font-size: 0.8em;
}

footer p a {
	color: #EED1A1;
	text-decoration: underline;
}

/*=========  $$Media queries & Breakpoints  ========*/

/*=====  Mobile landscape====*/
@media only screen and (min-width: 581px) and (max-width: 767px) {}

@media only screen and (max-width: 767px) {}

/*=====  $$Mobile portrait  ====*/
@media only screen and (max-width: 580px) {
	.logo {
		text-align: center;
	}
}

/*=====  Display only-tablet // only-mobile //  only-desktop  ===== */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.only-tablet {
		display: block;
	}

	.only-desktop {
		display: none !important;
	}

	.not-tablet {
		display: none;
	}

	.nav-contenedor {
		max-width: 100%;
	}

	nav {
		width: 100%;
		height: auto;
		border-bottom: 0;
		padding: 0;
	}

	nav ul {
		display: none;
		height: auto;
		width: 100%;
		padding: 0 !important;
		/*background:#28cac5;*/
	}

	nav li {
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #330033;
	}

	nav ul li:last-child {
		padding-right: 20px;
	}

	nav a {
		text-align: right;
		width: 100%;
		color: #FFF;
		padding-right: 20px;
	}

	/*nav a:hover {
	  	background-color:rgba(0,0,0,0.3);
  	}*/
	nav .btns {
		border: none;
		border-bottom: 1px solid #CCC;
	}

	nav .btns a {
		height: 30px;
		/*padding-top:15px;*/
	}

	nav .active {
		height: 60px;
		padding-top: 22px;
		padding-top: 18px;
	}

	nav a#btn-menu {
		color: #000;
		display: block;
		width: 70px;
		float: right;
		height: 37px;
		margin: 15px 15px 18px 0;
		padding-top: 9px;
		padding-left: 9px;
	}

	nav a#btn-menu:before {
		content: "NAV";
		float: right;
		padding-right: 65px;
		color: #CFD2D5;
	}

	nav a#btn-menu:after {
		margin-top: 15px;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}

	nav a#btn-menu span {
		display: block;
		margin: 2px 0px 4px 0px;
		height: 2px;
		background: #FFF;
		width: 20px;
	}

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	#aboutus {
		background-position: 64% 105%;
	}

	#aboutus .logo-in {
		margin-top: 5%;
	}

	.logo {
		text-align: center;
	}

	.only-mobile {
		display: block;
	}

	.only-desktop {
		display: none !important;
	}

	.not-mobile {
		display: none;
	}

	.nav-contenedor {
		max-width: 100%;
		width: 43em !important;
	}

	nav {
		width: 100%;
		height: auto;
		border-bottom: 0;
		padding: 0;
	}

	nav ul {
		display: none;
		height: auto;
		width: 100%;
		padding: 0 !important;
		/*background:#28cac5;*/
	}

	nav li {
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #330033;
	}

	nav ul li:last-child {
		padding-right: 20px;
	}

	nav a {
		text-align: right;
		width: 100%;
		color: #FFF;
		padding-right: 20px;
	}

	nav a:hover {
		color: #28325B;
	}

	/*nav a:hover {
	  	background-color:rgba(0,0,0,0.3);
  	}*/
	nav .btns {
		border: none;
		border-bottom: 1px solid #CFD2D5;
	}

	nav .btns a {
		height: 30px;
		/*padding-top:15px;*/
	}

	nav .btns:hover {
		color: #28325B !important;
		background-color: #CFD2D5;
	}

	nav li:hover {
		color: #28325B !important;
		background-color: #CFD2D5;
	}

	nav .active {
		height: 60px;
		padding-top: 22px;
		padding-top: 18px;
	}

	nav a#btn-menu {
		color: #000;
		display: block;
		width: 70px;
		float: right;
		height: 37px;
		margin: 15px 15px 18px 0;
		padding-top: 9px;
		padding-left: 9px;
	}

	nav a#btn-menu:before {
		content: "NAV";
		float: right;
		padding-right: 65px;
		color: #CFD2D5;
	}

	nav a#btn-menu:after {
		margin-top: 15px;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}

	nav a#btn-menu span {
		display: block;
		margin: 2px 0px 4px 0px;
		height: 2px;
		background: #CFD2D5;
		width: 20px;
	}

	header {
		background: none !important;
	}
}

@media only screen and (min-width: 80px) and (max-width: 479px) {
	.only-mobile {
		display: block;
	}

	.only-desktop {
		display: none !important;
	}

	.not-mobile {
		display: none;
	}

	.nhmlogo {
		padding-top: 1em;
	}

	.nhmlogo img {
		float: left !important;
	}

	h4 {
		max-width: 100% !important;
	}

	p.calendar {
		text-align: center;
	}

	span.calendar-event {
		border: solid 3px #28325B;
		padding: 1em;
		font-size: 14px;
	}

	footer {
		height: 5em;
	}

	footer p {
		font-size: 12px;
		padding-left: 2em;
	}

	#aboutus .logo-in {
		margin-top: 5%;
	}

	h1 {
		font-size: 30px;
	}

	section#intro {
		padding-top: 0;
	}

	section#aboutus {
		background-position: center;
	}

	nav {
		width: 100%;
		height: auto;
		border-bottom: 0;
		padding: 0;
	}

	nav ul {
		display: none;
		height: auto;
		width: 100%;
		padding: 0 !important;
		/*background:#28cac5;*/
	}

	nav li {
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #330033;
	}

	nav ul li:last-child {
		padding-right: 20px;
	}

	nav a {
		text-align: right;
		width: 100%;
		color: #CFD2D5;
		padding-right: 20px;
	}

	/*nav a:hover {
	  	background-color:rgba(0,0,0,0.3);
  	}*/
	nav .btns {
		border: none;
		border-bottom: 1px solid #CCC;
	}

	nav .btns a {
		height: 45px;
		padding-top: 15px;
	}

	nav .active {
		height: 63px;
		padding-top: 22px;
	}

	nav a#btn-menu {
		color: #000;
		display: block;
		width: 40px;
		float: right;
		height: 37px;
		margin: 15px 15px 18px 0;
		padding-top: 9px;
		padding-left: 9px;
	}

	nav a#btn-menu:before {
		/*content: "NAV";*/
		float: right;
		padding-right: 35px;
		color: #CFD2D5;
	}

	nav a#btn-menu:after {
		margin-top: 15px;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}

	nav a#btn-menu span {
		display: block;
		margin: 2px 0px 4px 0px;
		height: 2px;
		background: #FFF;
		width: 20px;
	}

	.intro-text {
		padding-bottom: 2em;
	}

	header {
		background: none !important;
	}
}

.ft-video__container {
	position: relative;
	margin: 20px 0;
}

.ft-video__container:after {
	content: '';
	padding-bottom: 56%;
	display: block;
}

.ft-video__container video {
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
}


/*=========  $$ Breakpoints  ========*/
@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1200px) and (min-width: 980px) {}

@media only screen and (min-width: 581px) and (max-width: 979px) {}
