
.header-full {
  width: 100%;
}

.header-logo {
  background: #4d4d4d;
}
.site-name {
  height: 90px;
  padding-bottom: 10px;

  display: flex;
  align-items: center;
  justify-content: center;
}
.site-name a {
  font-size: 44px;
  font-family: 'Roboto Condensed', sans-serif;

  text-shadow: 0 1px 1px rgb(203, 28, 0);
  color: #fff;
  transition: color 1s ease-out;
}
.site-name a:hover {
  color: #cb1c00;
}
.slogan {
  position: absolute;
  top: 75px;
  width: 1050px;
  text-align: center;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
}
.header-menu {
  background: #cb1c00;
  box-shadow: 0px 1px 1px #cb1c00;
}

.footer-menu {
  background: #cb1c00;
  box-shadow: 1px 0px 1px #cb1c00;
  margin-top: 10px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  padding: 10px;
}
.footer-menu a{
    color: #fff;
}
.footer-corp {
  background: #4d4d4d;
  color: #fff;
  text-align: center;
  line-height: 20px;
  padding: 10px;
}
.footer-corp a{
    color: #fff;
}
.container {
  width:1050px;
  margin: 0 auto;
}
