@font-face {
    font-family: "Titillium Text";
    src: url("../assets/fonts/Titillium Text/TitilliumText400wt.ttf ");
    font-weight: 400;
}
@font-face {
    font-family: "Titillium Text";
    src: url("../assets/fonts/Titillium Text/TitilliumText1.ttf ");
    font-weight: 300;
}
body {
  background: url("../assets/images/BackgroundTILE.png");
  font-family: "Titillium Text";
  color: #545454;
}
a{
  color: #000;
}
a:hover, a:focus, a:active{
  color: #ff4126 !important;
}
h2, h3{
  font-size: 27px;
  color: #E24026;
  font-weight: 400;
  margin-bottom: 0;
  padding-top: 10px;
}
h3{
  color: #000;
  margin-top: 0;
}
ul.menu {
  list-style: none;
  padding-bottom: 5px;
}
ul.menu li{
  display: inline;
}
ul.menu li a {
  padding: 8px;
  text-decoration: none;
  color: #4a4a48;
  font-weight: normal;
  font-size: 14px;
}
.page-width {
  margin: 0 auto;
  text-align: left;
  width: 960px;
  padding-bottom: 2.7692em;
}
#header {
  padding-top: 20px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
#content {
  padding-top: 20px;
  margin-top: 5px;
}
#content .box {
  line-height: 174%;
  padding: 10px 25px;
  min-height: 300px;
  background-color: #fff;
}
#content.home .box {
  background-color: #676665;
}
#content .box p {
  font-size: 16px;
}
#content.home .box p {
  padding-left: 450px;
  color: #ffffff;
  line-height: 33px;
}
