html,
body {
	width:100%;
	height:100%;
	padding: 0;
	margin: 0;
	font-size: 1em;
}

img {
	border:none;
	background: transparent;
}

#coming-soon-bg {
    background: url('img/pypo-bg.jpg');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.section-block {
    display: table;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.center-contents {
    display: table-cell;
	
    vertical-align: middle;
}

#logo {
    position: relative;
    z-index: 9;
    margin: 0 auto 2em;
    max-width: 1200px;
    display: block;
    width: 80%;
}

.text {
	position: relative;
	z-index: 9
}

.text img {
    max-width: 1200px;
	
    width: 80%;
    margin: 0 auto;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

.wrapper {
    max-width: 950px;
    margin: 0 auto;
    width: 80%;
}

.centered-text {
    text-align: center;
}

h2 {
    font-family: 'Helvetica', arial, sans-serif;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 1.5em;
    font-size: 1.5em;
}

h3 {
    font-family: 'Helvetica', arial, sans-serif;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 1.5em;
    font-size: 1.17em;
}

.info #logo {
    width: 70%;
    max-width: 400px;
}

.info #hearts {
	width: 38px;
	margin-top: 0;
	display: inline-block;
}

.info h3 {
	display: inline-block;
}

input[type="email"] {
    width: 80%;

    max-width: 300px;
    text-align: center;
    border: none;
    padding: .5em 0;
    margin: 0 auto 1.5em;
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase;
    color: #49027c;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

input[type="submit"] {
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    
    background: #49027c;
    width: 160px;
    font-size: 1em;
    text-transform: uppercase;
    padding: .5em 0;
    color: #fff;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
}


/*-- Mobile-portrait--*/
@media only screen and (max-device-width:550px), screen and (max-width:550px) {
	
	.mobile-only {
	  display: block;
	}

	.desktop-only {
	  display: none;
	}

    #logo {
        max-width: 95%;
            
        width: 95%;
        margin-bottom: 4em;
    }

    .text img {
        width:95%;
        max-width: 95%;
    }

}