html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
 font-family: "lato";
 font-weight: 300;
 font-size: 24pt;
}

#layout {
 padding: 0 0 0 0;
}

.sugar {
/*font-family: "Vectora W01 55 Roman";*/
 font-weight: 400;
 color: #a90d2c;
 padding: 0 0.1em 0 0.1em;
}
.bloom {
 font-weight: 300;
 color: #a90d2c;
 padding: 0 0.1em 0 0.1em;
}
.note {
 font-style: italic;
 font-size: 10pt;
}

a:link,
a:visited {
 color: #000;
 text-decoration: none;
}
a:hover,
a:active {
 color: #a90d2c;
 text-decoration: none;
}

a.bloom:link,
a.bloom:visited {
 color: #a90d2c;
 text-decoration: none;
}
a.bloom:hover,
a.bloom:active {
 color: #000;
 text-decoration: none;
}

.insta {
 -webkit-filter: saturate(100%);
 -filter: saturate(100%);
/*opacity: 1.0;*/
/*filter: alpha(opacity=100);*/
}
.insta:hover {
 -webkit-filter: saturate(40%);
 -filter: saturate(40%);
/*opacity: 0.65;*/
/*filter: alpha(opacity=65);*/
}
