@font-face {
  font-family: 'muller_regularregular';
  src: url('../fonts/Muller-Regular-webfont.eot');
  src: url('../fonts/Muller-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Muller-Regular-webfont.woff2') format('woff2'),
    url('../fonts/Muller-Regular-webfont.woff') format('woff'),
    url('../fonts/Muller-Regular-webfont.ttf') format('truetype'),
    url('../fonts/Muller-Regular-webfont.svg#muller_regularregular') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'muller_bold';
  src: url('../fonts/Muller-Bold-webfont.eot');
  src: url('../fonts/Muller-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Muller-Bold-webfont.woff2') format('woff2'),
    url('../fonts/Muller-Bold-webfont.woff') format('woff'),
    url('../fonts/Muller-Bold-webfont.ttf') format('truetype'),
    url('../fonts/Muller-Bold-webfont.svg#muller_regularregular') format('svg');
  font-weight: 500;
  font-style: normal;
}

body {
	font-family: 'muller_regularregular';
	font-size: 10px;
	font-weight: 300;
	font-style: normal;
	background-color: white;
	color: #3f3f3f;
	background-image: url('../img/background-light.svg');
	background-position: center;
}

p {
  font-size: 1.4rem;
}

ul, li {
	font-size: 1.4rem;
}

h3 {
  margin-top: 6rem;
}

h4 {
  line-height: 2.8rem;
}

article h4 {
  margin-top: 4rem;
}

.btn {
  border-radius: 0rem;
}

.btn-framed {
  min-width: 16rem;
  border: 0.2rem solid white;
  background-color: transparent;
  color: white;
  font-size: 1.4rem;
}
.btn-framed:hover, .btn-framed:active {
  border: 0.2rem solid white;
  background-color: white;
  color: #3f3f3f;
}

#contact-row {
  background-color: #3f3f3f;
  color: white;
  padding: 2rem;
}

.link-container {
  margin-top: 2rem;
  width: 100%;
}

.btn.btn-link-box {
  background-color: #3f3f3f;
  color: white;
  border-radius: 0rem;
  box-shadow: none;
  padding: 2rem;
  border: none;
  text-align: left;
  margin-top: 0.2rem;
  min-width: 26rem;
  max-width: 32rem;
  min-height: 14.4rem;
}
.btn.btn-link-box:hover,.btn.btn-link-box:active {
  background-color: #202020;
  color: white;
}
.btn-link-box .link-icon {
  height: 3rem;
  width: auto;
}
.btn-link-box .link-icon img {
  height: 2rem;
  width: 100%;
  width: auto;
}
.btn-link-box .target-title {
  font-size: 1.8rem;
  width: 100%;
}
.btn-link-box .target-description {
  margin-top: 0.6rem;
  width: 100%;
  white-space: normal;
  font-size: 1rem;
}

.grey {
  color: #3f3f3f;
}

#handbook {
  margin-top: 9rem;
}

.line-sm {
	width: 5rem;
	height: 0.2rem;
}

#introduction-header {
	height: 60rem;
	background-image: url('../img/background-top.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: white;
	color: white;
}

#introduction-header h1 {
	font-family: 'muller_bold';
	text-transform: uppercase;
  margin-bottom: 2rem;
}

#introduction-header h4 {
  margin-top: 2rem;
}

#introduction-header-logo {
	width: 16rem;
	height: auto;
	margin-top: 2.5rem;
}

#main-content {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

section {
  margin-bottom: 8rem;
}

.section-head {
  width: 100%;
  padding: 6rem 4rem 6rem 4rem;
  text-align: center;
  color: white;
  background-color: #355AA6;
}

.media-content {
  margin-top: 2.3rem;
  margin-bottom: 2.8rem;
}

table {
  font-size: 1.4rem;
  border: 0.1rem solid #3f3f3f;
}

table thead {
  background-color: #3f3f3f;
  color: white;
}

.table>thead>tr>th {
  border-bottom: none;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  border-top: 0.1rem solid #3f3f3f;
}

article {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eeeeee;
  padding-left: 2rem;
  padding-right: 2rem;
}

article h3 {
  margin-bottom: 3rem;
}

article p {
  margin-top: 2rem;
}

.section-head h4 {
  margin-top: 3rem;
}

.nav-pills>li.active a {
	background-color: #355AA6;
	color: white;
}

.nav-pills>li.active a:hover {
	background-color: lightgrey;
	color: #3f3f3f;
}

.side-navigation-submenu>li.active a {
  font-weight: bold;
  text-decoration: underline;
}

