html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-style: normal;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 2.2rem;
  line-height: 3rem;
  @media only screen and (min-width: 800px) {
    font-size: 4.4rem;
    line-height: 5rem;
  }
  box-sizing: border-box;
  letter-spacing: -2%;
}

svg {
	width: 100%;
	height: auto;
}

h1 {
	font-weight: 400;
	font-size: 2.2rem;
  line-height: 3rem;
  @media only screen and (min-width: 800px) {
    font-size: 4.4rem;
    line-height: 5rem;
  }
    margin-bottom: 40px;
    @media only screen and (min-width: 800px) {
	    margin-bottom: 80px;
	}
}



h1, p {
	@media only screen and (min-width: 800px) {
	    max-width: 75%;
	}
}

.swiper {
	overflow: hidden;
	margin-bottom: 40px;
	@media only screen and (min-width: 800px) {
	    margin-bottom: 80px;
	}
	img {
		width: 100%;
	}
}

header {
	background: black;
	height: calc(100vh - 80px);
	width: 100vw;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 40px 0px;
	box-sizing: border-box;
}

.contact {
  font-size: 1.6rem;
  line-height: 2rem;
  @media only screen and (min-width: 800px) {
    	font-size: 2.4rem;
	line-height: 3.5rem;  
	}

	margin-top: 40px;
	a {
		color: black;
	}
}

.m80 {
	margin-top: 40px;
	@media only screen and (min-width: 800px) {
		margin-top: 80px;
	}
}

footer {
	background: black;
	margin-top: 100px;
	color: white;
	padding: 0 20px;
	display: flex;
	align-items: center;
	 font-size: 1.2rem;
  line-height: 1.6rem;
  @media only screen and (min-width: 800px) {
    	font-size: 1.8rem;
	line-height: 2rem;  
	}
	height: 50px;
	@media only screen and (min-width: 800px) {
		padding: 0 80px;
		height: 90px;
	}
	
}


.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:focus {
  display: block;
  top: 5px;
  left: 5px;
  z-index: 100000; // Above WP toolbar.
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  background-color: white;
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  text-decoration: none;
  line-height: normal;
  color: red;
  font-size: 16px;
  font-weight: 700;
  clip: auto !important;
}

#content {
	padding: 20px;
	@media only screen and (min-width: 800px) {
	    padding: 80px;
	}
	
}