:root {
  box-sizing: border-box;
  font-sizing: calc(1vw + 0.6em);
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
}

a:link {
  color #1476b8;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #1430b8;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #b81414;
}

.page-header {
  padding: 0.4em 1em;
  background-color: #fff;
}

@media (min-width: 35em) {
  .page-header {
    padding: 1em;
  }
}

.title > h1 {
  color: #333;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: 0.2em 0;
}

@media (min-width: 35em) {
  .title > h1 {
    font-size: 2.25rem;
  }
}

.slogan {
  color: #fff;
  font-size: 0.875em;
  margin: 0;
}

.hero {
  padding: 2em 1em;
  text-align: center;
  background-image: url('../banddog_splash.jpg');
  background-size: 100%;
  color: #fff;
  text-shadow: 0.1em 0.3em 0.4em #111;
}

.hero > h1 {
  color: #fff;
}


@media (min-width: 35em) {
  .hero {
    padding: 3em 2em;
    font-size: 1.2rem;
  }
}


main {
   padding: 1em;
}

@media (min-width: 35em) {
  main {
    padding: 2em 1em;
  }
}

.subtitle {
  margin-top: 1.5em;
  margin-bottom: 1.5 em;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.menu {
  position: relative;
}

.menu-toggle {
  position: absolute;
  top: -1.2em;
  right: 0.1em;
  border: 0;
  background-color: transparent;
  font-size: 3em;
  width: 1em;
  height: 1em;
  line-height: 0.4;
  text-indent: 5em;
  white-space: nowrap;
  overflow: hidden;
}

.menu-toggle::after {
  position: static;
  top: 0.2em;
  left: 0.2em;
  display: block;
  content: "\2261";
  text-indent: 0;
}

.menu-dropdown {
  display: block;
  position: static;
  right: 0;
  left: 0;
  margin: 0;
}

@media (min-width: 35em) {
  .menu-toggle {
    display: none;
  }
  
  .menu-dropdown {
    display: block;
    position: static;
  }
}

.menu .is-open .menu-dropdown {
  display: block;
}

.nav-menu {
  diplay: flex;
  margin: 0;
  padding-left: 0;
  border: 1px solid #ccc;
  list-style: none;
  background-color: #000;
  color: #fff;
}

.nav-menu > li + li {
  border-top: 1px solid #ccc;
}

.nav-menu > li > a {
  display: block;
  padding: 0.8em 1em;
  color: #fff;
  font-weight: normal;
}


@media (min-width: 0em) {
  .nav-menu {
    display: flex;
    border: 0;
    padding: 0 1em;
  }

  .nav-menu > li {
    flex: 1;
  }
  
  .nav-menu > li + li {
    border: 0;
  }

  .nav-menu > li > a {
    padding: 0.3em;
    text-align: center;
  }
}

@media (min-width: 35em) {
  .row {
    display: flex;
    margin-left: -.75em;
    margin-right: -.75em;
  }

  .column {
    flex: 1;
    margin-right: 0.75em;
    margin-left: 0.75em;
  }
}

table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #fff;
	background-color: #ddd;
}

td {
   border: 1px solid #fff;
   background-color: #ddd;
   font-size: .75em;
}

.login {
  width: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 .5em 0 rgba(0, 0, 0, 0.3);
  margin: 5em;
}

.login h1 {
  text-align: center;
  color: #5b6574;
  font-size: 1.2em;
  padding: 1em 0 1em 0;
  border-bottom: 1px solid #dee0e4;
}

.login form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1em;
}

.login form label {
  display: flex;
  justify-content: center;
  width: 5%;
  height: 1.2em;
  margin-bottom: 0.75em;
  align-items: center;
  background-color: #3274d6;
  color: #ffffff;
}

.login form a {
  font-size: .6em;
}

.login form input[type="password"], .login form input[type="text"], .login form input[type="email"] {
  width: 95%;
  border: 1px solid #dee0e4;
  margin-bottom: 1em;
}

.login form input[type="submit"] {
  width: 100%;
  padding: .75em;
  margin-top: 1em;
  background-color: #3274d6;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;
}

.login form input[type="submit"]:hover {
  background-color: #2868c7;
  transition: background-color 0.2s;
}

.object_entry {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 0.3em 0 rgba(0, 0, 0, 0.3);
  padding: 1em;
}

.object_entry h1 {
  text-align: center;
  color: $5b6574;
  font-size: 24px;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #dee0e4;
}

.object_entry form {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding-top: 1em;
}

.object_entry form label {
  display: flex;
  justify-content: right;
  align-items: center;
  width: 35%;
  height: 1em;
  background-color: #3274d6;
  color: #ffffff;
  padding-right: .5em;
}

.object_entry .day_picker {
  display: flex;
  justify-content: left;
  align-items: left;
  width: 100%;
  height: 1.3em;
  background-color: #3274d6;
  padding-right: .5em;
  margin-bottom: .5em;
}

.object_entry .day_picker label {
  display: flex;
  justify-content: left;
  align-items: left;
  width: 3em;
  height: 1em;
  background-color: #3274d6;
  color: #ffffff;
  padding-right: .5em;
}

.object_entry .day_picker input[type="checkbox"] {
  display: flex;
  justify-content: center;
  align-items: left;
  width: 1em;
  height: 1em;
  background-color: #3274d6;
  color: #ffffff;
  padding-right: .5em;
}

.object_entry form input[type="password"], .object_entry form input[type="text"], .object_entry form input[type="email"], .object_entry form select, .object_entry form input[type="datetime-local"] {
  justify-content: left;
  width: 65%;
  height: 1.25em;
  border: 1px solid #dee0e4;
  margin-bottom: .5em;
  padding: 0 .5em;
}

.object_entry .multiple_select {
  justify-content: left;
  width: 65%;
  height: 8em;
  border: 1px solid #dee0e4;
  margin-bottom: 1em;
  padding: 0 .5em;
}

.object_entry form input[type="submit"] {
  width: 100%;
  padding: .5em;
  margin-top: 1em;
  background-color: #3274d6;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color: 0.2s;
}

.object_entry form input[type="submit"]:hover {
  background-color: #2868c7;
  transition: background-color 0.2s;
}

