body {
  font-family: 'Oswald', sans-serif;
  padding: 0;
  margin: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)), url('./hampton.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  overflow: hidden;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 1em;
  text-shadow: 0 0 8px black;
}
body:after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  content: '';
  background: transparent url(./pattern.png) repeat top left;
  z-index: -1;
}
.container {
  width: 100%;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: auto;
  padding: 0 3% 0 3%;
  box-sizing: border-box;
}

@media screen and (max-height: 950px) {
	.container {
		justify-content: flex-start;
	}
}

.top {
  position: absolute;
  z-index: 99;
  top: 0;
  height: 200px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15vh;
  max-height: 200px;
}
.top img {
  width: auto;
  height: 10vh;
  max-height: 117px;
}
.content {
  padding: 1.5rem;
  /* background-color: rgba(0, 0, 0, 0.8); */
  text-align: center;
  padding: 100px 0 30px 0;
}

@media screen and (max-height: 950px) {
	.content {
		padding: 13vh 0 30px 0;
	}
}

@media screen and (max-width: 900px) {
	.content {
		padding: 20px 0 20px 0;
	}
}

h1 {
  font-size: 4em;
  line-height: 1.2em;
}
ul {
  margin: 0;
  padding: 0;
  margin-left: 20%;
  text-align: left;
}
li {
  list-style-type: none;
  font-size: 2em;
  font-weight: 400;
  position: relative;
}
li::before {

  content:'';
  height: .8em;
  width: .8em;
  position: absolute;
  left: -50px;
  top: 13px;
  background-image: url('./telephone.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 22;
  display: inline-block;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.8));
}
li:nth-child(2)::before {
  background-image: url('./call.svg');
}
li:nth-child(3)::before {
  background-image: url('./pin.svg');
}
li:nth-child(4)::before {
  background-image: url('./email.svg');
}
a {
  text-decoration: none;
  color: #fff;

}
a:hover {
  text-decoration: underline;
}

.rodo {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 25px;
  background-color: #cb1f3f;\
  margin: 1rem;
}
.rodo:hover {
  text-decoration: none;
  background-color: #9e0d28;
}

@media (max-width: 900px) {
  body {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url('./hampton.jpg');
    font-size: 0.5em;
    height: 100vh;
    overflow: scroll;
  }
  .container {
    
    height: 100%;
    display: block;
    padding-top: 15vh;
  }
  li {
    font-size: 22px;
  }
  
	.rodo {
	  box-sizing: border-box;
	  font-size: 15px;
	  margin: 15px auto 15px 50%;
	  transform: translate(-50%);
	  padding: 10px;
	  width: 90%;
	  text-align: center;
	  }
  .top {
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 1);
  }

}
@media (max-width: 400px) {
  body {
    font-size: 0.4em;
  }

}

.buttons {
	padding-top: 30px;
	display: flex;
	flex-direction: column;
	gap: 0;
	align-items: center;
}

.ue {
	margin-top: 20px;
	text-align: center;
}

	.ue a {
		display: inline-block;
		background: #fff;
		color: #000;
		text-shadow: 0 0 0 !important;
		padding-top: 15px;
	}
	
		.ue a span {
			display: block;
			padding: 0 3%;
			box-sizing: border-box;
			text-shadow: 0 0 0 !important;
			font-size: 16px;
		}
		
		.ue a img {
			display: block;
			width: 100%;
			max-width: 800px;
			height: auto;
		}