/*
Theme Name: AriannaFriends
Theme URI: https://github.com/tomhodgins/boilerstrap
Author: @kikaweb, @innovati, @The_KL
Author URI: http://tomhodgins.com/boilerstrap/
Description: Theme based on Boilerstrap. Boilerstrap is the 2012 theme for WordPress integrating Bootstrap, FontAwesome, jQuery, Keypress.js, and more. Perfect for people who want a minimalist fully-responsive WordPress theme, people who want to start using Bootstrap's CSS classes and JavaScript inside WordPress, or as a time-saving starting point for building full-custom WordPress themes.
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bootstrap, boilerplate, html5, light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: ariannafriends

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@charset "UTF-8";
/*
@import url("../toolset-bootstrap/style.css");
*/

h2.archive-title, h1.archive-title {
    text-align: center;
    font-weight: 100;
    line-height: 1.1;
    text-transform: uppercase;
    font-size: 36px;
    padding: 0;
    margin: 0;
    color: #fff;
}
h2.single-title, h1.single-title {
    text-align: left;
    font-weight: 500;
    font-style: normal;
    line-height: 1.1;
    text-transform: none;
    font-size: 36px;
    padding: 6px 12px;
    margin: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: auto;
}
h1.single-title {
    font-size: 36px;
}
.why .headline h1 {
  text-transform: none;
  color: #333;
  font-size: 32px;
  line-height: 40px;
}