/*
Theme Name: Business Spencer Radio Group
Theme URI: http://sagacom.com/
Author: Seth Lilly
Author URI: http://sagacom.com/
Template: saga-business
Description: The default business site features beautiful typography and icons and a flexible layout that looks great on any device, big or small.
Version: 1.0
Text Domain: biz-spencer
*/

/* Table of Contents

  - Defaults
    - Typographical Elements
    - Headings
    - Icons
    - Objects
    - Forms
    - Tables
  - Structure and Layout
    - Site Containers
    - Column Widths and Positions
    - Column Classes
  - Common Classes
    - Avatar
    - Genesis
    - Search Form
    - Titles
    - WordPress
  - Widgets
    - Featured Content
  - Plugins
    - Genesis eNews Extended
    - Genesis Latest Tweets
    - Genesis Responsive Slider
    - Gravity Forms
    - Jetpack
    - Simple Social Icons
  - Site Header
    - Title Area
    - Widget Area
    - Shrink
  - Site Navigation
    - Header Navigation
    - Primary Navigation
  - Content Area
    - Home Page
    - Entries
    - Entry Meta
    - After Entry
    - Pagination
    - Comments
  - Sidebars
  - Footer Widgets
  - Site Footer
*/

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

a.button {
  color: #fff;
}

a.button:hover {
  color: #E63C2F;
}

a,
a:visited,
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:visited {
  color: #0D2240;
}

a:hover,
a:focus,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #1e4f95;
  text-decoration: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #E63C2F;
  border: 1px solid #E63C2F;
  color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  background-color: transparent;
  border: 1px solid #E63C2F;
}

.widget {
  border: 0;
}
/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */
.jumbotron-content h1 {
    color: #222;
}

.jumbotron p {
  color: #000000;
}

.jumbotron .logo img {
  margin-top: 57px;
}

.jumbotron {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f4f5+0,edeff1+100 */
  background: rgb(243,244,245); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjRmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVmZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgb(243,244,245) 0%, rgb(237,239,241) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(243,244,245)), color-stop(100%,rgb(237,239,241))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgb(243,244,245) 0%,rgb(237,239,241) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgb(243,244,245) 0%,rgb(237,239,241) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgb(243,244,245) 0%,rgb(237,239,241) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgb(243,244,245) 0%,rgb(237,239,241) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f4f5', endColorstr='#edeff1',GradientType=0 ); /* IE6-8 */
}

.jumbotron-content {
  padding-left: 40px;
}

.img-responsive {
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
    .navbar-brand {
      font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .jumbotron {
        padding-bottom: 40px;
    }
    .jumbotron .logo {
        margin-top: 20px;
    }

    a.button {
        font-size: 13px;
    }
}

@media only screen and (max-width: 568px) {
    .navbar-brand {
      font-size: 14px;
    }

  
}