.wrapper
{
	position: relative;
}


.align
{
	display: flex;
    align-items: center;
    /* justify-content: center;*/
}

.aligncenter
{
	align-items: center;
}



.section
{
	width:100%;
	margin:auto;
	clear:both;
}

.sectionmax
{
	max-width:1400px;	
	margin:auto;
	clear:both;
}

.sectionmax600
{
	max-width:600px;	
	margin:auto;
	clear:both;
}

.sectionmax800
{
	max-width:800px;	
	margin:auto;
	clear:both;
}

.sectionmax1000
{
	max-width:1000px;	
	margin:auto;
	clear:both;
}

.sectionmax1200
{
	max-width:800px;	
	margin:auto;
	clear:both;
}


.sectionmax95
{
	max-width:95%;	
	margin:auto;
	clear:both;
}

.sectionpad
{
	padding-top:3%;
	padding-bottom:3%;
}


.sectionpadsml
{
	padding-top:15px;
	padding-bottom:10px;
}

.sectionpadbig
{
	padding-top:5%;
	padding-bottom:5%;
}

.sectionpadall
{
	padding:5%;
}

.padleft
{
	padding-left:10%
}

.padright
{
	padding-right:10%
}

.sectionpadtop
{
	padding-top:3%;
}

.sectionpadbot
{
	padding-bottom:3%;
}

.bgcover
{
	min-height:400px;
	margin-bottom:-1px;
	background-size: cover;
	background-position: center center;
}

.center
{
	text-align:center;
}

.left
{
	text-align:left;
}

.right
{
	text-align:right;
}

/*3 equal columns*/
.col-1 .col
{
	width:100%;
	margin-bottom:2%;
	clear:both;
}

.col-2 .col
{
	width:48%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
}

.col-3 .col
{
	width:32%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
}

.col-4 .col
{
	width:23.5%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
}
  
  .col-5 .col
{
	width:18%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
}

.col-2-1 .col
{
	width:31.9%;
	float:right;
	margin-right:0%;
	margin-bottom:2%;
}

.col-2-1 .col:first-child
{
	width:64%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
}


.col-1-2 .col
{
	width:64%;
	float:right;
	margin-right:0%;
	margin-bottom:2%;
}

.col-1-2 .col:first-child
{
	width:31.9%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
}


.col-3 .col:last-child, .col-2 .col:last-child, .col-4 .col:last-child
{
    margin-right:0%;
	float:right;
}

.col-3:after, .col-2:after, .col-2-1:after, .col-4:after, .col-1-2:after, .col-5:after
{
	float:none;
	clear:both;
}


/*3 equal columns*/
.box-1 .box
{
	width:100%;
	clear:both;
}

.box-2 .box
{
	width:50%;
	float:left;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* === Columns === */
.header-col {
  display: flex;
  align-items: center;
}

/* Logo (left) */
.header-left {
  justify-content: flex-start;
}

/* Center: All 3 graphics evenly spaced */
.header-center {
  flex: 1;
  justify-content: center;
  gap: 40px;
}

/* Contact (right) */
.header-right {
  justify-content: flex-end;
  text-align: left;
}
  
  .header a
  {
  color:#fff;
  font-size:25px;
  }



.box-4 .box
{
	width:25%;
	float:left;
}

.box-2-1 .box
{
	width:35%;
	float:right;
}

.box-2-1 .box:first-child
{
	width:65%;
	float:left;
}

.box-1-2 .box
{
	width:65%;
	float:right;
}

.box-1-2 .box:first-child
{
	width:35%;
	float:left;
}



.cleargrid
{
	clear:both;
}

@media only screen and (max-width: 1500px) {
	
	.sectionmax
	{
		width:90%;
		margin:auto;
	}
	
}

@media only screen and (max-width: 1224px) {
	
	
	.col-4 .col:last-child, .col-5 .col:last-child
{
    margin-right:0%;
	float:left;
}
	
	
	
	.col-4 .col
    {
        width:48%;
        float:left;
        margin-right:2%;
        margin-bottom:2%;
    }
	
	.sectionmax
	{
		width:85%;
		margin:auto;
	}
	
	
}

@media only screen and (max-width: 800px) {
	
	.col-2-1 .col, .col-2-1 .col:first-child
	{
		width:100%;
		float:none;
	}
	
	.box-2-1 .box, .box-2-1 .box:first-child
	{
		width:100%;
		float:none;
	}
	
	
	
}

@media only screen and (max-width: 920px) {
	
	.col-3 .col, .col-2 .col, .col-2-1 .col, .col-2-1 .col:first-child, .col-1-2 .col, .col-1-2 .col:first-child, .col-4 .col, .col-5 .col
	{
		width:100%;
		float:none;
	}
	
	 .box-2 .box, .box-2-1 .box, .box-2-1 .box:first-child, .box-4 .box, .box-1-2 .box, .box-1-2 .box:first-child
	{
		width:100%;
		float:none;
	}
	
	.sectionmax
	{
		width:85%;
		margin:auto;
	}
  
  .header-row {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .header-center {
    flex-direction: column;
    gap: 15px;
  }

  .header-right {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
}
