html, body{
	font-family: 'Roboto', sans-serif;
	background: #F0F0F3;
}

.logo img{
	max-width: 250px;
}
.logo{
	text-align: center;
}

.section{
	clear: both;
	padding: 30px;
	border-bottom: 5px solid #0072BC;
}
.container{
	max-width: 1200px;
	margin: auto auto;
	width: 100%;
	background: white;

}

.toolbox-link{
	position: fixed;
	top: 0px;
	right: 0px;
	padding: 15px;
	padding-right: 30px;
	padding-left: 30px;
	background: #0072BC;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 300;
}

h1, h3{
	color: #0072BC;
	text-align: center;
}
h3{
margin-bottom: 0px;	
}
h1{
	color: white;
	background: #0072BC;
	padding: 15px;
	font-weight: 300;
	margin-top: 0px;
}

.screens{
	text-align: center;
	
}

.screens img{
	max-width: 90%;
}
h2{
	color: #0072BC;
	padding: 15px;
	padding-left: 0px;
	font-weight: 300;
	margin-top: 0px;
}
iframe{
	width: 100%;
	
}

ul{
	list-style: none;
	padding: 0px;
}
li{
	padding: 10px;
	border-left: 5px solid #0072BC;
	margin-bottom: 10px;
}

.marquee {
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  background: #0072BC;
  clear: both;
  box-sizing: border-box;
  color: white;
  padding: 15px;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
  
}