html {
	height: 100%;
}

body {
	background-image: url(./Resources/bg.jpg);
	background-size: cover;
	background-position: center;
	font-family: Trebuchet MS, Tahoma, Arial, serif;
	margin: 2em;
	padding: 15px

}

header {
	text-align: center;
}

#titler {
	font-weight: 900;
}

#intro {
	text-align: center;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

h1 {
	font-family: 'Segoe UI Black','PT Serif Caption','Georgia',sans-serif;
	text-align: center;
	color: #336699;
}

h2,h3 {
	font-family: 'Segoe UI Black','PT Serif Caption','Georgia',sans-serif;
	font-weight: 900;
	text-align: center;
	color: #369;
}

section {
	text-align:justify;
	line-height: 1.2em;
	background-color:#cadced;
	font-family: georgia,serif;
	padding:20px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	border:thin solid #999;

}

main #intro {
	text-align: center;

}

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

a {
	color:#cadced
	text-decoration: none;
	font-weight: 700;
}

a:link {color: #369;}

h2 a:link {
	color: #369;
}

h2 a {
	text-decoration: none;
}
h2 a:hover {color:#a9c5df;text-decoration:underline;}

#topnav {
	background: transparent;
}

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

nav a:visited {
	color:#336699;
}
nav a:hover {
	font-weight: 800;
	color:#a9c5df;
	text-decoration:underline;
}

nav .active {
	color: #369;
	text-decoration: underline;
}


.accordion {
	background:transparent;
	color: #369;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: middle;
	font-weight: 500;
	outline: none;
	font-size: 2em;
	transition: 0.5s;
}

button .accordion {
	text-align:center;
	size:80%;
	color:transparent;
  }

  .active{
	  font-weight: 900;
	  background:transparent;
	  text-decoration: underline;

  }
  .active, .accordion:hover {
	background:transparent; 
	color:#369;
	text-decoration: underline;
  }
  
  .panel {
	  text-align: center;
	padding: 0 18px;
	display: none;
	background:transparent;
	overflow: hidden;
  }

footer .about a {
	color:#369;
}

footer div #red {
	  font-weight: bold;
	  color: red;
  }

footer div {
	  text-align: center;
  }

footer #button {
	  background: transparent;
	  color: #369;
	  text-align: center;
  }

footer #button.hover {
	  color:#cadced;
  }

footer nav ul {
	list-style-type:none;
	text-align: center;
  }


#sitemap {
	background: transparent;
	float:none;
	text-align: center;
}

footer #cattag {
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	text-align: right;
	color: #95bfe5;
}

div p#cattag a {
	color: rgb(73, 165, 211);
	text-decoration: none;
}
div p#cattag a:hover {
	color:#47a;
	text-decoration: underline;
}


.card {
    position:center;
	margin: auto;
	width: auto;
	max-width: auto;
	min-width: auto;
	height: auto;
	padding: 2rem;
	border-radius: 1rem;

	background: rgba(255, 255, 255, .08) !important;
	-webkit-backdrop-filter: blur(1px) !important;
	backdrop-filter: blur(10px);
	transition: 3s;
}