body, h1, h2, h3, h4, h5, h6, p {
  font-family: din-2014, sans-serif !important;
  font-weight: 400;
  font-style: normal;
	-webkit-touch-callout: none; /* iOS Safari */
	  -webkit-user-select: none; /* Safari */
	   -khtml-user-select: none; /* Konqueror HTML */
		 -moz-user-select: none; /* Old versions of Firefox */
		  -ms-user-select: none; /* Internet Explorer/Edge */
			  user-select: none; /* Non-prefixed version, currently
									supported by Chrome, Edge, Opera and Firefox */
}

.clipboard {
  cursor: pointer;
}

a.clean-link:link,
a.clean-link:visited,
a.clean-link:hover,
a.clean-link:active {
  text-decoration: none;
}

.clipboard .message {
  color: #07DD87;
}

.background-enabled .header .logo img {
  filter: brightness(1) invert(0);
  width: 80px;
}

.mr-1 {
  margin-right: 10px;
}

.ink {
  background: #07DD87;
}

.header .logo img {
  max-width: 80px;
  width: auto;
  height: auto;
  display: block;
}

.header .top-menu-nav .sub-menu li a, .header .top-menu-nav .children li a {
  margin-top: 0;
  display: block;
  font-size: 14px;
  font-weight: 100 !important;
  color: #FFF;
  opacity: 0.5;
}

.box-items .box-item .image {
  border-radius: 6px;
}

.box-items .box-item {
  padding: 0 30px 100px 30px;
}

.section.started .started-content .h-subtitle, .section.started .started-content .typed-subtitle, .section.started .started-content .typed-bread {
  font-weight: 700;
}