#big {
	position: absolute;
  width: 100%;
  /*height: 100%;*/
  left: 0px;
  top: 0px;
  font-family: "Open Sans","lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
  font-size:16px;
  font-weight: 300;
  text-align: center;
  color: #E0E0E0;
  -webkit-font-smoothing: antialiased;
  /*background-color: #16222A;*/
}

body {
  background-color: #16222A;
  background-image:
    linear-gradient(0deg, #16222A, #2B4755);
  background-size: 100% 200%;
  background-repeat: no-repeat;
}

a {
  /*font-weight: 600;*/
  color: #F0F0F0;
  text-decoration: underline;
}

a:hover {
	color: #D0D0D0;
  text-decoration: underline;
}

.fact {

  list-style-image: url('dot.svg');
  margin-left: 0px;
  margin: 5px;
  padding-left: 15px;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
}

#appcontainer {
  padding: 0px;
  max-width: 600px;
  top: 0px;
  visibility: visible;
  text-align: left;
  font-weight: 300;
  background-color: rgba(0,0,0, 0.01);
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  padding: 15px;
  /*border-radius: 20px;
  border-style: solid;
  border-color: rgba(0,0,0, 0.5);;
  border-width: 1px;*/
}

#download {
  position: absolute;
  width: 300px;
  height: 200px;
  left: 400px;
}

#bread {
  position: absolute;
  width: 400px;
  height: 200px;
  left: 0px;
}

strong {
  font-weight: 700;

}

p.strong {
  text-decoration: underline;
  letter-spacing: 0.5;
}

p.heading {
  font-weight: 700;
  font-size: 18px;
}

p.logo {
  font-weight: 700;
  font-size: 32px;
}
