.header .logo {
    padding: 0;
}

.copy p:last-child {
    float: left;
}

nav.tabs li a {
    font-size: 16px;
    padding: 0 9px;
}

.footer .row {
    display: flex;
    justify-content: center;
}

aside.sidebarFix .one-fourth {

    margin: 0 auto;
    float: none;
}

.intro a {
    color: #fff;
    text-decoration: underline;
}

.intro a:hover, .intro a:active {
    color: #fff;
    text-decoration: underline;
}

#tab11 img {
    width: 100%;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.owl-carousel button.owl-dot {
    background-color: #253238;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 0 4px;
}

.owl-carousel button.owl-dot.active {
    background-color: #c4a880;
}

.results figure img, .gallery figure img {
	width: 100%;
}

.gallery figure:hover figcaption span {
	top: 45%;
}

.clearfix {
	clear: both;
}

.results figcaption {
	position: static;
	opacity: 1;
}

.results figcaption:before {
	top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.results figure img {
	height: auto;
}

@media screen and (max-width: 670px) {
    .footer .row {
        flex-direction: column;
    }
}

@media screen and (min-width: 840px) {
    .results {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	
	.results figure img {
		height: 300px;
	}
}

@media screen and (min-width: 996px) {
	.logo img {
		width: 200px;
	}
	
	.results figure img {
		height: 350px;
	}
}

@media screen and (max-width: 1040px) {
	.gallery figure img {
		height: 245px;
	}
}

@media screen and (min-width: 1200px) {
	.logo img {
		width: auto;
	}
}

@media screen and (max-width: 1400px) {
	.gallery figure img {
		height: 300px;
	}
}

@media screen and (min-width: 1401px) {
	.results {
		display: flex;
		justify-content: space-around;
	}
	
	.results figure {
		width: 30%;
		margin: 50px auto;
	}
	
	.results figure img {
		height: 400px;
	}
	
	.gallery figure img {
		height: 360px;
	}
}
