ul{
    margin: 0;
    padding: 0;
}

ul li{
    list-style: none;
    padding:0;
    margin:0;
}

.light-white-text{
    color: #eee;
}

.light-text{
    color: #ddd;
}

.img-bkgnd{
    width: 100%;
    height: 0;
    padding-bottom: 67%;
    position: relative;
}

.img-bkgnd >div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.fit-img{
    width:100%;
    height:100%;
    object-fit: cover;
}

.font-size-20{
    font-size:20px;
}


.font-size-18{
    font-size:18px;
}

.font-size-16{
    font-size:16px;
}


.font-size-14{
    font-size:14px;
}

.color-666{
    color:#666;
}

.color-999{
    color:#999;
}


