/* Styles for OTT
* Author: Eric Stout (ericwstout.com)
**/

body{
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
}

img{
  max-width: 100%;
  height: auto;
}

a, a:visited{
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #002bff;
  text-decoration: none;
}


a:hover{
  color: #002bff;
  text-decoration: underline;
}


.content{
  min-height: 100%;
  min-height: 100vh;
}

.content .row:first-of-type{
  margin-bottom: 60px;
}
