.title {
   
  text-align-last: center;
}

.introImg{

  min-width: 50px;
  max-width: 100%;
  max-height:250px;
  
}
.header-image {
  background-image: url(/Images/backgroundheader.jpg);
  background-color: #cccccc;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  position: relative;
}
.header-text h1{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family:"Verdana";
  transform: translate(-50%, -50%);
  color: white;
}

.bg-image {
  background-image: url(/Images/gatsten.jpeg);
  background-color: #cccccc;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  position: relative;
}
.bg-image2 {
  background-image: url(/Images/watermirror.jpg);
  background-color: #cccccc;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  position: relative;
}
.bg-image3 {
  background-image: url(/Images/InteVapen.jpg);
  background-color: #cccccc;
  height: 600px;
  background-position: top;
  background-repeat: no-repeat;
  background-size:cover;
  position: relative;
}
.bg-text h1{
  text-align: center;
  position: absolute;
  top: 30%;
  left: 50%;
  font-family:"Verdana";
  transform: translate(-50%, -50%);
  color: #ed0d0d;
}

.bg-text p{
  text-align: center;
  position: absolute;
  top: 65%;
  left: 50%;
  font-family:"Verdana";
  transform: translate(-50%, -50%);
  color: white;
}
.bg-text a{
  text-decoration: none;
  color:red;
  
}

.imgContainer{
 align-self: center;
   display: flex;
  justify-content: center;
}

.artimg{
  min-width: 50px;
  max-width: 200px;

}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #38444d;
}

li {
  float: left;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #efdca8;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}

* {
  box-sizing: border-box;
}

body {
  font-family: Arial;
  padding: 10px;
  background: #f1f1f1;
}

/* Header/Blog Title
.header {
  padding:8px;
  text-align: center;
  background: #cec9c9;
}

.header h1 {
   color: red;
    font-size: 35px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-display:block;
    letter-spacing: 2px;
  
}
 */
/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #333;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 75%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  background-color: #ccc4c4;
  padding-left: 20px;
}
.rightcolumn a{
  text-decoration: none;
  color: black;
}
.rightcolumn a:hover{
  text-decoration: none;
  color: red;
}
/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

/* Add a card effect for articles */
.card {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
}

/* Clear floats after the columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}
.quote{
  font-size: 12pt;
  font-style: italic;
  
  
}
.themap{
 width:100%;
  max-height: 300px;
  min-height: fit-content;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
  margin-top: 20px;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .topnav a {
    float: none;
    width: 100%;
  }
}
.datetime{
  font-size: 12px;
  font-family:"courier New";
}