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.0;
	background-color: rgba(255,255,255,1.0);
}
#banner{
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	cursor: pointer;
}
#logo img{
	width: 100%;
	height: auto;
}
#button,
#cta{
	width: 100%;
	height: 100%;
	color: rgba(255,255,255,1.0);
	background-color: rgba(25,71,110,1.0);
	border: none;
}
.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;
}
