body{margin: 0 auto; padding: 0;  overflow-x: hidden; color:#000; background-color:#fff; }
.max {width: 100%; height: 100vh; background-color:#fff; color:#000;  }
.left_parent{ display: table; width: 100%; height: 100%;}
.left {margin-left: auto; margin-right: auto; display: table-cell; vertical-align: middle}
#img { background-image: url("img.png"); background-size: cover;;background-position-y:center; width: 100%; height:100vh; }

h1 { font-size: 61px !important; color: #151515; font-family: 'Arial'; text-align: center; margin-bottom: 60px !important;}
.lato35{ font-size: 35px; color:#962626; font-family: 'Arial'; text-align: center; margin-bottom: 35px}
a, a:hover{  color:#009EE0 !important; }
.lato15 {font-size: 15px; color:#000; font-family: 'Arial'; text-align: center; margin-bottom: 15px }
.lato15.text {display: block; width: 70%; margin-left: auto; margin-right: auto}
h1 img {width: 320px}


/*
.icons {text-align: center; margin:90px auto 40px auto;}
.icon{ position: relative; display: inline-block; top: 15px; margin-left: auto; margin-right: auto;}
.icon .fab{ background: #e6e6e6; width: 45px; height: 45px; border-radius: 50%; text-align: center; vertical-align: middle; padding: 13px; color: black;}
*/

@media screen and (max-width: 600px) {
    h1 { font-size: 61px !important; color: #151515; font-family: 'lbo'; text-align: center; margin-bottom: 60px !important;}
    .lato35{ font-size: 45px !important; color: #962626; font-family: 'Arial'; text-align: center; margin-bottom: 35px}
    a, a:hover{  color:#f00 !important; }
    .lato15 {font-size: 25px; color:#000; font-family: 'Arial'; text-align: center; margin-bottom: 15px }
    h1 img {width: 90%;margin-left: auto;margin-right: auto;}

}
@media screen and (max-width: 992px) {
    h1 { font-size: 61px !important; color: #151515; font-family: 'lbo'; text-align: center; margin-bottom: 60px !important;}
    .lato35{ font-size: 55px !important; color:#962626; font-family: 'Arial'; text-align: center; margin-bottom: 35px}
    a, a:hover{  color:#f00 !important; }
    .lato15 {font-size: 35px; color:#000; font-family: 'Arial'; text-align: center; margin-bottom: 15px } 
    h1 img {width: 90%;margin-left: auto;margin-right: auto;}

} 