/*Theme Name: hland.dk theme*/

html, body {
    height: 100%;
    font-family: 'Ubuntu', sans-serif;
}

.gfg {
    height: 50px;
    width: 50px;

}

li {

    text-decoration: none;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 2px 5px;
}

li.active {
    background: rgba(255, 255, 255, 0.2);
}

li:hover {
    color: darkblue;
	cursor: pointer;
}

li {
    width: 25px;
    text-align: center;
}
.img-bg {
  background: url(https://hland.dk/wp-content/uploads/2024/07/LyngvigFyr_1200px.jpg);
  background-repeat: no-repeat;
  width: 100%; 
  object-fit: content;
  aspect-ratio: 1 / 1;
}

video {
  object-fit: cover; // set the magic
  position: absolute;
  height: 400px;
  width: 100%;
  top: 0;
  left: 0;

}

#hero div {
	top:100px; 
	left:100px;
}
.fyrImage {
	width: 60px;
}
#img {
	height: 255px; 
	width: 100%;
}
@media (max-width: 768px) {
#hero div {
	left:10px;
}	
#img {
	width: 300px;
}
.fyrImage {
	width: 50px;
}
}

.fyrLog p {
	padding: 2rem;
}