.hidden.menu {
  display: none;
}

.sidebar.menu {
  padding-top: 50px;
}

.secondary.menu .toc.item,
.fixed.menu .toc.item,
.fixed.menu .logo.item {
  display: none;
}

.masthead {
  background: url(../img/splash.jpg) no-repeat center !important;
}

.masthead.segment {
  min-height: 700px;
  padding: 1em 0em;
}
.masthead .logo.item img {
  margin-right: 1em;
}
.masthead .ui.menu .ui.button {
  margin-left: 0.5em;
}
.masthead .grid {
  margin-top: 12em;
}
.masthead h1.ui.header {
  /*margin-top: 3em;
  margin-bottom: 0em;*/
  margin: 0;
  font-size: 4em;
  font-weight: normal;
}
.masthead h2 {
  font-size: 1.7em;
  font-weight: normal;
}

.ui.vertical.stripe {
  /*padding: 8em 0em;*/
  padding: 6em 0 4em 0;
}
/*.ui.vertical.stripe h3 {
  font-size: 2em;
}*/
.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
  margin-top: 3em;
}
.ui.vertical.stripe .floated.image {
  clear: both;
}
.ui.vertical.stripe p {
  font-size: 1.33em;
}
.ui.vertical.stripe .horizontal.divider {
  margin: 3em 0;
}

/* Item lists seem weirdly large in stripes */
.ui.vertical.stripe .item .description p {
  font-size: 1em;
}
.ui.vertical.stripe .item .meta {
  font-size: 0.8em;
}
.ui.vertical.stripe .item .meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ui.vertical.stripe .item .meta ul li {
  display: inline;
  margin: 0;
  padding: 0;
}
.ui.vertical.stripe .item .meta ul li:not(:last-child) {
  padding-right: 0.8em;
}
.ui.vertical.stripe .item .meta ul li a {
  color: inherit;
}

.ui.button a {
  color: inherit;
}

.quote.stripe.segment {
  padding: 0em;
}
.quote.stripe.segment .grid .column {
  padding-top: 5em;
  padding-bottom: 5em;
}

.footer.segment {
  margin: 2em 0 0 0 !important;
  padding: 5em 0em;
}

@media only screen and (max-width: 700px) {
  .secondary.menu .item,
  .secondary.menu .menu,
  .fixed.menu .item,
  .fixed.menu .logo.item {
    display: none !important;
  }
  .secondary.menu .toc.item,
  .fixed.menu .toc.item,
  .fixed.menu .logo.item {
    display: block !important;
  }
  .masthead.segment {
    min-height: 450px;
  }
  .masthead .grid {
    margin-top: 3em;
  }
  .masthead h1.ui.header {
    font-size: 2em;
    /*margin-top: 1.5em;*/
  }
  .masthead h2 {
    /*margin-top: 0.5em;*/
    font-size: 1.5em;
  }
}

/* SIGNUP */
#fee {
  text-align: right;
}

span.error {
  color: red;
}

label > span.error {
  font-size: 0.8rem;
}

label > span.error:first-child::before {
  content: "(";
}

label > span.error:last-child::after {
  content: ")";
}

/* GENERAL */
.anchor {
  display: block;
  visibility: hidden;
  position: relative;
  top: -64px;
}

.spacer {
  display: block;
  min-height: 4em;
}

form .field p {
  font-size: 1em !important;
  text-align: justify;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  [class*="mobile hidden"] {
    visibility: hidden;
  }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  [class*="tablet hidden"] {
    visibility: hidden;
  }
}

/* Widescreen */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [class*="computer hidden"] {
    visibility: hidden;
  }
}
