@font-face {
    font-family: "Capito";
    src: url("../fonts/Capito03-Regular.otf");
}

@font-face {
    font-family: "Capito";
    src: url("../fonts/Capito03-Bold.otf");
    font-weight: bold;
}
@font-face {
    font-family: "Capito";
    src: url("../fonts/Capito03-RegularItalic.otf");
    font-style: italic;
}

body {
    font-family: "Capito";
    line-height: 160%;
}

#wrapper {
    max-width: 800px;
    border: solid grey 1px;
    padding: 1em;
    margin: auto;
    display:grid; 
    grid-template-columns: 6em auto;
}
h1 {
    margin-top:0px;
}
h2 {
    border-bottom: 1px grey solid;
}

#logo { 
  max-width: 3em;
}

ul li {
    display: inline-block;
    padding: 0.5em;
    padding-top: 0px;
}
ul {
	margin-top: -0.5em;
	padding:0px;
}

a {
    text-decoration:none;
    color: grey;
    font-weight: bold;
    border-bottom: dashed magenta 1px;
}
a:hover {
    color: magenta;
}
.location {
    color: grey;
text-align: center;
}

footer {
text-align: center;
}