footer{
    background-color: #B20E28;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    color: #ffffff;
    text-align: center;
}

footer .flex{
    display: flex;
    text-align: center;
    margin-bottom: -10px;
}

footer .copyright{
    margin: 5px auto;
    height: auto;
    display: flex;
    align-items: center;
}

footer .footer-logo .logo-img{
    height: 80%;
}

footer .footer-logo{
    height: 70px;
    overflow: hidden;
    display: flex;
    align-items: center;
    float: left;
}

footer .title{
    float: left;
    margin-left: 10px;
    font-weight: 400;
}

footer .title .tota{
    color: #ffffff;
}

footer .title .un{
    color: #db91a1;
}

footer label{
    margin-bottom: 0;
}

section p{
    margin: auto;
    font-size: 20px;
    color: #ffffff;
}

section h1{
    font-size: 2em;
}

section .divider{
    width: 70%;
    height: 1px;
    margin-bottom: 50px;
    background-color: #f47a21;
    border: none;
}

section.climb{
    width: 100%;
    height: auto;
    min-height: 450px;
    background: url(../img/boots.jpg) no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    color: #ffffff;
    padding-bottom: 55px;
    padding-top: 55px;
    padding-left: 20%;
    padding-right: 20%;
}

section.climb p{
    width: 80%;
    font-weight: normal;
}

.form-link{
    text-decoration: none;
    color: #ffffff;
    display: block;
    text-align: center;
    margin-top: 100px;
}

.form-link .btn-link{
    text-decoration: none;
    min-height: 50px;
    height: auto;
    width: 200px;
    padding: 10px;
    border-radius: 8px;
    background-color: #f47a21;
    color: #ffffff;
    display: block;
    display: flex;
    align-items: center;
    margin: auto;
    font-weight: bold;
}

.form-link .btn-link span{
    margin: auto;
}

section.stories{
    width: 100%;
    height: auto;
    min-height: 450px;
    padding-bottom: 35px;
    padding-top: 35px;
    padding-left: 20%;
    padding-right: 20%;
    text-align: center;
}

section.stories .history{
    display: flex;
    align-items: center;
    min-height: 200px;
    width: 100%;
    margin-bottom: 50px;
    padding-left: 7.5%;
    padding-right: 7.5%;
}

section.stories .history .photo{
    width: 30%;
    display: block;
}

section.stories .history .photo-h{
    display: none;
}

section.stories .history .photo img{
    width: 100%;
}

section.stories .history .description{
    width: 70%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: left
}

section.stories .history .description p{
    color: #000000;
    font-size: 20px;
    font-weight: normal;
}

@media all and (max-width: 1200px){

    section.stories, section.climb{
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media all and (max-width: 767px){

    section p{
        font-size: 18px;
    }

    section.stories .divider{
        width: 46%;
    }

    section.stories .history{
        display: block;
        text-align: center;
    }

    section.stories .history .description{
        width: 85%;
        padding: 0;
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
    }

    section.stories .history .photo{
        width: 85%;
        max-height: 550px;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }

    section.stories .history .photo-h{
        display: block;
    }

    section.stories .history .photo-v{
        display: none;
    }

    section.stories .history .description .form-link{
        margin-top: 50px;
    }

    section.stories .divider{
        width: 70%;
    }
    
    body{
        padding-bottom: 120px;
    }
    
    footer{
        height: 120px;
    }
}
