div#page-header{
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 75px;
}

#page-header.fixed{
    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: 40px;
    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{
    color: white;
    list-style: none;
    text-align: left;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    height: 100%;
    float: right;
    margin-right: 60px;
}

div#page-header ul.navigation li{
    float: left;
    margin-left: 40px;
    margin-top: 25px;
    font-size: 18px;
    position: relative;
    vertical-align: middle;
}

div.container{
    display: none;
}

ul.navigation li a:hover:before{
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

ul.navigation li a:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

div#page-header ul.navigation li a{
    text-decoration: none;
    color: white;

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

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{
    float: right;
    margin-top: 15px;
    margin-right: 40px;
    margin-left: 40px;
}

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

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

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: 550px;
}

div#section-hero div.hero-inner{
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
    position: relative;
    height: 550px;
}

div#section-hero div#hero-headshot{
    width: 100%;
}

div#section-hero div.hero-inner #headshot{
    width: auto;
    height: 425px;
    position: absolute;
    bottom: 0;
    margin-left: 70px;
}

div#section-hero div.hero-inner #hero-content{
    float: right;
    width: 65%;
    margin-top: 75px;
}


div#section-hero h1{
    color: white;
    padding-top: 150px;
    font-size: 60px;
    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;
    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#section-speaking{
    background-position-y: 75px;
}

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

div#section-history div.history-item{
    position: relative;
    display: flex;
    clear: both;
    width: 100%;
    margin: 0 auto;
    width: 85%;
    max-width: 1200px;
}

div#section-history div.history-item-image{
    width: 30%;
    float: left;
    padding: 80px 50px;
    text-align: right;
    margin-right: 15px;
}

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


div#section-history div.history-item-divider{
    position: relative;
    height: inherit;
    width: 3px;
    background-color: #cccccc;
    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: 40%;
    float: left;
    padding-top: 80px;
    padding-bottom: 0px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 16px;
}

div#section-history h3{
    font-size: 30px;
    margin: 0;
    font-weight: normal;
}

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

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

div#page-overlay-menu{
    display: none !important;
}

h3.section-title{
    font-size: 36px;
    padding-top: 100px;
    padding-bottom: 50px;
    padding-left: 100px;
    padding-right: 100px;
    margin: 0;
    font-weight: normal;

}

div.section-text{
    font-size: 18px;
    color: rgba(26,26,26,.75);
    max-width: 850px;
    margin: 0 auto;
    padding-left: 100px;
    text-align: left;
    padding-bottom: 120px;
    padding-right: 100px;
}


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

div#section-contact{
    text-align: center;
    height: 400px !important;
    background-image:url('/static/images/map.png');
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100% auto;
}


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-footer div#footer-copyright{
    margin-top: 40px;
    font-size: 14px;
}