html, body {
    overflow-x: visible;
    }

body {
    background: #f5f4eb;
    }

p.pg-tag {
    top: 13px;
    }

h3 {
    text-transform: uppercase;
    font-family: tenez, serif!important;
    font-weight: 400;
    font-style: normal;
    font-size: 500%;
    letter-spacing: 0;
    color: #14269f;
    text-align: center;
    }

p.subtitle {
    font-size: 140%;
    font-weight: 200;
    color: #14269f;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
    }

div.img-aboutme {
    margin: 0 auto;
    margin-top: 70px;
    text-align: center;
    position: relative;
    width: 90%;
    height: auto;
    max-width: 520px;
    }

div.img-aboutme img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    }

div.img-aboutme img.svg-img{
    width: 100%;
    height: auto;
    max-width: 460px;
    position: absolute;
    bottom: 0;
    right: 0;
    }

div.aboutme-info p {
    width: 90%;
    max-width: 700px;
    font-size: 120%;
    font-weight: 200;
    color: #14269f;
    line-height: 24px;
    margin: 20px auto 0 auto;
    text-align: center;
    }

div.aboutme-info {
    text-align: center;
    }

table {
    margin-top: 70px;
    padding: 0 10px;
    }

table.tbawards td:first-child p {
    margin-top: 15px;
    width: 90%;
    line-height: 24px;
    }

td {
    width: 50%;
    vertical-align: top;
    }

h1 {
    text-transform: uppercase;
    font-size: 800%;
    font-family: bilo, sans-serif;
    font-weight: 300;
    font-style: normal;
    padding: 0 5%;
    }

h4 {
    font-weight: 600;
    font-style: normal;
    font-size: 130%;
    color: #14269f;
    line-height: 24px;
    text-align: center;
    margin-top: 50px;
    }

div.wrap {
    z-index: 2;
    }

div.education {
    z-index: 1;
    height: 100vh;
    position: sticky;
    position: -webkit-sticky; /* Safari */
    top: 0;
    }

div.awards {
    z-index: 2;
    position: sticky;
    position: -webkit-sticky; /* Safari */
    top: 0;
    height: auto;
    background: #f5f4eb /*#f6f4f2;*/
    }

div.awards h3#h3awards {
    z-index: 3;
    position: sticky;
    position: -webkit-sticky; /* Safari */
    top: 0;
    }

div.education {
    margin-top: 50px;
    background: #f7cac9;
    text-align: center;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    }

div.education .wrap {
    background: #f7cac9;
    }

div.education p {
    margin-top: 50px;
    font-size: 120%;
    color: #14269f;
    }

div.education p span {
    display: block;
    font-size: 80%;
    margin-top: 10px;
    font-weight: 300;
    }

div.education p a{
    margin-top: 30px;
    font-size: 70%;
    border-bottom: 1px solid #14269f;
    padding-bottom: 2px;
    color: #14269f;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 500;
    }

div.education p a:hover {
    opacity: 0.4;
    transition: 0.2s;
    }

div.education p:nth-child(4) {
    margin-bottom: 40px;
    }

div.awards h3 {
    padding: 100px 0 50px 0;
    background: #f5f4eb;
    margin: 0;
    text-align: center;
    }

div.year {
    margin-top: 30px;
    }

div.year h5 {
    font-weight: 300;
    font-size: 110%;
    margin-bottom: 10px;
    color: #14269f;
    }

div.year p {
    margin-top: 35px;
    font-weight: 200;
    font-size: 120%;
    }

div.year p.firstp {
    margin-top: 10px;
    }

div.year p, div.year ul {
    margin-left: 25px;
    }

div.year ul li {
    list-style: initial;
    font-size: 90%;
    margin: 0 0 0 25px;
    font-weight: 300;
    line-height: 24px;
    }

table.tbawards {
    margin-top: 0!important;
    margin: 0 auto;
    width: 90%;
    max-width: 900px;
    }

table.tbawards:first-of-type {
    margin-top: 90px!important;
    }

table.tbawards td:first-of-type {
    width: 35%;
    }

td.infotd {
    vertical-align: top;
    text-align: left;
    padding-left: 50px;
    }

td.imgtdfirst {
    background: url(../about/award01.png) center no-repeat;
    background-size: contain;
    }

td.imgtdsecond {
    background: url(../about/award02.png) left no-repeat;
    background-size: contain;
    }

td.imgtdthird {
    background: url(../about/award03.png) left no-repeat;
    background-size: contain;
    }

td.tdcentered p {
    color: #14269f;
    }

@media screen and (max-width: 955px){
    table.abouttb {
        margin: 40px auto 0 auto!important;
        padding: 0;
        width: 80%;
        margin: 0 auto;
        text-align: center;
        }
    
    table.abouttb td {
        display: block;
        width: 95%;
        max-width: 600px;
        margin: 0 auto;
        padding: 0;
        }
    
    table.abouttb td:nth-child(2) {
        margin-top: 20px;
        }
    
    table.tbawards:first-of-type {
        margin-top: 20px!important;
        }
    
    table.tbawards td {
        display: block;
        width: 90%;
        margin: 0 auto;
        padding: 0;
        }
    
    td.imgtdfirst, td.imgtdthird, td.imgtdsecond {
        height: 300px;
        display: block;
        }
    
    td.imgtdsecond, td.imgtdthird {
        background-position: center!important;
        }

    div.year {
        margin: 0 auto;
        margin-top: 30px;
        max-width: 400px;
        }
    
    div.year:first-child {
        margin-top: 0;
        }
    
    table.tbawards div.year:nth-child(2) {
        margin-bottom: 30px;
        }
    
}

@media screen and (max-width: 670px){
    div.img-aboutme {
        max-width: 320px;
        }

    div.img-aboutme img.svg-img{
        max-width: 300px;
        }
    
    div.awards h3 {
        font-size: 350%;
        }
    
    div.education h3 {
        font-size: 400%;
        }
}