/* https://www.toomanywords.nl 
   v1.0 | 2022-10-07
*/

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,400;0,600;1,200;1,400;1,600&family=Source+Serif+Pro:ital,wght@0,200;0,400;0,600;0,900;1,200;1,400;1,600&display=swap');

/* HTML5 display-role reset for older browsers */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


/* ----------------Page setup---------------------*/

body {
	position:relative;
	float:left;
	display:block;
	background-color: whitesmoke;
	color: #1C4040;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.5em;
	letter-spacing:0.02em;
	font-weight:400;
	line-height:1.7em;
    width: 100%;
}

main {
	position: relative;
	float: left;
	display: block;
	padding: 0px;
	margin: 80px;
	background-color: #FDE0C8;
}

section {
	margin-bottom: 10%;
}

.holder {
	position:relative;
	max-width:1500px;
	margin:0px auto;
	display:block;
	padding:0px 6%;
}

/* ----------------COLUMNS---------------------*/

.grid {
	position:relative;
	float:left;
	width:100%;
}

.one {
	position:relative;
	float:left;
	margin-left:0px;
	margin-right:0px;
	width:100%;		
}

.threefour {
	position:relative;
	float:left;
	display:block;
	width:72%;
	margin-right:3%;
}

.onefour {
	position:relative;
	float:left;
	display:block;
	bottom:0px;
	right:0px;
	width:22%;
	margin-right:3%;
}

.two {
	position:relative;
	float:left;
	margin-right:4%;
	width:48%;		
}

.three {
	position:relative;
	float:left;
	margin-right:4%;
	width:30.5%;
}

.twothree {
	position:relative;
	float:left;
	margin-right:6%;
	width:62%;
}

.four {
	position:relative;
	float:left;
	margin-right:4%;
	width:22%;	
}

.five {
	position:relative;
	float:left;
	display: block;
	margin-right:2%;
	width:18.4%;	
}

.three:last-child, .two:last-child, .last {
	margin-right:0px;
}


/*-------------------HEADER NAVIGATION---------------------------*/
.header {
	position:relative;
	display: block;
	width: auto;
	margin:0px;
	padding:0;
	text-align: center;
	z-index: 1000;
}

img.logo {
	padding-top: 3px;
	max-width:220px;
}

/*------------------------Navigation----------------------------------*/
#nav
{
	position:absolute;
	position: fixed;
	display: block;	
	left: 50%;
	top: 3%;
	transform: translate(-50%, -50%);
	margin: 50px 0px 0px;
	padding: 10px 20px;
	text-align: center;
	background-color: whitesmoke;
	border-radius: 20px;
}

/* first level */

#nav > ul {
	position: relative;
	display: block;	
	float: left;
	width:auto;
	height: auto;
}

#nav > ul > li {
	display: block;	
	position: relative;
	float: left;
	font-size: 0.8em;
	width: auto;
}

#nav > ul > li > a {
	display: block;	
	position: relative;
	float: left;
	text-align: left;
	padding: 10px 20px;
	text-decoration: none;	
	color:  black;
}

#nav > ul > li > a:hover {
	text-decoration: underline;
}

#nav > ul > li > a:active {
	text-decoration: underline;
}

/*------------------------BASICS------------------------*/

h1, h2, h3, h4, h5, h6, h10 {
	margin:0.5em 0px;
	font-weight:600;
	background:none;
	font-family: 'Source Serif Pro', serif;
}

h1 {
	font-size:7em;
	font-style: italic;
	line-height:1.2em;
}

h2 {
	font-size:2.5em;
	line-height:1.2em;
}

h3 {
	font-size:1.4em;
	margin-bottom:10px;
}

h4 {
	font-size:1em;
	margin-bottom:0.2em;
}

p {
	margin:0px 0px 1.5em;
}

strong {
	font-weight:bold;
}

ol {
	list-style-type: decimal;
	padding:0px 30px;
}

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ch;
	text-decoration-style: dashed;
	color: #1C4040;
}

a:hover,
a:focus {
text-decoration-style: solid;
}

a:active {
	text-decoration: none;
}

a.anchorElement {
	position:relative;
	float:left;
	width:100%;
	margin-top:-100px;

}

