/*** imports ***/
@font-face {
    font-family: 'Lobster', Georgia, serif;
    font-style: italic;
    src: url(./fonts/Lobster-Regular.ttf) format("truetype");
}

/*** this next section should be overwritting or using things from "barebones.css" ***/

.bb-Footnote{
    color: #180f2c;
}

div.bb-FixedFooter{
    color: #180f2c;
    background-color:#d8d27d;
}
 
div.bb-FixedFooter p {
    font-size: 1.25rem;
    font-weight: bold;
}
.bbBT-Box1{
    box-shadow: 0 4px 8px 0 #00000033, 0 6px 20px 0 #00000030;
    background-color: #faebd7;
}
.bbBT-Box2{
   box-shadow: 0 4px 8px 0 #00000033, 0 6px 20px 0 #00000030;
    background-color: #faebd7; 
}
.bbBT-Box3{
    box-shadow: 0 4px 8px 0 #00000033, 0 6px 20px 0 #00000030;
    background-color: #faebd7;
}
.bb-BoxOne{
    box-shadow: 0 4px 8px 0 #00000033, 0 6px 20px 0 #00000030;
    background-color: #faebd7;
}
/*** this next section should be overwritting or using things from "general_light.css" ***/

body{
    background-color: #e2d9b5;
    color:#1d1d1b;
}

/*** this next section should be new to this file ***/
.HDH-honeycombBG{
    background-image: url("../images/Honeycomb.png"); 
}

.Lobster{
    font-family: 'Lobster', Georgia, serif;
    font-style: italic;
    font-size: 5rem;
}

.LobsterSubTitle{
    font-family: 'Lobster', Georgia, serif;
    font-style: italic;
    font-size: 3rem;
}

