/* * Hover.css - Demo Page
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover
 * Hover.css Copyright Ian Lunn 2017. */

/* *
 * The following are default styles for the demo page,
 * you don't need to include these on your own site. */

body {
  margin: 0;
  padding: 40px 0 0 0;
  font-family: sans-serif;
  color: #333;
  line-height: 140%;
}

nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: .875em;
  font-weight: 700;
}

nav li {
  list-style: none;
  display: block;
  margin-left: 1em;
  margin-right: 1em;
}

@media only screen and (min-width: 768px) {
  nav li {
    display: inline-block;
  }
}

img {
  border: none;
}

small {
  display: block;
}

p, [class^="hvr-"] {
  font-family: 'Roboto', sans-serif;
}

[class^="hvr-"] {
  margin: .4em;
  padding: 1em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sup {
  vertical-align: super;
  margin-left: -1em;
  padding: .21875em;
  line-height: 100%;
  font-size: .21875em;
  border: #eee solid 1px;
  border-radius: 4px;
  color: inherit;
}

.sup:hover {
  background: #eee;
}

a {
  color: #2098D1;
  text-decoration: none;
}

h1 {
  text-align: center;
  font-size: 3em;
}

h2 {
  margin-top: 2em;
}

@media only screen and (min-width: 360px) {
  h1 {
    font-size: 4em;
  }
}

#services {
  margin-bottom: calc(0.35 * 100vh);
}

