

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,400&display=swap');


.holder{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

html{
  height: 100%;
}
html,
body{
  width: 100%;
  height: 100%;
}

body{
  font-family: 'Open Sans', sans-serif;
  
/*    filter: blur(8px);
  -webkit-filter: blur(8px); */
}


a{
  color: #fff;
  text-decoration: none;
}


p, li{
  line-height: 1.4;
}

a:hover{
  opacity: 0.72;
}


.container{
  padding: 0 10px;
  position: relative;
  color: #fff;
  text-align: center;
  z-index: 1;
}


.logo{
  max-width: 150px;
  margin: 24px auto;
}
.logo img{
  width: 100%;
  height: auto;
}
.logo a{
  opacity:1;
}


h1{
  text-transform: uppercase;
  font-size: 2em;
  margin: 24px 0;
  text-shadow: 0 3px 8px #333;
}


h4{
  font-size: 1.2em;
  margin: 0 0 8px;
}

.holder::before{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  background: url(../img/bg.jpg) no-repeat top center / cover;
  z-index: 0;

  filter: blur(3px);
  -webkit-filter: blur(3px);
}

.holder::after{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(0,0,0,0.3);
  z-index: 0;
}


.bottom-area{
  margin: 24px 0;
}

.col{
  padding: 0 20px;
  margin: 16px 0;
  text-shadow: 0 1px 5px #333;
}


div.bottom-logo{
  max-width: 100px;
  padding: 8px;
  border-radius: 8px;
  background-color: rgba(255,255,255,0.5);
  margin: 0;
  position: fixed;
  bottom: 24px;
  right: 24px;
}


@media only screen and (min-width: 768px) {


.logo{
  max-width: 150px;
  margin: 36px auto;
}


h1{
  font-size: 2.5em;
}

.bottom-area{
  display: flex;
  margin: 8px 0;
} 

.col{
  width: 33.333%;
  margin:0;
}

}

@media only screen and (min-width: 1280px) {


.logo{
  margin: 0 auto;
}

.top-logo{
  max-width: 150px;
  margin-bottom: 30px;
}

h1{
  font-size: 4em;
  margin: 20px 0;
}



 
}


@media only screen and (min-width: 1440px) {


.bottom-area{
  margin-bottom: 30px;
} 


h1{
  margin: 30px 0 48px;
}
 
}


@media only screen and (min-width: 1600px) {

h1{
  font-size: 5em;
}
 
}


@media only screen and (max-height: 580px) {

h1{
  font-size: 3.2em;
  line-height: 1.2;
  margin: 8px 0 36px;
}


.bottom-area{
  margin:24px;
} 


}


@media only screen and (max-height: 540px) {

h1{
  font-size: 3em;
  line-height: 1.1;
  margin: 8px 0 16px;
}

.bottom-area{
  margin:16px 0 0;
} 


}