/*
	Collectors Society page styles
*/

div#SlabCollectorsSociety {
	margin-top: 5%;
}

div#contact {
  font-size: 0.75em;
  line-height: 1.25;
}

h1 {
  font-size: 2.5em; 
  font-family: "Raleway Dots", 'Spline Sans', HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700; 
}

h6 {
  font-weight: 500; 
}

.scs-2col-colA {
  float: left;
  width: 40%;
}

.scs-2col-colB {
  width: 60%;
  float: right;
}

@media screen and (max-width: 600px) {
  .scs-2col-colA {
    width: 100%;
  }
}