@font-face {
  font-family: 'Lato';
  font-style: regular;
  src: url(../fonts/Lato/Lato-Regular.ttf);
}
@font-face {
  font-family: 'Lato';
  font-style: bold;
  src: url(../fonts/Lato/Lato-Bold.ttf);
}
@font-face {
  font-family: 'Montserrat';
  font-style: regular;
  src: url(../fonts/Montserrat/static/Montserrat-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  font-style: bold;
  src: url(../fonts/Montserrat/static/Montserrat-Bold.ttf);
}
@font-face {
  font-family: 'Open Sans';
  font-style: regular;
  src: url(../fonts/Open_Sans/static/OpenSans-Light.ttf);
}
@font-face {
  font-family: 'Open Sans';
  font-style: bold;
  src: url(../fonts/Open_Sans/static/OpenSans-Regular.ttf);
}

h3.gc-sample {
    clear: both;
}

figure.gc-sample-img {
    width: 50%;
    float: left;
}

#t3-mainbody p {
    font-size: 17.5px;
}