
/* fonts */

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('../fonts/ProximaNova-Light.woff2') format('woff2'),
        url('../fonts/ProximaNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/* links */

a,
a:focus,
a:hover {
  color: #fff;
}

/* structure */

html,
body {
  height: 100%;
  background-color: #1d1f20;
  color: #a8a8a8;

  background-position: center;
  background-repeat: no-repeat;
}

/* header */

header img {
  display: block;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

/* left column */

.left img {
  display: block;

  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* right column */

.right {
  text-align: left;

  font-family: 'Proxima Nova Lt';
  font-weight: 300;
  font-style: normal;
}

.right p.bold {
	font-weight: bold;
}

.right span {
  color: #679CAA;
}

.right ul.standard {
  list-style: none;
  list-style-position: inside;

  padding-top: 2.5em;
  padding-left: 0em;
  padding-bottom: 2.5em;

  text-align: left;
  font-weight: 250;
}

.right ul.standard li {
  font-weight: bold;
  font-style: normal;
  padding-bottom: 0.2em;
}

.right ul.standard li p {
	padding-left: 1.2em;
	font-weight: normal;
	font-size: 0.8em;
}

.right ul.standard li:last-of-type {
  padding-bottom: 0em;
}

.right ul.standard li::before {
  content: "\2022";
  color: #2ee7c4;
  font-weight: bold;
  display: inline-block;
  width: 1em;
}

/* footer */

footer img {
  display: block;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 10px;
}

footer div.email {
  font-weight: lighter;
  font-size: 12pt;
  text-align: center;
}