@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 768px) and (min-width:480px)  {
    .resp-fix {
        width:100%;
    }
}

.shadow {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.img-center {
	margin:0 auto;
}