body {
    font-family: Arial, sans-serif;
    color: #48412f;
    background-image: url("/images/seamless.jpg");
    background-size: 300px 300px;
    text-align: left;
    background-color: #f2edd6;
    margin: 0;
}
p {
  font-family: Arial, sans-serif;
  color: #48412f;
  line-height:1.5em;
}
h1 {
    margin: auto;
    color: #48412f;
    font-family: "The Girl Next Door", sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    line-height:1em;
    text-shadow: 2px 2px 5px #a4a298;
}
h2 {
    color: #bb8c00;
    font-family: "Bricolage Grotesque", serif;
    text-align: left;
    font-size: 2rem;
    letter-spacing: 0.2rem;
    text-shadow: 1px 1px 5px #bcb8a6;
}
h3 {
    margin: auto;
    color: #bb8c00;
    font-size: 1.75rem;
    font-weight: 200;
    font-family: Garamond, serif;
}
h4 {
    font-family: Garamond, serif;
    color: #48412f;
    font-size: 1.25rem;
}
h5 {
    font-family: Garamond, serif;
    color: #bb8c00;
}
h6 {
    font-family: Garamond, serif;
    color: #48412f;
}
h7 {
    margin: auto;
    color: #48412f;
    font-family: "The Girl Next Door", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height:1.25em;
}
h8 {
    margin: auto;
    color: #48412f;
    font-family: "The Girl Next Door", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height:1.25em;
}
a {
  color: #bb8c00;
}
a:visited {
  color: #477272;
  text-decoration: none;
}
a:hover {
  color: #00acbd;
}
a:active {
  color: #f9c731;
}
a.no-decoration:link, a.no-decoration:visited, a.no-decoration:hover {
    text-decoration: none;
    color: inherit;
}
.navbar {
    display: inline-block;
    position: relative;
    height: 50px;
    overflow: hidden;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.navbar a {
    float: left;
    color: #bb8c00;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
.navbar a:hover {
  color: #00acbd
}
.navbar a.active {
    color: #48412f;
    text-shadow: 0px 0px 5px #00bed1, 0 0 3px #00acbd;;
}
#active {
    color: white;
    background-color: #f9c731;
}
button {
    padding: 10px 16px;
    color: #fff0ef;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
}
#btn1 {
    border: 1px dashed #a69477;
    color: #bb8c00;
    font-family: "PT Serif";
    background-color: rgba(220, 167, 0, 0.2);
    font-size: 1.25rem;
}
#btn2 {
    border: 1px solid #1f0d0b;
    border-radius: 15px;
    font-family: "PT Serif";
    background-color: rgba(16, 78, 82, 0.75);
    font-size: 1.25rem;
}
#btn1:hover, #btn1:active {
    color: #fff0ef;
    background-color: rgba(220, 167, 0, 0.5);
    text-shadow: 0 0 3px #bb8c00;
}
#btn2:hover, #btn2:active {
    border: 1px solid #1f0d0b;
    color: white;
    background-color: #bb8c00;
    transition: background-color 0.3s ease;
}
.header {
    display: block;
    overflow: hidden;
    padding: 10px;
}
.logo-smol {
    display: none;
}
.logo-large {
    display: inline-block;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.left-hero {
    display: block;
    float: left;
    width:calc(25% - 41px);
    padding: 20px 20px;
}
.hero {
    display: block;
    width: 100%;
    min-height: 150px;
    padding: 0;
    margin: 0;
}
.mid-hero {
    display: block;
    float: left;
    width:calc(50% - 41px);
    padding: 20px 20px;
}
.right-hero {
    display: block;
    float: left;
    width:calc(25% - 41px);
    padding: 20px 20px;
}
.basic {
    padding: 0 25px;
    margin: auto;
    display: block;
}
.photo-container {
    display: flex;
    place-items: center;
    width: calc(100% - 41px);
    padding: 20px;
}
.home {
    display: block;
    float: left;
    padding: 0 25px 10px;
    width: calc(100% - 51px);
    
}
.one-third {
    display: block;
    float: left;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width:calc(30% - 41px);
    padding: 20px;
}
.all-quarters {
  display: inline-block;
  width: 100%;
}
.four-quarters {
    background-color: rgba(85,0,7,0.75);
    display: block;
    float: left;
    width:calc(100% - 61px);
    padding: 10px 30px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
#socials {
    background-color: rgba(50,10,10,0.5);  
}
.three-quarters {
    display: block;
    float: left;
    width:calc(75% - 61px);
    padding: 10px 30px;
}
.one-quarter {
  display: block;
  float: left;
  width:calc(25% - 41px);
  padding: 20px 20px;
}
.dashed {
  border-top: 1px solid #308e8e;
}
.blog-surround {
    border: none;
    box-shadow: 0 4px 8px 0 rgba(30, 0, 2, 0.5), 0 6px 20px 0 rgba(30, 0, 2, 0.49);
    display: block;
    float: left;
    width:70%;
    margin: 10px;
    padding: 0;
}
.paper-frame {
    border: 10px solid transparent;
    padding: 1%;
    border-image: url("/images/paper-border.png") 10 round;
}
.blog-post {
    padding: 1% 4% 1%;
    width: 92%;
}
.blog-side {
    display: block;
    float: right;
    width: 22%;
    padding: 1.5% 1.5%;
}
#blog-smol {
    height: 175;
}
.desktop {
  display: inherit
}
.small-screen {
    display: none;
}
footer {
    color: #fff0ef;
    text-align: left;
    font-size: 0.85rem;
    padding: 8px;
}
.all-quarters-footer {
    display: inline-block;
    width: 100%;
    border-top: 1px dashed #a69477;
    margin-top: 15px;
    margin-right:0;
    margin-left:0;
}
.one-quarter-footer {
    display: block;
    float: left;
    width:calc(25% - 41px);
    padding: 20px 20px;
    border-right: 1px dashed #a69477;
}
.one-quarter-footer:last-child {
    border-right: none;
}