@charset "UTF-8";
/* footer menu */

footer {
    margin-top: auto;
    text-align: center;
    font-size: small;
    /*background: #284062;*/
    background: #292929;
    height: auto;
    vertical-align: middle;
    color: #cccccc;
    padding-top: 0.6%;
}

footer ul
{
    display: block;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    
}

footer ul li
{
    list-style: none;
    border-bottom: 1px dotted;
    padding: 5px 0px;
    text-align: left;
    
}

footer ul li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
    padding-right: 10px;
    color:#F6E46A;
}

footer ul li a
{
    color: #ccc;
    text-decoration: none;
    font-size: 120%;
    
}

footer ul li a:hover
{
    color: #F6E46A;
    text-decoration: none;
}

.fontawesome
{
    font-size: 200%;
    color: #F6E46A;
}


@media only screen and (min-width: 544px) {
    
footer ul
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

footer ul li
{
    list-style: none;
    border-bottom: 1px dotted;
    padding: 5px 0px;
    text-align: left;
    flex: 0 1 48%;
    margin-right: 5px;
}
    
}

@media only screen and (min-width: 768px) {
    
footer ul li
{
    list-style: none;
    border-bottom: 1px dotted;
    padding: 5px 0px;
    text-align: left;
    flex: 0 1 24%;
    margin-right: 5px;
}
    
footer ul li a
{
    color: #ccc;
    text-decoration: none;
    font-size: 85%;
    
}

footer ul li a:hover
{
    color: #F6E46A;
    text-decoration: none;
}
    
}

@media only screen and (min-width: 992px) {
    
footer ul li
{
    list-style: none;
    border-bottom: 1px dotted;
    padding: 5px 0px;
    text-align: left;
    flex: 0 1 19%;
    margin-right: 5px;
}

}

@media only screen and (min-width: 1200px) {
    

    
}