html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
@font-face {
  font-family: 'Los-Andes-Lota-Grotesque-Bold';
  src: url('./Los-Andes-Lota-Grotesque-Bold.woff') format('woff');
}
html,
body{
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: 'Los-Andes-Lota-Grotesque-Bold';
	line-height: 1.1;
	background-color: rgba(255,255,255,1.0);
}
ul,
li{
  margin: 6px 0 0 0;
  width: 100%;
  text-align: center;
}
#banner{
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	cursor: pointer;
}
#fordele{
  font-size: 28px;
}
#button{
  position: relative;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,1.0);
  border-radius: 8px;
  z-index: 1000;
}
#logo img{
	width: 100%;
	height: auto;
}
.red-back{
	background-color: rgba(236,28,36,1.0);
}
.dark-red-back{
	background-color: rgba(142,20,36,1.0);
}
.blue-back{
	background-color: rgba(25,71,110,1.0);
}
.abs{
	position: absolute;
}
