html, body {
    margin: 0;
    padding: 0;

    background-color: #1c1c1c;
    color: white;

    font-family: 'Yantramanav',Arial, Helvetica, sans-serif;
}

h1 {
    text-align: center;
    font-size: 45px;
    margin-top: 18px;
    margin-bottom: 18px;
    background-image:linear-gradient(45deg, #cecece 0%, #878787 0%, #dcdcdc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2 {
    text-align: center;
    margin-top: 46px;
}

ul {
    list-style: none;
    font-size: 22px;
    padding-left: 0px;
    margin-bottom: 0px;
}

li {
    line-height: 36px;
}

a {
    text-decoration: none;
}

li:before {
    content: "\2713";
    color: greenyellow;
    margin-right: 10px;
}

.landing-graphic-wrapper {
    width: 100%;
    height: 600px;
    background-image: url("../image/landing-background/airport.jpg");
    background-position: center;
    background-size: cover;

    -webkit-box-shadow: 0px 6px 25px 0px rgba(255,255,255,0.1);
    -moz-box-shadow: 0px 6px 25px 0px rgba(255,255,255,0.1);
    box-shadow: 0px 6px 25px 0px rgba(255,255,255,0.1);
    
}

.landing-text-wrapper {
    width: 100%;
    border-bottom: 3px solid #303030;
}

.landing-text {
    width: 500px;
    margin: 0 auto;
    margin-top: 50px;

    text-align: left;
    font-size: 22px;
    line-height: 24px;
    font-weight: lighter;
    font-style: normal;
}

.course-promo-wrapper {
    width: 100%;
    height: 410px;
        
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c1c1c+76,1c1c1c+76,2b2b2b+100 */
    background: #1c1c1c; /* Old browsers */
    background: -moz-linear-gradient(top, #1c1c1c 76%, #1c1c1c 76%, #2b2b2b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1c1c1c 76%,#1c1c1c 76%,#2b2b2b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1c1c1c 76%,#1c1c1c 76%,#2b2b2b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#2b2b2b',GradientType=0 ); /* IE6-9 */
}

.course-promo {
    width: 600px;
    height: 320px;
    margin: 0 auto;
}

.promo-text {
    float: left;
    width: 63%;
    height: 300px;
}

.promo-picture {
    float: left;
    width: 37%;
    height: 300px;
    margin-top: 4px;
}

.promo-price {
    font-size: 26px;
    text-align: center;
    padding: 7px;
    color: white;
    border: none;
    border-radius: 4px;
    margin-top: 8px;
}

.promo-price-concrete {
    display: inline-block;
    margin-top: 10px;
    font-size: 34px;
}

.promo-picture {
    background-image: url("../image/promo_course.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.promo-to-course {
    height: 40px;
    width: 140px;

    margin-left: calc(50% - 70px);
    margin-top: 10px;

    background-color: orange;

    border: none;
    border-radius: 5px;

    color: white;

    font-size: 18px;
    font-weight: bold;

    cursor: pointer;
}

.video-wrapper {
    width: 100%;
    height: 440px;
    background-color: black;
}

.headline-video {
    margin-top: 0px;
    padding-top: 30px;
}

.svg-canvas-2-wrapper {
    width: 100%;
    padding-bottom: 40px;
    padding-top: 10px;
}

.promovideo {
    display: block;
    margin: 0 auto;
}

.svg_canvas_2 {
    margin-top: 40px;
}

.promo-to-course-wrapper{
    height: 250px;
    width: 100%;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb55b+0,ffb55b+0,ff8c00+100 */
    background: #cecece; /* Old browsers */
    background: -moz-linear-gradient(45deg, #cecece 0%, #878787 0%, #dcdcdc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #cecece 0%, #878787 0%, #dcdcdc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #cecece 0%, #878787 0%, #dcdcdc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#dcdcdc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.promo-to-course-end {
    display: block;
    width: 250px;
    height: 50px;

    margin: 0 auto;
    margin-top: 60px;

    border: none;
    background-color: white;
    border-radius: 5px;

    color: orange;

    font-size: 18px;
    font-weight: bold;
    text-decoration: none;

    cursor: pointer;
}

.promo-wrapper-end {
    width: 600px;
    height: 225px;
    margin: 0 auto;
}

.promo-wrapper-end span {
    display: block;
    width: 400px;
    height: 80px;

    padding-top: 10px;

    font-size: 30px;
    text-align: center;
    
}

.promo-end {
    width: 400px;
    height: 120px;
    float: left;
}

.promo-end-price {
    height: 200px;
    width: 200px;

    margin-top: 10px;

    float: left;
    background-image: url("../image/price.svg");
    background-size: cover;
}