@charset "UTF-8";

/*main*/
* {
  margin: 0;
  padding: 0;
}

html, body, div, header, h1 {
	border: 0;
}

/*main header*/
header.mainheader {
	background-color: #414042;
	height: 140px;
	text-align: center;
}


ul{
	padding-inline-start: 0px;
}

.mainheader li{	
	display: inline-block;
	list-style: none;
}

.mainheader p{	
	display: inline-block;
	color: #262626;
}

.mainheader a{
	text-decoration: none;
	color: white;
	font-size: 14pt;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
}

.mainheader a:hover {
	color: #262626;
}

.logosm {
	padding: 20px;
	height: 50px;
	background-color: black;
}

.sm{
	position: absolute;
	right: 30px;
	top: 0;
}

.sm li{	
	margin-top: 35px;
	padding-left: 15px;
}

.links li{
	margin-top: 15px;
	padding-left: 7px;
	padding-right: 7px;	
}

.links{
}
	
header h1{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 36pt;
	text-transform: uppercase;
	letter-spacing: 8px;
	color: white;
}

/*content*/
main{
	background-color: #BCBCBC;
	margin:auto;
	margin-top: 20px;
	width: 85%;
	padding: 20px;
	border-radius: 25px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.row{
	margin: auto;
	display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
.column{
	  flex: 23%;
  max-width: 24%;
  padding: 0 5px;
}
.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
main h2{
	text-align: center;
}
main header{
		text-align: center;
}



/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 50%;
    max-width: 100%;
	}}
/*footer*/

footer {
	background-color: #414042;
	color: white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	position: relative;
	right: 0;
    bottom: 0;
    left: 0;
	padding:15px;
	text-align: center;
	margin-top: 20px;
}

