.column {
  float: left;
  width: 33.33%;
	color: white;
	font-size: 3vw;
	text-align: center;
	text-shadow: 2px 2px 5px black;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

h1 {text-shadow: 1px 1px 3px black; font-size: 4.8vw; margin-top: 10px; margin-bottom: 10px;}

h2 {text-shadow: 1px 1px 3px black; font-size: 2.2vw; margin-top: 10px; margin-bottom: 10px; color: white; text-align: center; margin: 10px 70px}

h3 {text-shadow: 1px 1px 3px black; font-size: 2vw; color: white; text-align: center;}

h4 {text-shadow: 1px 1px 3px black; font-size: 3vw; margin-top: -10px; color: white; text-align: center;}

p {color:white; text-shadow: 5px 5px 8px black; margin: 15px 150px; font-size: 1.8vw; text-align: center; padding: 15px;}

body,
html    {
    
    min-height: 100%;}


body {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

h1 {
    
    font-family: klinic slab; color: white; outline-color: #D8C6B8; margin: 100px, 100px; text-align: center;
}

/*Navbar characteristics*/

div.relative {
  position: relative;
  left: 30px;
  border: 3px solid #73AD21;
}

div {
  overflow: fixed;
}

ul {
  list-style-type: none;
  margin: -100px;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 20px;
  text-decoration: none;
}

li a:hover {
  background-color: #111111;
}

body {
  font-family: klinic slab;
}

.navbar {
  overflow: hidden;
  background-color: #CF1C44;
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 5px;
}

.navbar a {
  float: right;
  font-size: 2vw;
  color: white;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
}	

.dropdown {
  float: right;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 2vw;  
  border: none;
  color: white;
  padding: 14px 20px;
  background-color: inherit;
  font-family: klinic slab;
  margin: 0px;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #0B9446;
}

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

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 10px;
  text-decoration: none;
  display: block;
  font-family: klinic slab;
    font-size: 18px;
  text-align: left;
}

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

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