﻿/* Brand colors */
/* Background colors */
/* Border colors */
/* Text */
/* Dimensions, Margins, Padding */
/* Logo */
/* Margin */
/* Media breakpoints */
@media (max-width: 480px) {
  header .logo img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .umbraco-forms-field.checkbox .umbraco-forms-field-wrapper {
    width: 7% !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
  .umbraco-forms-field .radiobuttonlist label:first-of-type {
    left: 0 !important;
  }
  .umbraco-forms-field .radiobuttonlist label:last-of-type {
    right: 0 !important;
  }
}