@font-face {
    font-family: nowregular;
    src: url("/now.regular.otf") format("opentype");
}

body
{
    padding: 0;
    margin: 0;
    
    font-family: sans-serif;
    overflow-x: hidden;
    
    /*background-color: #e3ffee;*/
    background-color: #ebfdff;
}

div.headr
{
    margin-bottom: 1.25rem;
}

div.headr a{
    color: black;
    text-decoration: none;
}

div#logo
{
    position: relative;
    float: left;
    width: 6rem;
    height: 6rem;
    background-image: url("hornet's_nest_logo.png");
    background-size: contain;
}

div.headr h1, div.headr h2
{
    font-family: "nowregular", sans-serif;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

div.headr h1
{
    font-size: 2.7rem;
}

div.headr h2
{
    font-size: 1.35rem;
}

div.bannr
{
    clear: both;
    text-align: center;
    font-size: 1.2rem;
    
    border-bottom: 1px solid grey;
}

div.bannr-item
{
    display: inline-block;
    margin-left: 1.5em;
    margin-right: 1.5em;
    color: #783800;
}

div.bannr-item a
{
    color: #783800;
    text-decoration: none;
}

div.bannr-item a:visited
{
    color: #522600;
}

div.support-me
{
    padding-top: 1vh;
    padding-bottom: 1vh;
    font-size: 1.2rem;
    
    text-align: center;
    
    border-bottom: 3px double grey;
    
    margin-bottom: 2rem;
}

div.bmc-btn-contain
{
    display: inline-block;
}

a
{
    color: chocolate;
}

/* for the scroll bar */

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c7931a;
    border-radius: 30px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #916a0f; 
}

/* media section for phones with portrait mode */
@media screen and (max-width: 768px), (orientation: portrait)
{
    
}