/*!
 * Start Bootstrap - Full (https://startbootstrap.com/template-overviews/full)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full/blob/master/LICENSE)
 */

body {
  background: url('http://placehold.it/1920x1080') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@font-face {
	font-family: 'Athelas Regular';
	src: url('webfonts/Athelas-Regular.ttf') format('truetype');
}
body {
	margin: 0;
	background: #161B1D;
}


.logo {
	float: left;
	
}
nav {
	float: right;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}
nav li {
	display: inline-block;
	margin-left:10px;
	padding-top: 30px;
	padding-right: 10px;
	position: relative;
}
nav a {
	color:#8A8C8F;
	text-decoration: none;
	text-transform: uppercase;
	
}
nav a:hover {
	color:#458A20;
	
}
nav a::before {
	content: '';
	display: block;
	height: 4px;
	
	background-color:#458A20;
	position: absolute;
	top: 0;
	width: 0%;
	transition: all ease-in-out 250ms;
	
}
nav a:hover::before {
	width: 100%;
}

.container{
	margin: 0px auto; display: block;
	}
	
body,td,th {
	font-family: "Athelas Regular";
	color: #BB8C47;
}
body {
	background-color: #161B1D;
	padding-left: auto;
	padding-top: auto;
	padding-right: auto;
	padding-bottom: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
a:link {
	color: #BB8C47;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.closeup {
	margin: 0px auto; display: block;
}
body{
	font-family: "Athelas Regular";
}
h2{
	text-align: center;
font-style: bold;
	color:#BB8C47;
	margin: 30px 0 10px;
	padding-top: 35px;
	font-size: 30px;

}
h3{
text-align: center;
	color:#BB8C47;
	margin: 30px;
	padding-top: 75px;
	font-size: 20px;
	padding-left: 35px;
	padding-right: 35px;
	
}
.gallery{
	margin: 10px 50px;
}
.gallery img{
	width: 230px;
	padding: 5px;
	transition: 1s;
}
.gallery img:hover{
	transform: scale(1.1);
}.btn-tan {
}
.couture {
		background-color: transparent;
		border: none;
		color:#BB8C47;
		padding: 15px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 20px;
}
.couture{
	border-radius: 5px;
}
.couture:hover{
	background-color: transparent;
		color:#458A20;
}
.gasmask {
		background-color: transparent;
		border: none;
		color:#BB8C47;
		padding: 15px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 20px;
}
.gasmask{
	border-radius: 5px;
}
.gasmask:hover{
	background-color: transparent;
		color:#458A20;
}
.paintings {
		background-color: transparent;
		border: none;
		color:#BB8C47;
		padding: 15px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 20px;
}
.paintings{
	border-radius: 5px;
}
.paintings:hover{
	background-color: transparent;
		color:#458A20;
}
.top-left{
	position: relative;
	top: 130px;
	left: 100px;
}


h5{
	text-align:center;
	text-decoration: bold;
	font-size: 30px;
	color:#BB8C47;
	padding-left: 700px;
	padding-top: 40px;
	}
.top-right{
	position: absolute;
	top: 300px;
	right: 250px;
}
h6 {
	text-align: center;
font-style: bold;
	color:#BB8C47;
	margin: 30px 0 10px;
	padding-top: 60px;
	font-size: 30px;
	
}
.art {
	padding-left: auto;
	padding-right: auto;
	padding-bottom: 175px;
}

.main.img-fluid {
	padding-left: auto;
	padding-right: auto;
}
h7{
		color:#BB8C47;
	margin: 30px;
	padding-top: 75px;
	font-size: 20px;
	padding-left: 35px;
	padding-right: 35px;
}
h8{
	position: relative;
	text-align: right;
	font-size: 20px;
	padding-top: 0px;
	padding-left: 500px;
	padding-bottom: 200px;
}

.benelephant {
	padding-left: 30px;
	padding-top: 100px;
}
.abouttext{
	position: absolute;
	bottom: 175px;
	font-size: 100%;
	color: #BB8C47;
	padding: 0 20px;
	width: 40%;
	line-height: 150%;
}
.contacttext {
	position: absolute;
	top: 40%;
	bottom: 150px;
	font-size: 100%;
	color: #BB8C47;
	padding: 0 20px;
	padding-left: 350px;
	width: 75%;
	line-height: 150%;

}