﻿html {
    font-size: 15pt;
}

.homelink {
    position: fixed;
    border-color: white;
    color: white;
    border: 1px;
    background-color: #333;
    padding: 1em;
    font-family: Poppins, sans-serif;
    font-size: 75%;
}

#header-portfolio {
    height: 100vh;
    background-size: cover
}

#header-box {
    position: absolute;
    color: #000;
    width: 70%;
    margin: auto 15%;
    top: 35vh
}

    #header-box > div > h1 {
        font-size: 200%;
        color: #ff0;
        text-shadow: 2px 2px 2px #3f3f3f;
        font-family: "Playfair Display", serif;
        padding-bottom: 0;
        margin-bottom: 0;
        font-weight: 700
    }

@media all and (min-width:1000px) {
    #header-box > div > h1 {
        font-size: 400%;
    }
}

#header-box > div > h2 {
    font-size: 125%;
    font-family: Poppins;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 2px #3f3f3f
}

.section h2 {
    font-size: 105%;
}

@media all and (orientation:portrait) {
    #header-box > div > h1 {
        font-size: 200%;
    }

    #header-box > div > h2 {
        font-size: 150%;
    }
}

a {
    text-decoration: unset;
    color: unset
}

.large-text, .x-large-text {
    font-size: 110%;
    line-height: 1.5
}

@media all and (orientation:portrait) {
    .x-large-text {
        font-size: 110%;
    }
}

.portfolio-text-section {
    color: gray;
    width: 60%;
    text-align: left;
    font-family: Roboto;
    line-height: 1.5
}

@media all and (orientation:portrait) {
    .portfolio-text-section {
        width: 90%
    }
}

.portfolio-heading-text-two-columns-section {
    display: grid;
    grid-template-columns: 40% 55%;
    grid-gap: 5%;
    width: 70%;
    font-family: Roboto;
    padding-right: 15%;
    padding-left: 15%;
    color: gray;
    line-height: 1.5
}

.portfolio-black {
    color: white;
}

ul > li {
    padding-bottom: .5em;
    font-size: 90%;
}

@media all and (max-width:1000px) {
    .portfolio-heading-text-two-columns-section {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%
    }
}

@media all and (orientation:portrait) {
    .portfolio-heading-text-two-columns-section {
        width: 80%;
        display: block
    }

        .portfolio-heading-text-two-columns-section > div:first-child {
            padding-bottom: 3em
        }
}

.center-text {
    text-align: center
}

body {
    margin: 0;
    padding: 0;
    height: 100%
}

div.section {
    padding-top: 5vh;
    padding-bottom: 5vh
}

.portfolio-image-only-section {
    width: 100%;
    text-align: center
}

.full-width-image img {
    width: 100%
}

.centered-image img {
    max-width: 100%
}

.portfolio-preamble-section {
    text-align: center;
    width: 50%
}

@media all and (orientation:portrait) {
    .portfolio-preamble-section {
        width: 80%
    }
}

.portfolio-preamble-section > div {
    color: gray;
    font-family: Playfair Display, serif
}

footer, div.section {
    margin: auto
}

footer {
    width: 100%;
    padding: 0;
    font-family: Poppins, sans-serif;
}

    footer > div {
        padding-top: 2em;
        padding-bottom: 2em
    }

        footer > div > div {
            width: 90%;
            padding-left: 0;
            margin-left: 10%
        }

#footer-black {
    color: #fff;
    background-color: #333
}

    #footer-black a {
        color: #fff
    }
