/* You can type here any CSS code that will be loaded both on your admin and front-end pages.
Let us help you by giving a few exmaple CSS classes: */

/* Front-end sliders & preview */

.ls-container { /* The slider itself */

}

.ls-slide { 

}

.ls-slide a:hover {
	color: blue;
	text-decoration: underline;
}

.ls-slide #yourID {

}

.ls-slide h1 {
	font-size: 67px;
	line-height: 40px;
	font-weight: 800;
	font-family: 'Open Sans';
	color: #010d18;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	letter-spacing: -6px;
	background-color: transparent;
	border-width: 0px;
	border-color: #ffd658;
	border-style: none;
}

/* Side color of 3D objects */
.ls-3d-box div { background: #777; }
