body:not(.home):not(.front-page),
body:not(.home):not(.front-page) .site-content {
    background-color: #44001D !important;
}
#global{
max-width:1600px;
margin:0 auto;
}

.mobile_menu{
display:none;
}

header{
/*background-color:#44001D;*/
position:fixed;
top:0;
width:100%;
max-width:1600px;
z-index:1000;
transition:all 0.3s;
}

header.mini{
	background-color:rgba(68, 0, 29, 0.8);
	height: 56px;
}

header.mini .logo,
header.mini img{
width:100px;
top:10px;
	height:22px;
	position: absolute;
}

header .logo{
width:180px;
position:absolute;
top:40px;
left:60px;
transition:all 0.3s;
}

header .logo img{
width:auto;
}

header .menu{
	font-family: "Montserrat", Sans-serif;
position:absolute;
top:25px;
right:30px;
width:inherit;
text-align:right;
}

header.mini .menu{
	top: 10px
}
header .menu ul{
list-style-type:none;
margin:0;
padding:0;
}

header .menu ul li{
display:inline-block;
margin:0 5px;
}

header .menu ul li a{
	font-family: "Montserrat", Sans-serif;
text-transform:uppercase;
color:#fff;
font-size:15px;
transition:all 0.2s;
text-decoration:none;
}

header .menu ul li a:hover{
color:#FFB038;
}







.leftsquare, .centersquare{
position:relative;
}

.leftsquare h1, .leftsquare h2{
padding-left:40px;
padding-top:50px;
padding-bottom:70px;
border-left:solid 6px #FFB038;
}


.leftsquare h1::before, .leftsquare h2::before{
content:" ";
display:block;
position:absolute;
top:0;
left:0;
width:200px;
height:40px;
border-top:solid 6px #FFB038;
border-left:solid 6px #FFB038;
border-right:solid 6px #FFB038;
}

.leftsquare h1::after, .leftsquare h2::after{
content:" ";
display:block;
position:absolute;
bottom:0;
left:0;
width:200px;
height:40px;
border-bottom:solid 6px #FFB038;
border-left:solid 6px #FFB038;
border-right:solid 6px #FFB038;
}

.centersquare h1, .centersquare h2{
padding-top:50px;
padding-bottom:50px;
}

.centersquare h1::before, .centersquare h2::before{
content:" ";
display:block;
position:absolute;
top:0;
left:50%;
transform:translateX(-50%);
width:200px;
height:40px;
border-top:solid 6px #FFB038;
border-left:solid 6px #FFB038;
border-right:solid 6px #FFB038;
}

.centersquare h1::after, .centersquare h2::after{
content:" ";
display:block;
position:absolute;
bottom:0;
left:50%;
transform:translateX(-50%);
width:200px;
height:40px;
border-bottom:solid 6px #FFB038;
border-left:solid 6px #FFB038;
border-right:solid 6px #FFB038;
}

@media (max-width: 767px) {
    header .logo img {
		width: 90%;
		height: auto;
	}
}







