@charset "UTF-8";
/* CSS Document */


.container {
  max-width: 520px;
  background:rgba(255,255,255,0.8);
  margin-top:60px;
}

body { 
	color:#000;
  text-align: center;
  font-size:16px;
  font-weight: 300;
}

img {max-width:100%;}

h1, h2, h3{color:#8a172a}
h1 {font-size:32px; line-height: 24px;margin:0px 0 20px 0;}
a {color:#8a172a;}
a:hover {color:#a61c33;text-decoration: none;}
strong {font-weight:800}
@media screen and (max-width: 480px) { 
.container {
 	margin-top:0;
}
img {max-width:80%;height:auto;}
h1 {font-size:20px; line-height: 19px}
body {font-size:13px;}
}