﻿@charset "UTF-8";

.head-wrap .search p {
	font-size: 18px;
	color: white;
}

.footer-box {
    display: inline-block;
    letter-spacing: 1pt;
    height: 70px;
    padding: 10px;
    font-size: 15px;
    color: white;
    background-color: #333333;
    margin-left: 40%;

}
@media screen and (max-width: 960px) {
    .footer-box {
        margin-left: 0%;
    }
}
