body {
    font: inherit;
    vertical-align: baseline;
    line-height: 1;
    padding: 0;
    border: 0;
    margin: 0;
    min-height: 100%;
    font-size: 100%;
    font-family: 'Avenir Next',Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    height: 100%;
}

div {
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    background-color: transparent;
    cursor: pointer;
}
.projects-title, .courses-title {
    padding-top: 10px;
}

.project-title {
    /* display: flex; */
    font-size: 12px;
    /* color: #989898; */
    /* position: absolute; */
    /* bottom: 6px; */
    /* left: 151px; */
    line-height: 15px;
    /* width: 250px; */
    /* border: 1px solid red; */
    /* width: 140px; */
    /* height: 100px; */
    /* font-style: italic; */
    color: #191b1d;
    font-size: 12px;
    text-shadow: 2px 2px 2px #b6b6b6;
    font-weight: bold;
}

.project-description {
    line-height: 15px;
    color: #191b1d;
    font-size: 10px;
    text-shadow: 2px 2px 2px #b6b6b6;
    text-align: left;
}

.publications-title, .projects-title, .courses-title
{
    font-family: Arial,Helvetica,sans-serif;
    /* font-weight: 700; */
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1em;
    font-family: Cormorant;
    /* font-weight: 300; */
    font-style: normal;
    /* font-size: 28px; */
    /* letter-spacing: .14em; */
    line-height: .8em;
    text-transform: uppercase;
    color: #131516;
    -webkit-box-ordinal-group: 3;
    order: 0;
    padding-left: 10px;
}


.personal-title {
    font-family: Arial,Helvetica,sans-serif;
    /*font-weight: 700;*/
    font-size: 11px;
    letter-spacing: 0em;
    line-height: 1em;
    font-family: Cormorant;
    /*font-weight: 300;*/
    font-style: normal;
    /*font-size: 28px;*/
    letter-spacing: .14em;
    line-height: .8em;
    text-transform: uppercase;
    color: #131516;
    -webkit-box-ordinal-group: 3;
    order: 0;
}

#a3-homepage {
    overflow: hidden;
}

#a3-homepage #a4-hero.hero, #spend-x #a4-hero.hero {
    height: 400px;
    top: 0px;
    /*background: #e5ecee;*/
}

#a3-homepage .hero {
    width: 100%;
    /*height: 665px;*/
    /*background-image: linear-gradient(*/
    /*        65deg*/
    /*        ,#ffffff, #d9f1d2);*/
    background-image: linear-gradient(
            65deg
            ,#ffffff, #ededf2);
    background-repeat: no-repeat,no-repeat;
    background-position: left;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.bio {
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    display: flex;
    /*border: 5px solid orange;*/
    width: 100%;
    height: 100%;
}

.portrait {
    flex: 1;
    width: 250px;
    height: 250px;
    /*border: 1px solid pink;*/
    background-repeat: no-repeat;
    background-size: 250px 250px;
    background-image: url(images/portrait_gta.png);
    position: absolute;
    bottom: 0;
    /*left: 0px;*/
}


.objects {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 797px;
}

.ball {
    width: 43px;
    height: 43px;
    /* margin-left: 170px; */
    /* margin-top: -141px; */
    margin-left: 140px;
    margin-top: 40px;
    display: block;
    position: absolute;
    /*top: 18px;*/
    /*left: 100px;*/
    animation: photo-object-floating 7.1s infinite ease-in-out alternate;
}

.pyramid {
    width: 47px;
    height: 43px;
    margin-left: 169px;
    margin-top: -50px;
    /* margin-top: 120px; */
    /* margin-left: calc(-72px / 2); */
    display: block;
    position: absolute;
    /*top: -110px;*/
    /*left: 95px;*/
    animation: photo-object-floating 6.5s infinite ease-in-out alternate;
}

.cube {
    width: 49px;
    height: 49px;
    margin-left: 190px;
    margin-top: 30px;
    /* margin-left: calc(-80px / 2); */
    /* margin-top: calc(-82px / 2); */
    display: block;
    position: absolute;
    /*top: -44px;*/
    /*left: 130px;*/
    animation: photo-object-floating 8.5s infinite ease-in-out alternate;
    /*animation: photo-object-floating 8s;*/
}

@keyframes photo-object-floating {
    0% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(20px);
    }
}


.profile_personal
{
    /*border: 1px solid red;*/
    height: 340px;
    width: 250px;
    max-width: 250px;
    max-height: 500px;
}

.profile_projects
{
    /*border: 1px solid blue;*/

    height: 340px;
    width: 550px;

    /*width: calc(100% - 420px);*/
    /*max-width: 600px;*/

    top: 160px;
    right: 6.2%;
    /*width: 300px;*/
    z-index: 3;

}

