body {
    color: white;
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #606c88, #3f4c6b); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #606c88, #3f4c6b); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #606c88, #3f4c6b); /* For Firefox 3.6 to 15 */
    background: linear-gradient(bottom right, #606c88, #3f4c6b); /* Standard syntax */
    height: 100%;
}
footer {
    position: fixed;
    bottom: 0;
    padding: 10px;
}

ul, li {
    list-style: none;
}
.imgContainer{
    float:left;
}
#footer {
	background:#57534f;
	width:100%;
	height:30px;
	position:absolute;
	bottom:0;
	left:0;
}
#wrapper {
    min-height:100%;
    position:relative;
}
#content {
	padding-bottom:100px; /* Height of the footer element */
}
/*
a {
    color: #FFFFFF;
    font-size: 20px;
}
a:visited {
    color: #FFFFFF;
}
li {
    padding: 10px;
}
@media only screen and (max-width:768px) {
    h1 {
        font-size: 45px;
    }
    h2 {
        font-size: 40px;
    }
    a {
        font-size: 30px;
    }
    .center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }
}

@media only screen and (min-width: 600px) {
    h1 {
        font-size: 55px;
    }
    h2 {
        font-size: 45px;
    }
    a {
        font-size: 35px;
    }
} */