:root {
  --text-color: #111;
  --bg-color: linear-gradient(0deg, #678A39,#678A39,#4EB9D4,#4EB9D4);
	--bg-text:black
}

body {
  font-family: Helvetica, sans-serif;
  color: var(--text-color);
  background: var(--bg-color);
  transition: 0.3s ease-out;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  overscroll-behavior: none;
}

.blinking{
    animation:blinkingText 1s infinite;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: #000; }
    50%{    color: transparent; }
    65%{    color: transparent; }
	70%{    color:#000;  }
    100%{   color: #000;    }
}
section:not(#sectionPin) {
  min-height: 40vh;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 2rem;
  padding: 60px 10vw;
    margin-left: auto;
  margin-right: auto;
  place-items: center;
}

.image1
{
  height: 80vh;
  width: auto;
  object-fit: cover;
}
.image2
{
width: 30vw;
	display: block;
	 margin-left: auto;
  margin-right: auto;
	padding-top: 10px
}
.image3
{
width: 60vw;
display: block;
  margin-left: auto;
  margin-right: auto;
padding-top: 0px
}
.image4
{width: 100vw;
position:absolute;
bottom:0%;
}
.image5
{width: 100vw;
position:absolute;
bottom:0%;
}



h1 {
	width: 80%;	
  font-size: 4rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 4rem;
  position: absolute;
  top: 1vw;
  padding: 15px;
  z-index: 4;
  overflow-wrap: break-word ;
	text-align: center;
 
}

h2 {
  font-size: 3rem;
 font-weight: 400;
  max-width: 1200px;
	z-index: 3;
	position:inherit;
	margin-top: 15rem;
	overflow-wrap: break-word;
	text-align: center;
}

h3 {
  font-size: 2rem;
  max-width: 600px;
	font-weight: 200;
	margin-top: 12rem;
	position:inherit;
	overflow-wrap: break-word;
	text-align: center;
}

h4 {
  font-size: 2rem;
  max-width: 600px;
	margin-top: 10rem;
		bottom: 10%;
	align-content: left;
	overflow-wrap: break-word;
}
p{
  font-size: 2rem;
  max-width: 800px;
	margin-top: 2rem;
	position:absolute;
	bottom: 20%;
	right: 20%;
	overflow-wrap: break-word;
}
p2{
  font-size: 14px;
  max-width: 600px;
	margin-top: 2rem;
	position:inherit;
	display: flex;
	overflow-wrap: break-word;
}



@media (max-width: 790px) {

.image2
{
width: 50vw;
	display: block;
	 margin-left: auto;
  margin-right: auto;
	padding:inherit;
		
	}
}
@media (max-width: 790px) {
	.image3
{
width: 70vw;
	display: block;
	 margin-left: auto;
  margin-right: auto;
		
	}
}
@media (max-width: 790px) {
  h1 {
    font-size: 5vw;
	  position: relative;
	  padding: inherit;
  } h2 {
    font-size: 4vw;
	  margin-top: auto;
	overflow-wrap: break-word;
	  text-align: center
  }
 h3 {
    font-size: 3vw;
	 margin-top: auto;
	 overflow-wrap: break-word;
	 text-align: center
  }
	h4 {
    font-size: 4vw;
	 margin-top: auto;
	 overflow-wrap: break-word;
	 text-align: center
  }
	
p2 {
    display: flex;
	font-size: 3vw;
	overflow-wrap: break-word;
	text-align: center
  }
}
@media (max-width: 790px) {
	.image4{display: none}
}
@media (min-width: 790px) {
	.image5{display: none}
}

h1 span {
  display: inline-block;
}



* {
  box-sizing: border-box;
}

#sectionPin {
  height: 100vh;
  overflow: hidden;
  display: flex;
  left: 0;
  background: var(--text-color);
  color: var(--bg-color);
}

.pin-wrap {
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0px 0vw;
	background: var(--bg-color);
}
.pin-wrap > * {
  min-width: 50vw;
  padding: 0 0vw;
	background: var(--bg-color);
}

p {
  position: absolute;
  bottom: 10vw;
  right: 10vw;
  width: 200px;
  line-height: 1.5;
}
p2 {
  position: inherit;
  top: 5vw;
  right: 6vw;
  width: 80%;
  line-height: 1.5;
}

#sectionTop {
  height: 40vh;
  overflow: hidden;
  display: flex;
  left: 0;
  background-color: linear-gradient(0deg,#4EB9D4,#ffffff,#ffffff)
}

#sectionLow {
  height: inherit;
  overflow: hidden;
  display: flex;
  left: 0;
  background-color: #678A39
}
#sectionLow2 {
  height:300px;
  overflow: visible;
  display: flex;

	background: #678A39;
	position:absolute;
	padding-left: 20vw;
	padding-top: 0px
}


#sectionFooter {
  width: 100vw;
  overflow: visible;
  display: flex;
  left: 0;
  background-color: #678A39
	  
}

