*,
*:after,
*:before 
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after 
{
    content: '';
    display: table;
}

.clearfix:after 
{
    clear: both;
}

/*#demo-canvas {
    margin: 0 auto;
    height: 900px;
}
*/
.large-header 

        {
        position: relative;
       /* height: 500px;*/
        width: 100%;
        background: url('../images/bg-1.jpg') no-repeat;
             /*background: url('../images/bg.png') no-repeat center center fixed;*/
        background-size: cover;
        overflow: hidden;
        z-index: 1;
        }

.main-title 
{
    position: absolute;
    margin: 0;
    padding-top: 100px;
    text-align: left;
    top: 45%;
    left: 28%;
    transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: whitesmoke;
    /*font-size: 600%;*/
    transition-delay: 0.2s;

}


/*.main-title h1 {
    font-size: 30px; color: #F5BE11; font-weight: 600; text-align: left; font-family: 'Montserrat', sans-serif; text-shadow: 1px 2px rgba(0,0,0,.01); 
}
*/



.main-title p {
    font-size: 17px; color: #000; text-align: left; font-family: 'Assistant', sans-serif;
}


.main-title:hover 
{
    color: aliceblue;

}


@media only screen and (max-width: 768px) 
{
    .demo-1 .main-title,
    .demo-3 .main-title,
    .demo-4 .main-title 
    {
        /*font-size: 3em;*/
    }

    .demo-2 .main-title 
    {
      /*  font-size: 4em;*/
    }
}
