@import url('https://fonts.googleapis.com/css2?family=Euphoria+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600&family=Montserrat+Alternates:wght@300;400;500&family=Montserrat+Subrayada:wght@400;700&family=Montserrat:wght@400;500&display=swap');
@font-face {
    font-family: autography;
    src: url(/static/fonts/Autography.otf);
}

@font-face {
    font-family: retro signature;
    src: url(/static/fonts/RetroSignature.otf);
}

body {
    margin: 0;
    background-color: #001;
    color: #ddd;
}

h1 {
    font-family: retro signature;
    font-weight: 300;
    text-align: center;
    position: relative;
    color: #ddd;
    font-size: 4em;
    margin: 0;
    padding-top: 10px;
    letter-spacing: 2px;
}

h2 {
    text-align: center;
    font-size: 1.2em;
    letter-spacing: 3px;
    color: #ddd;
    position: relative;
    font-family: Montserrat Alternates;
    font-weight: 300;
}

h3 {
    font-size: 2em;
}

nav {
    padding: 2em;
}

nav a {
    padding: 0 10px;
    text-decoration: none;
    color: #ddd;
    font-family: Montserrat Subrayada;
}

footer {
    font-size: 12px;
    background-color: rgba(0,0,17,0.5);
    color: #ccc;
    bottom: 0;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-family: Montserrat;
}

header {
    display: flex;
    flex-flow: row wrap;
    position: static;
    top: 0;
    width: 100%;
}

#portrait1 {
    object-fit: cover;
    position: absolute;
    width: 300px;
    height: 400px;
    top: 200px;
    left: 200px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.header-section {
    flex: 1 1 0px;
}

.fullWimg {
    display: block;
    padding: 0 100px;
    margin: auto;
    width: 70%;
}

img {
    object-fit: cover;
    width: 100%;
}

.flex > div {
    flex: 1 1 0;
}

a:visited, a {
    color: #aaa;
}

a:hover {
    color: #ddd;
}