/* -- Footer-- */
footer {
    background-image: url("../../img/bottom.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    flex: auto;
    background-color: #092733;
    color: #fff;
}

footer a {
    text-decoration: none;
    color: #fff;
}

footer a:hover {
    color: #FAAA1E;
	transition: .2s;
}

.foo-cont {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-content: flex-start;
    align-items: flex-start;
    width: 75%;
    height: auto;
    margin: 0 auto;
    padding-top: 40px;
}

.col {
    max-width: 400px;
    height: auto;
    width: 100%;
    padding-bottom: 40px;
    font-size: 1em;
}

.center {
    text-align: center;
}

.left {
    text-align: right;
}

.right {
    text-align: left;
}

.left li, .center li, .right li {
    list-style-type: none;
}

.bottom {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-size: 10px;
}

