@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url('fonts/HelveticaNeue-Bold-02.eot');
    src: url('fonts/HelveticaNeue-Bold-02.eot?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaNeue-Bold-02.woff2') format('woff2'),
         url('fonts/HelveticaNeue-Bold-02.woff') format('woff'),
         url('fonts/HelveticaNeue-Bold-02.ttf')  format('truetype'),
         url('fonts/HelveticaNeue-Bold-02.svg#Helvetica Neue') format('svg');
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-01.eot');
    src: url('fonts/HelveticaNeue-01.eot?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaNeue-01.woff2') format('woff2'),
         url('fonts/HelveticaNeue-01.woff') format('woff'),
         url('fonts/HelveticaNeue-01.ttf')  format('truetype'),
         url('fonts/HelveticaNeue-01.svg#Helvetica Neue') format('svg');
}
html,body {
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	color:black;
	margin:0;
	padding:0;
}

#container {

  display:flex;
  justify-content:center;
  align-items:center;
  margin:auto;
  min-height:100vh;
}
#outer {
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	margin:0 auto;
	max-width:800px;  
	padding-left:15px;
	padding-right:15px;
	/* position: relative;
  top: 50%;
  transform: translateY(-50%); */
}
#mainImage {
	margin-bottom:30px;
	max-width:360px;
	width:100%;
}
img {

}
h1 {
	padding:0;
	margin:0;
	margin-bottom:23px;
}
h1 img {
	max-width:200px;
}
#socials img {
	height:23px;
}
.break {
	margin-top:8px;
	border-top:2px solid #aaaaaa;
	margin-bottom:8px;
	width:100px;
	margin-left:auto;
	margin-right:auto;
}
h2 {
	max-width:220px;
	margin:0 auto;
	font-family:'Helvetica Neue Bold',Helvetica,Arial,sans-serif;
	font-size:14px;
	line-height:16px;
	padding-top:13px;
	padding-bottom:13px;
}
a {
	color:black;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	padding-top:13px;
	padding-bottom:0;
	margin:0;
	font-size:13px;
	line-height:17px;
	color:#666666;
}
#socials {
	padding-top:18px;
}