/*
Theme Name:     Graphene Child
Theme URI:      http://example.com/
Description:    Child theme for the Graphene theme
Author:         Your name here
Author URI:     http://example.com/about/
Template:       graphene-plus
Version:        1.0
*/
@import url("../graphene-plus/style.css");
/* Your modification goes here */
#header{
  max-height: 360px !important;
	overflow:visible;
}
.navbar {
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}
.social-logos{
  display: flex;
    justify-content: space-between;
    max-width: 400px;
    margin: 0 auto;
}
/* .navbar .nav > li:nth-last-child(2){
	margin-left:40px;
	margin-right:10px;
}
.navbar .nav > li:nth-last-child(2) a{
	font-weight:bold;
	border:2px solid rgb(139, 0, 3);
	border-radius: 10px;
	line-height: 1;
	background:#D5C59D;
} */
.navbar .nav > li:nth-last-child(1) a{
	font-weight:bold;
	border:2px solid rgb(139, 0, 3);
	border-radius: 10px;
	line-height: 1;
}
.navbar .nav ul li a{
	color:#8b0003;
}
@media only screen and (max-width: 768px) {
/* .navbar .nav > li:nth-last-child(2){
	margin-left:0px;
	margin-right:0px;
	margin-bottom: 10px;
} */
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-collapse {
    display: flex!important;
    justify-content: center;
}
	
}