.smallshow {
	display:none !important;
}
	

.smalltext {
	font-size: 0.5em;
	font-style: italic;
	line-height: 1.6em;
}

img {
	position:relative;
	display:block;
	margin-left: auto;
    margin-right: auto;
	max-width:100%;
}
.FullImage img {
	width: 100%;
}

.Title {
	position: absolute;
	width: 100%;
	text-align: center;
	margin: 0;
	padding-top:5%;
	z-index: 100;
	color: whitesmoke;
	font-size: 80%;
	text-shadow: 4px 4px 8px #1C4040;
}

.Intro {
	margin-top: -150px;
}

.right, .right a {
	text-align:right !important;
}

.center {
	text-align:center !important;
}

.clear {
	clear:both;
}

.shadow {
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
	margin-bottom: 20px;
}

.rounded {
	border-radius: 20px; 
}

/*------MARGINS---------*/
.margin {
	margin:30px 0px; 
	width:100%; 
	position:relative; 
	float:left;
	display:block;
}

.m200 {
	margin:200px 0px;
}

.m160 {
	margin:160px 0px;
}

.m100 {
	margin:100px 0px;
}

.m80 {
	margin:80px 0px;
}

.m60 {
	margin:60px 0px;
}

.m40 {
	margin:40px 0px;
}

.m20 {
	margin:20px 0px;
}

.m10 {
	margin:10px 0px;
}

/* ACCENTS --------------------------*/

.accentyellow	{
    background-color: #ffed51;
}

.accentblue {
    background-color: #bafafc;
	width:75%;
	padding:60px;
	margin: auto;
}

.accentnone {
   	width:75%;
	padding:60px;
	margin: auto;
}

.accentgreen {
    background-color: #FDE0C8;
	width: 100%;
	padding:30px;
	margin-right: 0%;
}

.accentwhite {
    background-color: white;
	width: 60%;
	padding:30px;
	margin: 20px auto;
}

p.accentblue, h1.accentblue, h2.accentblue, span.accentblue {
    background-color: #bafafc;
	width: auto;
	padding:0;
}

p.accentgreen, h1.accentgreen, h2.accentgreen, span.accentgreen {
    background-color: #FDE0C8;
	width: auto;
	padding:0;
}


/*-------Backgrounds------*/


.bluebg {
	background-color: #005271;
	border-radius: 20px;
	padding: 60px 100px;
	color: #FDE0C8;
	z-index: 101;
}

.bluebg a {
	color: #FDE0C8;
}


/*------------------------IFRAME----------------------------------*/

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}

.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------BUTTON----------------------------------*/
.btn a, .button, .send {
	display: inline-block;
	padding: 0.7em;
	text-decoration: none;
	font-weight: bold;
	border: 4px solid #CE4317;
	color:#CE4317;
	background-color: transparent;
	cursor: pointer;
	font-size: 1em;
	letter-spacing:0.02em;
	line-height:1.7em;
}
.btn:hover a, .button:hover, .send:hover {
	background:#CE4317;
	color: #FDE0C8;
	text-decoration: none;
}

/* ColourBlocks Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.bgtop {
	width: 100%;
	margin: auto;
	padding: 0px;
 	background-image: url("../images/photos/Mist in the valley-Wildlands.jpg");
  	background-color: #FDE0C8;
  	height: 800px;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;	
}

.bgpic {
	width: 100%;
	margin: auto;
	padding: 0px;
 	background-image: url("../images/figures/contours line map small cut off.svg");
  	height: 100%;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.whitetext {
		color: white !important;
}

/* FOOTER Box button
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.buttonbottombox {
	position: fixed;
	float: right;
	bottom: 2%;
	right: 5%;
	width: auto;	
	z-index: 1000;
}

a.buttonbottom {
	display: inline-block;
	padding: 0.7em;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ch;
	text-decoration-style:solid;
	font-weight: bold;
	border: 0px solid #1C4040;
	color:#1C4040;
	/*background-color: #FDE0C8;*/
	cursor: pointer;
	font-size: 0.6em;
	letter-spacing:0.02em;
	line-height:1.7em;
}

a.buttonbottom:hover, a.buttonbottom:active {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ch;
	text-decoration-style: dashed;
}

