/* Global style for http://www.motivationlab.uni-osnabrueck.de/ */

/* ---- Page body ---- */ 

root { 
  display: block;
}

body {
  background: rgb(33, 33, 33);
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  padding: 0px;
  margin: 0px;
}

#page-wrapper {
  margin: 0 auto;
  width: 1000px;
  background: black;
  padding-bottom: 20px;
}

#content-wrapper {
  padding-left: 75px;
  padding-right: 75px;
  padding-bottom: 150px;
}

#footer-logo-container {
  width: 1000px;
  text-align: center;
}

.footer-text {
  color: white;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-top: 0;
}

/* ---- Text styles ---- */

h1 {
  clear: both;
  color: #3399FF;
  /* color: light blue; */
  margin-top: 60px;
  margin-bottom: 35px;
  line-height: 120%;
}

h2 {
  clear: both;
  color: #3399FF;
  /* color: light blue; */
  margin-top: 50px;
  margin-bottom: 25px;
}

a {
  color: white;
  text-decoration: underline;
}

.text-paragraph {
  color: white;
  line-height: 25px;
  text-align: justify;
}