header {
   background-color: #115666; 
   box-shadow: rgba(0, 0, 0, 0.2) 5px 5px;
   padding-bottom: 5%; 
   overflow: hidden;
}

body {
  background-image: url('/images/code.png');
}

h1 {
  text-decoration: none;
  font-family: Helvetica, sans-serif;
  text-align: right;
  margin-right: 2%;
  margin-top: 2%;
  color: #cccccb;
  font-size: large;
  margin-top: 0%;

}

h3 {
margin: 0.5%
}

/* Menubar */

.home {
  margin-top: 3%;
}

nav {
  text-align: center;
  margin-top: 2%;
}

nav li {
  display: inline-block;
}

nav a {
text-decoration: none;
font-size: x-large;
margin-left: 25px;
font-family: Dax Pro, sans-serif;
font-size: 2.5em;
text-transform: uppercase;
font-weight: lighter;
color: white;
}

nav a:hover {
border-style: solid;
border-color: white;
padding: 5px;
}

ul {
  list-style-type: none;
}

hr {
  border-style: none;
  height: 3px;
  background-color: #2E77C0;
}

/* Main text */
main {
  color: #115666;
  font-size: large;
  font-family: Helvetica, sans-serif;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1%;
  margin-bottom: 2%;
  margin-top: 2%;
}

aside {
  background-color: rgba(24, 86, 102, 0.07);
  padding: 3%;
  margin-left: 10%;
  margin-right: 10%;
}

img[alt="Kristinn Richter"] {
height: 35vh;
float: right;
margin-right: 2%;
}

img[alt="logo"] {
height: 20vh;
padding-top: 2%;
padding-bottom: 2%;
position: absolute;
top: 1.5%;
left: 3%;
}

footer {
     background-color: #115666; 
     padding-bottom: 1%;
     font-family: Helvetica, sans-serif;
     color: #b2b2b0;
     font-size: 0.8em;
     font-weight: bold;
     overflow: hidden;
}

article {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#RicterApS {
  grid-row: 1;
  grid-column: 1;
}

#TMrichter {
  grid-row: 1;
  grid-column: 2;
  text-align: right;
}

.tmrichter {
  text-decoration: none;
  color: #b2b2b0;
}

.tmrichter:visited {
  text-decoration: none;
  color: #b2b2b0;
}

.emailbutton {
  padding: 2%;
  text-decoration: none;
  font-family: Helvetica, sans-serif;
  color: #115666;
  font-weight: bold; 
  margin-bottom: 2%;
}

.emailbutton:hover {
  border: #115666 solid;
  cursor: pointer;
}