/* CSS Document */


@font-face {
	font-family: "Cyberdelia-Black";
	src: url("Cyberdelia-Black.woff");
}
@font-face {
	font-family: "Cyberdelia-Bold";
	src: url("Cyberdelia-Bold.woff");
}
@font-face {
	font-family: "Cyberdelia-Book";
	src: url("Cyberdelia-Book.woff");
}
body {/*font-family: "Source Sans Pro"*/
	font-family: Cyberdelia-Bold, sans-serif;
	color: #000;
}
a {
	color: #000;
}

a.left {
	position: relative;
	color: red;
}
a.left:before {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: white;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}
a.left:hover:before {
	visibility: visible;
	width: 100%;
}
a.navbar-item {color:white;}
a.navbar-item:hover{ background-color: black; color:white; }
.title {
	color: #000000;
	font-size: 3rem;
	font-weight: 800;
	line-height: 1.125;
	letter-spacing: 0.1rem;
}
.subtitle {
	font-size: 2rem;
	font-weight: 500;
	max-width: 50rem;
	line-height: 3rem;
}
.fade {
	margin: 50px;
	padding: 50px;
	background-color: lightgreen;
	opacity: 1;
}
.service-label {
	background-color: #FF4E4E;
	color: #fff;
	/* display: flex; */
    /* align-items: center; */
    /* height: 15px; */
	padding: 3px 5px 3px 5px;
	/* line-height: normal; */
	font-size: 18px;
	/* font-weight: 300; */
    /* letter-spacing: 1px; */
	font-family: Cyberdelia-Book;
	border-radius: 5px;
}
h1 .title {
	font-size: 4rem;
}
body {
	/* line-height: 0;*/
}
.column {
	padding: 0;
}
.columns {
	margin: 0;
}
/*.services li{ margin:0; color:#FFF;}*/
.services > li {
	margin: 0;
}
.services {
	padding: 5rem;
}
.navbar-item, .navbar-link {
	color: white;
}