﻿@font-face {
  font-family: "Gotham Book";
  src: url(/fonts/gotham-book.ttf);
  font-weight: 800;
}
@font-face {
  font-family: "Gotham Light";
  src: url(/fonts/gotham-light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Gotham Medium";
  src: url(/fonts/gotham-medium.ttf);
  font-weight: 800;
}
body,
html {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  font-family: 'Gotham Book', sans-serif;
  font-size: 10px;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
}
.boxed-content {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.screen {
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0;
}
.main-menu {
  width: 100%;
  height: 6rem;
  border-bottom: 2px solid;
  border-color: rgba(136, 131, 150, 0.5);
}
.main-menu .content {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.main-menu .content .strol-logo {
  display: block;
  position: relative;
  float: left;
  width: 25rem;
  height: 6rem;
  background-size: 7.5rem auto;
  background-position: left;
}
.main-menu .content .description {
  position: absolute;
  bottom: 0;
  margin-left: 9rem;
  margin-bottom: 0.65rem;
  color: #3A3151;
  font-size: 1.3rem;
  line-height: 1.2em;
  font-family: 'Gotham Book', sans-serif;
}
.app {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}

.app .title {
  margin: 0;
  padding: 0;
}
.app .text {
	text-align: left;
}
.app .description {
  width: 100%;
  padding: 10px 0;
}
.app .description .text {
  font-size: 14px;
}
.app .images {
  width: 100%;
  padding: 20px 0;
}
.app .images .copenhagen {
  width: 55%;
  padding-right: 5%;
}
.app .images .denmark {
  width: 38%;
}
@media screen and (max-width: 520px) {
	.app .images {
		padding-bottom: 0;
	}
	
	.app .images .copenhagen {
		width: 100%;
	}
	
	.app .images .denmark {
		display: none;
	}
}

.app .heatmap {
  padding: 30px 0;
}
.app .heatmap .text {
  display: inline-block;
  width: 60%;
  font-size: 14px;
}
.app .heatmap .image {
  display: inline-block;
  vertical-align: top;
  margin-left: 5%;
  width: 30%;
}
@media screen and (max-width: 520px) {
	.app .heatmap {
		text-align: center;
	}
	.app .heatmap .text {
		width: 100%;
	}
	
	.app .heatmap .image {
		padding-top: 20px;
		margin-left: 0;
		width: 60%;
	}
}

.app .graph {
  padding: 30px 0;
}
.app .graph .image {
  display: inline-block;
  vertical-align: top;
  margin-right: 5%;
  width: 35%;
}
.app .graph .text {
  display: inline-block;
  width: 55%;
  font-size: 14px;
}
@media screen and (max-width: 520px) {
	.app .graph {
		padding-top: 0;
		text-align: center;
	}
	.app .graph .text {
		width: 100%;
	}
	
	.app .graph .image {
		display: none;
	}
}

.app .patent {
  padding: 30px 0;
}
.app .patent .text {
  display: inline-block;
  width: 55%;
  font-size: 14px;
}
.app .patent .image {
  display: inline-block;
  vertical-align: top;
  margin-left: 5%;
  width: 35%;
}
@media screen and (max-width: 520px) {
	.app .patent {
		padding: 0;
		text-align: center;
	}
	.app .patent .text {
		width: 100%;
	}
	
	.app .patent .image {
		margin: 0;
		padding-top: 20px;
		width: 80%;
	}
}
.app .team {
  width: 100%;
  padding: 30px 0;
}
.app .team .text {
  display: inline-block;
  width: 100%;
  font-size: 14px;
}
.app .team .image {
  text-align: center;
  vertical-align: top;
  margin-top: 20px;
  width: 100%;
}
.app .team .image img {
  width: 60%;
}
.app .so-long {
  margin-bottom: 4rem;
}
.bottom-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 7.2rem;
  width: 100%;
  background-color: rgba(58, 49, 81, 0.9);
}
.bottom-menu .content .item {
  display: inline-block;
  width: 15%;
  margin-top: 2.7rem;
  padding-right: 2rem;
  cursor: pointer;
}
.bottom-menu .content .item .text {
  font-family: Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.2em;
  color: #A8A3B6;
}
.bottom-menu .content .item .text:hover {
  color: #FFFFFF;
}
.bottom-menu .content .item .br {
  display: none;
}
.bottom-menu .content .copyright {
  float: right;
  width: 18%;
  cursor: default;
}
@media screen and (max-width: 520px) {
	.bottom-menu .content .item, .bottom-menu .content .copyright {
	  width: 50%;
	}
}
.bottom-menu .content .copyright .text:hover {
  color: #A8A3B6;
}