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

html, body { margin: 0;  padding: 0; }

body {
  font-size: 14px;
  line-height: 1.8;
  font-family: 'Open Sans', sans-serif;
}

.page-home {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  background-image: url('../img/page_bg.jpg');
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-home:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .35;
}


.logo { margin: 0; text-align: center; }
.logo svg {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.cls-1{fill:#d64c37;}
.cls-2{fill:#ffffff;}




section {
  color: #fff;
  bottom: 0;
  right: 0;
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 30px;
}

h1 { font-size: 18px; letter-spacing: .1em; line-height: 1; margin-bottom: 15px; margin-top: 55px;}
h2 { font-size: 100px; letter-spacing: .1em; line-height: 1; margin: 25px 0 75px; }
a { color: #fff; }






@media screen and ( max-width: 1024px ) {}
@media screen and ( max-width: 768px ) {}
@media screen and ( max-width: 540px ) {
  .logo svg { max-width: 200px; }
  h2 { font-size: 50px; margin: 25px 0 45px;}
  h1 { font-size: 16px; margin-top: 55px; }
  span { display: block; }
  span.hide { display: none !important; }
}