/*
 * Author: Carlos Alvarez
 * URL: http://Alvarez.is
 *
 * Project Name: NYC Design
 * Version: 1.0
 * Date: 04-20-2014
 * URL:
 */



/* ==========================================================================
   General styles
   ========================================================================== */


body {
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
   
   /*background: url(../img/will_3.jpg) no-repeat center top;
    webkit-background-size: 100%;*/
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */


#footerwrap {
	color: #FFF;
	bottom: 0;
	position: sticky;
	
}

#footerwrap p {
   background: #000;
}


img {
   max-width: 100%;
}


