@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
body {
  background: #eee;
  color: #000;
  margin: 0;
  padding: 0;
  font-family: Noto Sans, Arial; }

header, footer {
  width: 100%;
  padding: 20px;
  background: #575f80;
  color: #fff;
  text-align: center;
  min-height: 100px; }
  header a, footer a, header a:visited, footer a:visited, header a:active, footer a:active {
    color: #fff; }
  header a:hover, footer a:hover {
    color: #ddd; }
  header span, footer span {
    max-width: 90%;
    margin: auto; }
  header .resume, footer .resume {
    display: block;
    margin-top: 10px; }

article {
  max-width: 1080px;
  margin: 20px auto;
  text-align: center; }

.gallery {
  position: relative; }
  .gallery .section-header {
    position: relative;
    margin: 30px 0px 10px 0px;
    padding: 15px 0px 15px 10px;
    background: #575f80;
    color: #fff; }
    .gallery .section-header h4 {
      display: inline-block;
      padding: 0;
      margin: 0;
      font-size: 20px; }
      .gallery .section-header h4::after {
        content: '';
        position: absolute;
        top: 10px;
        right: -500px;
        bottom: 10px;
        width: 500px;
        background: #abafc0;
        border-top: 5px solid #575f80;
        border-bottom: 5px solid #575f80;
        z-index: -1; }
    .gallery .section-header::before {
      content: '';
      position: absolute;
      top: 0px;
      left: -500px;
      bottom: 0px;
      width: 500px;
      background: #575f80; }
    .gallery .section-header::after {
      content: '';
      position: absolute;
      top: 0px;
      right: -20px;
      bottom: 0px;
      width: 20px;
      border-radius: 0px 10px 10px 0px;
      background: #575f80;
      z-index: -1; }
    @media (max-width: 1080px) {
  .gallery .section-header::before, .gallery .section-header::after, .gallery .section-header h4::after {
    display: none; }
  .gallery .section-header {
    margin-right: 0px;
    width: 100%; } }
  .gallery .summary {
    display: block;
    padding: 0px 20px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.5); }
  @media (min-width: 1080px) {
  .gallery .summary {
    position: relative;
    float: right;
    top: -11px;
    right: -16px;
    height: 49px;
    width: 50%; }
    .gallery .summary::after {
      clear: both; } }
  @media (max-width: 1080px) {
  .gallery .summary {
    margin: 15px 12px 0px 12px;
    padding: 15px; } }
  .gallery ul {
    padding: 0;
    margin: 0; }
    .gallery ul li {
      display: inline-block;
      padding: 15px;
      margin: 5px;
      background: #bbc1ca;
      border-radius: 3px; }
      .gallery ul li:hover {
        background: #adb4bf; }
      .gallery ul li a {
        text-align: center;
        text-decoration: none;
        color: #000; }
        .gallery ul li a:hover {
          color: #0b7292; }
      .gallery ul li img {
        width: 300px;
        margin-bottom: 10px;
        border: 5px solid #757575; }
      .gallery ul li span {
        display: block;
        width: 300px;
        font-weight: bold; }
