body{
	font-family: 'Montserrat', sans-serif;
}

a:hover{
	text-decoration: none;
}

.header{
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.company-name{
	margin-top: 20px;
}

.company-image-wrapper{
 text-align: center;
}

.company-description-wrapper{
	padding-bottom: 100px;
	
	text-align:center;
}

.company-description{
	padding: 30px 0px;
}

.company-contact-wrapper{
	
}

.company-contact h2{
	text-transform: uppercase;
	font-size: 1em;
}

footer{
	background-color: #080708;
	padding: 50px 0 50px 0;
	display: flex;
	justify-content: center;
}

.copyright{
	text-transform: uppercase;
	font-size: 1em;
	color: white;
}

h3 .company-name{
	text-align: center;
}


/* GALLERY */

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}


@media(max-width: 768px) {
    body {
        padding: 0;
    }

    .container.gallery-container {
        border-radius: 0;
    }
}