.scroll-context {
    overflow: auto;
    overflow-x:hidden;
    /*scroll-snap-type: y mandatory; !* Chrome Canary *!*/
    /*scroll-snap-type: mandatory; !* Firefox *!*/
    /*-ms-scroll-snap-type: mandatory; !* IE/Edge *!*/
    /*-webkit-scroll-snap-type: mandatory; !* Safari *!*/
    /*-webkit-scroll-snap-destination: 0% 0%;*/
    /*-webkit-overflow-scrolling: touch; !* important for iOS *!*/
}
.scroll-section {
    /*scroll-snap-align: start; !* latest (Chrome 69+) *!*/
    /*scroll-snap-coordinate: 0% 0%; !* older (Firefox/IE) *!*/
    /*-webkit-scroll-snap-coordinate: 0% 0%; !* older (Safari) *!*/
}

.start-section {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height:100%;
}

.start-section .section-content {
    flex:1;
    width:100%;
}

.start-section .section-content h1,
.start-section .section-content h2,
.start-section .section-content h3 {
    margin-top: 1em;
    margin-bottom: 1em;
}

#section-roadmap {
    background-color: #f8f8f8;
}

/* Illu */

#section-illustration {
    background-color: rgba(225, 225, 225, 1);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    height:100%;
}

#section-illustration .btn {
    white-space: normal;
}

#section-illustration .section-content {
    padding: 0px;
}

#section-illustration .drawing {
    background-image: url("../img/start-sections/illustration/drawing2.png");
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: center 25%;

    overflow: hidden;

    height: 100%;
    min-height: 100%;

    max-width: 1145px;

    margin: 0 auto;
    position:relative;

}

#section-illustration .drawing .image {
    height: 100%;
    border: 0px;
}

#section-illustration .drawing .logo,
#section-illustration .drawing .buttons {
    position: absolute;
    width:100%;
}
#section-illustration .drawing .buttons {
    padding-right:3em;
    padding-left:3em;
}

#section-illustration .drawing .buttons {
    text-align: center;
}

#section-illustration .drawing .buttons .inner-text {
    text-align:left;
    font-size:0.8em;
    background-color:rgba(255,255,255,0.9);
    border-radius:10px;
    padding:1em;
    margin-bottom:1em;
    -webkit-box-shadow: 0px 0px 15px -7px #000000;
    box-shadow: 0px 0px 15px -7px #000000;
}

@media screen and (max-width: 500px) and (max-height: 700px)
{
    #section-illustration .drawing .buttons .inner-text {
        display:none;
    }
}

#section-illustration .drawing .buttons .inner-buttons {
    margin: auto;
    text-align: center;
}


#section-about {
    background-color: #dbdbdb;
    min-height:100%;
}


#section-about .footer div {
    vertical-align: top;
}

#tw-content #section-about {
    margin-left: 0px;
    margin-right: 0px;
}

#section-about .about a:link,
#section-about .about a:active,
#section-about .about a:hover,
#section-about .about a,
#section-about .about div,
#section-about h1,
#section-about h2
{
    color: #FFFFFF;
}


/* About */
#section-about .about {
    flex:0;
    min-height:400px;
    background-color: #0164a7;
    color: white;
}
#section-about .about a {
    color:white;
}

#section-about .footer {
    flex:1;
    min-height:100%;
    height:100%;
    padding-top: 10px;
    background-color: #dbdbdb;
    color: #333333;
}
#section-about .footer a {
    color:#0164a7;
}

.footer h3 {
    font-family: RobotoBold;
}

