ul,
ol {
    /*margin: 0;padding: 0;*/
    list-style: none;
}

li {
    background: #37BC9B;
    color: #fff;
    /*counter-increment: myCounter;*/
    margin: 0 0 1px 0;
    padding: 3px;
    position: relative;
    top: 1em;
    border-radius: 0em 2px 1em 1em;
    padding-left: 2em;
    font-size: 1.2em;
    font-family: Constantia;
}

li:before {
    /* content: counter(myCounter, decimal-leading-zero);*/
    display: inline-block;
    text-align: center;
    font-size: 3em;
    line-height: 1.0em;
    background-color: #48CFAD;
    padding: 3px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: -40px;
    border-radius: 50%;
    font-family: exo;
    color: #fff;
}


li:nth-child(even) {
    background-color: #434A54;
}

.icon {
    background: url(../images/seazl.ico) ;
    display: block;
    object-fit: cover;
    width: 32px;
    height: 32px;
    /* Other styles here <span class='icon'></span></a> */
}

#map {
    background: url(../images/seazlawlocation.png);
    background-size: cover;
    display: block;
    object-fit: cover;


    /* Other styles here <span class='icon'></span></a> */
}

body {
    background-color: #004242;
}

a {
    color: white;
}

.contact {
    color: black;
}
  