:root {
  --cassiopeia-color-primary: #009999;
  --cassiopeia-color-hover: #008080;
}
h1 {
  color: var(--cassiopeia-color-primary);
  text-shadow: 2px 2px 5px #c0c0c0;
}
a {
  color: var(--cassiopeia-color-link);
  text-decoration: none;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([class]) {
  text-decoration: none;
}
a:hover, a:focus {
  color: var(--cassiopeia-color-hover);
  text-decoration: underline;
}
a.navbar-brand {
  color: var(--cassiopeia-color-brand);
}
table.property-sheet td {
  padding: 5px 10px;
}

/* Page Navigation */
li.previous .page-link {
  border-radius: 25px 5px 5px 25px !important;
}
li.next .page-link {
  border-radius: 5px 25px 25px 5px !important;
}
.page-link {
  color: #c0c0c0;
  background-color: var(--cassiopeia-color-primary);
  border: 1px solid #dfe3e7;
}
.page-link:hover {
  color: var(--cassiopeia-color-primary);
  background-color: #eaedf0;
  border-color: #dfe3e7;
  text-decoration: none;
}
.page-link:focus {
  color: white;
  background-color: #eaedf0;
  box-shadow: 0 0 0 0.25rem rgba(var(--cassiopeia-color-primary), 0.25);
  text-decoration: none;
}

/* Tabs and Sliders [for articles] */
ul.jwts_tabbernav li a {
  font-size: 18px !important;
}
div.jwts_toggleControlContainer a.jwts_toggleControl {
  font-size: 24px !important;
}
ul.jwts_tabbernav li a:hover {
  color: var(--cassiopeia-color-primary) !important;
}

/* CSS Price Tables */
.columns2 {
  display: inline-block;
  float: left;
  width: 50%;
  padding: 8px;
  min-width: 360px;
}
.columns3 {
  display: inline-block;
  float: left;
  width: 33.3%;
  padding: 8px;
  min-width: 320px;
}

.columns4 {
  display: inline-block;
  float: left;
  width: 25%;
  padding: 8px;
  min-width: 240px;
}

.columns5 {
  display: inline-block;
  float: left;
  width: 20%;
  padding: 8px;
  min-width: 192px;
}

.columns6 {
  display: inline-block;
  float: left;
  width: 16.6%;
  padding: 8px;
  min-width: 160px;
}

.price-table {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price-table:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
}

.price-table .header {
  background-color: #111;
  color: white;
  font-size: 25px;
}

.price-table .header-featured {
  background-color: var(--cassiopeia-color-primary);
  color: white;
  font-size: 25px;
}

.price-table li {
  border-bottom: 1px solid #eee;
  background-color: white;
  color: black;
  padding: 10px;
  text-align: center;
}

.price-table .gray {
  background-color: #eee;
  font-size: 20px;
}

/* Legacy */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.blog-featured .well,
.featured .well {
  background-color: #ffe6e6;
}
.blog-featured .well .ssc-status,
.featured .well .ssc-status {
  color: #cc0000;
}

/* Preset Widths */
.max-width-letter,
.max-width-form {
  max-width: 960px;
}

/* Opening Hours */
div.openinghours + div {
  display: none;
}

/* Cinch Memnu */
#flyout_menu_119 {
  opacity: 0.9;
  border-radius: 5px;
}
ul.flyout-menu .menu-link a {
  font-size: 1.2em !important;
}

/* Footer */
.footer small a:hover {
  color: white;
}
