/* imports */
@import url(http://fonts.googleapis.com/css?family=Varela+Round);
 
/* resets */
*,
*:before,
*:after {
  box-sizing: border-box;
}
.clearfix:after {
	content: "";
  display: table;
  clear: both;
}

/* global */
body {
  background-color: rgb(40,40,40);
  color: rgb(100,100,100);
  font-family: 'Varela Round', sans-serif;
  font-size: 14px;
  line-height: 1.3;
}
.wrapper {
  margin: 0 auto;
  padding: 20px;
  max-width: 95%;
  background-color: #fff;
  max-width: 1200px;
}
h1 {
  font-size: 2em;
  margin-bottom: 10px;
}
h2 {
  margin-top: 15px;
  font-weight: 700;
  margin-bottom: 3px;
}
.news_headline {
  margin-top: 5px;
  font-size: 1.35em;
  font-weight: 500;
}
.news_headline_highlight {
  margin-top: 5px;
  font-size: 1.35em;
  font-weight: 500;
}
.news_story {
  font-size: 1em;
  font-weight: : 400;
}
dd {
  font-weight: : 300;
}
.summer_club  {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.summer_headline {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 2em;
  font-weight: : 1000;
}
.summer_body {
  font-size: 1.3em;
  font-weight: : 700;
}
.summer_highlight {
  font-size: 1.1em;
  color: rgb(200,0,0);
}  

/* grid */
.row {
  margin: 0 -10px;
  margin-bottom: 20px;
}
.row:last-child {
  margin-bottom: 0;
}
[class*="col-"] {
  padding: 10px;
}

@media all and ( min-width: 600px ) {

  .col-2-3 {
    float: left;
    width: 66.66%;
  }
  .col-1-2 {
    float: left;
    width: 50%;
  }
  .col-1-3 {
    float: left;
    width: 33.33%;
  }
  .col-1-4 {
    float: left;
    width: 25%;
  }
  .col-1-8 {
    float: left;
    width: 12.5%;
  }

}

