/*
Theme Name: Flat Bootstrap Child
Theme URI: http://xtremelysocial.com/wordpress/child/
Description: Child theme for Flat Bootstrap. Includes a stylesheet (style.css) for you to restyle any of the CSS and a functions.php file to change theme parameters or components. Both files include samples of a few common things you might want to do.
Author: XtremelySocial
Author url: http://xtremelysocial.com
Version: 1.4
License: GNU General Public License
License URI: http://www.opensource.org/licenses/GPL-3.0
Template: flat-bootstrap
Template Version: 1.4
Tags: one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, featured-images, featured-image-header, full-width-template, flexible-header, theme-options, sticky-post, threaded-comments, light, translation-ready, rtl-language-support, custom-background
*/

/* Include the parent theme's stylesheet(s). Then anything you change below that will
 * override those styles. If you'd rather start from scratch, you can comment out this
 * next line.
 */
@import url("../flat-bootstrap/style.css");

/* PUT YOUR CHANGED STYLES HERE 
 * 
 * The best way to do this is to copy in the relevant section from the parent's style.css
 * file, change what you want, and remove the lines that you didn't change.
*/

/* Make the buttons square. This is just an example, remove it if you want. */
.btn {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

/* Change the content header to dark blue. This is just an example. */
.content-header {
	background-color: #2980b9;
}

/* PUT ANY NEW STYLES TO USE IN YOUR CONTENT AREAS HERE SO YOU CAN EASILY PASTE THIS
 * SECTION IF YOU CHANGE THEMES
 */

/************ Headerbox *************************/
body { color:#48362B}
p { color:#48362B}
a
{  color: #48362B;}

a:hover, a:focus
{  color: #ED5C93;}

a:hover, a:focus
{  color: #ED5C93;}
.sidebar-footer aside.widget { color:#FFFFFF;}

#site-credits a {  color: white;}

header.content-header
{
  min-height: 170px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #D1BDAB;  color: #ffffff;position:relative;}


.section-image-2
{ -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; min-height: 170px;}

.container-fluid   {border:1px solid blue;}

.introbox { min-height:165px;}
 
#header-box { background-color:white; margin:0px; padding:0px}
.site-branding { padding-top: 0px;  padding-bottom: 0px;}
#header-box .row {position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; 
} 

#col-logo .col-logo {
    float: none;
    display: table-cell;
    vertical-align: top;
}

.col-tagline{ }



#logo a {
display: block;
width: 152px; /* Change the width to fit image size */
height: 81px; /* Change the height to fit image size */
text-indent: -9999px; /* Hide the text */
overflow: hidden; /* Keep the link outline sane when clicked */
background: url('images/logo-brafoundation.gif') left top no-repeat;
margin:35px 0px 20px 0px;
}


h2.site-description  { position: absolute; color:#6B513F; font-weight:bold; font-size: 16px; text-align:right;  vertical-align:text-bottom; bottom:9px; right:0px;}
h2.site-description span { color:#F07AA5}


#page, .navbar, .after-footer {
	max-width: 1920px;
	margin: 0 auto;
}

.mission {background-color:#F07AA5; color:white;}
/************************ NAVBAR ********************/

.navbar{   background-color:#EDE5DE; height: 40px; max-height:40px; min-height:40px; padding-bottom:0px; border-bottom:0px solid;}
.navbar-default .navbar-nav > li > a
 {color: #6B513F; font-weight:bold;}
 
 .noo-megamenu ul, .noo-megamenu ol{margin-top: 0px;margin-bottom: 0px;}
 
 .noosticky {background-color:#EDE5DE; }
 
 
 .noonav.noo_menu_2
{ margin: auto 0em;float:none;}
 
 /************************ NAVBAR ********************/
 
 #content {background: url('images/bg_reconstruction_content.jpg') left top repeat-x;background-color: #fff2fa; }
 
 #content .row { /*background-color: white; */}
 div#noo-sticky-wrapper {
  box-sizing: border-box; mmargin: auto 0em;  background-color:#EDE5DE;}
