/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.0
Author: 320press
Author URI: http://320press.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

body {
  padding-top: 0;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
}

article {
  font-size: 22px;
}

@media (max-width: 767px) {
  article {
    font-size: 20px;
  }
}

.comment article {
  font-size: 16px;
}

ol.commentlist li, ol.commentlist ul.children li {
  background-color: #fff;
}

ol.commentlist li.bypostauthor, ol.commentlist ul.children li.bypostauthor {
  background-color: #F0F0F0;
}

h1 a {
  font-size: 36px;
  color: inherit;
}

.page-header {
  margin-top: 0;
}

.navbar-header {
  color: #DDD;
}

.navbar-default .navbar-brand a {
  color: #DDD;
}

@media (max-width: 767px) {
  .navbar-brand {
    padding: 15px 15px 15px 2px;
  }
}

.navbar-default {
  background: url(images/header.jpg) no-repeat top center;
  background-size: cover;
}

.nav li {
  background-color: rgba(255, 255, 255, 0.7);
  border-right: 1px solid #777;
}

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

.navbar-default .navbar-nav > li > a:hover {
  color: #777
}

#main p.meta {
  font-size: 12px;
}

#main article img {
  margin: 20px 0;
}

p {
  margin-bottom: 1.4em;
}

@media (min-width: 992px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 750px;
  }
}