/*
  arkos.io site style
  Written by Jacob Cook
  (c) 2016 CitizenWeb
*/


/* Fonts */

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local('Lato Hairline'), local('Lato-Hairline'), url("https://cdn.citizenweb.io/static/font/lato-hairline.ttf") format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 200;
  src: local('Lato Light'), local('Lato-Light'), url("https://cdn.citizenweb.io/static/font/lato-light.ttf") format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato'), local('Lato-Regular'), url("https://cdn.citizenweb.io/static/font/lato.ttf") format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 800;
  src: local('Lato Bold'), local('Lato-Bold'), url("https://cdn.citizenweb.io/static/font/lato-bold.ttf") format('truetype');
}


/* Body Styles */

body {
    font-size: 16px;
}

body a {
    color: #16548a;
}

body a:hover, body a:active {
    color: #217ccc;
}

body, input, button, select, textarea, h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    color: #31485f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.content {
    margin-top: 20px;
    margin-bottom: 60px
}


/* Navbars */

.banner {
  color: #16548a;
  border: 0;
  min-height: 80px;
  font-size: 16px
}

.navbar-brand {
    padding: 10px 40px 10px 20px;
}

.navbar-brand img {
    width: 192px;
}

.navbar-default {
    background: transparent;
    margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
    padding: 30px 15px;
    color: #16548a;
    text-shadow: none;
}

.home .navbar-default .navbar-nav>li>a {
  color: #FFF;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #16548a;
}

.home .navbar-default .navbar-nav>li>a:hover, .home .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  background-color: transparent;
  color: #16548a;
}

.home .navbar-default .navbar-nav>.active>a, .home .navbar-default .navbar-nav>.active>a:hover, .home .navbar-default .navbar-nav>.open>a, .home .navbar-default .navbar-nav>.open>a:hover, .home .navbar-default .navbar-nav>.open>a:focus {
  color: #fff;
}

.navbar-toggle {
    margin-top: 25px;
}

.navbar-toggle .icon-bar {
    background-color: #2D2D2D;
}

.nav-tabs>li>a:hover, .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus {
    background-color: #FFF;
}

.docs-sidebar {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.docs-sidebar .nav>li>a {
    color: #999;
    padding: 4px 20px;
    font-size: 13px;
    font-weight: 700;
}

.docs-sidebar .nav .nav>li>a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 30px;
    font-size: 12px;
    font-weight: 400;
}

.docs-sidebar .nav>.active>a {
    color: #16548a;
}

.docs-sidebar .nav>li>a {
    border-left: 2px solid transparent;
}

.docs-sidebar .nav>.active>a,
.docs-sidebar .nav>li>a:hover,
.docs-sidebar .nav>li>a:focus {
    color: #16548a;
    text-decoration: none;
    background-color: transparent;
    border-left: 2px solid #16548a;
}

.docs-sidebar .nav ul.nav {
    display: none;
}

.docs-sidebar .nav>.active>ul.nav {
    display: block;
}

.docs-sidebar>.nav-stacked {
    margin-bottom: 10px;
}

.back-to-top {
    padding: 4px 10px;
    margin-top: 20px;
    margin-left: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #999
}

.back-to-top:hover {
    color: #16548a;
    text-decoration: none
}


/* Mastheads */

.headerpane {
  color: #FFF;
}

.headerpane h1 {
  margin-top: 50px;
}

#masthead-video {
    height: auto;
    width: 100%;
}

.videobox {
  position: absolute;
  top: 0;
  height: 600px;
  width: 100%;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  z-index: 0;
  background-color: rgba(0,0,0,0.5);
  box-shadow: inset 0px 0px 200px 50px rgba(0,0,0,0.5);
}

.jumbotron {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    color: #16548a;
}

.jumbotron h1 {
    font-weight: 400;
    font-size: 64px;
    letter-spacing: -3px;
    line-height: 1;
}

.jumbotron p {
    font-size: 22px;
    font-weight: 200;
    line-height: 1.25;
}

.jumbotron .lead {
    font-size: 28px;
    letter-spacing: -1px;
    font-weight: 200;
}

.masthead {
    text-shadow: 0;
    margin-top: -20px;
    color: #16548a;
    text-align: center;
    margin-bottom: 60px;
    min-height: 450px;
}

.masthead h1 {
    margin-top: 0;
    padding-top: 100px;
    font-weight: 300;
    font-size: 92px;
}

.subhead {
  padding: 40px 0px;
  margin-top: -20px;
  text-align: left;
  color: #FFF;
  background-color: #16548a;
  margin-bottom: 20px;
}

