/* This is a CSS page for Koala Site. */

@font-face {
    font-family: 'sf_cartoonist_handitalic';
    src: url('fonts/SF_Cartoonist_Hand_Italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    }

h1 {background-color: rgb(196, 199, 193);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: black;
    }

h2 {
    background-color: darkgreen;
    color: gainsboro;
    font-family: 'Architects Daughter', cursive;
    padding: 5px;
    margin: 0px;
    }

h3 {
    font-family: sf_cartoonist_handitalic;
    font-size: 1.5em;
    }  

.smallfont  {
    font-size:10px;
    }

.centertext {
    text-align: center;
    }

header h1, header h2   {
    text-align: center;
    }

img.floatleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 10px 10px 5px hsla(0, 0%, 0%, 0.19);
    }

img.floatright {
    float: right;
    margin-left: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 10px 10px 5px hsla(0, 0%, 0%, 0.19);
    }

.clearfloat {
    clear: both;
    }



