/* ==== Font, Body, Background ==== */

@font-face {
    font-family: "Montserrat";
    font-weight: 100;
    font-style: normal;
    src: url("../fonts/Montserrat-Thin.eot") format('embedded-opentype'),
         url("../fonts/Montserrat-Thin.woff") format("woff2"),
         url("../fonts/Montserrat-Thin.woff2") format("woff");
}
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #38b6ff;
  line-height: 1.6em;
  background-color: #000000;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #444;
}
h1 {
	font-size: 40px;
}
h2.subtitle {
	color: #fff;
	font-size: 24px;
}
h3.subtitle {
	color: #fff;
	font-size: 28px;
}
a {
	color: #38b6ff;
}
.center {
  position: fixed;
  width: 100%;
  text-align: center;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.copyright {
  color: #fff;
  text-align: center;
}
.cloud{
  position: fixed;
  bottom:40px;
  left:20px;
}
.cloud.fliped img{
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.cloud.pos1{
  right:50px;
  left:auto;
  bottom: 70px;
}
.cloud.pos1 img{
  width:170px;
}
.cloud.pos2{
  bottom: 180px;
  right:170px;
  left:auto;
}
.cloud.pos2 img{
  width:170px;
}
.cloud.pos3{
  position: fixed;
  bottom: 90px;
  left: 20px;
}
.cloud.pos3 img{
  width:250px;
}
.cloud.pos4{
  position: fixed;
  bottom: 180px;
  left: 230px;
}
.cloud.pos4 img{
  width:150px;
}
.cloud.pos5{
  right:30px;
  left:auto;
  bottom: 30px;
}
.cloud.pos5 img{
  width:220px;
}
.cloud.pos6{
  left:30px;
  bottom: 30px;
}
.cloud.pos6 img{
  width:220px;
}
.bluefield{
  position: fixed;
  bottom:40px;
}
.bluefield.pos1{
  position: fixed;
  left:auto;
  bottom: 70px;
}
.bluefield.pos1 img{
  width:250px;
}
.bluefield.pos2{
  position: fixed;
  left:auto;
  top: 20px;
}
.bluefield.pos2 img{
  width:150px;
}
.floating{
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(8%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-twitter:before {
  content: "\f099";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
