html,body{
    min-width: 600px;
}

div#page-header{
    position: fixed;
    min-width: 600px;
    z-index: 105;
    width: 100%;
    height: 75px;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 0%, rgba(0,174,255,1) 100%);
}

div#page-header div#page-title{
    float: left;
    color: white;
    font-size: 30px;
    margin-top: 18px;
    margin-left: 30px;
    display: flex;
}

div#page-header div#page-title a{
    color: white;
    text-decoration: none;
    display: flex;
}

div#page-header div#page-title img{
    margin-right: 10px;
    height: 35px;
}

div#page-header ul.navigation{
    display: none;
}

div.container{
    margin-right: 30px;
}

div.button-subscribe{
    color: #0292c1;
    border: 1px solid #0292c1;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 18px;

    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

div.button-subscribe:hover{
    background-color: #0292c1;
    color: white;
}

div.button-subscribe:hover a{
    color: white;
}

div.button-subscribe a{
    text-decoration: none;
    color: #0292c1;

    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

div#subscribe-header{
    display: none;
    float: right;
    margin-top: 15px;
    margin-right: 40px;
    margin-left: 40px;
}

div#subscribe-hero{
    width: 170px;
    margin: 30px auto;
}

div#subscribe-overlay-menu{
    width: 60%;
    margin: 40px auto;
    text-align: center;
    font-size: 18px;
}

div#subscribe-footer{
    width: 170px;
    margin: 30px auto;
}

div#section-hero.section-large{
    height: 650px;
}

div#section-hero{
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 0%, rgba(0,174,255,1) 100%);
    height: 500px;
}

div#section-hero.section-narrow h1{
    padding-top: 160px;
}

div#section-hero div.hero-inner{
    margin: 0 auto;
    width: 100%;
    position: relative;
    height: 650px;
}

div#section-hero div#hero-headshot{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    clear: both;
}


div#section-hero div.hero-inner #headshot{
    height: 360px;
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    left: 50%;
    margin-left: -140px;
}

div#section-hero div.hero-inner #hero-content{
    width: 100%;
    float:left;
    margin-top: 15px;
}

div#section-hero.hero-projects{
    background-size: auto 100% !important;
}

div#section-workspace{
    background-size: auto 100% !important;
    background-position: right;
}

div#section-about-me img{
    width: 200px;
    height: auto;
    margin: 10px auto;
}

div#section-about-me div.section-text{
    display: grid;
}

div#section-hero.hero-about{
    background-size: auto 100% !important;
}

div#section-hero h1{
    color: white;
    padding-top: 115px;
    font-size: 50px;
    text-align: center;

    font-weight: normal;
    margin: 0;

    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}

div#section-hero h2{
    color: white;
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 22px;
    text-align: center;

    font-weight: normal;
    margin: 0;

    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

div#section-hero div#hero-social-media{
    text-align: center;
}

div#section-hero div#hero-social-media a,
div#section-footer div#footer-social-media a{
    margin-right: 10px;
}

div#footer-social-media{
    margin-top: 85px;
}

div#overlay-menu-social-media{
    text-align: center;
    padding-bottom:60px;
}
div#overlay-menu-social-media a{
    margin-right: 10px;
}



div#section-history{
    position: relative;
    background-color: #fbfbfb;
}

div#section-history div.history-item{
    position: relative;
    display: flex;
    clear: both;
    width: 100%;
}

div#section-history div.history-item-image{
    display: none;
    float: left;
    width: 100%;
    text-align: center;
}

div#section-history div.history-item-divider{
    position: relative;
    height: inherit;
    width: 3px;
    background-color: #cccccc;
    margin-left: 35px;
    float: left;
}

div#section-history div.history-item-circle{
    position: relative;
    top: 110px;
    float:left;
    margin-left: -10px;
    border-radius: 50%;
    border: 3px solid #cccccc;
    height: 12px;
    width: 12px;
    background-color: white;
}

div#section-history div.history-item-content{
    width: 85%;
    float: left;
    padding-top: 50px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

div#section-history h3{
    font-size: 26px;
    clear: both;
    padding-top: 50px;
    margin: 0;
    font-weight: normal;
}

div#section-history div.history-item-content-subtitle{
    font-size: 20px;
    margin-top: 10px;
    color: #999999;
}

div#section-history div.history-item-content-text{
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
}

div#section-history div.history-item-content div.history-item-image{
    display: inline-block !important;
    text-align: center;
}

div#section-history div.history-item-content div.history-item-image img{
    width: 150px;
    clear: both;
}

h3.section-title{
    font-size: 26px;
    padding-top: 70px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    font-weight: normal;
}

div.section-text{
    font-size: 18px;
    color: rgba(26,26,26,.9);
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 80px;
}

div#section-footer{
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 0%, rgba(0,174,255,1) 100%);
    height: 300px;
    color: white;
    text-align: center;
    padding-top: 20px;
}

div#section-contact{
    background-size: auto 100% !important;
    background-position: center center;
}


div#section-photos div{
    width: 49.99vw;
    height: 40vh;
}


div#section-footer div#footer-copyright{
    margin-top: 40px;
    font-size: 14px;
}


div#section-lifestyle-1{
    background-size: auto 100%;
}

div#section-about-me{
    background-color: white;
    text-align: center;
}


div.hero-inner div#subscribe-hero,
div.hero-inner div#hero-social-media{
    display: none;
}


div#section-speaking{
    background-size: auto 100%;
}