@charset "utf-8";
/* CSS Document */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  	margin: 0;
	font: 18px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  	color: #000;
  	-webkit-text-size-adjust: 100%;
  	-ms-text-size-adjust: 100%;
}

.container {
	width: 780px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 24px;
  margin: 30px 0px 0px;
}

img {
	margin-top: 20px;
}

li {
	line-height: 1.5;
}

.logo1 {
	margin-top: 0px;
}

.left {
	text-align: left;
}

.centered {
	text-align: center;
}

.red {
	color: crimson;
}

.very-large-text {
	font-size: 28px;
	margin-bottom: 40px;
}

/* Horizontally center a block of unknown width
----------------------------------------------- */

.center-block-wrapper {
	text-align: center;
}

.center-block-content {
	display: inline-block;
	text-align: left;
	max-width: 90%;
}
