﻿
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500'); /* Raleway Font */
@font-face { font-family: edoj; src: url('../fonts/EDOJUAN.TTF'); } 

body {
  padding: 0;
  margin: 0;
  background-color: #000;
}

#hero {
  height: 620px;
  overflow: hidden;
  position: relative;
}

.medium-margin {
    margin-bottom: 3em;
    margin-top: 3em;
}
.small-margin {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

.tiny-margin {
    margin-bottom: 1.5em /* 24px */
}
.mid-text {
	color: #fff;
}
#support-text {
	color: #fff;
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
}
#support-image {
	color: #fff;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.layer {
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 620px;
  position: fixed;
  z-index: -1;
}

#hero-fmr {
  display: block;
  background: url(../images/LogoMobile.png) no-repeat center top;
  height: 320px;
}

.text-header {
  font-size: 50px;
  text-align: center;
}

.content {
	background-color: #000000;
	width: 100%;
	font-family: edoj;
	background: url(../images/Full-Mojo-Background.jpg) no-repeat fixed top;

}

h1 {
  line-height: 120%;
  margin-bottom: 30px;
  font-size: 44px;
}

p {
  color: #ede0d5;
  font-size: 24px;
  line-height: 100%;
  font-family: edoj;

}
.pcyan {
	color: #08b4ff;
}


#hero, .layer {
  min-height: 512px;
}

.layer-bg {
  background-image: url(../images/B02fondo.png) ;
  background-repeat: repeat-x;
}
.layer-1 {
  background-image: url(../images/B02P03.png);
  background-position: center bottom;
  background-repeat: repeat-x;
}
.layer-2 {
  background-image: url(../images/B02P02.png);
  background-position: center bottom;
  background-repeat: repeat-x;
}
.layer-3 {
  background-image: url(../images/B02P01.png);
  background-position: center bottom;
  background-repeat: repeat-x;
}
.layer-logo {
  background-image: url(../images/MillionToOneHero.gif);
  background-position: center top;
  margin-top: 30px;
}

.layer-last {
  background-image: url(../images/B02P01.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  height: 620px;
}

.headtext {
	color: #08b4ff;
	text-align:right;
	margin-bottom:0px;
	font-size:32px;
}
.headtext2 {
    color: #08b4ff;
	text-align:right;
	font-size:32px;
}
.headtext3 {
	text-align:right;
	font-size:24px;
}

.trailer {
	margin-top: 30px;
	border: 2px black solid;
}

ul#screenshots {
    list-style: none;
    margin: auto;
    margin-top: 8px;
    padding: 0;
    text-align: center;
    width: 100%;
}

ul#screenshots li {
    display: inline-block;
    padding: 0;
}

ul#screenshots li a img{
    display: block;
    width: 300px;
    margin: 12px;
    border: 2px black solid;
    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s;
}

ul#screenshots li a:hover img {
    opacity: 0.75;
}

ul#imgpress {
    list-style: none;
    margin: auto;
    margin-top: 16px;
    padding: 0;
    text-align: center;
    width: 100%;
}

ul#imgpress li {
    display: block;
    padding: 10;
}

ul#imgpress li a img{
    display: block;
    width: 800px;
    margin: 12px;
    border: 2px black solid;
}


.button {
    background-color: #0095fc; /* Green */
    border: none;
    border-radius: 4px;
    color: white;
    padding: 16px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 32px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    
}
.button:hover {
    background-color: #0041a6;
    color: white;
}

/* Social and Copyright */
.social-links {
    text-align: center;
}
.social-links li {
    display: inline;
    margin-left: 15px;
}
.social-links li a {
    color: #FFFFFF;
}
.social-links li a:hover {
    color: #E48542;
}
.social-links li a:focus {
    color: #E48542;
}
#copyright {
	font-size:small;
    text-align:center;
    font-family: Raleway;
}
#centtext {
    text-align:center;
}
.floated_img
{
    float: left;
    padding-right: 10px;
}

.social-icon{
    background:none;
}

.social-icon:hover{
    -webkit-filter: drop-shadow(1px 1px 0px #3c9eff);
  	filter: drop-shadow(1px 1px 0px #3c9eff);
}


@media only screen and (max-width: 768px) {
  
  p {
	  font-size: 24px;
	}

}
