﻿
body {
    font-size: 20px;
}

.layout-section {
    padding: 100px 0px;
}

.primary {
    background-color: white;
}

.secondary {
    background-color: #E4E4E4;
}

#action-image-div > img {
    width: 100%;
    max-height: 100vh;
}

#action-image-text {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-left: 5px solid white;
    padding-left: 10px;
}

#action-image-text > h5 {
    font-weight: bold;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

#splash-header {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 50px;
}

#splash-info {
    font-size: 30px;
}

img.headshot {
    padding: 0px;
    text-align: center;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}

/*.section-heading {
    font-size: 45px;
    margin: 70px 0px 90px;
}*/

.section-heading {
    font-size: 45px;
    margin-bottom: 70px;
}

.float-right {
    float: right;
}

.experience-name {
    color: darkblue;
    font-size: 20px;
    margin-bottom: 30px;
}

.professional-title-header {
    font-weight: bold;
    font-size: 28px;
}

.professional-info {
    margin: 30px 0px 50px;
}

.professional-info > ul > li {
    margin: 10px 0px;
    line-height: 30px;
}

.error-text {
    color: red;
}

.skills-heading {
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
}

.characters-remaining-notice {
    float: right;
    font-size: 14px;
    font-style: italic;
}

.red {
    color: red;
}

.name-heading {
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    font-size: 50px;
}

@font-face {
    font-family: 'Special Elite';
    font-style: normal;
    font-weight: 400;
    src: local('Special Elite Regular'), local('SpecialElite-Regular'), url(https://fonts.gstatic.com/s/specialelite/v10/XLYgIZbkc4JPUL5CVArUVL0ntnAOTQ.ttf) format('truetype');
}

html,
body {
    height: 100%;
    margin: 0;
}

/*body {
    font-family: 'Special Elite', cursive;
    background: #fffdf5;
    color: #3f3f5a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}*/

blockquote {
    font-weight: 100;
    font-size: 2rem;
    max-width: 600px;
    line-height: 1.4;
    position: relative;
    margin: 0;
    padding: 0.5rem;
}

    blockquote:before,
    blockquote:after {
        position: absolute;
        color: #f1efe6;
        font-size: 8rem;
        width: 4rem;
        height: 4rem;
    }

    blockquote:before {
        content: '“';
        left: -5rem;
        top: -2rem;
    }

    blockquote:after {
        content: '”';
        right: -5rem;
        bottom: 1rem;
    }

cite {
    line-height: 3;
    text-align: left;
}