.subhead h1 {
  font-size: 60px;
  margin-top: 6px;
}

.subhead .lead {
  margin-bottom: 20px
}

.subhead .subhead-pretitle {
  margin-bottom: 10px;
  margin-left: 3px
}


/* Page Sections */

.bluestripe {
    background: url('https://cdn.citizenweb.io/static/img/arkos-pattern.png') repeat;
    color: #FFF;
    margin: 0px 0px 20px 0px;
    padding: 20px 0px
}

.bluestripe h2 {
    color: #FFF;
    margin-top: 10px;
}

.bluestripe a {
    color: #FFF;
    text-decoration: none
}

.cloud-well {
    background-color: transparent;
    border: 3px dashed #2D2D2D
}

.docsection {
    padding-top: 30px
}

.devsub {
    margin-left: 25px
}

.devsection {
    padding-top: 20px
}

.page-section {
  margin-bottom: 60px;
}

.sidebar {
    margin-top: 15px
}

.media-body p {
    margin-bottom: 0;
}

.affix {
    top: 0px
}

.affix-bottom {
    position: absolute;
    top: auto;
    bottom: 270px
}

.news-logos img {
    height: 75px;
    margin: 15px;
}


/* Page Widgets */

.alert {
    padding: 1px 15px 20px 15px;
    background-color: #F1C40F;
    font-weight: 700;
    color: #FFF;
    text-shadow: none;
    border: none;
    border-radius: 0;
}

.alert h1, .alert h2, .alert h3 {
    color: #FFF;
}

.alert a {
    color: #FFF;
    text-decoration: underline;
}

.alert-success {
    background-color: #2ECC71;
}

.alert-info {
    background-color: #3498DB;
}

.alert-danger {
    background-color: #F04124
}

hr {
    margin-top: 34px;
    margin-bottom: 40px;
    border-top: solid 3px #217ccc;
}

.stuff {
    text-align: center;
    margin-top: 0;
}

.stuff-frame {
    display: inline-block;
    width: 275px;
    border: 2px solid #16548a;
    padding: 10px 0;
}

.post-meta {
    font-style: italic;
}

.post-content img {
    height: auto;
    max-width: 100%;
    display: inline-block;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.btn {
    padding: 10px 15px;
    line-height: 1;
    border-radius: 0;
}

.btn-lg {
    padding: 15px 20px;
    line-height: 1;
    border-radius: 0;
}

.btn-lg-download {
  border: 1px solid #31485f;
  color: #31485f;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.btn-lg-download a {
  color: #31485f;
}

.btn-lg-download a:hover {
  color: #FFF;
  text-decoration: none;
}

.btn-lg-download:hover {
  background-color: #31485f;
  color: #FFF;
}

.btn-lg-download:hover h2 {
  color: #FFF;
}

.btn-default {
    background-color: #FFF;
    border-color: #31485f;
    color: #31485f;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
    background-color: #31485f;
    border-color: #31485f;
    color: #FFF;
}

.btn-outline-inverse {
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    margin: 0 15px;
}

.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active {
    color: #FFF;
    text-shadow: none;
    background-color: #31485f;
    border-color: #31485f;
}


/* Footer */

footer {
    background: #C1C1C1;
    color: #333333;
    margin: 40px 0 -60px 0;
    padding: 40px 0;
    font-weight: 200;
}

footer h4, footer a {
    color: #333333;
}

.logo-sq {
  width: 64px;
}


/* Responsive Styles */

@media screen and (max-width: 1200px) {
  .masthead h1 {
    font-size: 82px;
  }
}

@media screen and (max-width: 1067px) {
  .videobox {
    height: 450px;
  }
  .masthead {
    min-height: 300px;
  }
  .masthead h1 {
    padding-top: 40px;
    font-size: 52px;
  }
  .masthead p.lead {
    font-size: 22px;
    letter-spacing: 0px;
  }
  .navbar-brand {
    padding: 10px 10px 10px 20px;
  }
  .menu-donate {
    display: none !important;
  }
}

@media screen and (max-width: 800px) {
  .videobox {
    display: none;
  }
  .headerpane {
    color: #16548a;
  }
  .masthead h1 {
    font-size: 48px;
  }
  .masthead p.lead {
    font-size: 18px;
  }
  .home .navbar-default {
    background-color: #16548a;
  }
  .btn-outline-inverse {
    border-color: #16548a;
    color: #16548a;
  }
  .btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active {
    color: #fff;
    background-color: #16548a;
    border-color: #16548a;
  }
}

@media screen and (max-width: 500px){
  .docs-sidebar {
    display:none
  }
}
