span.spacer {
  display: block;
  height: 20px;
}

h1 {
	font: 180% 'LatoRegular';
	color: rgba(30, 30, 38, 0.8);
	margin: 20px 0px 20px 3%;
  text-align: left;
}

h2 {
	text-align: left;
	font: 160% 'LatoRegular';
    margin: 20px 0px 10px 0px;
	color: rgba(30, 30, 38, 0.9);
}


h3 {
	font: 140% 'LatoRegular';
	color: rgba(30, 30, 38, 0.9);
	margin: 0;
	padding: 0;
}

h3.dataprotection {
  font: 130% 'LatoRegular';
  color: rgba(30, 30, 38, 0.9);
  margin: 0;
  padding: 0;
}

h3.listTitle {
  font: 110% 'LatoRegular';
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
  padding: 4px 0px 2px 0px;
}

h3.imageTitle {
  font: 150% 'LatoRegular';
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}

p {
	text-indent: 0px;
}

h3.specialArea {
  font: 110% 'LatoRegular';
}

p.question {
  color: rgba(30, 30, 38, 0.8);
}

p.imageText {
  text-align: center;
}

.abstract {
  padding: 0px;
  text-align: justify;
}

#ContactBody {
  min-height: 100vh;
  overflow-y: hidden;
}

#Contact {
  margin: 46px 0  0 0;
  background: url("../images/iStock-1183051044_pqsec.jpg") no-repeat center;
  width: 100%;
  min-height: 100vh;
}

#ContactDiv {
  width: 70%;
  margin: 0px auto 75px auto;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px 40px;
  text-align: left;
}

#Contact footer#ContactFooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: white;
}

p#ContactText {
  padding: 0;
  color: black;
}

a {
	font-weight: 100;
}

a:link {
  color: rgba(30, 30, 38, 0.6);
  text-decoration: none;
}

a:hover {
	color: rgba(30, 30, 38, 0.7);
    z-index:2;
}

a:visited {
    color: rgba(0, 0, 0, 0.6);
    border-collapse: collapse;
    border: 1px solid transparent;
}

a.textLink {
  font-size: 100%;
  color: rgba(0, 0, 170, 0.7);
  font-style: italic;
}

/*///////////////////////////// for tablet ////////////////////////////////*/

@media (max-width: 1060px) {

  body {
    font-size: 17pt;
	  min-width: 200px;
  }

  h1 {
  	font-size: 24pt;
  }

  h2 {
    font-size: 22pt;
    margin: 20px 0px 10px 0px;
  }

  h3 {
    font-size: 20pt;
  }

  h3.listTitle {
    font: 110% 'LatoRegular';
  }

  #ContactBody {
    overflow-y: auto;
  }

  #Contact {
    box-sizing: border-box;
    margin-top: 45px;
    width: 100%;
    height: auto;
  }

  #ContactDiv {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 30px;
    margin-bottom: 0;
  }

  p#ContactText {
    padding: 0;
    color: black;
  }

  .abstract {
    padding: 0px;
    text-align: left;
  }

  .contactLink {
    display: block;
    max-width: 100%;
    margin: 5px 0px;
  }

  #ContactBody .footer {
    position: absolute;
    bottom: -45px;
  }

}

/*///////////////////////////// for mobile ////////////////////////////////*/

@media (max-width: 800px) {

  body {
    font-size: 15pt;
    min-width: 200px;
  }

  h1 {
	  font-size: 22pt; 
    width: 94%;
  }

  h2 {
    font-size: 20pt;
  }

  h3 {
    font-size: 18pt;
  }

#Contact {
    margin-top: 45px;
    width: 100%;
    height: auto;
  }

  #ContactDiv {
    width: 100%;
    padding: 10px 30px;
  }

}

@media (max-width: 560px) {

  body {
    font-size: 13pt;
    min-width: 200px;
  }

  h1 {
    font-size: 20pt; 
    width: 94%;
  }

  h2 {
    font-size: 18pt;
  }

  h3 {
    font-size: 16pt;
  }

}