/* Box side
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.sidescreenbox {
	position: relative;	
	z-index: 999;
	margin: 5%;
}

.sidescreen {
	position: relative;
	float: left;
	display: inline-block;
	height: auto;
	width: auto;
  	padding: 0px;
	text-align: center;
	margin: 0px;
  	color: white;
	background-color: #0A4040;
}

.sidescreen h4 {
  	color: white;	
}

a .sidescreen h4:hover {
  	color: white;
	text-decoration: underline;
}

.i4ewOd-pzNkMb-haAclf {
	display: none !important;
}

.InstagramBlock {
	position: relative;
    display: block;
	margin: -60px 0px 0px 0px;
	padding: 20px;
    background-color: whitesmoke;
    width: 100%;
	z-index: 2;
}


/*-------------------------------------Smaller screen------------------------------------------*/

@media only screen and ( max-width: 1400px )
{
html {
	font-size: 75%;
}
}

@media only screen and ( max-width: 1200px )
{
html {
	font-size: 75%;
}
	
.Title {
	position: absolute;
	margin-top: 0%;	
	padding-top: 3%;
	font-size: 50%;
}
	
.Intro {
	margin-top: -50px;
}
}

/*-------------------------------------MOBILE------------------------------------------*/

@media only screen and ( max-width: 900px )
{
html
{
	font-size: 75%; /* 12 */
}
	
body {
	font-size: 1.4em;
	letter-spacing:0.01em;
	font-weight:500;
	line-height:1.5em;	
	background-color: #FDE0C8;
}

main {
	margin: 0px !important;
	width: 100%;
}

section {
}

.holder {
	position:relative;
	float:left;
	display:block;
	width:100%;
	margin:0%;
	height:auto;
}

h1, h2, h3, h4, h5, h6 {
	line-height:1.2em;
	margin:35px 0px 5px 0px;
}	

h1 {
	font-size: 4em;
}
	
h2 {
	font-size: 1.7em;
}
	
.header {
	position: relative;
	height: auto;
	background-color: #FDE0C8;
}
	
img.logo {
	position:relative;
	float:left;
	display:block;
	width:95%;
	margin:15px 0px 10px;
	max-width:none;
	z-index:999;
}	
	
#nav {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	margin: 0px;
	padding:0px;
}

/* first level */

#nav > ul {
	height: auto;
	padding:0px;
	width: 100%;
	margin:  auto;
}

#nav > ul > li {
	width: auto;
	height: auto;
	padding: 0px;
	width: 25%;
	text-align: center;
}

#nav > ul > li > a {
	position:relative;
	float: left;
	display: block;
	padding: 70px 0px 15px;
	text-align: center;
	font-size: 1.2em;
	font-weight: 700;
	text-decoration: underline;
	width: 100%;
}

#nav > ul > li > a:hover, #nav > ul > li > a:active {
}

.smallhide {
	display: none !important;
}
	
.smallshow {
	display:block !important;
}
	
.shadow {
	box-shadow: none;	
}

.three, .threefour, .onefour, .two, .twothree, .four, .five, .accentwhite, .accentblue {
	position:relative;
	float:left;
	display:block;
	width:100%;
	height:auto;
    margin: 0px;
}
	


.right, .right a {
	text-align:left !important;
}
	
.margin, m10, m20 {
	margin:25px 0px;
}
	
.nomargin {
	margin:20px 0px 10px !important;
}
	
.bgtop, .bgpic {
	height: 360px;
}
	
.bluebg {
	background-color: #FDE0C8;
	border-radius: 0px;
	padding: 0px;
	color: #005271;
	z-index: 1;
}

.bluebg a {
	color: #005271;
}
	
.FullImage {
	margin-top: -70px;
}
	
.Title{
	position: absolute;
	margin-top: 50px;
	margin-bottom: -40px;
	padding-top: 0px;
	color: #0A4040;
	font-size: 100%;
}
	
.buttonbottombox {
	right: 5%;
	width: 90%;
	bottom: 0%;
	padding: 10px 4%;
	border-radius: 20px 20px 0px 0px;
	background-color: whitesmoke;
}

a.buttonbottom {
	width: 48%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}	
}