/*
Theme Name: Ninja2
Theme URI: //yessconsulting.com
Author: YESS Consulting Services
Author URI: //yessconsulting.com
Description: Ninja2 is a modernized take on an ever-popular WordPress layout. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail.
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: ninja2

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.
*/

#rp-nav {
  border-style: solid;
  border-color: #deeced;	
}

section {
  padding: 60px 0;
}


.text-gold {
   color: #c29938;
}

.btn-gold, btn-gold:link, btn-gold:visited {
   color: #ffffff;
   background-color: #c29938;
   outline: none;
   border: none;
}

.btn-gold:hover, .btn-gold:active {
   color: #c29938;
   background-color: #000000;
   box-shadow: none;
}

btn:link, btn:visited, .btn:hover, .btn:active {
   color: transparent;
   background-color: #ffffff;
   box-shadow: none;
}

.border-gold {
    border-color: #c29938;
}

.btn-gold-outline, .btn-gold-outline:link, .btn-gold-outline:visited {
   color: #c29938;;
   background-color: #ffffff;
   outline: none;
   border: 1px solid #c29938;
}
.btn-gold-outline:hover, .btn-gold-outline:active {
   color: #ffffff;
   background-color: #c29938;
   outline: none;
   box-shadow: none;
}
a:link { 
  text-decoration: none; 
} 
a:visited { 
  text-decoration: none; 
} 
a:hover { 
  text-decoration: none; 
} 
a:active { 
  text-decoration: none; 
}
.tkone {
  background-color: #5e0606;
  width: 650px;
  height: 450px;
  border: 0 solid black;
  overflow-x: scroll;
  overflow-y: scroll;
}
.text-maroon { color: #5e0606;}