.profile_projects img {
    position: absolute;
    width: 550px;
    max-width: 550px;
    /*max-height: 600px;*/
    padding-top: 40px;
}

.shadow {
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, .1) !important;*/
    /*transition: .3s ease;*/
    /*display: block !important;*/

    -webkit-box-shadow: 0 0 26px rgba(0, 0, 0, .1);
    box-shadow: 0 0 26px rgba(0, 0, 0, .1);
    -webkit-transition: opacity .2s linear, -webkit-box-shadow .2s linear;
    transition: opacity .2s linear, -webkit-box-shadow .2s linear;
    transition: box-shadow .2s linear, opacity .2s linear;
    transition: box-shadow .2s linear, opacity .2s linear, -webkit-box-shadow .2s linear;
}


.shadow:hover {
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, .3) !important;*/
    transition: .3s ease;
    /*display: block !important;*/
    -webkit-box-shadow: 0 0 30px rgba(104, 212, 215, 0.3);
    box-shadow: 0 0 30px rgba(104, 212, 215, 0.3);
}
.card {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #fff;
    display: block;
    padding: 12px;
}

.card-body {
    flex: 1 1 auto;
    position: relative;
}

#a3-homepage #courses
{
    width: 100%;
    height: 800px;
    background: rgba(255,255,255,1.0);
    /*border: 1px solid green;*/

    display: flex;
    justify-content: center;
    /*align-items: center;*/
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.project-card {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    width: 220px;
    height: 420px;
    /*min-height: 30rem;*/
    /* height: 36rem; */
    /* max-width: 18rem; */
}

.project-card img {
    width: 100% !important;
    height: 100% !important;
}


.course-card {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    width: 220px;
    height: 280px;
    /*min-height: 30rem;*/
    /* height: 36rem; */
    /* max-width: 18rem; */
}

.course-card img {
    width: 150px !important;
    height: 150px !important;
}

.read-more-sec {
    font-size: 12px;
}



#a3-homepage #projects
{
    width: 100%;
    height: 960px;
    background: rgba(255,255,255,1.0);
    /*border: 1px solid green;*/

    display: flex;
    justify-content: center;
    /*align-items: center;*/
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.project-card .masterthesis  {
    width: 110px !important;
}

#a3-homepage .hero .wrapper {
    position: relative;
    display: flex;
    width: 800px;
    align-items: center;
    /*padding: 0 80px;*/
    bottom: 0;
    position: absolute;
    /*border: 1px solid red;*/
}

#a3-homepage #a4-hero.projects .wrapper,
#a3-homepage #a4-hero.courses .wrapper,
#spend-x #a4-hero.hero .wrapper {
    padding: 0 100px 0 60px;
    min-width: 900px;
}

#a3-homepage .hero .wrapper .text-container {
    width: 300px;
    height: 500px;
    border: 1px solid green;
}

#a3-homepage #publications {
    width: 100%;
    height: 480px;
    background: rgba(255,255,255,1.0);
    /*border: 1px solid green;*/
}


#a3-homepage #publications .wrapper img,
#a3-homepage #projects .wrapper img,
#a3-homepage #courses .wrapper img

{
    width: 100px;
    height: 100px;

}

#a3-homepage #publications .wrapper .thesis {
    width: 96px;
    height: 75px;
}

.publication-title {
    /* display: flex; */
    font-size: 12px;
    /* color: #989898; */
    /* position: absolute; */
    /* bottom: 6px; */
    /* left: 151px; */
    line-height: 15px;
    /* width: 250px; */
    /* border: 1px solid red; */
    /* width: 140px; */
    /* height: 100px; */
    /* font-style: italic; */
    color: #191b1d;
    font-size: 10px;
    text-shadow: 2px 2px 2px #b6b6b6;
}


#a3-homepage #publications .wrapper table,
#a3-homepage #courses .wrapper table,
#a3-homepage #projects .wrapper table
{
    /*border: 1px solid red;*/
    width: 100%;
}

#a3-homepage #publications .wrapper table .column,
#a3-homepage #courses .wrapper table .column,
#a3-homepage #projects .wrapper table .column
{
    /*border: 1px solid red;*/
    margin: auto;
    width: 170px;
    height: 200px;
    padding-left: 10px;
    padding-right: 20px;
}

#a3-homepage #a4-hero.hero .text-container, #spend-x #a4-hero.hero .text-container {
    width: 420px;
}

