body {
	font-family: 'Open Sans', open-sans;
    background: url("../i/holding-page.jpg") center top no-repeat;
    background-size: cover;
    text-align: center;
    font-weight: bold;
    background-color: fff;
}
h1{
    margin-top:60px;
    font-size: 100px;
}
h2{
    letter-spacing: auto;
}

.container-fluid{
    padding-left: 40px;
    padding-right: 40px;
}
img{
    margin: center;
}
@media screen and (max-width: 1414px) {
    body
    {
        background: url("../i/bg-mob.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        background-attachment: fixed;
        background-position: center center; 
    }
    h1 {
       font-size: 50px;
    }
    
    body {font-size: 10px;
    }
    
    @media screen and (max-width: 500px){
        h1 {
            font-size: 40px;
        }
        h2{
            font-size: 200%;
        }
    }
        
}