/* -------------------------------------------------------------- 
   
sbk8.css
* Version:   1.0 
* Creator:   Richard MacLemale

CONTENTS

Google Fonts
    
	
-------------------------------------------------------------- */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Anton');
@import url('https://fonts.googleapis.com/css?family=Teachers');


h1 {font-family: 'Anton'; color: #78a8cc}
h2 {font-family: 'Anton'; font-size: 1.6em; color:  #78a8cc}
h3 {font-family: 'Anton'; font-size: 1.2em; color:  #78a8cc}
p {font-family: 'Teachers'; font-size: 1.2em; line-height: 1.1}

ul {font-family: 'Teachers'; font-size: 20px}
