html{
    overflow-x: hidden;
}

main{
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-image: url(/Imagenes/popayán.jpg);
}



/* ==============================================================
   FOOTER
   ============================================================== */
   footer {
    height: min-content;
    position: relative;
}

.dark-bg {
    background: #252a33;
}

.copyright {
    text-align: center;
}

.copyright p {
    font-size: 18px;
    font-weight: 400;
    color: #ccc;
    margin: 0;
}

.copyright ul {
    margin: 25px 0 0;
    padding: 0;
}

.copyright ul li {
    list-style: none;
    display: inline-block;
}

.copyright ul li a {
    color: #ccc;
    font-size: 22px;
    padding: 0 10px;
    opacity: 0.6;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.copyright ul li a:hover {
    opacity: 1;
    text-decoration: none;
}

/* ==============================================================
   FOOTER
   ============================================================== */