body, html { height: 100%; }
body {
    background: #e0e0e0;
    font-family: "Inter";
}

body > #main {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90%;
    flex-direction: column;
    padding: 0 1em;
    margin-bottom: 1.5em;
}

body > footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5%;
    flex-direction: column;
}

body > footer > div {
    background: #333;
    color: #e0e0e0;
    padding: 2em 5em;
}

footer h3 {
    padding: 0;
    margin: 0;
}

h1.logo {
    height: 5em;
    width: 16em;
    background: url('logo.png') no-repeat center;
    background-size: contain;
    margin-bottom: 0;
}


h1.logo > span {
    display: none;
}

h2 { margin-top: 0; padding-top: 0; }

a.btn {
    background-color: #333;
    color: #e0e0e0 !important;
}

a.btn:visited {
    background-color: #333;
    color: #e0e0e0 !important;
}

a.btn:hover {
    background-color: #e0e0e0;
    color: #333 !important;
    outline: 1px solid #333;
}

a.btn:active {
    background-color: #e0e0e0;
    color: #333 !important;
    outline: 1px solid #333;
}

a.btn:focus {
    background-color: #e0e0e0;
    color: #333 !important;
    outline: 1px solid #333;
}


.socials { display: flex; }
.socials > .linkedin {
    display: inline-block;
    background: url('linkedin-icon.png') center no-repeat;
    background-size: contain;
    width: 1.5em;
    height: 1.5em;
}
.socials > .email {
    display: inline-block;
    background: url('email-icon.svg') center no-repeat;
    background-size: contain;
    width: 1.5em;
    height: 1.5em;
}

.socials > .linkedin > span { display: none; }
.socials > .email > span { display: none; }

@media only screen and (orientation:portrait)
{
  h1.logo {
      width: 15rem;
      max-height: 5rem;
    }       
}
