@charset "utf-8";
/* CSS Document */
body, html {
  margin: 0;
  padding: 0;
}
html {
  font-family: sofia-pro, sans-serif;
  font-style: normal;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  background-color: #131515;
}
.bodyText {
	font-size: 1.25rem;
	text-align: center;
}
.logo {
  width: 95%;
  max-width: 720px;
}
.socialIcon {
  height: 25px;
  padding: 15px;
}