/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}





@import url('https://fonts.googleapis.com/css?family=Inconsolata|Lato:300,400,700');
html, body, h1, h2, h3, h4, h5, h6, p, li, ol, ul, pre {
	margin: 0;
	padding: 0;
}
html, body { min-height: 100%; }

body {
	background-color: #f2c475;
	background-image: linear-gradient(to top, #f8a46c, transparent);
	color: #eee;
	font-family: 'Lato', sans-serif;
	font-size: 62.5%;
	padding: 0 20px;
	box-sizing: border-box;
}
code {
	background: #fff1;
	font-family: 'Inconsolata', monospace;
	padding: .2em .4em;
}

.content {
	background-color: #fff;
	border-radius: 8px;
	box-sizing: border-box;
	color: #666;
	font-size: 1.6em;
	line-height: 1.4em;
	margin: 20px auto;
	margin-top: 80px;
	padding: 20px;
	width: 100%;
	max-width: 800px;
	display:flex;
	align-items: center;
	justify-content:center;
}
.content ul {
	margin: .5em 2em;
	padding: 0;
}

#footer {
	background-color: rgba(3, 43, 83, 0.8);
	background-image: linear-gradient(to bottom, transparent, rgb(0, 0, 0));
	border-top: 1px solid #fff3;
	box-shadow: inset 0 1px 0 #fff3, 0 0 32px #000000;
	overflow: hidden;
	padding: 8px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9001;
}
#footer a {
	color: #85c6f6;
	padding: 1em 0;
	text-decoration: none;
}
#footer ul {
	display: flex;
	list-style: none;
	justify-content: center;
	font-size: 2em;
	font-weight: 300;
}
#footer ul li {
	padding: 0 .5em;
}

/* Appearance */
.links {
	background-color: #f2c475;
	background-image: linear-gradient(to bottom, #0003, transparent);
	border-bottom: 1px solid #0003;
	box-shadow: 0 0 32px #0003;
	font-size: 2em;
	font-weight: 300;
}
.links > a {
	color: white;
	padding: .75em;
	text-align: center;
	text-decoration: none;
	transition: all .5s;
}
.links > a:hover {
	background: #ffffff06;
	color: #adf;
}
.links > .line {
	background: black;
	height: 1px;
	pointer-events: none;
}

/* The Magic */
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.links {
	display: grid;
	grid-template-columns: repeat(var(--items), 1fr);
	position: relative;
}
.links > .line {
	opacity: 0;
	transition: all .5s;
	position: absolute;
	bottom: 0;
	left: var(--left, calc(100% / var(--items) * (var(--index) - 1)));
	width: var(--width, calc(100% / var(--items)));
	--index: 0;
}
.links > a:hover ~ .line {
	opacity: 1;
}

.links > a:nth-of-type(1):hover ~ .line { --index: 1; }
.links > a:nth-of-type(2):hover ~ .line { --index: 2; }
.links > a:nth-of-type(3):hover ~ .line { --index: 3; }
.links > a:nth-of-type(4):hover ~ .line { --index: 4; }
.links > a:nth-of-type(5):hover ~ .line { --index: 5; }
.links > a:nth-of-type(6):hover ~ .line { --index: 6; }
.links > a:nth-of-type(7):hover ~ .line { --index: 7; }
.links > a:nth-of-type(8):hover ~ .line { --index: 8; }
.links > a:nth-of-type(9):hover ~ .line { --index: 9; }
.links > a:nth-of-type(10):hover ~ .line { --index: 10; }
.links > a:last-of-type:hover ~ .line { --index: var(--items); }

.links {
    font-family: "Gloria Hallelujah", cursive;
    font-weight: 400;
    font-style: normal;
    font-size:medium
  }

  .headerbox {
	border: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.6)) solid 3px;   
	display:flex;
	border-bottom: 1px solid rgba(255, 253, 253, 0.2);
	box-shadow: 0 0 32px rgba(255, 254, 254, 0.2);
	margin-top:75px;
    display:flex;
	align-items:center;
    justify-content:center;
	flex-direction: column;
	margin-left:auto;
	margin-right:auto;
  }

  .headertext{
	font-family: "Gloria Hallelujah", cursive;
    font-weight: 400;
    font-style: normal;   
    font-size:xx-large;
	border: black solid 2px;
	border-radius:10px;
	background-color: rgb(5,5,5,0.8);
  }
  
.image {
	max-width:500px;
	margin:20px;
}

.column {
	float: left;
	width: 33.33%;
	padding: 5px;
  }
  
 
  .row::after {
	content: "";
	clear: both;
	display: table;
  }

  .row {
	display: flex;
  }
  
  .column {
	flex: 33.33%;
	padding: 5px;
  }

  p{
	text-align:center;
	font-size:medium;
	border: solid black 2px;
	border-radius: 5px;
	background-color: rgb(5,5,5,0.8);
	font-family: "Arima", system-ui;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    width:800px
  }
  h1{
	font-size:x-large;
	border: solid black 2px;
	border-radius: 5px;
	background-color: rgb(5,5,5,0.8);
	margin:15px;
	font-family: "Gloria Hallelujah", cursive;
    font-weight: 400;
    font-style: normal;   
  }
  .maps{
	margin:15px;
  }

  .bottom{
	width:100%
  }