
#the-mighty-footer{
    width: 100%;
    background-image: url(images/footer-bg.jpg);
    background-attachment: fixed;
}
.footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: rgba(85,69,69,.85);
    width: 1440px;
    max-width: 100%;
    padding-bottom: 50px;
}
#footer-partners{
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    border-top: 3px solid rgba(81, 122, 62,0);
    margin-top: 0px;
    background: #fff;
}
#footer-partners p{
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
    font-size: 26px;
    color: gray;
    font-weight: bold;
    letter-spacing: 1px;
}
.partner-picture-logo{
    margin: 20px;
}
#social-media{
    width: 100%;
    max-width: 100%;
    height: 300px;
    border-top: 3px solid rgb(81, 122, 62);
    margin-top: 50px;  
}
#partnership-pics{
    width: 100%;
    max-width: 100%;
    margin: auto;
    text-align: center;
}
#partnership-pics *{
    display: inline-block;
    filter: grayscale(1);
    transition: .5s;
    margin-top: 30px;
}
#partnership-pics:hover *{
    filter: grayscale(0);
}
#partner-picture{
    display: block;
    margin: auto;
}
#partner-logos{
    width: 100px;
    height: 100px;
    border: 1px solid #554545;
}
#partner-logos img{
    width: 85px;
    height: 85px;
    border: 1px solid #554545;
}
.footer h2{
    color: #FFA500;
    font-family: sans-serif;
    font-size: 40px;
}
.abtus{
    margin-right:20%;
}
.destinations{
    margin-right: 20%;
}
@media (max-width:1420px){
    .abtus{
        margin-right:10%;
    }
    .destinations{
        margin-right: 10%;
    }}
    @media (max-width:923px){
        .abtus{
            margin-right:7%;
        }
        .destinations{
            margin-right: 7%;
        }}
@media(max-width:788px){
    .footer{
        flex-direction: column;
        text-align: center;
    }
    .social-flex{
        justify-content: center;
    }
    .abtus{
        margin: 0 auto 20px;
    }
    .destinations{
        margin: 0 auto 20px;
    }
}
.social-flex{
    display: flex;
    flex-direction: row;
}
.social2 li{
    list-style: none;
}

.footer li a{
    font-family: 'Do Hyeon', sans-serif;
    list-style: none;
    line-height: 30px;
    color: #fff;
    font-size: 23px;
    text-decoration: none;
}
.footer li a:hover{
    cursor: pointer;
    color: #aaa;
}
.footer li{
    font-family: 'Do Hyeon', sans-serif;
    list-style: none;
    line-height: 30px;
    color: #fff;
    font-size: 23px;
}
.footer li:hover{
    cursor: pointer;
    color: #aaa;

}
/*LOWER FOOTER*/
#lower-footer{
    display: flex;
    flex-direction: row;
}
.subscribe-here{
    display: flex;
    flex-direction: row;
}
#subscribe-button{
    width:200px;
    max-width: 100%;
    background: #68a951;
    padding: 5px;
    border: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    font-weight: bolder;
    border-radius: 5px;

}

#web-credits{
    min-height: 100px;
    background: rgba(85,69,69,.85);
    position: relative;
}
#web-credits p{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    transition: .5s;
    line-height: 30px;
}
#web-credits p a{
    color:#fff;
    font-size: 18px;
    text-decoration: none;
    border: 0.25px solid #fff;
    border-radius: 3px;
    padding: 5px 7px;
    transition: .5s;
}
#web-credits p a:hover{
    background: rgb(54, 79, 107);
    border: none;
    padding: 5px 10px;
}
#partnership-pics .bookatrekking{
    cursor: pointer;
}