﻿.border10pxWhite {
    border: 10px solid white;
}

/*from HannibalsAlbums ---------------------*/
a {
    color: white;
}

    a:hover {
        color: black;
        border-radius: 5px;
    }


li.myLir {
    background-color: white;
    font-size: medium;
    font-weight: bold;
    border: 1px solid black;
    border-radius: 5px;
}

    li.myLir:hover {
        font-size: x-large;
        font-weight: bold;
        border: 4px solid black;
    }
/*__________________________________________________________*/


/* from HannibalsAlbums -------------------------------------*/
a {
    color: white;
}

    a:hover {
        color: black;
        border-radius: 5px;
    }


li.myLir {
    background-color: white;
    font-size: medium;
    font-weight: bold;
    border: 1px solid black;
    border-radius: 5px;
}

    li.myLir:hover {
        font-size: x-large;
        font-weight: bold;
        border: 4px solid black;
    }
/*-------------------------------------------------------------*/

/* from CigarBoxes */
div.JanisOnTop {
    display: none;
}

div.JanisInMiddle {
    display: block;
}

@@media only screen and (max-width: 768px) {
    div.JanisOnTop {
        display: block;
    }

    div.JanisInMiddle {
        display: none;
    }
}

.border10pxWhite {
    border: 10px solid white;
}

.imgSmall {
    width: 180px;
    height: 70px;
    object-fit: cover;
}

.imgBig {
    position: absolute;
    width: 0px;
    z-index: 100;
}

.imgSmall:hover + .imgBig {
    width: 400px;
}

.imgFit {
    width: 180px;
    height: 70px;
    object-fit: cover;
}

.imgFitFit {
    object-fit: cover;
}

.imgPadding2 {
    padding: 2px;
}

.imgPadding10 {
    padding: 10px;
}

.modal600 {
    height: 600px;
    width: 600px;
    margin-top: 10px;
}

.myDropDown {
    color: white;
    background-color: black;
}

.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: black !important;
    color: white;
}


.dropdown {
    background-color: black;
    color: fuchsia;
}

/*.dropdown:hover .dropdown-menu {
      background-color: black;
      color: white;
    }*/

.dropdown-menu {
    background-color: black;
    color: white;
}

    .dropdown-menu:hover {
        background-color: black;
        color: black;
    }

.dropdown-toggle {
    background-color: black;
    color: black;
}

    .dropdown-toggle:hover {
        background-color: black;
        color: fuchsia;
    }

.myDropdown:hover > .dropdown-menu {
    display: block;
}
/*-------------------------------------------------------------*/
.marginTop20 {
    margin-top: 20px;
}
.marginTop40 {
    margin-top: 40px;
}
.imgSmall {
    width: 180px;
    height: 70px;
    object-fit: cover;
}

.imgBig {
    position: absolute;
    width: 0px;
    z-index: 100;
}

.imgSmall:hover + .imgBig {
    width: 400px;
}

.imgFit {
    width: 180px;
    height: 70px;
    object-fit: cover;
}

.imgFitFit {
    object-fit: cover;
}

.imgPadding2 {
    padding: 2px;
}

.imgPadding10 {
    padding: 10px;
}

.modal600 {
    height: 600px;
    width: 600px;
    margin-top: 10px;
}

.myDropDown {
    color: white;
    background-color: black;
}

.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: black !important;
    color: white;
}


.dropdown {
    background-color: black;
    color: fuchsia;
}

/*.dropdown:hover .dropdown-menu {
      background-color: black;
      color: white;
    }*/

.dropdown-menu {
    background-color: black;
    color: white;
}

    .dropdown-menu:hover {
        background-color: black;
        color: black;
    }

.dropdown-toggle {
    background-color: black;
    color: black;
}

    .dropdown-toggle:hover {
        background-color: black;
        color: fuchsia;
    }

.myDropdown:hover > .dropdown-menu {
    display: block;
}

/* from ClubPics ------------------------*/
.border10pxWhite {
    border: 10px solid white;
}

.imgSmall {
    width: 180px;
    height: 70px;
    object-fit: cover;
}

.imgBig {
    position: absolute;
    width: 0px;
    z-index: 100;
}

.imgSmall:hover + .imgBig {
    width: 400px;
}

.imgFit {
    width: 180px;
    height: 70px;
    object-fit: cover;
}

.imgFitFit {
    object-fit: cover;
}

.imgPadding2 {
    padding: 2px;
}

.imgPadding10 {
    padding: 10px;
}

.modal600 {
    height: 600px;
    width: 600px;
    margin-top: 10px;
}

/*-----------------------------------------------------------*/