#side-navigation {
  font-size: 1.2rem;
	border-radius: 0px;
	border: none;
	background-color: transparent;
	z-index: 100;
	/* background-color: rgba(255,255,255,0.95); */
	width: 100%;
  padding-bottom: 2rem;
}

#col-sidemenu {
  /* background-color: white; */
}

#side-navigation ul li a {
  border-radius: 0rem;
}

#side-navigation ul li.active {
	background: transparent;
  font-weight: 500;
}

#side-navigation ul ul {
  margin: 1rem 0rem 1.6rem -1.6rem;
}

#side-navigation a:hover {
	text-decoration: none;
	color: black;
}

#side-navigation .side-navigation-submenu {
	padding-top: 1rem;
}

#side-navigation .side-navigation-submenu li:not(:first-child) {
	padding-top: 1rem;
}

#side-navigation.affix-top {
    position: static;
}

#side-navigation.affix {
    position: fixed;
    top: 0rem;
		left: 0rem;
		padding: 0rem 1.5rem 0rem 1.5rem;
    width: 25%;
}

#side-navigation-logo {
  max-width: 12rem;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

#side-navigation-title {
  margin-bottom: 3rem;
}

.navbar-form input, .form-inline input {
	width: auto;
}

.container-footer {
	background-color: #3f3f3f;
}

.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: white;
}

#footer-logo-miz {
	width: 18rem;
	height: auto;
  margin-top: 1.6rem;
}

#footer-logo-lun {
	width: 8rem;
	height: auto;
}

#footer-logo-scenid {
  width: 4rem;
  height: auto;
}

#footer-logo-combinator {
  margin-left: 2rem;
  margin-right: 2rem;
}

/* make sidebar nav vertical */
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
	#introduction-header {
		height: 44rem;
	}
	#sidebar {
    border: 1px solid green;
    position: fixed;
    width: 33.3%;
    margin-left: -30px;
  }
}

/* shorten Header when smaller than 768px */
@media (max-width: 767px) {
	#introduction-header {
		height: 44rem;
	}
  #contact-row {
    text-align: center;
  }
  #side-navigation.affix {
    width: 100%;
    background-color: white;
  }
  #handbook {
    margin-top: 6rem;
  }
  #side-navigation ul ul {
    margin: 1rem 0rem 1rem 0rem;
  }
  #page-footer .row .col-xs-12 {
    margin-top: 3rem;
    text-align: center;
  }
}

/* early snap in lg for tables at 1580px */
@media (max-width: 1580px) {
	.col-early-lg {
		width: 100%;
		float: none;
	}
}

/* Make menu accessible on short screens */

@media (max-height: 768px) {
  #side-navigation-logo {
    width: 10rem;
    height: auto;
  }
  #side-navigation-title {
    margin-bottom: 1rem;
  }
  #side-navigation a {
    font-size: 1rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  #side-navigation .side-navigation-submenu {
    margin: 0 0 1rem 0;
  }
  #side-navigation .side-navigation-submenu a {
    font-size: 1rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}

/* Lightbox */

.ekko-lightbox {
  background-color: rgba(0, 0, 0, 0.8);
}

.ekko-lightbox .modal-content {
  box-shadow: none;
  border-radius: 0;
  border: none;
  background-color: #3f3f3f;
}

.ekko-lightbox .modal-content .modal-header {
  border-bottom: none;
  color: white;
}

.ekko-lightbox .modal-content .modal-header .close {
  color: white;
  opacity: 1;
  font-size: 3rem;
  text-shadow: none;
}

.ekko-lightbox .modal-content .modal-body {
  padding: 0;
}

/* Code block and highlight.js custom theme */

pre {
  border-radius: 0rem;
  background-color: #3f3f3f;
  color: white;
  line-height: 2rem;
  padding: 1rem 1.2rem 1rem 1.2rem;
  margin-top: 2rem;
}

pre code {
  display: block;
  font-family: Menlo, Monaco, Consolas, monospace;
}

.hljs {
  background-color: #3f3f3f;
  overflow: auto;
}

.hljs-comment,
.hljs-quote {
  color: #5c6370;
  font-style: italic;
}

.hljs-doctag,
.hljs-keyword,
.hljs-formula {
  color: #c678dd;
}

.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
  color: #e06c75;
}

.hljs-literal {
  color: #56b6c2;
}

.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
  color: #98c379;
}

.hljs-built_in,
.hljs-class .hljs-title {
  color: #e6c07b;
}

.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
  color: #d19a66;
}

.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
  color: #61aeee;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-link {
  text-decoration: underline;
}
