/* =========================== GLOBAL ============================ */
html:not(.mobile-true) #main img:not(.animate-element, .ls-s-1), html:not(.mobile-true) #header img, html:not(.mobile-true) #bottom-bar img { opacity: 1 !important; }

html, body, .view {
	font-family: 'Open Sans', sans-serif;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
	color: #3C3D3C;
	position: relative;
}

*:focus {
  outline: none;
}

.view {
	width: 100%;
	height: 100%;
}

.no-bg {
	background-color: #fff;
}

.scroll {
	overflow-y: auto;
}
