html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body, html {
  background-color: #fff;
  color: #000;
  font-family: sans-serif, Helvetica, Arial;

  overflow-y: scroll; 
	scroll-behavior: smooth;

  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
}

body::-webkit-scrollbar, html::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

:target {
	position: relative;
	top: 0px;
}

a.section {
	display: block; /* firefox workaround for empty anchor section */
}

.container {
}

.section_img {
	width: 100%;
  display: block;
}

.overlay_c {
  position: absolute;
	top: 0;
  transition: .5s ease;
  opacity: 0;
}

.overlay_p {
  position: relative;
}
.icon_bar {
  position: fixed;
  top: calc(100vw * 0.035); 
  left: 5%; 
  width: 3%; 
	z-index: 1000;
}

.icon_bar .icon_text {
  position: relative;
	margin-bottom: 85%;
}

.icon_bar .icon_text .icon {
	width: 100%;
  display: block;
}

.icon_bar .icon_text .i_text {
	position: absolute;
	top: 0px;
	left: 130%;
	height: 100%;
  display: block;
  opacity: 0;
  transition: .5s ease;
}

.icon_bar .icon_text .icon:hover ~ .i_text {
  opacity: 1;
}

.herder {
  position: absolute;
  top: 20%; 
  left: 20%; 
  width: 25%; 
	z-index: 1000;
}

.gear_1 {
  position: absolute; 
  top: -12%; 
  left: 15%; 
  width: 8.5%; 
	z-index: 1000;
}

.gear_2 {
  position: absolute; 
  top: 96%; 
  left: 87%; 
  width: 6.5%; 
	z-index: 1000;
}

.cloud {
  position: absolute; 
  top: 90%; 
  left: 67%; 
  width: 17%; 
	z-index: 1000;
}

.yarn {
  position: absolute; 
  top: 80%; 
  left: 32%; 
  width: 7%; 
	z-index: 1000;
}

.double_down_arrow {
	position: absolute;
	top: 94%;
	left: 49%;
	width: 2%;
	height: 4%;
  display: block;
}

.double_down_arrow:hover {
  -webkit-animation: action 1s infinite alternate;
	animation: action 1s infinite alternate;
}

@-webkit-keyframes action {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}

@keyframes action {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}

.section_video {
	background-color: #fff9ed;
}

.video {
	padding-left: 17%;
	padding-top: 8.5%;
	padding-bottom: 8.5%;
	width: 66%;
	height: 66%;
	display: block;
}