html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0;box-sizing: border-box;}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}

body {
	background: #ddd;
	background: url(background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: "Open Sans", sans-serif;
	line-height: 1.5;
	color: #555;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
}

.wrap { background: #fff; }

a {
	color: $links;
	text-decoration: none;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

a:hover {color: #000;}

h1,h2,h3,h4,h5,h6 { line-height: 1.2; margin: 20px 0 10px 0; font-weight: 300;color: #333; }

h1 { font-size: 44px; margin: 0; }
h2 { font-size: 26px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

p { margin: 0 0 1em 0; }

ul, ol { margin: 1.2em 0 1.2em 2em; }

ul { list-style: disc; }
ol { list-style: decimal; }

li { margin: 0 0 .5em 0; }

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1.2em 0;	
}

hr { border: 0; border-top: 1px solid #ccc; margin: 1.2em 0; }

blockquote:before, 
blockquote:after {
	content: '';
	content: none;
}

blockquote {
	margin: 0 0 1em 2em;
	padding: 0 1em;
	font-style: italic;
	border-left: 3px double #d6d6d6;
}

img, object, embed { max-width: 100%; }

img { height: auto; }

/* ClearFix */
.group:after {
  content: "";
  display: table;
  clear: both;
}

section {
	background: #fff;
	background: rgba(255,255,255,.8);
	box-shadow: 0 0 5px #ccc;
	max-width: 500px;
	margin: 200px auto;
	padding: 40px 40px 30px;
	text-align: center;
}
.url {
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	letter-spacing: .1em;
}