#bubblehead-emblem
{
    float: left !important;
    color: white;
    background-color: #282828 !important;
    background-color: white;
}

#bubblehead-emblem:hover{
    background-color: #4b99c0 !important;
    color: #282828;
}

#nav-black-slim{
    width: 10px;
    background-color: #282828;
}

.home-button{
    background-color: #1A1A1A;
}

.home-button i{
    color: white !important;

}

.nav-button{
    width: 80px;
    background-color: white;
}

.nav-logo{
    height: 20px;
    width: 20px;
}

.bubblehead-nav
{
    position: fixed;
    width: 100vw;
    z-index: 99;
    border-bottom-color: white;
    border-bottom-width: 1px;
    height: 80px;
}

.bubblehead-nav ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}


.bubblehead-nav li a i{
    color: white;
}

.bubblehead-nav li a:hover
{
    background-color: #4b99c0 !important;
    color: white;
}


.bubblehead-nav li.left a
{
    float: left;
    color: black;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);

}

.bubblehead-nav li.left a i
{
    color: black;
}

.bubblehead-nav li.left a span i
{
    float: left;
    color: black;
}

.bubblehead-nav li.left a span
{
    float: left;
    color: white;
    text-align: left;
}

.bubblehead-nav li a.no-hover:hover{
    background-color: #282828 !important;
}

/*///////////////////////////////////////////ABOVE WORKS//////////////////////////////////*/
.bubblehead-nav li.right
{
    float: right;
}

.bubblehead-nav li.right a
{
    float: left;
    color: black;
    width: 80px;
    box-shadow: 0px 16px 16px 0px rgba(0,0,0,0.1);
}

.bubblehead-nav li.right a i
{
    float: left;
    color: black;
    /* transform: translate(70%, 0%) skewX(45deg); */
}

/*///////////////////////////////////////////DROPDOWN////////////////////////////////////*/

.toolbox{
    float: right;
    background-color: white;
    width: 240px;
    text-align: left;
}


/*Dropdown element block*/
a.toolbox-element {
    background-color: #282828;
    color: white;
}

/*This bit shows the dropdown*/
.toolbox:hover .nav-dropdown-content {
    display: block;
}
/* 
.fas{
    margin-right: 10px;
} */


.nav-dropdown-content {
  display: none;
  position: relative;
  background-color: white;
  min-width: 240px;
  box-shadow: 0px 16px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/*///////////////////////////////////////////ANIMATION////////////////////////////////////*/

.slide-left-1 {
    animation: 1s anim-lightspeed-in ease forwards;
}

.slide-left-2 {
    animation: 1.3s anim-lightspeed-in ease forwards;
}

.slide-left-3 {
    animation: 1.6s anim-lightspeed-in ease forwards;
}

.slide-left-4 {
    animation: 1.9s anim-lightspeed-in ease forwards;
}

.slide-right-1{
    animation: 2.2s anim-lightspeed-in ease backwards;
}

/* This is for small screens */
@media only screen and (max-width: 840px) {

    .desktop {
        display: none;
    }


    .bubblehead-nav li a
    {
        font-size: 20px;
        display: block;
        color: black;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        width: 25%;
    }
}

/* This is for big screens */
@media only screen and (min-width: 841px) {

    .mobile {
        display: none;
    }

    .bubblehead-nav li a
    {
        font-size: 20px;
        display: block;
        color: black;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        height: 50px;
    }
}
