/* Bootstrap customized styles */

/* Navbar */

.navbar {
    top: 0px;
    margin-bottom: 0px;
}

.navbar-right {
    margin-right: 0px;
}

.navbar-inverse {
    border-color: #444444;
}

.navbar-inverse .navbar-brand {
    font-size: 22px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

ul.navbar-nav {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 1.15em;
}

/* display drop-down nav menu on hover */
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

/* Text styles */

* {
    margin: 0;
}

html, body {
    padding-top: 0px;
    height: 100%;
}

p, div {
    font-family: 'Quattrocento', sans-serif;
    font-family: 'Lato', sans-serif;
    font-family:  Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
}

p {
    margin-bottom: 15px;
}

/* Simple page header */

.page-header {
    margin: 0 0 30px 0;
    padding: 30px 0 30px 0;
    width: 100%;
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    background-color: #f0f0f0;
    background-image: url(/static/images/atomic.svg);
    background-position: 30px;
    background-repeat: no-repeat;
    background-size: 80px;
}

.page-header-text {
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #333;
}

/* Large page headers */

.img-page-header {
    margin-bottom: 30px;
    padding: 30px 0 30px 0;
    width: 100%;
    display: table !important;
    border: 0px;
    vertical-align: middle;
    text-align: left;
    background: #f0f0f0;
}

.img-page-header-text {
    display: table-cell !important;
    border: 0px;
    vertical-align: middle;
    text-align: left;
    font-size: 28px;
    color: #333;
    font-weight: bold;
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    width: 100%;
}

.img-page-header-snippet {
    padding: 5px 0 0 0;
    font-size: 16px;
    font-weight: normal;
    color:#686868;
}

/* Footer */

#footer {
  margin-top: 30px;
  width: 100%;
  color: #efefef;
  font-size: 14px;
  background-color: #777;
  height: 60px;
  line-height: 60px;
}

.footer-text {
  color: #efefef;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
}

.footer-link, .footer-link:hover {
  color: #efefef;
}

/* Forms */

.form-optional {
    font-weight: normal;
}


/* Buttons */

.action-btn {
    background: #f6891f;
    color: #fff;
}

.action-btn:hover {
    color: #fff;
}

.signin-btn {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.send-btn {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
}


/* Features section layout */

.features {
    margin: 30px 0 30px 0;
}

.feature {
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    vertical-align: middle;
    text-align: center;
}

.feature-box {
    margin: 0 0 15px 0;
    text-align: left;
}

.feature-title {
    margin: 10px 0 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.feature-desc {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    text-align: left;
}

.front-feature-title {
    margin: 10px 0 10px 0;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

/* Textual section header */

.section-header {
    margin: 15px 0 10px 0;
    font-size: 26px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #333;
}

/* Icons in section headers and lists */

.fa {
    vertical-align: middle;
    text-align: center;
}

.ul-below-desc {
    margin-top: 5px;
}

i.fa-li {
    margin-left: -6px;
    color: grey;
    vertical-align: middle;
}

.circle {
    background: #86aecc;
    background: #d4e4ef;
    background: #99bbd4;
    height: 50px;
    width: 50px;
    line-height: 50px !important;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
}

.circle-orange {
    background: #f6891f;
    height: 70px;
    width: 70px;
    line-height: 70px !important;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
}

.circle-o {
    margin: 15px;
    border: 4px solid #99bbd4;
    height: 70px;
    width: 70px;
    line-height: 70px !important;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
}

/* Colours */

.orange {color: #ff8a00;}
.blue {color: #99bbd4;}
.grey {color: #bbb;}

/* Highlight */

.highlight-negative {
    background-color: #bbb;
}
.highlight-aspect {
    border-bottom: 1px dashed;
}

.intro-buttons {
    margin: 30px 0 20px 0;
}


/* Jumbatron */

.jumbotron {
    background: rgba(212,228,239,1);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(212,228,239,1)), color-stop(100%, rgba(134,174,204,1)));
    background: -webkit-linear-gradient(left, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
    background: -moz-linear-gradient(left, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
    height: 300px;
    padding-top: 25px;
}

#jumbo-carousel {
    height: 270px;
}

#jumbo-carousel > .carousel-indicators > .active {
    background-color: orange;
    border: 0;
}

#jumbo-carousel > .carousel-indicators > li {
    background-color: white;
}

#jumbo-carousel .carousel-inner {
    height: 100%;
}

#jumbo-carousel .carousel-caption {
    text-align: center;
    left: auto;
    top: auto;
}

.main-header {
    font-size: 36px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.small-header {
    font-size: 36px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #333;
    margin-bottom: 20px;
}

.jumbo-example {
    margin: 20px 0 20px 0;
    padding: 10px;
    background: rgba(212,228,239,1);
}

.jumbo-example table {
    line-height: inherit;
}

.example-highlight {
    padding: 3px;
    background: rgba(212,228,239,1);
}

.jumbo-arrow {
    vertical-align: middle;
    text-align: center;
    margin-top: 45px;
}
