#myFooter {
    background-color: #583728;
    color: white;
}

#myFooter .row {
	margin-bottom: 10px;
}

#myFooter .info{
    text-align: justify; 
    color: #ffffff;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter p {
    font-size: 12px;
}

#myFooter .logo{
    margin-top: 10px;
}

#myFooter .second-bar .logo a{
    color:white;
    font-size: 28px;
    float: left;
    font-weight: bold;
    line-height: 68px;
    margin: 0;
    padding: 0;
}

#myFooter a {
    color: #ffffff;
    text-decoration: underline;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}

#myFooter .second-bar {
    text-align: center;
    background-color: #715c4a;
    text-align: center;
}

#myFooter .second-bar a {
    color: #ffffff;
    transition: 0.2s;
}

#myFooter .second-bar a:hover {
    text-decoration: none;
}

#myFooter .social-icons {
    float:right;
}


#myFooter .facebook:hover {
    color: #ffffff;
}

#myFooter .google:hover {
    color: #ffffff;
}

#myFooter .twitter:hover {
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }

    #myFooter .info{
        text-align: center;
    }
}


