@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;700&display=swap');
.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 0;
}

.gallery-container h1 {
font-family: "Century Gothic";
font-size: 35px;
font-weight: 500;
color: #000;
line-height: 1.2em;
margin-bottom: 20px;
}

.gallery-container p {
font-family: 'Roboto', sans-serif;
font-size: 14px!important;
font-weight: 400;
letter-spacing: 0;
color: #000;
line-height: 1.2em;
margin-bottom: 10px;
text-transform: uppercase;
}

.tz-gallery {
    padding:0 10px 40px 10px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.baguetteBox-button {
    background-color: transparent !important;
}
@media (min-width:320px) and (max-width:479px) {
.gallery-container h1 {
font-size: 28px;
line-height: 1em;
}
.gallery-container p {
font-family: 'Roboto', sans-serif;
font-size: 13px !important;
font-weight: 400;
letter-spacing: 0;
color: #000;
line-height: 1.2em;
margin-bottom: 10px;
margin-top:20px;
text-transform: uppercase;
}
}

@media (min-width:480px) and (max-width:639px) {
.gallery-container h1 {
font-size: 30px;
line-height: 1em;
}
.gallery-container p {
font-family: 'Roboto', sans-serif;
font-size: 14px !important;
font-weight: 400;
letter-spacing: 0;
color: #000;
line-height: 1.2em;
margin-bottom: 10px;
margin-top:20px;
text-transform: uppercase;
}
}
@media (min-width:640px) and (max-width:767px) {
.gallery-container h1 {
font-size: 30px;
line-height: 1em;
}
.gallery-container p {
font-family: 'Roboto', sans-serif;
font-size: 14px !important;
font-weight: 400;
letter-spacing: 0;
color: #000;
line-height: 1.2em;
margin-bottom: 10px;
margin-top:40px!important;
text-transform: uppercase;
}
}
@media (min-width:768px) and (max-width:899px) {
.gallery-container h1 {
font-size: 30px;
line-height: 1em;
}
.gallery-container p {
font-family: 'Roboto', sans-serif;
font-size: 14px !important;
font-weight: 400;
letter-spacing: 0;
color: #000;
line-height: 1.2em;
margin-bottom: 10px;
margin-top:40px!important;
text-transform: uppercase;
}
}