#a3-homepage .hero .wrapper .text-container h1 {
    font-weight: 600;
    font-size: 48px;
    color: #fff;
    max-width: 540px;
    line-height: .98;
    margin-bottom: 20px;
}

#a3-homepage #a4-hero.hero .text-container h1, #spend-x #a4-hero.hero .text-container h1, #a3-homepage #a4-hero.hero .text-container p, #spend-x #a4-hero.hero .text-container p {
    max-width: 540px;
    margin-bottom: 24px;
    color: #363f41;
}


#a3-homepage #a4-hero.hero .text-container h1, #spend-x #a4-hero.hero .text-container h1 {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -0.64px;
}

#a3-homepage #a4-hero.hero .text-container p {
    max-width: 420px;
    margin-bottom: 24px;
    color: #363f41;
}

#a3-homepage #a4-hero.hero .text-container p, #spend-x #a4-hero.hero .text-container p {
    font-size: 24px;
    line-height: 33px;
}

#ember454 ol, #ember454 li, #ember454 p, #ember454 h3 {
    font-family: 'Avenir Next',Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
}

#a3-homepage #a4-hero.hero .text-container .hero-cta, #spend-x #a4-hero.hero .text-container .hero-cta {
    /*display: block;*/
    width: 264px;
    padding: 13px 90px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background-color: #74c947;
    border-radius: 100px;
    touch-action: manipulation;
    -ms-touch-action: manipulation;
    transition: background-color 300ms;
}

#a3-homepage .hero .wrapper .images-container {
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100px;
    /*width: calc(100% - 350px);*/
    width: 100%;
    border: 1px solid red;
}

#a3-homepage #a4-hero.hero .images-container, #spend-x #a4-hero.hero .images-container {
    height: 340px;
    /*width: calc(100% - 420px);*/
    max-width: 600px;

}

#a3-homepage #a4-hero.hero .images-container #a4-phone, #spend-x #a4-hero.hero .images-container #a4-phone {
    /*top: 50px;*/
    /*right: 6.2%;*/
    /*width: 277px;*/
    /*z-index: 3;*/
    top: 160px;
    right: 6.2%;
    width: 300px;
    z-index: 3;
}

#a3-homepage #a4-hero.hero .images-container img, #spend-x #a4-hero.hero .images-container img {
    position: absolute;
    max-width: 600px;
    max-height: 600px;
}



#a3-homepage #a4-hero.hero .images-container #a4-phone-shadow, #spend-x #a4-hero.hero .images-container #a4-phone-shadow {
    right: 226px;
    width: 156px;
    z-index: 2;
}

#a3-homepage #a4-hero.hero .images-container #a4-phone-shadow, #spend-x #a4-hero.hero .images-container #a4-phone-shadow {
    -webkit-transition: opacity 640ms 160ms,-webkit-transform 1200ms;
    transition: opacity 640ms 160ms,-webkit-transform 1200ms;
    transition: opacity 640ms 160ms,transform 1200ms;
    transition: opacity 640ms 160ms,transform 1200ms,-webkit-transform 1200ms;
}

#a3-homepage .introducing-video {
    height: 100%;
    background-color: #fff;
}

#a3-homepage .introducing-video .wrapper {
    display: block;
    padding-top: 125px;
}

#a3-homepage .introducing-video .wrapper .info,
#a3-homepage .introducing-video .wrapper .warning,
#a3-homepage .introducing-video .wrapper .alert {
    text-align: center;
    margin: 30px auto 20px;
    width: 100%;
}

#a3-homepage .introducing-video .wrapper .info h2,
#a3-homepage .introducing-video .wrapper .warning h2,
#a3-homepage .introducing-video .wrapper .alert h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.01;
    color: #3d3d46;
    margin-bottom: 16px;

}

#a3-homepage .introducing-video .wrapper .warning h2,
#a3-homepage .introducing-video .wrapper .alert h2 {
    color: red;
    font-size: 26px;
}


#a3-homepage .introducing-video .wrapper .warning h2 {
    color: orange;
}

#a3-homepage .introducing-video .wrapper .info h2 {
    color: #A1D193;
}

#a3-homepage .introducing-video .wrapper .info p,
#a3-homepage .introducing-video .wrapper .warning p,
#a3-homepage .introducing-video .wrapper .alert p {
    font-size: 18px;
    line-height: 1.0;
    color: #3d3d46;
    width: 600px;
    margin: 0 auto 20px;
}




#footer-wrapper {
    border-top: 1px solid #f5f5f5;
}

#footer-wrapper, #footer {
    background: #fff;
}

#footer-wrapper, #footer {
    background: #fff;
}

