

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	   url('open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
	   url('open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	   url('open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
	   url('open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('open-sans-v34-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('open-sans-v34-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('open-sans-v34-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
	   url('open-sans-v34-latin-500.woff') format('woff'), /* Modern Browsers */
	   url('open-sans-v34-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('open-sans-v34-latin-500.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
	   url('open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
	   url('open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	   url('open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
	   url('open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

html {
    color: #741b36;
    font-size: 1.2em;
    line-height: 1.1;   
    font-family: 'Open Sans', sans-serif;
	letter-spacing: -.01em;
	text-align: center;
	
}

a  {
	color: #56122a;
	text-decoration: none;
}
a:hover  {
	text-decoration: underline;
	font-weight: 600
}

body {
	min-height: 500px
	text-align: center;
}


.logo  {
	width: 100%;
	margin-bottom: 80px
}

.logo p {
	text-align: center
}
hr {
	border: 1px solid #d25b17;
	border-bottom:none
}

ul li {
	text-align: left;
	line-height: 30px;
	font-size: 1em;
}

.left {
	text-align: left;
}

.centered p {
	letter-spacing: 1px
 }



@media screen and (min-width : 320px)  { 

	.centered {
	width: 320px;
	margin-left: auto;
    margin-right: auto;
 	}

	img {
		width: 300px;
	
	}
	
}

@media screen and (min-width : 480px)  { 
	.centered {
	width: 480px;
 	}
	
}


@media screen and (min-width : 1224px)  {


.centered {
	
	width: 780px;
   height: 300px;
   position: relative;
   text-align: center;
   margin-left: auto;
    margin-right: auto;
}

} 
 




