* {
  margin: 0px;
  padding: 0px;
  font-family: calibri, helvetica, arial, "sans serif";
  font-weight: 100;
}

@font-face {
  font-family: daftlabs;
  src:
  url('../css/avenir_next_ul.ttf') format('truetype'),
  url('../css/avenir_next_ul.woff') format('woff')
  ;
  font-style: normal;
}

body {
  background: black;
  color: white;
}

h1 {
  font-family: daftlabs, Calligraffitti;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 15pt;
  font-size: 96pt;
  font-weight: 100;
  letter-spacing: 15pt;
}

label {
  margin-top: 2px;
  line-height: 25px;
}

select {
  position: relative;
  top: -3px;
}

img {
  width: 138px;
  height: 138px;
}

p {
  margin: 10px 0px;
}

.site {
  margin: 5px;
  padding: 5px;
  background: #772266;
  width: 138px;
  display: inline-block;
}

.site:hover {
  background: #993377;
}

.well {
  background-color: #222222;
  width: 300px;
  padding: 10px;
  border: 1px solid #444444;
  border-radius: 3px;
  margin: 10px auto;
}

.text-center {
  text-align: center;
}

@media (max-width: 800px) {
  h1 {
    font-size: 36pt;
  }
}