#footer {
    color: #212122;
    width: 100%;
    max-width: 1166px;
    margin: 0 auto;
    /*padding: 120px 48px;*/
    font-family: 'Avenir Next',Helvetica,Arial,sans-serif;
}

#footer .footer-main-row {
    height: 376px;
    display: flex;
}

#footer .footer-closing-icon-row {
    height: 50px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
}

#footer .footer-closing-icon-row>div {
    display: inline-block;
    /* vertical-align: middle; */
}

#footer .footer-closing-icon-row>div {
    display: inline-block;
    /* vertical-align: middle; */
}

#footer .footer-closing-icon-row .logo-wrapper {
    flex-grow: 1;
}

#footer .footer-closing-icon-row .logo-wrapper #footer-logo {
    width: 130px;
    vertical-align: middle;
}

#footer .footer-closing-icon-row .closing-row-links>a {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #212122;
    text-decoration: none;
    margin-right: 32px;
    transition: color 300ms cubic-bezier(0.56,0.02,0.32,1);
}

#footer .footer-closing-icon-row>div {
    display: inline-block;
    /* vertical-align: middle; */
}

.closing-row-social-icons {
    width: 196px;
    margin: auto;
}

.closing-row-social-icons>a {
    display: inline-block;
    margin-right: 16px;
}

.closing-row-social-icons>a>img {
    height: 18px;
    width: auto;
    display: inline-block;
}


#footer .footer-disclosures {
    font-size: 12px;
    line-height: 18px;
    color: #767676;
    padding-top: 0px;
    border-top: 1px solid rgba(62,65,66,0.16);
}

#header-nav-desktop, #header-nav-mobile {
    /*position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 998;
}

#header-nav-desktop .main-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    border-bottom: 1px solid rgba(25,25,25,0.05);
}

#header-nav-desktop .main-content-wrapper .header-nav-left, #header-nav-desktop .main-content-wrapper .header-nav-right {
    display: flex;
    align-items: center;
    align-self: stretch;
}

#header-nav-desktop .main-content-wrapper .header-nav-right {
    display: flex;
    align-items: center;
    align-self: stretch;
}

#header-nav-desktop .main-content-wrapper .header-nav-right {
    padding-top: 18px;
    padding-bottom: 17px;
}

#header-nav-desktop .main-content-wrapper .header-nav-center {
    padding-top: 18px;
    padding-bottom: 17px;

    font-family: Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 27px;
    letter-spacing: 0em;
    line-height: 1em;
    font-family: Cormorant;
    font-weight: 300;
    font-style: normal;
    font-size: 28px;
    letter-spacing: .14em;
    line-height: .8em;
    text-transform: uppercase;
    color: #131516;
    -webkit-box-ordinal-group: 3;
    order: 0;

    width: 100%;
    text-align: center;
}


#header-nav-desktop .main-content-wrapper .header-nav-left .logo-wrapper>img {
    width: 70px;
    height: 70px;
    /*height: 39px;*/
    margin-right: 10px;
}

#header-nav-desktop .main-content-wrapper .header-nav-left  p {
    /*font-size: 12px;*/
    padding-top: 0px;
    color: #A1D193;
    font-style: italic;
}

#header-nav-desktop .main-content-wrapper .header-nav-item {
    font-size: 16px;
    line-height: 18.75px;
    letter-spacing: 0;
    color: #191919;
    text-decoration: none;
    font-weight: 600;
    margin-left: 35px;
    cursor: pointer;
    height: 100%;
    position: relative;
    opacity: 1;
    transition: opacity 400ms cubic-bezier(0.64,0.04,0,1);
}

.wrapper {
    display: block;
    margin: 0 auto;
    max-width: 1167px;
    padding: 0 20px;
}

.generic-hero {
    min-height: 500px;
    position: relative;
    background: linear-gradient(to right,#17a77b,#74c947);
    color: #fff;
}

.generic-hero .wrapper {
    max-width: 840px;
    padding: 190px 0 0;
    padding-top: 196px;
    color: #fff;
}

.generic-hero .wrapper h1 {
    max-width: 840px;
    text-align: center;
    font-size: 32px;
    line-height: 1.33em;
    font-weight: 400;
}


section.intro .wrapper {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}

section.intro .wrapper {
    padding: 156px 25px 0;
    color: #363f41;
    font-weight: 400;
}

section.intro h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 40px;
    font-weight: 600;
}

section.intro h2 {
    max-width: 750px;
    text-align: center;
    margin: 0 auto 40px;
}

section.intro h2 {
    margin-bottom: 15px;
}

section.intro h3 {
    max-width: 365px;
    text-align: center;
    margin: 0 auto 120px;
}

section.intro h3 {
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: 400;
}
