
/* ==========================================================================
   Chickadee Games 2014
   ========================================================================== */

/* === Document Defaults == */
html, body {
    height: 100%;
}

body {
    background-color: white;
    background-image: url("../img/bg.png");
    background-size: auto;
    background-position: left top;
    font-family: 'Press Start 2P', cursive;
    font-weight: 100;
    background-repeat: repeat;
    color: #4b4b4b;
    font-size: 16px;


}
.share {
        font-family: 'Open Sans Condensed', sans-serif;

}
.cat {
        transform:rotate(-140deg);
-ms-transform:rotate(-140deg); /* IE 9 */
-webkit-transform:rotate(-140deg); /* Opera, Chrome, and Safari */
}
.max {
    float: right;
    transform:rotate(-37deg);
-ms-transform:rotate(-37deg); /* IE 9 */
-webkit-transform:rotate(-37deg); /* Opera, Chrome, and Safari */
}
}

h1 {
 font-family: 'Press Start 2P', cursive;   
}
.social img{
    margin-top: 20px;
    max-width: 60px
}

p {
font-family: 'Open Sans', sans-serif;
}

a {
    color: #ffc400;
    text-decoration: none;
}
img {
    max-width: 100%;
    width: auto;
}
 
/* === Helper Classes == */
.center {
    margin: auto;
    text-align: center;
}
.grid {
    margin: auto;
    max-width: 960px;
}
.container {
    width: 100%;
    max-width: 1024px;
    min-height: 100%;
    margin: auto;

}
.spacer {
    height: 32px;
}

/* === Branding == */

.title-caption {
    width: 48%;
    min-width: 250px;
}
.description {
    color: white;
}

.thankyou {
    font-size: 120%;
        font-family: 'Open Sans Condensed', sans-serif;

}

.thanks {
    font-size: 80%;
    
}
.footer {
    padding-left: 24px;
    padding-right: 24px;
    background-color: white;
    padding-bottom: 32px;
}

.platform-icons img {
    width: auto;
    padding: 20px 20px 0 20px;
}

.youtube {
    background-image: url('../img/iphone.png');
    height: 800px;
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: center;
}
.youtube object {
 padding-top: 148px;
    
}
.iphone {
    width: 400px;
    height: 775px;
    display: inline;
    
}
/* === Navigation Menu === */


/* === Footer === */

