html {
  margin:0; border:0; padding:0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
scroll-behavior:smooth;}




body{ margin:0 auto; border:0; padding:0;font-family: 'Chewy', cursive; background-color:#292825; max-width: 1920px;}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.d-none { display: none; }

h1, h2, h3, h4 { font-size:55px; font-weight:bold;  text-transform: uppercase; color:#fff;margin-block-start:0px;margin-block-end:0px;margin-inline-start: 0px;margin-inline-end: 0px;}
h2 {font-size:55px;}
h3 {font-size:24px;}
h4 {font-size:24px;}
p {font-size:34px; font-weight:bold; line-height:normal; color:#fff; text-transform: uppercase; letter-spacing: 2px; }
p.six {font-family: 'DM Sans', sans-serif;font-size:18px;}
a { text-decoration:none; font-weight:bold; color:#fff;}
a:hover, .btn:hover {-moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out; cursor:pointer; color:#29426F;}

/* Header */

header { align-items: center;  height:400px; width:100%; padding: 30px; margin:0 auto;  box-sizing: border-box; z-index: 1; position: absolute; top: 0;left:0;right:0; }

.logo { width: 300px; height: 157px; position:relative; margin:0 auto;  box-sizing: border-box; left:0;right:0; text-align: center; display: flex}
.logo  img {width: 300px; height: 157px; text-align: center;}

/* Hero */

.banner { width:auto; height:auto;position:relative; display: flex; margin:0; background-color:#292825;}
.banner img {width:100%; height:auto; margin-top:-60%;}



/* Sections */

section {width:90%;margin:0 auto; position:relative;  overflow:visible; background-color: #e8863f; }
section.wrapper{ width:100%;  height: auto; display: flex; position: relative;}
section.wrapper.pattern, section.wrapper.pattern { background-image:url('../images/pattern.png'); background-size: cover; }
section.wrapper.green {background-color: #1a9176;  }
section.wrapper.blue {background-color: #225586;}



.halfWidthPortal {width:50%;padding: 60px;float:left; box-sizing: border-box; position: relative;background-size:cover; background-repeat: no-repeat;min-height:auto; height: auto; text-align: center;}
.halfWidthPortal.imageL {padding:0;}
.halfWidthPortal.imageR {}
.content {width:70%; margin:0 auto;  position:absolute; left:50%; top:50%; transform: translateX(-50%)   translateY(-50%); box-sizing: border-box; z-index: 33; }
.content.textR {text-align: right;}
.halfWidthPortal.imageL img, .halfWidthPortal.imageR img {height:auto; width:100%; display: flex; }
.wrapper.black{background-color:#000; min-height: 500px;}
.social.foot img, .social.badge img {width: 50px !important; height:auto;}
.footerLogo img {width:200px;}



@media (max-width: 1900px) {	
}

@media (max-width:1700px){
}


@media (min-width: 1280px) {

}


@media (max-width: 1280px) {
	.halfWidthPortal.footer {padding-top:0;}
	.content img {width: 300px; height:auto; }
	h2 {font-size:46px ;}
	p {font-size:26px ;}
}




@media (max-width:1025px) {	
	section.wrapper {
       display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
		align-items: flex-start;}
	
	
	
	header { height:105px;padding:20px;}	
	.logo img {width: 200px; height:104px; }
	.logo { width: 200px; height:104px; }
	
 	.half.a1, .halfWidthPortal.a1 {
    -webkit-box-ordinal-group: 2;-moz-box-ordinal-group: 2;-ms-flex-order: 2;-webkit-order: 2;order: 2;}
 	.half.a2, .halfWidthPortal.imageR.a2 {-webkit-box-ordinal-group: 1;-moz-box-ordinal-group: 1;-ms-flex-order: 1;-webkit-order: 1;order: 1;}
	
	.halfWidthPortal {width:100%; }
	.halfWidthPortal .content {position:relative; left:0; top:0; transform:none; display: block; }
	.halfWidthPortal.imageL.top { display: none;}
	.halfWidthPortal.imageR, .halfWidthPortal.imageL { width: 80%; margin:10%  auto;}
	.halfWidthPortal.imageL.old {display: none;}
		.halfWidthPortal.footer {padding-top:60px;}
	.content img {width: 300px; height:auto; }
	
}

@media (max-width: 819.99px) {	

}

@media (max-width: 767.99px) {	
header { height:70px;padding:20px;}	
	
	h2 {font-size: 46px;}
	.halfWidthPortal {padding:60px 30px;}
	.halfWidthPortal.imageR, .halfWidthPortal.imageL { width: 100%; margin: 0 auto;}
	.content {width:100%;display: flex}
	.content img {width: 300px; height:auto; }
	.halfWidthPortal.imageL.older {display: none;}
	
	.social.foot img, .social.badge img {width: 50px !important; height:auto;}
	.halfWidthPortal.imageL.footsy {width:70%;}
	
	
}

@media (max-width: 500px) {	
.banner img {width:100%; height:auto; margin-top:0;}
}

@media (max-width: 413.99px) {	
.content img {width: 150px; height:auto; }
}

@media (max-width: 389.99px) {	

}

@media (max-width: 319.99px) {	

}



