/*
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.3.1
Author: Chris Barnes
Author URI: http://cbarn.es
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 */

@media (min-width: 1200px) {
    .container{
        max-width: 1050px;
    }
}

@media only screen and (max-width: 400px) {
body {font-size:16px !important;}
.gold {border:none !important;}
.navmenu a {width:120px !important; line-height:2em !important; margin:3px 0px !important; padding:2px 15px !important;}
.logo {max-width:250px; margin:0 auto; text-align:center;}
.mailer {font-size:18px;}
}

body {background: #ffffff url(/images/background.png) no-repeat top center !important; padding-top:0px; font-family: 'Slabo 27px', serif; font-size:16px; font-weight: 400;}

.a2a_kit {float:right;}
.a2a_svg, .a2a_count {border-radius: 0 !important;}

.attribution {font-size:14px;}

.century {font-family: 'Didact Gothic', sans-serif;}

.leader {font-size:20px;}

.invert {color:#fff;}

.social {float:right; display:inline-block; margin-bottom:60px;}
.social a {float:left;}

footer {padding-bottom:60px;}

.blue1 {color:#2B6079;}
.blue2 {color:#3E8AAE;}
.blue3 {color:#4DB4CA;}
.brown {color:#B86C26;}

.gold {background:#F1BF58; color:#fff; padding:30px 30px; font-size:20px; border:5px solid #fff;}

.row {margin-bottom:30px;}
.group {margin-left:15px; border:2px solid #fff;}

h1,h2,h3,h4,h5,h6 {margin-bottom:15px; padding:0;}

.btn {
    padding: 15px 25px;
    border:2px solid #fff;
    font-weight: 400;
    letter-spacing:1px;
  	font-size:20px;
  	border-radius:0px;
  	font-family: 'Didact Gothic', sans-serif;
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
 
.btn-primary {
    background: #F1BF58;
    color: #fff;
    transition: background-color 0.25s ease;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #EFB132;
  	border:2px solid #fff;
}
 
.btn-primary:active, .btn-primary.active {
    background: #EFB132;
    box-shadow: none;
}

.navmenu {}
.navmenu a {display:block; width:150px; clear:both; transition: background-color 0.25s ease; color:#fff; line-height:3em; background:#3E8AAE; float:left; margin:5px 0px; padding:5px 15px; border-radius:25px; text-decoration:none;}
.navmenu a:hover{background: #EFB132;}













