body {
    font-family: Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;
    background: url("images/Overlay.png") repeat, url("images/Highlight.png") no-repeat center;
    background-size: 4%, cover;
    background-color: rgb(34, 40, 54);
    padding: 0;
    margin: 0;
    min-height: 90vh;
    max-width: 100vw;
}

nav {
    display: block;
    padding-top: 2vw;
    text-align: center;
}

nav ul {
    display: inline-block;
    border-radius: 3px;
    box-shadow: inset 0 0 0.15vw 0.15vw rgba(255,255,255,.25);
    padding: 0 1vw;
    margin-left: 10vw;
    margin-right: 10vw;
    text-align: center;
    list-style: none;
}

nav li {
    display: inline-block;
    text-align: center;
    padding: 0 1.5vw;
    border-radius: 3px;
}

nav li:hover {
    background-color: rgba(44, 50, 64, 0.35);
}

nav a {
    display: block;
    color: rgba(255,255,255,.75);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-color: transparent;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.4vh;
    font-weight: 600;
    letter-spacing: .14vw;
    height: 8vh;
    line-height: 8vh;
    outline: 0;
    padding: 0.1vh 4vh;
    margin: -0.1vh -4vh;
}

nav a:hover {
    color: rgba(255,255,255,1);
    background-color: transparent;
}


header {
    position: relative;
    top: -6vh;
    padding: 3vh 0 3vh 0;
    width: 54vh;
    max-width: 65vw;
    border-radius: 0.7vh 0.7vh 0 0;
    margin-left: auto;
    margin-right: auto;
}

header h1 {
    color: rgb(255, 255, 255);
    text-shadow: rgb(255, 255, 255) 0px 0px 50px;
    text-transform: uppercase;
    font-size: 2.2vh;
    letter-spacing: .3vw;
    text-align: center;
    padding: 0;
    margin: 0;
}

header h1 a, header h1 a:visited{
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-underline: none;
}

section {
    font-family:"Times New Roman",serif;
    width: 90vh;
    max-width: 70vw;
    max-height: 100%;
    box-shadow: inset 0 0 1px 1px rgba(105, 99, 89, 0.51);
    border-radius: 8px;
    padding: 4.5vh;
    margin: 2vw auto;
    color: rgb(43, 52, 65);
    font-size: 3vh;
    text-shadow: 1px 1px rgba(100,100,100,.4);
    text-align: center;
}

p {
    width: 90vh;
    max-width: 65vw;
    text-align: center;
    color: rgb(43, 52, 65);
    font-size: 3.2vh;
}

dark {
    color: rgb(65, 65, 65);
    font-size: 2.2vh;
}

.button {
    width: 26vh;
    max-width: 60vw;
    margin: 5vh auto 2vh auto;
    padding: 3vh 0;
    background-color: rgb(54, 58, 65);
    text-underline: none;
    color: rgb(255, 255, 255);
    border-radius: 6px;
    text-align: center;
    cursor: pointer; 
    box-sizing: border-box;
}

.button a {
    font-family: "Times New Roman",serif;
    width: 100%;
    height: 100%;
    font-size: 2.1vh;
    letter-spacing: 0.4vh;
    padding: 4vh 5vh;
    margin: -4vh -5vh;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-decoration: none;
}

.button:hover{
    background-color: rgb(65, 80, 92);
    padding: 2.5vh 0;
    box-sizing: border-box;
    border: 0.5vh solid rgb(35, 50, 62);
}



