body {	
	width: 100%;
	height: 100%;
	margin: left;
	margin-top: 0px;
	overflow: hidden;
}

.header { 
	left: 0px;
}

.logo {
	margin: 10px 5px 5px 5px;
	position: fixed;
	}

.nav {
	right: 0px;
	position: fixed;
	margin: 10px 10px 0px 0px;
	}

.nav a {
	font-family: arial;
	letter-spacing: 0px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	font-size: 14px;
	float: right;
	margin: 0px 0px 0px 20px;
	text-transform: lowercase;
}

.nav p {
	font-family: arial;
	letter-spacing: 0px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	float: right;
	margin: 0px 0px 0px 35px;
	text-transform: lowercase;
}

.currentLink {
	font-weight: bold;
}

.container {
	width: 50%;
	margin-left: 24%;
	margin-right: 26%;
	height: 100%;
	overflow: scroll;
}

.container img {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
} 

.container p {
	text-align: left;
    left: 0px;
    text-transform: lowercase;
   	font-size: 14px;
    color: #000000;
	text-decoration: none;
	margin-top: 5px;
	margin-left: 5px;
}

.containerproject {
	width: 50%;
	margin-left: 24%;
	margin-right: 26%;
	height: 100%;
	overflow: scroll;
}

.containerproject img {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
} 

.containerproject p {
	text-align: left;
    left: 0px;
   	font-size: 14px;
    color: #000000;
	text-decoration: none;
	margin-top: -32px;
	margin-left: 5px;
}

.projecttext-left {
	text-align: left;
    left: 0px;
    text-transform: lowercase;
   	font-size: 14px;
    color: #000000;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 18px;
	width: 48%;
	float: left;
} 

.projecttext-right {
	text-align: left;
    left: 0px;
   	font-size: 14px;
    color: #000000;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 18px;
	width: 48%;
	float: right;
} 

.agencytext-left {
	text-align: left;
    left: 0px;
   	font-size: 14px;
    color: #000000;
	text-decoration: none;
	margin-top: -5px;
	margin-bottom: 18px;
	width: 48%;
	float: left;
} 

.agencytext-left h1 {
	font-family: arial;
   	font-size: 14px;
   	font-weight: bold;
   	margin-bottom: 0px;
} 

.agencytext-left a {
   	font-size: 14px;
    color: #000000;
	text-decoration: none;
} 

.agencytext-right {
	text-align: left;
    left: 0px;
   	font-size: 14px;
    color: #000000;
	text-decoration: none;
	margin-top: -5px;
	margin-bottom: 18px;
	width: 48%;
	float: right;
} 

.agencytext-right h1 {
	font-family: arial;
   	font-size: 14px;
   	font-weight: bold;
   	margin-bottom: 0px;
} 

.agencytext-right a {
   	font-size: 14px;
    color: #000000;
	text-decoration: none;
} 

.double-image-left {
	width: 100%;
}

.double-image-left img{
	width: 48%;
	float: left;
	margin-bottom: 130px;
}

.double-image-right {
	width: 100%;
}

.double-image-right img{
	width: 48%;
	float: right;
	margin-bottom: 130px;
}

.double-image-right p {
	text-align: left;
    left: 0px;
    float:left;
    text-transform: lowercase;
   	font-size: 14px;
    color: #000000;
	text-decoration: none;
	margin-top: -145px;
	margin-left: 5px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  margin-top: 5px;
}

.column {
  flex: 49%;
  max-width: 49%;
  padding: 0 3px;
  position: relative;
  text-align: center;
}

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

.column p {
	text-align: left;
    left: 0px;
    font-family: times;
    text-transform: lowercase;
   	font-size: 14px;
    color: #000000;
	text-decoration: none;
	margin-top: -48px;
	margin-left: 5px;
}

.column a {
	text-decoration: none;
	font-family: arial;
	font-size: 14px;
	color: #000000;
}

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

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

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