*{
    /*! margin: 0px; */
    /*! padding: 0px; */
    box-sizing: border-box;
}

footer{
    width: 100%;
    background: #13273b;
    color: white;

    overflow: hidden;
}

.container-footer-all{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 40px;
    overflow: hidden;
}

.container-body{
    display: flex;
    justify-content: space-between;
}

.colum1{
    max-width: 400px;
}

.colum1 h1 {
    font-size: 22px;
    padding: 0;
    text-align: left;
}

.colum2 h1 {
    font-size: 22px;
    padding: 0;
    text-align: left;
}

.colum3 h1 {
    font-size: 22px;
    padding: 0;
    text-align: left;
}

.colum1 p{
    font-size: 1.2rem;
    /*! color: #C7C7C7; */
    margin-top: 20px;
    line-height: 1.5rem;
}

.colum2{
    max-width: 400px;

}

.colum2 h1{
    font-size: 22px;
}

.rowz{
    margin-top: 20px;
    display: flex;
}

.rowz img{
    width: 36px;
    height: 36px;
}

img#footer-img {
  display: inline;
  vertical-align: middle;
}

a#footer-links {
  text-decoration: none;
  color: white;
  display: inherit;
}

p#link-text {
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 0;
}

.rowz label{
    margin-top: 10px;
    margin-left: 20px;
}

.colum3{
    max-width: 400px;
}

.colum3 h1{
    font-size: 22px;
}

.rowz2{
    margin-top: 20px;
    display: flex;
}

.rowz2 img{
    width: 36px;
    height: 36px;
}

.rowz2 label{
    margin-top: 10px;
    margin-left: 20px;
    /*! max-width: 140px; */
}

.container-footer{
    width: 100%;
    background: #101010;
    /*! overflow: hidden; */
}

.footer{
    max-width: 1200px;
    margin: auto;
    /*! display: flex; */
    /*! justify-content: space-between; */
    padding: 20px;
    text-align: center;
    padding-left: 40px;
    line-height: 1.5;
}

.copyright{
    color: #BAA57B;
}

.copyright a{
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.information a{
    text-decoration: none;
    color: #C7C7C7;
}


@media screen and (max-width: 1100px){

    .container-body{
        flex-wrap: wrap;
    }

    .colum1{
        max-width: 100%;
    }

    .colum2,
    .colum3{
        margin-top: 40px;
    }
}
