/*
Theme Name: Arcade Child Theme
Theme URI: https://themes.bavotasan.com/2014/arcade/
Description: This is a custom child theme I have created.
Author: c.bavota
Author URI: http://bavotasan.com/
Template: arcade-basic
Version: 0.1
Tags: black, blue, gray, silver, white, light, one-column, two-columns, left-sidebar, right-sidebar, fluid-layout, responsive-layout, buddypress, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: arcade-child
*/

@import url("../arcade-basic/style.css");

.basic #site-title a {
  font-family: 'Kaushan Script', cursive;
}

/* Tag Line Font Size */
#site-description {
  margin: 0;
  font-size: 36px;
  line-height: 1;
  color: #fff;
  }

 /* Space Between Logo and Tagline */ 
 #site-description.margin-top {
  margin-top: 0px;
  }

/* Menu Item Color */  
.navbar-inverse .navbar-nav > li > a {
  color: #cfcfcf;
}

/* Pullquote Align Left */
.pullquote {
  color: #8c8c8c;
  border: 0;
  padding: 1em 0;
  margin: 1em 1.625em 1em 0;
  text-align: left;
  width: 33%;
  float: left;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

.boxed {
  border: 4px solid green ;
  padding: 4px ;
}