/* Put your custom styles here */
/* Slider */
#demo-1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 500px;
    background-color: #fff;
}

.demo-inner-content {
    position: relative;
    z-index: 2;
    margin: 154px auto 180px;
    padding: 40px;
    color: #fff;
    text-align: center;
    font-size: 35px;
    max-width: 350px;
}

.demo-inner-content h1 {
    font-size: 2.5em;
    margin: 0;
}

/* Slider end */
/* ---------------------------------------------------- */
/* Small Devices, Tablets */
@media only screen and (min-width : 768px)
{
    /* Slider */
    #demo-1 {
        position: relative;
        overflow: hidden;
        width: 100%;
        min-height: 800px;
        background-color: #fff;
    }

    .demo-inner-content {
        position: relative;
        z-index: 2;
        margin: 250px auto;
        padding: 10px 5px 5px;
        color: #fff;
        text-align: center;
        font-size: 40px;
        letter-spacing: 3px;
        font-weight: 600;
        max-width: 300px;
    }

    .demo-inner-content h1 {
        font-size: 2.5em;
        margin: 0;
    }

    /* Slider end */
}

