<!DOCTYPE css>

	/* soulellis.com */

@font-face {
  font-family: "ArialNarrow";
	src: local("ArialNarrow");
	src: local("Arial-Narrow");
  	src: url("/build/font/ArialNarrow.woff2") format("woff2");
  	src: url("/build/font/ArialNarrow.woff") format("woff");
   	src: url("/build/font/ArialNarrow.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html, body{
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	font-family: "ArialNarrow", ArialNarrow, Arial, sans-serif;
	max-width: 1750px;
	background-color: #ffffff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

}

body{
	min-height: 100vh;
	padding-bottom: 4rem;
	padding-top: 2rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

div{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-hyphens: auto;
  	-ms-hyphens: auto;
  	hyphenate-limit-chars: auto 3;
  	hyphenate-limit-lines: 3;
  	hyphens: auto;
}


.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 100%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 100%) {
  .column {
    -ms-flex: 50%;
    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: 800px) {
  .column {
    -ms-flex: auto%;
    flex: auto;
    max-width: auto;
  }
}


a{
	color: #cccccc;
	text-decoration: none;

}

a:link {
	color: #9900ff;
	text-decoration: none;
}

a:hover {
	background-color: #9900ff;
	color: #000000;
}

a:visited {
	color: #9900ff;
	text-decoration: none;
}

a:hover {
	background-color: #9900ff;
	color: #ffffff;
}

h2{
	display: block;
	position: relative;
	color: #000000;
	font-weight: normal;
	text-align: left;
	padding: 0;
	margin: 0;
}

h3{
	display: block;
	position: relative;
	font-size: 4rem;
	line-height: 4.5rem;
	color: #000000;
	font-weight: normal;
	text-align: left;
	padding: 0;
	margin: 0;
}

h4{
	display: block;
	position: relative;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #000000;
	font-weight: normal;
	text-align: center;
	padding: 0;
	margin: 0;
}


