#bddy       {
    margin: 0px;
    padding: 0px;
}

#outer  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 0px;
}

#inner1 {
    font-size: 2em;
    color: rgba(0,0,0,.25);
    text-align: center;
}

#p3 {
    font-size: 2em;
    text-align: center;
}

#inner2 {
    visibility: visible;
    text-align: center;
}

#p4 {
    position: relative;
    top: -280px;
    font-size: 12em;
    text-align: center;
}

#inner3 {
    margin-right: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#logo   {
    position: absolute;
    top: 390px;
    height: 18px;
    width: auto;
    max-height: 420px;
}

#cont   {
    position: absolute;
    top: 165px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    width: auto;
    height: auto;
    visibility: hidden; 
}


#top    {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
}

#second {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
}

#third  {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
}

#fourth {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
}

#bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
}

.bees   {
    width: 63px;
    height: 63px;
    margin: 3px;
}

#b1 {
    background-color: rgba(166,170,177,1);
    
}

#b2 {
    background-color:  rgba(164,151,162,1);
    
}

#b3 {
    background-color:  rgba(183,173,162,1);   
    
}

#b4 {
    background-color:  rgba(177,146,128,1);
    
}

#b5 {
    background-color:  rgba(193,177,174,1);
    
}

#b6 {
    background-color:  rgba(147,118,122,1);
    
}

#b7 {
    background-color:  rgba(179,175,164,1);
    
}

#b8 {
    background-color:  rgba(188,183,183,1);
    
}

#b9 {
    background-color:  rgba(189,179,175,1);
    
}

#b10    {
    background-color:  rgba(127,136,123,1);
    
}

#b11    {
    background-color:  rgba(193,185,185,1);
    
}

#b12    {
    background-color:  rgba(228,219,214,1);
    
}

#b13    {
    background-color:  rgba(210,207,209,1);
    
}

#b14    {
    background-color:  rgba(158,138,141,1);
    
}

#b15    {
    background-color:  rgba(183,179,177,1);
    
}

#b16    {
    background-color:  rgba(186,180,176,1);
    
}

#b17    {
    background-color:  rgba(220,202,207,1);
    
}

#b18    {
    background-color:  rgba(188,176,181,1);
    
}

#b19    {
    background-color:  rgba(167,185,196,1);
    
}

#b20    {
    background-color:  rgba(221,218,215,1);
    
}

#b21    {
    background-color:  rgba(180,172,157,1);
    
}

#b22    {
    background-color:  rgba(211,199,195,1);
    
}

#b23    {
    background-color:  rgba(221,214,208,1);
    
}

#b24    {
    background-color:  rgba(228,222,220,1);
    
}

#b25    {
    background-color: rgba(255,255,255,1);
    
}

#p1 {
    text-align: center;
    font-size: 3em;
    font-weight: bolder;
    position: absolute;
    top:89%;
    left: 33%;
    padding: 0%;
    margin: 0%;
}

#p2 {
    visibility: hidden;
}

#kkm    {
    height: 60px;
    width: auto;
    position: absolute;
    top: 140px;
    left: 41%;
}

#kvh    {  
    height: 63px;
    width: auto;
}

#inner4 {
    position: absolute;
    top: 3%;
    visibility: hidden;
}

#in {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#bak    {
    font-size: 6em;
    text-align: center;
    height: 140px;
    width: 140px;
    background-color: rgba(255,255,255,0);
}

#fwd    {
    font-size: 6em;
    text-align: center;
    height: 140px;
    width: 140px;
    background-color: rgba(255,255,255,0);
}

#panel  {
    height: 120px;
    width: auto;
}

@media all and (min-width:851px) and (max-width:1250px)  {
    #panel  {
        height: 200px;
    }    

    #in {
        flex-direction: row;
        
    }

    #inner4 {
        top: 90px;
    }

    .bees   {
        width: 65px;
        height: 65px;
        margin: 3px;
    }

    #cont   {
        top: 90px;
    }

    #p1 {
        font-size: 4em;
        top: 350px;
        left: 93px;
        padding: 0%;
        margin: 0%;
    }

    #inner1 {
        width: 700px;
        font-size: 3em;
        color: rgba(0,0,0,.25);
        text-align: center;
    }

    #kkm    {
        height: 66px;
        top: 145px;
        left: 145px;
    }

    #kvh    {  
        height: 66px;
    }

    #p3 {
        padding-top: 0px;
        margin: 3%;
    }

    #logo   {
        top: 300px;
        
    }
    
    #p4 {
        font-size: 12em;
        top: -260px;
    }

    #bak    {
        padding-top: 25px;
    }

    #fwd    {
        padding-top: 25px;
    }
}

@media all and (min-width:1251px) and (max-width:1850px)  {
    #panel  {
        height: 300px;
    }    

    #in {
        flex-direction: row;
    }

    #bak    {
        font-size: 12em;
        height: 200px;
        width: 200px;
        padding-bottom: 33px;
    }
    
    #fwd    {
        font-size: 12em;
        height: 200px;
        width: 200px;
        padding-bottom: 33px;
    }

    #inner4 {
        top: 25%;
    }

    .bees   {
        width: 65px;
        height: 65px;
        margin: 3px;
    }

    #cont   {
        /*padding-left: 75px;*/
        top: 160px;
    }

    #p1 {
        font-size: 4em;
        top: 87%;
        left: 27%;
        padding: 0%;
        margin: 0%;
    }

    #inner1 {
        font-size: 3em;
        color: rgba(0,0,0,.25);
        text-align: center;
    }

    #kkm    {
        height: 66px;
        top: 145px;
        left: 145px;
    }

    #kvh    {  
        height: 66px;
    }

    #p3 {
        padding-top: 0px;
    }

    #logo   {
        /*top: -750px;*/
        top: 560px;
        max-height: 432px;
    }

    #p4 {
        font-size: 20em;
        top: -440px;
    }
    
    #in {
        align-items: center;
    }
    
}

@media all and (min-width:1851px) and (max-width:19000px)  {
    #logo   {
        height: 36px;
        
        max-height: 612px;
        
    }

    .bees   {
        width: 90px;
        height: 90px;
        margin: 5px;
    }

    #inner1 {
        font-size: 4em;
    }

    #cont   {
        padding-left: 0px;
        top: 13.3%;
        margin-left: 20px;  
    }

    #p1 {
        font-size: 4em;
        top: 94.5%;
        left: 33%;
        padding: 0%;
        margin: 0%;
    }
    
    #p2 {
        top: 115%;
        left: 35.5%;
        padding: 0%;
        margin: 0%;
    }

    #bak    {
        font-size: 19em;
        height: 400px;
        width: 400px;
    }
    
    #fwd    {
        font-size: 19em;
        height: 400px;
        width: 400px;
    }


    #inner4 {
        top: 30%;
    }

    #kkm    {
        height: 90px;
        top: 39.5%;
        left: 41%;
    }

    #kvh    {  
        height: 90px;
    }

    #panel  {
        height: 400px;
    }
    
    #in {
        flex-direction: row;
    }

    #p3 {
        padding-top: 0px;
    }

    #p4 {
        top: -100px;
    }

    #logo   {
        top: 600px;
}

#p4 {
    top: -520px;
    font-size: 20em;
}

#logo   {
    top: 610px;
    max-height: 612px;
}
}