*, :after, :before{
  -moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
a,
a:focus,
a:hover {
  color: #000;
}

html,
body {}

body{
  background: url('../img/chimaswelt.jpg') center no-repeat;
  background-size: cover;
}

section{
    position: relative;
    height: 100vh;
}




@media screen and (max-width: 991px) {}

@media screen and (max-width: 576px) {}
