* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}
h1{
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  
}
h2{
  font-size: 52px;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding: 20px 0;
}
h3 {
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  color: #000;
  padding: 5px 5px 0;
}
h4{
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 20px;
  line-height: 32px;
}
p{
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding-bottom: 20px;
  text-align: left;
}

body {
  width: 100%;
  height: 100%;
}
.container {
  width: 1080px;
  margin: 0 auto;
}
.nav {
  float: right;
}
.nav ul {
  padding: 38px 20px 0px;
}
.nav li {
  display: inline-block;
  padding: 5px 40px;
}
.nav li a {
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-decoration: none;
}

header {
  position: fixed;
  width: 100%;
  height: 130px;
  width: 100%;
  height: 100px;
  content: "";
  clear: both;
  display: table;

}
.logo {
  width: 25%;
  float: left;
  padding: 7px 90px;
  border-radius: 184px;
}
.logo img {
  width: 80px;
}

#detektorfund-køb-bogen {
  background-image: url(images/detektor_mark_s.4.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1080px;
  height: 600px;
  width: 100%;
  padding: 158px 0;
}
#text-fibula{
  background-size: 1080px;
  width: 100%;
  height: 600px;
  padding: 10px 0;
}
#mønt-og-knap{
  background-size: 1080px;
  background-color: #cdb888;
  background-position: center;
  margin: 0px 460px;
  height: 650px;
  padding: 50px 0;
}
#Fundstatistik{
  margin: auto;
  background-size: 1080px;
  margin: 0px 700px;
  height: 650px;
  padding: 50px 0px;
  height: 600px;
}
#bogen-om{
  background-size: 1080px;
  background-color: #706F6F;
  background-position: center;
  margin: 0px 460px;
  height: 650px;
  padding: 50px 0;
}

.text-padding{
  margin: auto;
  padding-left: 150px;
  padding-right: 150px;
  height: 600px;
}


.btn {
  background-color: #cdb888;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  transition: 0.3s;
}
.detektorfund-text{
  text-align: center;
}

.btn:hover {
  background-color: #1c2126;
  color: white;
}



.flex-content{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: space-around;
}

article {
  width: 260px;
  height: 125px;
  position: relative;
  align-content: center;

}
article img {
  width: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;

}


article p {
  font-size: 16px;
  font-weight: 60;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 5px 5px 0;

}
article a {
  color: #fff;
  background-color: #45DED0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding: 10px 50px;
  border-radius: 25px;
  position: absolute;
  bottom: 20px;
  left: 35px;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 20px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: 'Open Sans', sans-serif;
 }


 .table {
  
  border-collapse: collapse;
  width: 100%;
  }
  table img{
  text-align: center;
  }
  th {
  background-color: #706F6F;
  color: white;
  }
  td, th {
  border: 2px solid #fff;
  text-align: left;
  padding: 8px;
  }
 tr:nth-last-child(even) {
  background-color: #ECE1CF;
  }
  tr:nth-child(even){
  background-color: #cdb888;
  }

  