﻿/*
 *    custom stuff for steves site
 */

@media screen and (min-width: 720px) {
    .floating-menu {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        background: red;
        padding: 5px;
        width: 120px;
        z-index: 100;
        position: fixed;
        top: 40%;
        right: 0px;
      }
      .floating-menu a {
        color: white;
      }

      .floating-menu h3 {
        font-size: 0.9em;
        display: block;
        margin: 0 0.5em;
        color: white;
      }
  }