﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400");

body {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 50px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
}

section h2 {
    margin: 10px 0 15px 0;
}

textarea.code {
    border: 1px solid #ddd;
    box-shadow: none;
    height: 35px;
    font-family: monospace;
    font-size: 13px;
    line-height: 13px;
    outline: none;
    overflow: hidden;
    padding: 10px;
    resize: none;
    white-space: nowrap;
}

.navbar-inverse {
    background: #252525;
    border: none;
}

.navbar-brand {
    padding: 12px 15px;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
}

.nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

header {
    background-size: cover;
    background-position: 50%;
    color: #fff;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
}

.header-shade {
      background-color: rgba(0, 0, 0, 0.9);
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
}

.header-content {
    position: relative;
}

.header-text {
    font-size: 25px;
    line-height: 1.3;
    margin: 0 0 15px 0;
}

section {
    padding: 45px 0 45px 0;
}

footer {
    background-color: #252525;
    color: #fff;
    padding: 30px 0 30px 0;
}

.footer-icon {
    margin: 0 5px 0 5px;
}

.bg-1 {
    background-color: rgba(0, 0, 0, 0.01);
}

.bg-2 {
    background-color: rgba(0, 0, 0, 0.02);
}

.bg-3 {
    background-color: rgba(0, 0, 0, 0.03);
}

.bg-4 {
    background-color: rgba(0, 0, 0, 0.04);
}

.bg-5 {
    background-color: rgba(0, 0, 0, 0.05);
}

.bg-6 {
    background-color: rgba(0, 0, 0, 0.06);
}

.text-primary {
    color: #7aa448;
}

.mt-lg {
    margin-top: 20px;
}

.btn-cta, .btn-cta:visited {
    background: #f26522;
    background: -webkit-gradient(linear,left top,left bottom,from(#fb7f35),to(#d95c1d));
    background: -moz-linear-gradient(top,#fb7f35,#d95c1d);
    background-image: linear-gradient(to bottom,#fb7f35 0,#d95c1d 100%);
    border: 1px solid #de712f;
    color: #fff!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb7f35',endColorstr='#d95c1d');
}

[class*="col-"] {
    margin-bottom: 20px;
}
