﻿.bottomBar {
    /*margin-left: 18.0%;*/
    /*height: 80px;*/
    /*background-color: #555555;*/
    padding: 10px;
    /*box-shadow: 0px 1px 10px black;*/
    bottom: 0;
}

.bottomUl {
    color: white;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
}

.bottomUl li span {
    /*font-family: 'Montserrat-Regular';*/
    margin: 12px;
}

.buttonUl li {
    height: 100px;
    width: 100px;
    border: 1px solid red;
    display: inline-block;
}

.bottomUl span:hover {
    cursor: pointer;
    color: #4BA3D9;
    /*text-shadow: 1.5px 1.5px black;*/
}
