/*
Theme Name: Jens M. Photography
Theme URI: https://101picturesque.com
Author: Jens M.
Description: Custom Theme für Hochzeits- & Eventfotografie Alicante
Version: 1.0
*/
body {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    background-color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
footer {
    background-color: #424242;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
footer a {
    color: #D1BBA6;
    text-decoration: none;
}

.tagline {
    max-width: 800px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color: #424242;
}

.tagline p:first-child {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.cta-link {
    color: #D1BBA6;
    text-decoration: none;
    font-weight: bold;
}

.cta-link:hover {
    text-decoration: underline;
}
