@charset "UTF-8";

@viewport {
  width: device-width ;
  zoom: 1.0 ;
}

* {
  box-sizing: border-box;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

[class*="col-"] {
  float: left;
  padding: 20px;
}
.col-1 {width: 10%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

html {
  font-family:ff-enzo-web,sans-serif;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  postion: absolute;
}

.menu li {
  	padding: 2px;
  	margin-bottom: 2px;
	list-style-type: none;
	font-family: ff-enzo-web,sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
}

#header {
	font-family: ff-enzo-web,sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: xx-large;
	text-align: left;
	font-variant: normal;
	position: static;
	letter-spacing: 4px;
	margin: 40px 10px 10px 20px 
}
a:link {
	color: #000000;
	text-decoration: none;
}

.li {
	padding: 2px;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
#image {
	position: relative;
	align-content: left;
	width: 50%;
	height: auto;
	margin-left: 50px;
	margin-bottom: 10px;
	font-family: ff-enzo-web,sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 10pt;
}

#images {
	position: relative;
	align-content: left;
	height: 20%;
	margin-left: 50px;
	margin-bottom: 10px;
	display: flex;
	font-family: ff-enzo-web,sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 10pt;
}
#article {
	position: relative;
	align-content: left;
	width: 50%;
	margin-bottom: 30px;
	font-family: ff-enzo-web,sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 10pt;
	line-height: 130%;
}

.row {
  display: flex;
  overflow: visible;
}
.row img {
  margin: 0 8px;
 
}


/*Tablet View*/
@media screen and (min-width: 400px) and (max-width: 768px){
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
.responsive {
  width: 100%;
  height: auto;
}

.responsiveh {
  width: auto;
}
	
/*Mobile View*/
@media screen and (max-width: 399px){
	 /*For mobile phones:*/
[class*="col-"] {
  width: 100%;
  margin: none;
	}
		
.responsive {
  width: 100%;
  height: auto;
  margin: none;
  position: absolute;
}
	
.responsiveh {
  width: 25%;
  height: auto;
  margin: none;
  position: absolute;
}
.image {
	postion: auto;
	left: -100px;
	}
	
	#himages{
		width: 20%;
		height: auto;
	}
	#article {
		position:relative;
margin-left: -100px;	
}
}