@charset "utf-8";
/* CSS Document */

p{
    font-size: 1.5em;
}
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.container {
    width: 976px;
	height:auto;
    /* Change this value to customize the content area*/
    margin: 0 auto;
	background-color:#232323;
}

#footer {

   position:fixed;
   left:0px;
   text-align:center;
   bottom:0px;
   height:50px;
   width:100%;
 /*  background:#1abc9c;*/
}

@media only screen and (max-device-width: 768px) {
    
    
    p{
    font-size: 1.1em;
}
    
}

