html {
  font-size: 14px; }

@media (min-width: 768px) {
  html {
    font-size: 16px; } }

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  background-color: hsl(11, 81.8%, 32.4%);
  background-image: none;
  background-size: auto;
  background-repeat: no-repeat; }

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px; }

h1 {
  font-family: 'Open Sans', sans-serif; }

.input, .textarea {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  width: 100%; }

.admin-form .minicolors-theme-default .minicolors-input {
  height: 36px !important; }

.admin-form .minicolors-theme-default .minicolors-swatch {
  top: 10px !important; }

p {
  padding-bottom: 12px; }

.navbar {
  background-color: transparent; }

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all; }

.main {
  padding: 40px 20px;
  min-height: 400px;
  margin-bottom: 40px; }

@media (min-width: 768px) {
  .main {
    padding: 40px; } }

time {
  font-weight: 700; }

.validation-summary-errors ul {
  padding: 10px; }
  .validation-summary-errors ul li {
    color: #ff0000; }

.hero.is-primary, .button.is-primary {
  background-color: hsl(353, 70.4%, 52.4%); }

.hero.is-primary:hover, .button.is-primary:hover {
  background-color: hsl(208, 29.8%, 22.4%); }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  padding: 1rem .5rem 4rem; }

.admin-settings .tab-content > div {
  display: none; }
  .admin-settings .tab-content > div.is-active {
    display: block; }

table.rsvp-log {
  border: 1px solid #000; }
  table.rsvp-log th, table.rsvp-log td {
    padding: 2px 10px;
    border: 1px solid #000; }
  table.rsvp-log thead, table.rsvp-log tfoot {
    font-weight: 700; }

.crop {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100px; }
