* {
  box-sizing: border-box;
}

/* ANCHOR LINK SCROLLING */
html {
  scroll-behavior: smooth;
}

body,
h1,
h2,
p {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}

h1 {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  font-weight: 300;
}

h2 {
  color: #413c58;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: capitalize;
}

h3 {
  text-align: center;
  color: #fff;
}

p.slogan {
  font-weight: 200;
}

p.sub-headings {
  font-weight: 300;
}

button {
  font-family: 'Poppins', sans-serif;
  border-radius: 8px;
  padding: 15px 20px;
  border: 3px solid #f2dda4;
  background-color:white;
  color: #413c58;
}
button:hover {
   border: 3px solid #f2dda4;
  background-color: #e7efc5;
    color: #413c58;
  cursor: pointer;
}

#myRange,#video{
	width:100%;
}

#order td span{
	padding-left:100px;
}

@media only screen and (min-device-width: 769px) and (max-device-width: 1920px) {
	
	
	
	
  #myRange,#video{
	width:420px;
	}
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 23px;
  }

  p {
    font-size: 15px;
  }

  p.slogan {
    font-size: 13px;
  }

  p.sub-headings {
    font-size: 24px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
	
	.inputs{
		width:300px;
	}
	
	.prices{
		width:50px;
		font-size:12px;
	}
	
#order td span{
	padding-left:0px;
}
	
	#myRange,#video{
	width:100%;
}
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 21px;
  }

  p {
    font-size: 13px;
  }

  p.slogan {
    font-size: 13px;
  }

  p.sub-headings {
    font-size: 18px;
  }
}

.divider-content {
  margin: 10px 0px 60px;
  display: flex;
  justify-content: center;
}

.divider {
  background: #c0d8b5;
  height: 3px;
}

.viewport-header {
  position: relative;
  width: 100%;
  /* height: 81vh; */
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.header-content {
  position: relative;
  /* height: 81vh;
  background: rgba(0, 0, 0, 0.5); */
	background-color:#a3c4bc;
  width: 100%;
  z-index: 2;
}

/* NAVIGATION MENU BACKGROUND */
.nav-header {
  width: 100%;
  position: fixed;
  /* background: rgba(255, 255, 255, 0.9); */
  background: #c0d8b5;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
}

.nav-header img {
  width: 100px;
}

.logo-content {
  /* width: 20%; */
  padding: 12px 0px 12px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* outline: 2px solid blue; */

  /* DUE TO LANGUAGE SWITCH */
  /* margin-top: -18px; */
}

@media only screen and (min-device-width: 769px) and (max-device-width: 1920px) {
	#myRange,#video{
	width:420px;
}
  .viewport-header,
  .header-content,
  .slogan {
    height: 81vh;
  }

  .header-content {
    background: rgba(0, 0, 0, 0.3);
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
	#myRange,#video{
	width:100%;
}
	#order td span{
	padding-left:0px;
}
		.inputs{
		width:300px;
	}
	
	.prices{
		width:50px;
		font-size:12px;
	}
  .slogan {
    padding: 180px 0px 90px 0px;
  }
}

@media only screen and (min-device-width: 769px) and (max-device-width: 1920px) {
	#myRange,#video{
	width:420px;
}
  .nav-content {
    width: 80%;
    display: flex;
    justify-content: center;
    /* outline: 1px solid blue; */
  }
  .logo-content {
    width: 20%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
	#myRange,#video{
	width:100%;
}
		.inputs{
		width:300px;
	}
	#order td span{
	padding-left:0px;
}
	.prices{
		width:50px;
		font-size:12px;
	}
  .nav-content,
  .logo-content {
    width: 100%;
    height: 15vh;
  }

  .nav-header img {
    width: 100px;
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (min-device-width: 769px) and (max-device-width: 1920px) {
	#myRange,#video{
	width:420px;
}
  nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* outline: 2px solid pink; */
  }
}

.slogan {
  /* height: 81vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}

.slogan-content {
  /* outline: 2px solid green; */
  width: 80%;
}

@media only screen and (min-device-width: 769px) and (max-device-width: 1920px) {
	#myRange,#video{
	width:420px;
}
  .video-container {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
  }

  video.header-video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
    object-fit: cover;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
	#myRange,#video{
	width:100%;
}
	#order td span{
	padding-left:0px;
}
		.inputs{
		width:300px;
	}
	
	.prices{
		width:50px;
		font-size:12px;
	}
  .video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  video.header-video {
    object-fit: cover;
    width: 100vw;
    height: 70vh;
  }

  .color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100vh;
  }
}

.about {
  text-align: center;
  display: flex;
  justify-content: center;
}

@media only screen and (min-device-width: 769px) and (max-device-width: 1920px) {
	#myRange,#video{
	width:420px;
}
  .about {
    padding: 100px 40px 100px 40px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
	#myRange,#video{
	width:100%;
}
	#order td span{
	padding-left:0px;
}
		.inputs{
		width:300px;
	}
	
	.prices{
		width:50px;
		font-size:12px;
	}
  .about {
    padding: 70px 20px 70px 20px;
  }
}

.about section {
  width: 80%;

  /* NEEDS TO ADD EXTRA HIDDEN SPACE FOR ANCHOR LINK DUE TO STICKY HEADER */
  padding-top: 200px;
  position: relative;
  z-index: 1;
  margin-top: -200px;
}

footer .copyright {
  background: #a3c4bc;
  padding: 24px;
  text-align: center;
  color: #fff;
}

#footer-bar {
  display: flex;
  justify-content: center;
}



footer .copyright a {
  margin-right: 21px;
}

/* FOOTER NAVIGATION */
.point-footer {
  color: #fff;
  text-decoration: none;
	
}

hr {
	color:#fff;
	background:#fff;
	height:2px;
	border:none
}

.active-footer,
.point-footer:hover {
  text-decoration: none;
  border-bottom: 1px solid white;

  transition: color 0.3s ease;
}

.progress {
     height: 100px;
	 position:absolute;
	 left:50%;
	 background-color:white;
	 border-radius:10px;
  }

.progress > svg {
                height: 100%;
                display: block;
            }

