1 @import url(http://fonts.googleapis.com/css?family=Lato);
 
  16         text-decoration: none;
 
  23             content: url(/static/img/brackets.png);
 
  25             vertical-align:middle;
 
  30         padding: 4px 10px 0 10px;
 
  48     @media screen and (min-width: 45em) {
 
  54     background-color: #222;
 
  59     flex-direction: column;
 
  60     justify-content: space-around;
 
  68 .right-desc-container {
 
  69     @extend .desc-container;
 
  80     @media screen and (min-width: 45em) {
 
  83         display: inline-block;
 
  94     @extend .card-container;
 
  97     @media screen and (min-width: 45em) {
 
 100         display: inline-block;
 
 112     flex-direction: column;
 
 113     justify-content: space-around;
 
 117         -moz-column-count: 2;
 
 118         -webkit-column-count: 2;
 
 120         -moz-column-gap: 1.5em;;
 
 121         -webkit-column-gap: 1.5em;;
 
 147         text-transform: uppercase;
 
 159         text-decoration: none;
 
 161             text-decoration: underline;
 
 174         text-transform: uppercase;
 
 199     background-image: url(/static/img/bg/chaotic.png);
 
 200     background-size: 100%;
 
 203     background-image: url(/static/img/bg/neutral.png);
 
 204     background-size: 100%;
 
 210     background-image: url(/static/img/bg/lawful.png);
 
 211     background-size: 100%;
 
 214     background-image: url(/static/img/bg/info.png);
 
 215     background-size: 100%;
 
 218     a { color: #656263; }
 
 224 $g12: darken(#3db814, 10%);
 
 225 $g21: lighten($g11, 10%);
 
 226 $g22: lighten($g12, 10%);
 
 229     background-image: -webkit-linear-gradient(top, $g11, $g12);
 
 230     background-image: -moz-linear-gradient(top, $g11, $g12);
 
 231     background-image: -ms-linear-gradient(top, $g11, $g12);
 
 232     background-image: -o-linear-gradient(top, $g11, $g12);
 
 233     background-image: linear-gradient(to bottom, $g11, $g12);
 
 234     -webkit-border-radius: 100%;
 
 235     -moz-border-radius: 100%;
 
 237     border: 1em double white;
 
 240     text-decoration: none;
 
 244     @media screen and (min-width: 45em) {
 
 251     background-image: -webkit-linear-gradient(top, $g21, $g22);
 
 252     background-image: -moz-linear-gradient(top, $g21, $g22);
 
 253     background-image: -ms-linear-gradient(top, $g21, $g22);
 
 254     background-image: -o-linear-gradient(top, $g21, $g22);
 
 255     background-image: linear-gradient(to bottom, $g21, $g22);
 
 256     text-decoration: none;
 
 279         text-decoration: none;
 
 282             text-decoration: underline;