body {
    /*gradient*/
    background: #2C3A47; /* Old browsers */
    background: radial-gradient(ellipse at center,  #495A6B 0%,#2C3A47 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    font-family: 'Roboto', sans-serif;
    color:white;
}

.navbar-brand-beta {
    left:115px;
}
.container-fluid {
    padding-left: 7px;
}

.datamatic-featured-btn {
    color: black;
}

.datamatic-featured::after {
    content:"";
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(transparent, rgba(0,0,0,0.25));
}

.datamatic-editor-ct {
    position:relative;
    margin:auto;
    text-align: center;
    top:100px;
}

.datamatic-editor-headline {
    font-size:50px;
    width:800px;
    display: inline-block;-align: center;
    line-height: 50px;
    font-weight: bold;
}

.datamatic-editor-subheadline {
    font-size:25px;
    line-height: 25px;
    width:600px;
    margin:auto;
    margin-top: 20px;
    font-weight: 100;
}

.datamatic-featured-body {
    height: 260px;
}

.datamatic-editor-buttons {
    margin-top: 30px;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
}

.datamatic-editor-button {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.datamatic-editor-watch-demo {
    color:#2C3A47;
    padding:10px 20px;
    background-color: white;
}

.datamatic-editor-browse-visualizations {
    margin-left: 5px;
    padding:8px 20px;
    color:white;
    background-color: transparent;
    border:2px solid white;
}

.datamatic-editor-decorator-ct {
    width: 100%;
    margin-top:60px;
    display: inline-block;
    left:0px;
}

.datamatic-editor-decorator-phone-center {
    width: 356px;
    height: 700px;
    box-shadow:0px 0px 100px #2C3A47;
    position: relative;
    margin: auto;
    background-color: #C5C8CB;
    border-radius: 50px;
    background-image: url(../images/datamatic-editor-center-header.png);
    background-position: center 7px;
    background-repeat: no-repeat;
}

.datamatic-editor-decorator-editor-left {
    width: 1000px;
    height: 500px;
    background-image: url(../images/datamatic-editor-left-header.png);
    background-position: right top;
    background-repeat: no-repeat;
    box-shadow:0px 0px 100px #2C3A47;
    position: absolute;
    background-color: #C5C8CB;
    border-radius: 3px;
    margin-top:50px;
    right: calc(50% + 250px);
}

.datamatic-editor-decorator-phone-bg {
    background-color: white;
    width: 324px;
    height: 464px;
    position: absolute;
    top: 127px;
    left: 16px;
}

.datamatic-editor-preview {
    width:100%;
    height: 100%;
}

.datamatic-editor-decorator-editor-right {
    background-image: url(../images/datamatic-editor-right-header.png);
    background-position: left top;
    background-repeat: no-repeat;
    width: 1000px;
    height: 500px;
    box-shadow:0px 0px 100px #2C3A47;
    position: absolute;
    background-color: #C5C8CB;
    border-radius: 3px;
    margin-top:50px;
    left: calc(50% + 250px);
}

.datamatic-editor-decorator-editor-left-image,
.datamatic-editor-decorator-editor-right-image
 {
    background-image: url(../images/datamatic-editor-preview.png);
    background-repeat: no-repeat;
    background-color: white;
    position:absolute;
    top:60px;
    bottom:0px;
    left:0;
    right:0;
}

.datamatic-editor-decorator-editor-left-image {
    background-position: right top;
}
.datamatic-editor-decorator-editor-right-image {
    background-position: left top;
}

@media (max-width: 800px) {
    .datamatic-editor-headline {
        font-size:40px;
        padding:0px 50px 0px 50px;
        width:100%;
        line-height: 40px;
    }

    .datamatic-editor-subheadline {
        font-size:20px;
        line-height: 20px;
        width:100%;
        padding:0px 75px 0px 75px;
    }
}

@media (max-width: 600px) {
    .datamatic-editor-ct {
        top:75px;
    }
    .datamatic-editor-headline {
        font-size:30px;
        padding:0px 50px 0px 50px;
        width:100%;
        line-height: 30px;
    }

    .datamatic-editor-subheadline {
        font-size:18px;
        line-height: 18px;
        width:100%;
        margin-top:40px;
        padding:0px 75px 0px 75px;
    }

    .datamatic-editor-buttons,
    .datamatic-editor-decorator-ct {
        margin-top: 40px;
    }

    .datamatic-editor-button {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .datamatic-editor-headline {
        font-size:24px;
        padding:0px 30px 0px 30px;
        width:100%;
        line-height: 24px;
    }

    .datamatic-editor-subheadline {
        font-size:16px;
        line-height: 16px;
        width:100%;
        margin-top:30px;
        padding:0px 30px 0px 30px;
    }

    .datamatic-editor-button {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .datamatic-editor-headline {
        font-size:24px;
        padding:0px 10px 0px 10px;
        width:100%;
        line-height: 24px;
    }

    .datamatic-editor-subheadline {
        font-size:16px;
        line-height: 16px;
        width:100%;
        margin-top:20px;
        padding:0px 10px 0px 10px;
    }

    .datamatic-editor-button {
        font-size: 14px;
        padding-left:15px;
        padding-right:15px;
    }
}

@media (max-width: 1100px) {
    .datamatic-editor-decorator-editor-left-image,
    .datamatic-editor-decorator-editor-right-image {
        background-size: 100%;
    }
}

@media (max-width: 800px) {
    .datamatic-editor-decorator-phone-center {
        width: 250px;
        border-radius: 30px;
        background-size:236px;
        height: 500px;
    }

    .datamatic-editor-decorator-phone-bg {
        top:94px;
        left:7px;
        width:236px;
        height:375px;
        background-image: url(../images/datamatic-editor-output2.png);
        background-repeat: no-repeat;
        background-size: 236px;
    }

    .datamatic-editor-preview {
        display: none;
    }

    .datamatic-editor-decorator-editor-left {
        margin-top:20px;
        right: calc(50% + 175px);
        background-size:75%;
    }

    .datamatic-editor-decorator-editor-left-image,
    .datamatic-editor-decorator-editor-right-image {
        background-size: 100%;
        margin-top:-15px;
    }

    .datamatic-editor-decorator-editor-right {
        background-size:75%;
        margin-top:20px;
        left: calc(50% + 175px);
    }
}

@media (max-width: 550px) {
    .datamatic-editor-decorator-phone-center {
        width: 200px;
        border-radius: 10px;
        background-size:186px;
        height: 400px;
        background-position: 7px -5px;
    }

    .datamatic-editor-decorator-phone-bg {
        top:62px;
        left:7px;
        width:186px;
        height:320px;
        background-size: 186px;
    }

    .datamatic-editor-decorator-editor-left {
        margin-top:20px;
        right: calc(50% + 125px);
        background-size:75%;
    }

    .datamatic-editor-decorator-editor-left-image,
    .datamatic-editor-decorator-editor-right-image {
        background-size: 100%;
        margin-top:-15px;
    }

    .datamatic-editor-decorator-editor-right {
        background-size:75%;
        margin-top:20px;
        left: calc(50% + 125px);
    }

    .datamatic-editor-button {
        display:block;
        margin:10px;
    }
}

@media (max-height: 800px) {
    .datamatic-editor-headline {
        margin-top:0px;
    }

    .datamatic-editor-ct {
        top:100px;
    }
    body {
        overflow: auto;
    }

    .datamatic-editor-ct {
        max-height: 800px;
        overflow:hidden;
    }
}


@media (max-height: 800px) and (max-width: 550px) {
    .datamatic-editor-ct {
        max-height: 600px;
    }
}
