/* ------------------------- Images ---------------------------------*/
.js-logo {
    width: 300px;
    padding: 50px;
}

.profile-pic {
    width: 300px;
}


.cerealbookdisplay {
    width: 100%;
}



/* ------------------------- Banners ---------------------------------*/
.bg-body-tertiary {}

/* id="project-banner-hotlava" */


#project-banner-sockheads {
    background: url(images/banner-sockheads.png) center no-repeat;
    /* height: 386px; */
    background-size: cover;
    background-image: cover;
    position: relative;
    color: white;
}

#project-banner-sarandippity {
    background: url(images/banner-snd.png) center no-repeat;
    /* height: 386px; */
    background-size: cover;
    background-image: cover;
    position: relative;
    color: white;
}

#project-banner-doghog {
    background: url(images/banner-doghog.png) center no-repeat;
    /* height: 386px; */
    background-size: cover;
    background-image: cover;
    position: relative;
    color: white;
}

#project-banner-ironwill {
    background: url(images/banner-ironwill.png) center no-repeat;
    /* height: 386px; */
    background-size: cover;
    background-image: cover;
    position: relative;
    color: white;
}




#project-banner-clockworld {
    background: url(images/banner-clockworld.png) center no-repeat;
    /* height: 386px; */
    background-size: cover;
    background-image: cover;
    position: relative;
    color: white;
}

#project-banner-sneeze {
    background: url(images/banner-sneeze.png) center no-repeat;
    /* height: 386px; */
    background-size: cover;
    background-image: cover;
    position: relative;
    color: white;
}

/* ------------------------- Typeface ---------------------------------*/


.font-header {
    font-family: 'Jost', sans-serif;

}


.main-body {
    font-family: 'Jost', sans-serif;

}

.beor-logo {
    width: 300px;
}

.section-header {
    color: white;
    font-family: 'Jost', sans-serif;
    size: 60px;
}


/* ------------------------- Borders ---------------------------------*/

/* Custom CSS to override Bootstrap's border-bottom class */
.border-bottom {
    border-bottom: 1px solid #ffffff !important;
    /* Replace #000 with the color of your choice */
}


/* MAIN BACKGROUND */
.main-content-container {
    background: #000;
}
/* ------------------------- Links ---------------------------------*/

.btn-primary {
    color: white;
    background: #0B94D2;
    }

/* ------------------------- Buttons ---------------------------------*/

.btn-primary {
color: white;
background: #0B94D2;
}

.btn-primary:hover {
    color: white;
    background: #0d6086;
    }
/* ------------------------- Footer ---------------------------------*/

.footer-top {
    background-color: #0B0B0C; /* Adjust the color to match the exact color you want */
    color: white;
    padding: 20px 0;
  }
  .footer-bottom {
    background-color: #060606; /* Adjust the color to match the exact color you want */
    color: white;
    padding: 10px 0;
    font-size: 1em;
  }
  .footer-logo {
    font-size: 2em; /* Adjust the size as needed */
  }

  .footer-logo {
    width: 50px;
  }

  footer a {
    color: white;
    transition-duration: .3s;
    text-decoration: none; /* no underline */
  }

  footer a:hover {
    color: gray;
    transition-duration: .3s;
    text-decoration: none; /* no underline */
  }