body {background-size: cover;background-attachment: fixed; color:#333333;}
.create {display:none;}
.wpcf7-text {color:#ffffff;}
.wpcf7-textarea  {color:#ffffff;}
.wpcf7-submit { padding:5px 15px; 
    background:#ccc; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; }

@media (min-width: 600px) {
   body {
        background: url(https://yogamoveup.nl/wp-content/uploads/achtegrond-yoga.jpg) no-repeat center center fixed; 
        background-size: cover;
    }
    .html-mobile-background {
        display: none;
    }
}


;