/* CEREBRO */

html {
  scroll-behavior: smooth;
}


@font-face {
  font-family: 'valencia sans';
  src: local('valencia sans');
  src: url('fonts/valencia-sans.ttf') format('truetype'),
       url('fonts/valencia-sans.otf') format('opentype'),
       url('fonts/valencia-sans-webfont.woff') format('woff'),
       url('fonts/valencia-sans-webfont.woff2') format('woff2');}


/*.section img.shadow-on-white {
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
}*/

.fixedbar img.cerebro-logo {
	padding-top: 78px;
	width: 55%;
	margin-left: -55px;
	margin-bottom: 8px;
}

.section img.outline {
	border: 1px solid rgb(244,244,244);
}

.section img.shadow-on-white {
	width: 80%;
	-webkit-box-shadow: 6px 6px 25px 2px rgba(0,0,0,0.09);
	-moz-box-shadow: 6px 6px 25px 2px rgba(0,0,0,0.09);
	box-shadow: 6px 6px 25px 2px rgba(0,0,0,0.09);
}

.section img.first {
	margin-top: 50px;
}

.section img.special {
	margin-bottom: 10px;
}

.section img.second-pic-follows {
	margin-bottom: 25px;
}

.section p span.bold {
	font-weight: 600;
	color: rgb(100,100,100);
}

.cerebro-start .cerebro-intro h2 {
	color: rgb(90,90,90);
	font-family: 'Barlow';
	font-size: 21px;
	font-weight: 600;
	padding-bottom: 20px;
	padding-top: 10px;
	margin-top: 40px;
	margin-bottom: 5px;
	z-index: 200000;
}

.cerebro-start .cerebro-intro img.nothing-after {
	margin-bottom: 70px;
}

.cerebro-intro img.cerebro-screenshots {
	margin-top: 60px;
	margin: 0 auto;
	width: 95.4%;
	padding-bottom: 0px;
	margin-bottom: 50px; /* spacing between screens */
}

span.green {
	background-color: rgb(204,253,204);
}

span.feedback {
	color: red;
}

span.feedback2 {
	color: green;
}

.section h4.quote {
	font-family: 'Georgia Light', serif;
	font-weight: 200;
	font-size: 20px;
	line-height: 29px;
    color: rgb(100,100,100);
	padding-bottom: 28px;
	width: 40%;
	margin: 0 auto;
	text-align: center;
}



@media (max-width: 900px) {
	.under-carousel {
		padding-top: 30px;}
	.more-space-below-mobile {
		padding-bottom: 40px;
	}
}







