/*
 Theme Name:   Quark Child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Quark Child Theme
 Author:       Kendall Morgan
 Author URI:   http://www.kendallm.com
 Template:     quark
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  quark-child
*/


@import url("../quark/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */
#bannercontainer {
	border-top:1px solid #D8D8D8;
	border-bottom:1px solid #D8D8D8;

}
#footercontainer {
	border-top: 1px solid #D8D8D8;
}

.banner {
	height:200px;
}
h1{
  color: #C3CF21;}

h1 {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    font-size: 48px;
    font-size: 2.2rem;
    line-height: 1.25;}

/**
 * Banner section
 */

#banner-menu {
	width:100%;
	display:flex;
	justify-content:space-between;
	height:150px;
}

#banner-menu div{
	background-color:rgba(0, 0, 0, .65);
	width:auto;
	margin-right:5px;
	white-space: nowrap;
	height:60px;
	margin-top:125px;
	width:33%;

}

#banner-menu span{
	display:block;
	width:100%;
	height: 100%;
	padding-left:30px;
	padding-top:8px;
	font-size:30px;
}
#banner-menu a{
	color:#eeeeee;
	text-decoration: none;
}
#banner-menu div:last-child {
	margin-right:0px;
}

/**
 * Menus
 */

.main-navigation ul ul {
	background-color:rgba(0, 0, 0, .65);
}

/**
 * Media queries
 */

@media (max-width: 600px){
	#banner-menu{
		display:none;
	}
}
/**
 * Custom colors for slider plugin. Deleteif slider plugin is removed or chaged
 * to another plugin
 */
 .nemus-slider .caption{
 	background-color: rgba(40, 120, 20, .65);	
 } 

.main-navigation ul ul {
	background-color:rgba(0, 0, 0, .65);
}
.bannerlink {
	float:left;
	width:33%;
	background-color:rgba();}
h3 {
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    font-size: 28px;
    font-size: 1.35rem;
    line-height: 1.2857;}

/**