body {
	font-family: 'TTCommons';
	margin: 0rem;
	font-size: 1.25rem;
}

section{
	margin-bottom: 3rem;
}

/* .product-list a{
	text-decoration: none;
	font-family: 'TTCommons';
	font-size: 18px;
	font-weight: bold;
	color:rgb(90,150,170);
}

.product-list a:active,.product-list a:hover{
	text-decoration: underline;
	color: rgb(90,150,170);
}

.product-list img:active,.product-list img:hover{
	box-shadow: 2px 2px 5px rgb(160,200,190);

}

.product-list img{
	border-radius: 8px;
} */

h1{
	font-family: 'TTCommons';
	font-weight: bold;

	color: #a10000;
	font-size: 40px;
	margin: 0 0 0 0;
}

h2{
	font-family: 'TTCommons';
	font-weight: bold;
	color: black;
	font-size: 28px;
}

h3{
	font-family: 'TTCommons';
	font-weight: normal;
	color: black;
	font-size: 20px;
	margin-bottom: 2em;
}

h4{
	font-family: 'TTCommons';
	font-weight: normal;
	color: black;
	font-size: 22px;
}

nav{
	display: block;
	background: white;
	padding: 0.5rem;
	position: fixed;
  top: 0;
  width: 100%;
}

.wrapper {
	background-color: #fafafa;
	margin: 0;
	padding:0 ;
}

.nav-item{
	font-family: 'TTCommons';
	font-weight: normal;
	text-decoration: none;
	color: black;
	padding: 0.5em 1em 0em 1em;
	font-size: 20px;
	text-align: center;
}

.logo {
	font-family: 'Brandon Grotesque';
	font-weight: bold;
	color: #a10000;
	font-size: 36px;
}

a.logo:hover {
	text-decoration: none;
}

.right {
	float: right;
}

.nav-item:active,.nav-item:hover{
	color: #a10000;
	/* text-decoration: underline; */
}

.navtop{
	background: rgba(255,255,255,0.5);
	z-index: 100;
}
.in-text{
	font-family: 'TTCommons';
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
	color:#a10000;
}

form{
	display: block;
	margin: 2em 1em 2em 1em;
}

label{
	font-family: 'TTCommons';
	font-size: 16px;
	font-weight: bold;

	text-decoration: none;
	color:rgb(160,200,190);
}

input{
	border: 1px solid rgb(210,210,210);
	padding:0.2rem;
	margin-bottom: 1rem;
}

textarea{
	border: 1px solid rgb(210,210,210);
	outline: none;
}

input:focus{
	outline: none;
}

::-webkit-input-placeholder{
	color: rgb(210,210,210);
}

button{
	padding: 0.3rem 0.5rem 0.3rem 0.5rem;
	font-size: 16px;
	border: none;
	background: rgb(210,210,210);
	color:white;
	margin-bottom: 1rem;
	border-radius: 5px;
	outline-color: rgb(160,200,190);
}

button:active,button:hover{
	background: rgb(160,200,190);
}

p{
	font-family: 'TTCommons';
	font-weight: lighter;
	font-size: 0.8em;
	color:rgb(50,50,50);
}

ul{
	color:rgb(120,120,120);
	font-family: 'TTCommons';
	font-size: 0.8em;
}

ol{
	color: rgb(150,150,150);
	font-family: 'TTCommons';
	font-size: 0.85em;
	font-weight: normal;
}

li{
	margin: 1em 0;
}

.color-1{
	background: #969696;
}

.color-2{
	background: #D2D2D2;
}

.color-3{
	background: #A0C8BE;
	color:white;
}

.color-4{
	background: #5A96AA;
}

.color-5{
	background: #F5FBEF;
}

figure{
	padding: 0;
}

.grid-icon img{
	width: 30px;
	padding-top:1em;
}

.product-list img{
	max-width: 100%;
	margin: 0;
}

figcaption{
	font-family: 'TTCommons';
	font-weight: normal;
	color: black;
	margin-top: -2em;
	font-size: 0.8em;
	text-align: center;
}

.imgbox {
	display: grid;
	height: 100%;
}

.imgbox img{
		margin-top: 0.5em;
		margin-bottom: 2.5em;
}

img {
  max-width: 100%;
  max-height: 80vh;
	margin: auto;
}

.styleguide{
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.bg {
	max-height: none;
}

code{
	padding: 1em;
	margin-bottom: 2rem;
	display: block;
}

.game img{
	max-width: 70%;
	border: 1px solid gray;
}

.phone img{
	max-width: 100%;
}

.watch img{
	max-width: 100%;
}

.logo{
	margin-top: 0.2em;
}

.bg-image {
	width: 100%;
	position: absolute;
  z-index: -1;
  opacity: 1;
	transition: opacity .2s linear;
}

#process h1{
	display: block;
	margin-top: 5rem;
	text-align: center;
}

.user-test h4{
	color: #ad0000;
	font-weight: bold;
	margin-bottom: 0;
  margin-top: 1.75em;
}

#news img{
	box-shadow: none;
}

#reference h1{
	margin: 3em 0 0 0;
	text-align: left;
}

.workflow a{
	text-decoration: underline;
	color: #ad0000;
}

.workflow-full img{
	max-width: 100%;
  max-height: 100%;
	margin: auto;
}

.grid-flow{
	width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 5rem;
}
