
@font-face {
    font-family: 'ubuntubold';
    src: url('fonts/ubuntu-b-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-b-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ubuntubold_italic';
    src: url('fonts/ubuntu-bi-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-bi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ubuntu_condensedregular';
    src: url('fonts/ubuntu-c-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-c-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ubuntulight';
    src: url('fonts/ubuntu-l-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-l-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ubuntulight_italic';
    src: url('fonts/ubuntu-li-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-li-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ubuntumedium';
    src: url('fonts/ubuntu-m-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-m-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ubuntumedium_italic';
    src: url('fonts/ubuntu-mi-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-mi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ubunturegular';
    src: url('fonts/ubuntu-r-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-r-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ubuntuitalic';
    src: url('fonts/ubuntu-ri-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-ri-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-size: 200%;
    text-align: center;
    font-family: ubuntulight;
}

p {
    font-size: 125%;
    font-weight: normal;
    margin-bottom: 0.3em;
    margin-top: 0.3em;
}

em {
    font-family: ubuntulight_italic;
    font-size: 100%;
}

strong {
    font-family: ubuntubold;
    font-size: 127%;
    letter-spacing: -2px;
}

h1, h2, h3, h4 {
    font-weight: normal;
    margin-bottom: 0.3em;
    margin-top: 0.3em;
}

h1 {
  margin-top: 0;
  margin-bottom: 80px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
}

ol {
  list-style-position: inside;
  list-style-type: decimal;
  text-align: left;
}

ul {
    list-style-position: inside;
    text-align: left;
}

li {
    font-family: ubuntulight;
    font-weight: normal;
    margin-bottom: 0.3em;
    margin-top: 0.3em;
    padding-left: 0.3em;
    line-height: 1.8em;
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1.4em;
}

ol li {
  list-style-type: decimal;
}

ul li {
    list-style-type: circle;
}

a {
    text-decoration: none;
    color: black;
}

#ThreeD H1 {
    font-family: ubuntulight;
    font-size: 300%;
}

#thequestion p {
    font-family: ubunturegular;
}

.footer {
  bottom: 0;
  font-size: 50%;
  position: absolute;
  text-align: center;
  width: 100%;
}

.step {
  width: 1280px;
}

p.small-heading {
  font-size:0.7em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

