@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,800);

@font-face {
	font-family: 'Play';
	src: url('https://widgets.tinlab.com/assets/fonts/play-regular/play-regular.eot');
	src: url('https://widgets.tinlab.com/assets/fonts/play-regular/play-regular.eot?#iefix') format('embedded-opentype'),
			 url('https://widgets.tinlab.com/assets/fonts/play-regular/play-regular.woff') format('woff'),
			 url('https://widgets.tinlab.com/assets/fonts/play-regular/play-regular.ttf') format('truetype'),
			 url('https://widgets.tinlab.com/assets/fonts/play-regular/play-regular.svg#forte') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after {display: table;  content: ''; }
.clearfix:after { clear: both; }

body {
	background: #AFB5B8;
	color: #fff;
	font-weight: 500;
	font-size: 1em;
	position: relative;
	font-family: 'Play', 'Raleway', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.tinlabDark {
	background: #080923;	
	background-color: #080923;	
}

a {
	outline: none;
	color: #7883c4;
	text-decoration: none;
}

a:hover, a:focus {
	color: #FF4E69;
}

/* Content */
.container {
	background: #AFB5B8;
	background-color: #AFB5B8;
}

.content {
	/*position: relative;*/
	min-height: 250px;
}

.containerDark {
	background: #080923;	
	background-color: #080923;	
}

.contentDark {
	position: relative;
	min-height: 250px;
	margin-top: 20%;
}

.svg-container {
	width: 100%;
	height: 250px;
}

body #cdawrap .carbon-text {
	color: #f9f9f9;
}

body #cdawrap a.carbon-poweredby {
	color: #7883C4;
}

body #cdawrap a:hover.carbon-poweredby {
	color: #fff;
}

/* Styles */
.box {
	width: 50px;
	height: 50px;
	margin: 10px;
	background: black;
	border-radius: 10px;
}


/* Media Queries */
@media screen and (min-width: 680px) {
	body, html, .container, .codrops-header, .content {
		height: 100vh;
		min-height: 704px;
	}
	.content {
		height: 100%;
		height: 100vh;
		margin-left: 0px;
	}
	.svg-container {
		width: 50%;
		height: 50%;
	}
	body #cdawrap {
		right: auto;
		position: absolute;
		left: 0;
		top: auto;
		bottom: 0;
		background: none;
		border: none;
		width: 280px;
		background: rgba(0,0,0,0.1);
	}
}