html {

}

html, body {
    height: 100%;
}

body {
    margin: 0 0 50px; /* bottom = footer height */
    text-align: center;
}
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    background: url(../images/confetti.svg) repeat;
}

@font-face{
    font-family: "KG-Happy";
    src: url('../fonts/KGHAPPYSolid.ttf')
}

nav {
	text-align: center;
	margin-top: 20px;
	font-family: "KG-Happy";
	color: white;
}

ul {
    list-style-type: none;
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

li {
    display: inline-block;
    margin-right: 10px;
}

a {
    text-decoration: none;
    text-transform: none;
    display: inline-block;
    margin-right: 10px;
}

a span {
    text-decoration: underline;
    font-family: 'Helvetica Neue';
    font-size: 10px;
    color: #cccccc;
}

#pageone {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    position: absolute;
}

#logo {
    height: 200px;
}

.icons {
    height: 30px;
}

#download {
    height: 50px;
    margin-top: 10px;
}

.ui-block-a {
    margin-top: 15%;
}

.ui-block-b {
    margin-top: 3%;
}

.realign {
    margin-right: 50%;
    margin-top: 7%;
}

.iphone {
    position:absolute;
    height: 530px;
    z-index: 1; 
}

.movie {
    position:absolute;
    margin-top: 66px;
    margin-left: 18px;
    z-index: 3; 
}

.left {
    text-align: left;
    margin: 20px;
}
