@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans:400,300italic);
*, *:before, *:after {
margin:0;
padding:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
body {
background:#58585A;
background: -moz-radial-gradient(center, ellipse cover, #333333 0%, #0d0d0d 100%);
background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#0d0d0d 100%);
background: -o-radial-gradient(center, ellipse cover, #333333 0%,#0d0d0d 100%);
background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#0d0d0d 100%);
background: radial-gradient(ellipse at center, #333333 0%,#0d0d0d 100%);
background:radial-gradient(#333, #0d0d0d);
}
html, body {
width:100%;
height:100%;
font-family: 'Merriweather Sans', sans-serif;
color:#141414;
}
a {color:#141414;text-decoration:none;}
.boxes {
position:relative;
width:100%;
max-width:65rem;
margin: 2rem auto 0 auto;
display:-webkit-flex;
display:flex;
-webkit-flex-flow: row wrap;
justify-content: center;
}
.box {
position:relative;
float:left;