
      body {
        font-family: 'Source Serif 4', serif;
        font-weight: 300;
        text-align: center;
        padding: 0;
        margin: 0;
        background: #fff;
        color: #444;
      }

.navi {
  word-spacing: 3em;
  padding: 10px 0 0;
  margin: 0 auto -20px;
  text-transform: uppercase;
}
.navi a {
  text-transform: uppercase;
  font-weight: 500;

}
.navi a.active {
background: none;
color: #111;
}

      header {
        margin: 250px 0;
      }

      h1 {
        font-family: 'Belanosima', sans-serif;
        font-weight: 400;
        font-size: 72px;
        padding-bottom: 20px;
        margin: 0;
        text-transform: uppercase;
        color: #111;
      }

h1 a {
  text-decoration: none;
  color: #111;
  background: none;
}
h1 a:hover {
  text-decoration: none;
  color: #000;
  background: none;
}

      h3 {
        font-size: 24px;
        font-weight: 300;
        margin: 0;
        color: #777;
        line-height: 150%;
      }
h3 span {
background-image: linear-gradient(to right, #777 33%, rgba(255,255,255,0) 0%);
background-position: bottom;
background-size: 4px 1px;
background-repeat: repeat-x;
}
      h4 {
        font-size: 36px;
        font-weight: 300;
        margin: 100px 0 120px;
        font-variant-ligatures: common-ligatures;
        line-height: 150%;
      }
            h5 {
        font-size: 28px;
        font-weight: 300;
        margin: 100px 0 180px;
        font-variant-ligatures: common-ligatures;
          line-height: 180%;    
        }

      strong {
        font-weight: 300;
        color: #111;
      }
      .pics {
        width: 100%;
        display: block;
        background: #dddddd;
        padding: 50px 0px;
      }
      .pics h4 strong {
        font-weight: 300;
      }
      img {
        margin: 100px auto;
        width: 85%;
        max-width: 1000px;
        display: block;
      }
      .sbs {
        margin: 50px 0;
        width: 85%;
        max-width: 1400px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        display: block;
      }
      .sbs img {
        width: 46%;
        max-width: 46%;
        margin: 0;
        position: relative;
        left: 0;
        top: 0;
      }
      .sbs img + img {
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
      }

      a {
        color: #ce232a;
        text-decoration: none;
background-image: linear-gradient(to right, rgba(206, 35, 42, 0.7) 33%, rgba(255,255,255,0) 0%);
background-position: bottom;
background-size: 4px 1px;
background-repeat: repeat-x;
      }
      a:hover {
        text-decoration: none;
        color: #ce232a;
background-image: linear-gradient(to right, #ce232a 33%, rgba(255,255,255,0) 0%);
      }

      .pics h5 a + br + a {
        color: #003366;
        text-decoration: none;
background-image: linear-gradient(to right, rgba(0, 51, 102, 0.7) 33%, rgba(255,255,255,0) 0%);
background-position: bottom;
background-size: 4px 1px;
background-repeat: repeat-x;
      }
      .pics h5 a:hover + br + a:hover {
        text-decoration: none;
        color: #003366;
background-image: linear-gradient(to right, #003366 33%, rgba(255,255,255,0) 0%);
      }


      footer {
        display: block;
        width: 100%;
        position: relative;
        padding: 90px 0 75px;
        text-align: center;
        color: #fff;
        background: #003366;
      }

      footer p {
        margin: 30px 0;
        font-size: 16px;
        line-height: 200%;
      }

      footer a {
        color: #fff;
        background: none;
        text-decoration: none;
        font-size: 24px !important;
      }
      footer a:hover {
        color: #fff;
        background: none;
        text-decoration: underline;
      }



      .floatLink {
        display: block;
        width: 40px;
        height: 40px;
        position: fixed;
        left: 10px;
        top: 282px;
        background: none;
        color: #000;
        font-size: 40px;

      }
      .floatLink:hover {

               background: none;
        color: #ce232a; 
      }
      .flRight {
        left: auto;
        right: 10px;
      }
      .flNone {
        display: none;
      }


      @media screen and (max-width: 1300px)

      {

        .floatLink {
          display: none;
        }

      }