@import url("https://fonts.googleapis.com/css?family=Kufam");
body {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align:center;
}
body,td,th {
	font-family: Kufam, Arial, Tahoma;
	font-size: 16px;
}
a:link, a:visited, a:active {
	color: #0065CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0065CC;
}
img { max-width: 100%; }
hr.style-five {
    border: 0;
	height: 0;
    box-shadow: 0 0 10px 1px #390;
}
hr.style-five:after {
    content: "\00a0";
}
h2, h3 {
	color:#390;
}
.wrapper {
    width: 95%;
    margin: 3em auto;
}
.masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}
.item {
    display: inline-block;
    background: #fff;
    padding: 3px;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 4px 4px 6px 2px #ccc;
}
@media only screen and (max-width: 639px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
@media only screen and (min-width: 640px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 1000px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (min-width: 1280px) {
    .wrapper {
        width: 1000px;
    }
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}
.wavy {
	/*font-weight:500;*/
	letter-spacing:1px;
	font-variant: small-caps;
	text-transform: capitalize;
}
p { margin-top:12px; }