body{
    font-family: 'Montserrat', sans-serif;
    min-height: 100vh;
    position: relative;
}

.container-nav{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.btn-blue{
    padding: 1.25rem 2.813rem;
    font-size: 0.75rem;
    background-color: #00A1ED;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: background-color 0.3s ease-in-out; 
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active{
    text-decoration: none;
    color: #fff;
    background-color: #1a1818;
}

h2{
    margin-top: 4.875rem;
    margin-bottom: 1.563rem;
    max-width: 550px;

    font-size: 4.375rem;
    font-weight: 400;
}

h2 strong{
    font-weight: 500;
}

p{
    margin-bottom: 0.25rem;
}

p.highligh{
    font-weight: 500;
}

p .link-dark{
    text-decoration: underline;
}
.link-dark{
    color: inherit;
    transition: color 0.3s ease-in-out; 
}

.link-dark:hover{
    color: #00A1ED;
}

.deco-building{
    position: absolute;
    background-image: url('../images/deco-building.png');
    background-size: cover;
    right: 0;
    bottom: 0;
    top: 20%;
    left: 60%;
}

.deco-border{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background-color: #00A1ED;
    z-index: 100;
}

.section-stores{
    margin-top: 3.125rem;
}   

.section-stores h3{
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 0.75rem;
    position: relative;
    color: #00A1ED;
    margin-bottom: 1.875rem;
}

.section-stores h3:before{
    content: '';
    position: absolute;
    background-color: #00A1ED;
}
@media (min-width: 992px){
    .section-stores h3:before{
        left: 0;
        bottom: 2px;
        top: 2px;
        width: 3px;
    }
}

.contact-list li{
    margin-bottom: 0.2rem;
}
.contact-list li img{
    margin-right: 0.75rem;
}

.contact-list li a{
    font-size: 0.875rem;
}

@media (max-width: 1440px){
    h2{
        font-size: 4rem;
        margin-top: 1rem;
        max-width: 500px;
    }
    .container-nav{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media (max-width: 1280px){
    h2{
        margin-top: 2rem;
    }
}

@media (max-width: 1200px){   
    .container{
        padding-left: 2rem;
        padding-right: 2rem;
        max-width: none !important;
    }
    .deco-building{
        top: 14%;
        left: 63%;
    }
}

@media (max-width: 991px){
    body{
        padding-bottom: 4.25rem;
        text-align: center;
    }

    .deco-building{
        display: none;
    }

    .container{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .container-nav{
        padding-bottom: 0;
    }

    .container-nav nav{
        justify-content: center;
    }
    
    h2{
        max-width: 350px;
        text-align: center;
        font-size: 3rem;
        margin: 0 auto;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    p{
        text-align: center;
    }

    .contact-list li{
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-bottom: 1.2rem;
    }

    .contact-list li img{
        margin-right: 0;
        margin-bottom: 0.4rem;
    }

    .section-stores{
        margin-top: 0;
    }   
    
    .section-stores h3{
        margin-top: 4.688rem;
        text-align: center;
    }

    .section-stores h3:before{
        width: 20px;
        height: 4px;
        top: -24px;
        left: 50%;
        margin-left: -10px;
    }
    
    .deco-mobile-image{
        margin-top: 2.24rem;
    }
}

@media (max-width: 450px){
    h2{
        font-size: 2.625rem;
        max-width: none;
        text-align: center;
        padding: 0 2rem;
    }

    p{
        padding: 0 1rem;
    }

    .section-stores{
        padding-left: 1rem;
        padding-right: 1rem;
    }

}