/* Categories
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.categories {
    background-image: url('../images/bg.jpg');
    background-size: cover;
    color: #fff;
  }

.header {
    text-align: center;
}

#map {
    height: 300px;
    width: 90%;
        max-width: 100%;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #D1D1D1;    
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.logoLandscape {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.logoPortrait {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

.cider tr:nth-child(even) {
    background-color: rgb(238, 247, 227)
}

/*
.cider th {
    background-color: rgb(139, 195, 74)
}
*/

.perry tr:nth-child(even) {
    background-color: rgb(238, 255, 227)
}

/*
.perry th {
    background-color: rgb(21, 117, 21)
}
*/