body,
.main{
	background-color: white;
}

#menu-btn,
.language a,
.language li,
.logo{
	color: black;
}


.main{
	border: 1px solid var(--color-green);
}


.nw{
  border-bottom: 1px solid var(--color-green);
  border-right: 1px solid var(--color-green);
  top: 0;
  left: 0;
}

.ne{
  border-bottom: 1px solid var(--color-green);
  top: 0;
  right: 0;
}

.sw{
  border-right: 1px solid var(--color-green);
  bottom: 0;
  left: 0;
}

h1{
	font-size: 1.4em;
	color: black;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	line-height: 1.3;
}

h1 p{
	margin-top: 1em;
}

h4{
	color: black !important;
}

main nav{
	position: absolute;
	width: 100%;
  top: 0%;
  left: 50%;
  transform: translate(-50%,0%);
}

main ul {
text-align: center;
}

main li {
  margin: 10px;
}


button{
  background-color: var(--color-green);
  color: white;
  border: 1px solid var(--color-green);
  width: 100%;
}

button:hover{
  background-color: white;
  color: var(--color-green);
}

.nn{
	position: absolute;
	width: 100%;
	height: 50%;
	top: 0;
	left: 0;

}



.nn video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-bottom: 2px;


}




@media only screen and (max-width: 1024px) {

		.ss{
				position: absolute;
				width: 100%;
				height: 50%;
				bottom: 0;
				overflow-y: scroll;
		}

		.ss h1{
			position: absolute;
				width: 100%;
				height: auto;
				top: 0;
		}

		.sw,
		.se,
		.nw,
		.ne{
			border: none;
		}


		h1 p {
    margin-top: 0em;
		}

		h1{
			margin-bottom: 10px;
		}
		
}