/* Enter Your Custom CSS Here */


body * {font-family: Schoolbell;}
body a {color: #ffffff; text-decoration: underline; cursor: hand;}
a:hover {color: #ffffff; text-decoration: underline;}
a:visited {color: #ffffff;}
.site {height: auto!important; padding: 20px 20px 0px 20px; margin-top: 15%!important; margin-left: 0px; right: 15%!important;}
.entry-title {font-size: 60px!important; text-align: center;}
p {font-size: 18px!important;}
body {color: #ffffff;}
h2 {font-size: 2em!important; text-align: center;}

@media screen and (max-width: 860px) {
  	.site {height: auto!important; padding: 20px 20px 0px 20px; margin: 0 auto!important; position: default!important;}
    body * {text-align:center!important;}
}
    
    
@media screen and (min-width: 960px) {
.site {width: 25%;}
}