@font-face {
  font-family: 'api-icons';
  src: url('api-icons.eot?24485709');
  src: url('api-icons.eot?24485709#iefix') format('embedded-opentype'),
       url('api-icons.woff2?24485709') format('woff2'),
       url('api-icons.woff?24485709') format('woff'),
       url('api-icons.ttf?24485709') format('truetype'),
       url('api-icons.svg?24485709#api-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Nunito', sans-serif;
}
.site-header {
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #072237;
  z-index: 99;
  -webkit-transition: all 1s ease-out;
  transition: all .5s ease-out;
  color: white;
  padding: 0;
  margin: 0;
}
#particles-js {
	position: absolute;
	width: 100%;
}
.site-title {
	text-align: center;
}
.row {
	margin: 0;
}
.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	margin:0;
	padding: 0;
}
.content {
	margin-top: 150px;
	z-index: 100;
	background-color: white;
	text-align: center;
	border-radius: 3px;
}

.previous a {
	color: #0cacf8;
	text-decoration: none;
}
.previous a:hover {
	text-decoration: underline;
}

.platforms {
	text-align: center;
}
.main-version-icons {
	border-bottom: 1px solid #dedede;
}

.platform-versions {
	padding-bottom: 1em;
}
.previous-versions ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.previous-versions li:hover a {
  color: white;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
.previous-versions a:hover {
  text-decoration: none;
}
.previous-versions li:hover {
  background-color: #0cacf8;
  color: white;
  -webkit-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
.previous-versions li {
  padding: 0.1em 0;
  width: 100%;
}

.platform-main-icon {
	border-right: 1px solid #fff;
	background-color: #0cacf8;
}
.platform-versions {
	border-right: 1px solid #f3f3f3;
}
.platform-main-icon:first-child {
	border-top-left-radius: 3px;
}
.platform-main-icon:last-child {
	border-top-right-radius: 3px;
	border-right: none;
}
.platform-versions:last-child {
	border-right: none;
}
.box {
	border-radius: inherit;
}
.platform {
	padding: 0;
	width:100%;
	height:10em;
	display: block;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	text-decoration: none;
	color: white;
	background-color: #0cacf8;
	
	display: flex;
	align-items: center;
	justify-content: center;
	
	border-radius: inherit;
}
.platform:hover {
	background-color: #0cacf8;
	color: white;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.20);
	margin-top: -5px;
}
.platform:hover [class^="icon-"], .platform:hover [class*=" icon-"] {
	opacity: 0;
	color: #0cacf8;
	display: none;
}

.platform .label {
	font-size: 1em;
	opacity: 0;
	color: #0cacf8;
	display: none;
	text-transform: uppercase;
}
.platform:hover .label {
	opacity: 1;
	color: white;
	display:block;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	opacity: 1;
  font-family: "api-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  
  font-variant: normal;
  text-transform: none;
 
  line-height: 1em;
  
  font-size: 400%;
 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  margin: 0 auto;
  
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  
  color: white;
}
.icon-android:before { content: '\e804'; }
.icon-appstore:before { content: '\e805'; }
.icon-windows:before { content: '\e806'; }
.icon-code:before { content: '\f121'; }
