@media screen and (max-width: 678px) {
.menulink {
    display: none;
}
.menu-mobile {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid black;
    bottom: -90px;
    display: block;
    left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.mobile-link {
    margin-top: 5px;
    text-align: center;
    width: 100%;
}
.menu-mobile a {
    color: #000;
    font-family: "ATSackersHeavyGothic";
    padding: 5px 2px;
    text-decoration: none;
}
a.active-mobile {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}
#lines {
    border-bottom: 12px double black;
    border-top: 4px solid black;
    content: "";
    cursor: pointer;
    display: block;
    float: right;
    height: 4px;
    width: 30px;
}
#portfolio .fourcol,
#portfolio .threecol,
#portfolio .twocol {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
#brand-consulting .centered-text,#marchandising .centered-text, #int-sales .centered-text, #promo .centered-text {
    width: 70%;
}
}
@media screen and (max-width: 968px) {
#about .centered-text, #services .centered-text {
    width: 70%;
}
#contact .centered-text {
    width: 74%;
}
}
@media screen and (max-width: 500px) {
#intro .centered-text , #about .centered-text, #services .centered-text, #contact .centered-text {
    width: 84%;
    font-size: 19px;
}
}
