@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300|Roboto:300,400,500&subset=latin-ext');

.hidden-navigation {
  position: fixed !important;
  transition: all 0.5s ease-in-out;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
}

.visible-navigation {
  position: fixed !important;
  transition: all 0.5s ease-in-out;
  width: 100%;
  /*height: 10vh;*/
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}

.hidden-navigation a:hover {
  color: #8f8f8f;
}

.hidden-navigation .nav-toggle {
  background-color: rgba(0, 0, 0, 0);
}

.visible-navigation .nav-toggle {
  background-color: rgba(0, 0, 0, 0);
}

.rounded {
  border-radius: 20px;
}

.is-border-bottom {
  border-bottom: 0px solid #ddd;
}

.is-padding-bottom {
  padding-bottom: 3vh;
}

.is-margin-bottom {
  margin-bottom: 3vh;
}

a {
  color: #fc9000 !important;
  border-bottom-color: #fc9000 !important;
}

a:hover {
  color: #fc6200 !important;
}

.is-hover-underline:hover {
  text-decoration: underline;
}

.is-font-sans-serif {
  font-family: 'Roboto', sans-serif;
}

.is-font-serif {
  font-family: 'Roboto Slab', serif;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}

.is-content-font p, ul, li {
  font-family: 'Roboto Slab', serif;
}

.is-content-font li {
  list-style-type: none;
  position: relative;
  padding-left: 1.6em;
}

.is-content-font li::before {
  background-color: #ddd;
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.22em;
  left: 0;
  border-radius: 2px;
}
