body {
  margin: auto;
  align-content: center; 
}

html {
  max-width: 960px;
  float: center;
  margin: auto;
}

/* frontpage image and buttons on it*/
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
}

.container img {
  width: 100%;
  height: auto;
}

.container .btn1 {
  position: absolute;
  top: 45%;
  left: 70%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #555;
  background-color: #ccc;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 12px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  text-align: right;
  white-space: nowrap;
  opacity: 0.8;
  
}

.container .btn2 {
  position: absolute;
  top: 65%;
  left: 70%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #555;
  background-color: #ccc;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 12px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  text-align: right;
  white-space: nowrap;
  opacity: 0.8;
  
}

.container .btn:hover {
  background-color: black;
}




/* The navigation bar */
.navbar {
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  left: center;
  float: center;
  width: 100%; /* Full width */
  background-color: #cdc9ba;
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
  max-width: 960px;
  margin: auto;

}
.dropbtn {
  background-color: #d7d7d7;
  color: #000000;
  padding: 8px;
  font-family: "Century Gothic", Sans-serif;
  font-size: 16px;
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #cdc9ba;
  min-width: 120px;
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 8px 8px;
  font-family: "Century Gothic", Sans-serif;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #cdc9ba;}

img.a {
  vertical-align: text-bottom;
  float: center;
  margin: auto;
}

h1 {
  font-family: "Century Gothic", Sans-serif;
  font-size: 17px;
}

h4 {
  font-family: "Century Gothic", Sans-serif;
  font-size: 13px;
  float: left;
  vertical-align: super;
  text-align: center;
    margin: auto;
}

p {
  font-family: "Century Gothic", Sans-serif;
  font-size: 16px;
}

.footer {
  position: fixed;
  max-height: 34px;
  left: center;
  bottom: 0;
  width: 960px;
  background-color: #cdc9ba;
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
  color: #000000;
  text-align: center;
  vertical-align: super;
  margin: auto;
}


.row {
  margin: auto;
}

.textrow {
  margin: auto;
  padding: 8px;
}

/* Add padding BETWEEN each column (if you want) */
.row,
.row > .column {
  padding: 8px;
}

/* Create four equal columns that floats next to each other */
.column50 {
    float: left;
    width: 50%;

}

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

/* Content */
.content {
  padding: 0px;
  width: 90%;
  align-content: center;
  margin: 0;
}

/* Content */
.contentfp {
  padding: 0px;
  width: 100%;
  align-content: center;
  margin: auto;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 950px) {
  .column50 {
    width: 100%;
    margin: 0;
  }
}
