/* OVERALL STYLES */

html, body {
    background-image:url(../img/backgroundUpdate.png);
    background-color: #3B3355;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;    
}

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

h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 52px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    color: #fff;
}

h4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 100;
    color: #fff;
    opacity: 0.5;
}

p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 34px;
    font-style: normal;
    font-variant: normal;
    font-weight: 100;
    color: #fff;   
}


/* NAV SECTION */

.tinyHearts {
    float: left;   
}

.socialLogos {
    float: right;
}

.twitterButton {
    margin-right: 12px;   
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 50px;
    padding-top: 40px;
}

/* IPHONE SECTION */

.iphoneVideo {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 68px;
}
    
video {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; 
}

/* CONTENT SECTION */

.copyContent {
    text-align: left;
}

.bodyCopy {
    margin-top: 22px;   
}

.appStoreBadge {
    margin-top: 56px;  
    z-index: 100;
    position: relative;
}

.appName img,h1 {
    display: inline;
    vertical-align: top;
}

.appName h1 {
    margin-left: 28px;
    line-height: 72px;
}

.kappaImage {
    position: absolute;
    z-index: 99;
    margin-top: -68px;
    margin-left: 98px;
    transition: all 0.7s ease;
}

.kappaImage img {
    width: 50px;
}

.affiliate {
    margin-top: 30px;   
}

/* MEDIA QUERIES */

 /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
       
        .copyContent {
            margin-top: 30px;   
            text-align: center;
            margin-bottom: 40px;
        }
        
        .appName img {
            display: none;    
        }
        
        .appName h1 {
            margin-left: 0px;
        }
        
        .kappaImage {
            display: none;   
        }
        
        .tinyHearts {
            float: left; 
            margin-left: 30px;
        }

        .socialLogos {
            float: right;
            margin-right: 30px;
        }
        
        .navbar-default {
            margin-top: 40px;   
        }
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

        .copyContent {
            margin-top: 30px;  
            margin-bottom: 40px;
            text-align: center;
        }
        
         .appName img {
            display: none;    
        }
        
        .appName h1 {
            margin-left: 0px;
        }
        
        .kappaImage {
            display: none;   
        }
        
        .tinyHearts {
            float: left; 
            margin-left: 100px;
        }

        .socialLogos {
            float: right;
            margin-right: 100px;
        }
        
        .navbar-default {
            margin-top: 40px;   
        }
        
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        
       .copyContent {
           text-align: left;
           margin-top: 28%; 
       }
        
        .appName img {
            display: none;    
        }
        
        .appName h1 {
            margin-left: 0px;
        }
        
        .kappaImage {
            display: inline;   
        }
        
        .tinyHearts {
            float: left; 
            margin-left: 100px;
        }

        .socialLogos {
            float: right;
            margin-right: 100px;
        }
        
        .navbar-default {
            margin-top: 0px;   
        }
        
    }   

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        
        .copyContent {
            text-align: left;
            margin-top: 28%; 
        }
        
        .appName img {
            display:inline;    
        }
        
        .appName h1 {
            margin-left: 28px;
        }
        
        .tinyHearts {
            float: left; 
            margin-left: 100px;
        }

        .socialLogos {
            float: right;
            margin-right: 100px;
        }
        
        .navbar-default {
            margin-top: 0px;   
        }

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
        
        .copyContent {
            margin-top: 28%;   
            text-align: left;
        }
        
        .appName img {
            display:inline;    
        }
        
        .appName h1 {
            margin-left: 28px;
        }
        
        .tinyHearts {
            float: left; 
            margin-left: 100px;
        }

        .socialLogos {
            float: right;
            margin-right: 100px;
        }
        
        .navbar-default {
            margin-top: 0px;   
        }
        
    }