@charset "UTF=8";

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');

/* .fraunces-<uniquifier> {
  font-family: "Fraunces", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "SOFT" 0,
    "WONK" 0;
} */

*{
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: "Fraunces", serif;
}

h1 {
    font-size: 5em;
    font-weight: 400;
    font-style: italic;
    text-transform: uppercase;
}

html{
	background-repeat: no-repeat;
    background-size: 1920px;
    height: 100vh;
}

body{
	overflow: hidden;
	height:100vh;
}

main{
	height: 100%;
}

.location{
	height: 170px;
	width: auto;
	z-index: 4;
}
.label{
    height: 15%;
    padding: 40px 40px 0 40px;
	z-index: 0;
}

.label img{
    height: 80%;
}

.button a{
	padding: 300px;
	color: white;
    cursor: url("../maps/images/cursor-small.cur"), pointer;
}

footer{
  font-family: "Fraunces", serif;
  font-weight: 100;
  font-size: 0.8rem;
  height: auto;
  width: 100vw;
  position: absolute;
  bottom: 0;
  background-color: rgba(4, 32, 95, 0.579);
  color: white;
  text-align: center;
  padding: 10px;
}