/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
.custom-logo {
  display: inline-block;
  width: 270px;
  height: 79px;
  background: url(../../../images/logos/logo.png) 50% 50% no-repeat;
  background-size: contain;
}

.no-padding {
margin: 0;
}

#spur-hill-maps {
width: 240px;
float: right;
margin-left: 8px;
margin-bottom: 8px;
}

#spur-hill-maps .caption {
font-size: 10px;
margin-bottom: 25px;
}

.chronoform {
  display: none;
}

h1 {
  font-size:18px;
  line-height: 18px;
}

sub {text-decoration: underline;}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

  .custom-logo { height: 60px; }
  
}