.button a:visited{
    background-color: rgb(46, 50, 57);
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.preamble {
    margin: 1vw auto 3vw auto;
}

.postamble {
    margin: 0 auto;
}

.emphasis {
    font-weight: bold;
}


@media screen and (min-width: 1200px){
    .aThird {
        float: left;
    }
}

.aThird {
    position: relative;
    min-width: 33.3%;
    max-width: 60vw;
    margin: 8vh auto;
    padding: 0;
    align-content: center;
    text-align: center;
}

.aThird img{
    max-width: 45vw;
    border-color: rgb(132, 208, 215);
    border-radius: 3px;
}

.aThird h1{
    color: rgb(112, 188, 195);
    text-shadow: 1px 1px rgb(126, 132, 145);
    font-size: 3.1vh;
    letter-spacing: .1vw;
}

.aThird h4{
    color: rgb(78, 79, 80);
    margin: 2vh 0 6vh 0;
    font-size: 2.3vh;
    letter-spacing: .04vw;
    font-weight: normal;
}

.projectCtn {
    width: 80vw;
    margin: 5vh auto;
}

.overlay {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 500;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.popScreen {
    position: fixed;
    height: 90vh;
    width: 94vw;
    top: 5vh;
    left: 2vw;
    z-index: 999;
    border-radius: 1vh;
    background: no-repeat center;
    background-blend-mode: multiply;
    background-size: cover;
    display: block;
}

.backgroundA {
    background-image:
            radial-gradient(
                    rgb(51,161,208),
                    rgb(70, 90, 150)
            ),
            url("images/Encircle-Link.gif");
}

.backgroundB {
    background-image:
            radial-gradient(
                    rgb(51,161,208),
                    rgb(70, 90, 150)
            ),
            url("images/QuickPlay.gif");
}


.backgroundC {
    background-image:
            radial-gradient(
                    rgb(51,161,208),
                    rgb(70, 90, 150)
            ),
            url("images/eProax.gif");
}

.backgroundE {
    background-image:
            radial-gradient(
                    rgb(51,161,208),
                    rgb(70, 90, 150)
            ),
            url("images/ShawDashboard.gif");
            filter: blur(0);
}

.inline {
    padding: 0;
    display: inline-flex;
    flex-direction: row;
}

.social-links ul {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
}

.SVGInline {
    fill: rgb(167, 185, 178);
    padding: 10px;
}

.SVGInline-svg {
    width: 4vh;
    height: 4vh;
}


.more {
    color: black;
    font-size: 2vh;
    text-shadow: rgb(255, 255, 255) 0px 0px 5px;
    box-shadow: none;
    background: linear-gradient(
            rgb(217, 227, 232) 0%,
            rgb(186, 205, 208) 50%,
            rgba(159, 176, 179, 0.8) 85%,
            rgba(162, 178, 181, 0.5) 90%,
            rgba(61, 69, 71, 0) 100%
    );
    border: none !important;
    text-align: left;
    width: 60%;
    height: 55%;
    overflow: auto;
}

#person {
    height: 100%;
    font-size: 2vh;
    letter-spacing: .3vw;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 12vh;
}

#person h1 a, h1 a:visited {
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}

#portrait {
    display: inline-block;
    height: 25vh;
    width: 25vh;
    margin: 2vw 0;
    border-collapse: collapse;
    border: 1.5vh ridge rgba(184, 246, 248, 0.38);
    border-radius: 50vh;
}

#name {
    font-size: 4.2vh;
    letter-spacing: .4vw;
    font-weight: 100;
}

#title {
    font-size: 3vh;
    letter-spacing: .24vw;
}

#fields {
    font-size: 1.9vh;
    letter-spacing: .01vw;
}


#intro {
    background-color: rgb(196, 232, 235);
    min-height: 88vh;
    padding: 0 0 10vh 0;
    margin: 4vw 0 0 0;
}

#introTab {
    background-color: rgb(196, 232, 235);
    box-shadow: -1px -6px 1px 5px rgba(81, 87, 109, 0.06), 1px -6px 1px 5px rgba(81, 87, 109, 0.05);
}

#introTab h1 a{
    color: rgb(43, 52, 65);
}

#projectsTab {
    background-color: rgb(231, 235, 235);
    box-shadow: -1px -8px 8px 2px rgba(59, 61, 61, 0.1), 1px -8px 8px 2px rgba(150, 249, 249, 0.2);
}

#projectsTab h1 a{
    color: rgb(35, 42, 53);
}

#projects {
    background-color: rgb(231, 235, 235);
    min-height: 140vh;
    height: auto;
    padding: 0 0 5vh 0;
    margin: 0;
}

#contactTab {
    background-color: rgb(58, 59, 59);
    box-shadow: -2px -6px 6px 2px rgba(150, 150, 150, 0.1), 2px -6px 6px 2px rgba(150, 150, 150, 0.1);
}

#contactTab h1 a{
    color: rgb(232, 255, 248);
}

#contact {
    background-color: rgb(58, 59, 59);
    min-height: 85vh;
    padding: 0 0 5vh 0;
    margin: 0;
}