/* Divjes die het logo en de witte en paarse balk vervangen en responsive maken */

.total-container {
  background: #ffffff;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.white-line-container {
  background: #ffffff;
  position: relative;
}

.white-line-max {
  display: inline-block;
  width: 100%;
  max-width: 1080px;
  text-align: left;
  margin-bottom: -5px;
}

.white-line-sizer {
  padding-top: 9%;
}

.purple-line-container {
  width: 100%;
  background: #9cbd76;
  position: relative;
}

.purple-line-max {
  display: inline-block;
  width: 100%;
  max-width: 1080px;
  text-align: left;
  margin-bottom: -5px;
}

.purple-line-sizer {
  padding-top: 6.5%;
}

.image-container {
  position: absolute;
  z-index: 10;
  text-align: center;
  width: 100%;
}

.image-plaatje {
  display: inline-block;
  width: 100%;
  max-width: 1080px;
  text-align: left;
}

.image-sizer {
  width: 82%;
}

.purple-img {
  max-width:100%;
  height: auto;
}

/* Vantage Hide the Site Title */

header#masthead .hgroup { 
  display: none; 
}

/* Hiermee verwijder je de 'door SiteOrigin' tekst in de footer */
#colophon #theme-attribution {
display: none;
}

/* Kleur van de footer */
#colophon {
	background: #9cbd76;
}

/****************************
** Portfolio pagina DIVjes **
****************************/

.port-total {
  width: 100%;
  border: solid 5px #01ccff;
  float: left;
  margin-bottom: 10px;
  padding: 3px 3px 0px 3px;
}

.port-avatar {
  width: auto;
  float: left;
  margin-bottom: -3px;
}

.port-text {
  width: auto;
  float: left;
  padding-left: 4px;
}

.port-webtitle {
  font-family: Verdana;
  text-decoration: none !important;
  font-size: 300%;
  line-height: 100%;
  font-weight: bold;
  height: auto;
}

.port-admin {
  font-family: Verdana;
  text-decoration: none !important;
  font-size: 170%;
  line-height: 100%;
  font-weight: italic;
  height: auto;
  margin-top: 5px;
}

/* Links */
#main a {
  color: #cf1f5f; 
  text-decoration: none !important;
}

#main a:hover {
  color: #eb6334; 
  text-decoration: none !important;
}

.entry-content p {
	line-height: 25px;
	margin: 0 0 25px;