@charset "utf-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

/* Style the header */
.header {
  background-color: #ffffff;
  text-align: center;
  font-size: 35px;
}

/* Create three equal columns that floats next to each other */
.column {
margin:0 auto;
  width: 100%;
max-width:1139px;	
	min-width: 200px;

  padding: 0;
  height: auto; /* Should be removed. Only for demonstration */
}	



.column3 {
margin:0 auto;
 max-width:1800px;
width: 100%;
	min-width: 200px;

  padding: 0;
  height: auto; /* Should be removed. Only for demonstration */
}
.column2 {
 margin:0 auto;
  width: 100%;
max-width:650px;
	min-width: 200px;

  padding: 0;
  height: auto; /* Should be removed. Only for demonstration */
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;

}

.row{
background-color: #ffd50f;
	padding: 50px 0;
	
	
}

.row2 {
	
	padding-left:315px; padding-right:315px; 
	
}
/* Style the footer */
.footer {
  background-color: #283A97;
  padding: 10px;
  text-align: center;
	height=30px;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */


@media (max-width: 1679px) {
  .row2{
   padding-left:200px; padding-right:200px; 
  }

  }
	
@media (max-width: 1468px) {
  .row2{
   padding-left:100px; padding-right:100px; 
  }

  }	
@media (max-width: 1080px) {
  .row2{
   padding-left:0px; padding-right:0px; 
  }

  }	

@media (max-width: 720px) {
  .column {
    width: 100%;
	  min-width: 200px
  }
	.column2 {
    width: 100%;
		min-width: 200px
  }
	.column3 {
    width: 100%;
		min-width: 200px
  }
	
	
}