@font-face {
  font-family: "eyetype_1regular";
  src: url("../fonts/believer-webfont.eot");
  src: url("../fonts/believer-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/believer-webfont.woff") format("woff"), url("../fonts/believer-webfont.ttf") format("truetype"), url("../fonts/believer-webfont.svg#believer") format("svg");
  font-style: normal;
  font-weight: normal;
}
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 200%;
  font-weight: 200;
  letter-spacing: 2px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 200%;
  font-weight: normal;
}

a {
  font-weight: normal;
}

*:not(.codo-player-controls-volume-handle) {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

input, select, textarea, button, .btn {
  font-weight: 200;
  letter-spacing: 2px;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul pre, ol pre {
  margin-left: 0 !important;
}

pre {
  line-height: 200%;
  letter-spacing: 0;
  font-size: 15px;
  font-size: 1.5rem;
}

pre.prettyprint {
  width: auto;
  margin: 0;
}

.btn span {
  font-size: 16px;
  font-size: 1.6rem;
}

.panel .panel-body {
  padding: 10px 0;
}
.panel .panel-body pre {
  border: 0;
}

.content-title {
  background: #91bed4;
  padding: 0 20px;
  color: white;
}
.content-title h1 {
  margin: 0 20px 0 0;
  float: left;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 200;
  text-transform: uppercase;
}
.content-title h2 {
  font-size: 30px;
  font-size: 3rem;
  margin: 0;
  padding: 15px 15px 4px 0;
  float: left;
  font-weight: lighter;
  font-style: italic;
}

.content-1 {
  background: white;
}

.content-2 {
  background: #d9e8f5;
}

.content-3 {
  background: #91bed4;
}

.content-1, .content-2, .content-3 {
  padding: 25px;
}
.content-1 h3, .content-2 h3, .content-3 h3 {
  margin-top: 25px;
}
.content-1 h4, .content-2 h4, .content-3 h4 {
  margin-top: 25px;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.shadow {
  -moz-box-shadow: 1px 1px 50px black;
  -webkit-box-shadow: 1px 1px 50px black;
  box-shadow: 1px 1px 50px black;
}

/*.codo-player {
    @extend .shadow;
}*/
hr {
  margin: 25px 0;
}

header {
  line-height: 100px;
  font-weight: 200;
  background: #333;
}
header .logo img {
  margin-top: -6px;
}
header nav {
  display: flex;
}
header nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
header nav ul li {
  width: 25%;
  float: left;
}
header nav ul li a {
  margin-top: -1px;
  display: block;
  color: #999;
  -webkit-transition: color 500ms ease;
  -moz-transition: color 500ms ease;
  -ms-transition: color 500ms ease;
  -o-transition: color 500ms ease;
  transition: color 500ms ease;
  font-weight: 100;
}
header nav ul li a:hover {
  color: #ccc;
  text-decoration: none;
}
header nav ul li.active a {
  color: white;
}
header .action {
  min-width: 231px;
}
header .btn {
  margin-top: -4px;
}

footer {
  color: white;
  font-weight: lighter;
  background: #304269;
}
footer input, footer select, footer textarea, footer button {
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  outline: 1px solid #333;
}
footer a {
  -webkit-transition: color 500ms ease;
  -moz-transition: color 500ms ease;
  -ms-transition: color 500ms ease;
  -o-transition: color 500ms ease;
  transition: color 500ms ease;
  color: white;
  text-decoration: none;
}
footer a:hover {
  color: #999;
  text-decoration: none;
}
footer .top {
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .top h2 {
  margin: 0 0 20px 0;
  line-height: normal;
}
footer .top hr {
  margin: 15px 0 25px;
}
footer form .output {
  margin-left: 20px;
}
footer .links {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .follow {
  font-size: 80px;
  font-size: 8rem;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
footer .follow li {
  margin: 0 0 40px 0;
}
footer .bottom {
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  line-height: 50px;
  background: #333;
}
footer .bottom p {
  margin: 0;
}
footer .bottom a {
  color: #999;
}
footer .bottom a:hover {
  color: #ccc;
}
