body {
    font-family: 'Helvetica', 'Helvetica-Bold', Arial, sans-serif;
    font-weight: bold;
    background-color: #EBF4EC;
    color: #000000;
    margin: 2em;
}

a {
    color: #000000;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: #878787;
    transition: 0.3s;
}

hr {
    /*border-width: thin;*/
    border-style: solid;
}

::selection {
  background: #B3D4FC; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #B3D4FC; /* Gecko Browsers */
}

.title {
    font-size: 18px;
    font-size: 1.125rem;
}

.resume {
    width: 100%;
    height: 70.5rem;
    margin-bottom: 20px
}

.resume-box {
    width: 100%;
}

.headline {
    font-size:24px;
    font-size: 1.5rem;
    display: inline;
}

.quote {
    width: 100%;
    text-align: left;
    margin: auto
}

.wrapper {
    width: 58%;
    margin: auto;
}

.footer-col {
    padding: 0 50px 0 0;
    display: inline-block;
    position: relative;
    float: left
}

.footer-colr {
    /*padding: 0 50px 0 0;
    display: inline-block;
    position: relative;*/
    text-align: right;
    float: right;
}

.column {
    width:100%;
    margin:auto;
    /*margin-top: 30px;*/
}

.leftcol {
    font-size: 16px;
    text-align: left;
    width:190px;
    display: inline-block;
    vertical-align:top;
}

.rightcol {
    font-size: 16px;
    /*margin-left: 20px;*/
    width:50%;
    display: inline-block;
    vertical-align:top;
    text-align: left;
}

.headshot {
    display: block;
    height: 250px;
    width: auto;
}

#navbar > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    height: 30px;
}

#navbar > ul > li {
    margin: 0 1em;
    display: inline-block;
    float: right;
    position: relative;
}

#current {
    text-decoration: underline;

    /*border-bottom: solid #000000 2px;*/
}

#intro {
    text-align: center;
    font-size: 41px;
}

#caslon {
    font-family: 'Caslon', serif;
    font-size: 18px;
    line-height: 23px;
    font-weight: normal;
}

#kanye {
    text-align: center;
}
.typed-cursor{
    font-size: 24px;
    font-family: PragmataPro;
    opacity: 1;
    /*-webkit-animation: blink 0.7s infinite;*/
    /*-moz-animation: blink 0.7s infinite;*/
    animation: blink 0.7s infinite;
}

.associates {
    position: absolute;
    bottom: 0;
    font-size: 12px;
}

.project-pictures {
    text-align: center;
}

.mySlides {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.button {
    border:none;
    display:inline-block;
    outline:0;
    padding:8px 16px;
    vertical-align:middle;
    overflow:hidden;
    text-decoration:none;
    color:inherit;
    background-color:inherit;
    text-align:center;
    cursor:pointer;
    white-space:nowrap
}

.button {
    transition: 0.3s;
}

.button:hover {
    color:#000000;
    background-color:#C7C7C7;
    transition: 0.3s;
}

#underline {
    text-decoration: underline;
}

b {
    font-size:18px;
}

@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

@font-face {
    font-family: 'Helvetica-Bold';
    src: url("./Helvetica-Bold.ttf");
}

@font-face {
    font-family: 'Caslon';
    src: url("./Caslon-Semibold.otf");
}

@media (min-width: 300px) and (max-width: 859px) {
    .wrapper {
        width: 97%;
        margin: auto;
    }

    .leftcol {
        font-size: 16px;
        text-align: left;
        width:150px;
        display: inline-block;
        vertical-align:top;
    }

    .footer-col {
        padding: 0 2px 0 0;
        display: inline-block;
        position: relative;
        float: left
    }
}

@media (orientation: portrait) {
    .wrapper {
        width: 100%;
        margin: auto;
    }
}
