body{
    background: url("../images/background.png") no-repeat top;
}

.contact{
    background: url("../images/contact-me.png") no-repeat left center;
    width: 605px;
    height: 35px;
}

.mit4mit{
    background: url("../images/mit4mit.png") no-repeat right center;
    width: 663px;
    height: 77px;
}

.social-middle{
    max-height: 80px !important;
    /*max-width: 80% !important;*/
}

.img-contact{
    /*padding-bottom: 22px;
    padding-right:10px;*/
}
.img-mit{
    padding-left: 10px;
}

/*@media only screen and (max-height: 560px){

    .img-contact, .img-mit{
        max-width: 70%;
    }
	.img-logo{
		max-width: 62%;
	}
	.fixed-bottom {
        position: inherit !important;
    }
}*/

@media only screen and (max-width: 640px){
    .social-middle{
        max-height: 65px !important;
    }
    /*.icon-face{*/
        /*padding-left: 5px !important;*/
    /*}*/
    .icon-inst{
        padding-right: 5px !important;
    }
}

@media only screen and (min-width: 641px) and (max-width: 740){
    .social-middle{
        max-height: 75px !important;
    }
}

@media only screen and (max-height: 660px) and (min-width: 1024px){
    .img-contact, .img-mit{
        max-width: 39%;
    }

    /* Pull out the header and footer */
    .fixed-bottom {
        position: inherit !important;
    }
    .img-mit{
        padding-left: 0 !important;
    }
}

