@charset "utf-8";
/* CSS Document */
*{
margin: 0;
padding: 0;

}
header {
	height: 0;
}
li{
	list-style-type: none;
}
body{
	background-color: black;
}
p{
	font-size: 20px;
}
 a{
	text-decoration: none;
	display: block;
	text-align:center;
	
}
h2{
	margin: 
 20px 0 5px 0}

#logo img{
	vertical-align: middle;
	width: 40px;
}

nav{
	position: fixed;
	height: 70px;
	width: 100%;
	background-color: #F7EBFF;
	line-height: 50px;
	z-index: 1;
	
}
#nav-content{
	max-width: 1250px;
	margin: 0 auto  0 auto;
	padding: 0px 30px;
	display: flex;
	align-items: center;
	justify-content:  space-between;
}

.btn{
	display: none;
	font-size: 20px;
}
.btn .x{

}
@media(max-width: 868px){
	body.disable-scroll{
		overflow: hidden;
	}
	.btn{
		display: block;
		cursor: pointer;
	}
	.btn.menu{
		width: 8%;
		text-align: center;
		font-size: 30px;
	}
	.btn.menu:hover{
		background-color: #EBFFFF;
	}
	.btn.hide{
		display: none;
	}
	nav ul{
		position: fixed;
		top: 0;
		left: -100%;
		height: 100vh;
		width: 100%;
		max-width: 40%;
		background: #222;
		display: block;
		padding: 40px 0;
		text-align: center;
		transition: all 0.3s ease;
		
		
	}
	nav ul.active{
		left: 0%;
		overflow: auto;
		
		
	}
	nav ul.active li{
		margin-top: 20px;
		margin-right: 0;
		height: 70px;
		font-size: 23px;
		width: 100%;
		float: none;
		display:list-item;
		color: #F7EBFF;
	}
	nav ul li a{
		color: #F7EBFF;
	}
	nav ul li:hover{
		
	background-color: #111;
}
}

nav ul li{
	float: left;
	margin-right: 20px;
	width: 100px;
	color: #140B1A;
}


nav li:hover{
	background-color: #EBFFFF;
}

.home #wrapper{
	max-width: 1250px;
	width: calc(100% - 40px);
	margin: 0 auto 0 auto;
	padding-top: 70px;
	

}
.installations #wrapper{
	padding-top: 70px;
	background-color: #EBFFFF;
	max-width: 1250px;
	margin: 0 auto 0 auto;
}
.art #wrapper{
	padding-top: 70px;
	background-color: #EBFFFF;
	max-width: 1250px;
	margin: 0 auto 0 auto;
}
.art #banner{
	margin: 20px auto 0 auto;
	color: #140B1A;
	height: 40px;
	width: 50%;
	background-color: #E0D3AB;
	text-align: center;
	
}
.contact #banner{
	margin: 0 auto 0 auto;
	color: #140B1A;
	height: fit-content;
	width: fit-content;
	background-color: #E0D3AB;
	text-align: center;
	padding: 5px;
	
}
.contact.thx #banner{
	background-color: #B2ABE0;
}
.art table{
	margin: 20px auto;
	width: 60%;
}
.art figcaption{
	font-size: 20px;
}
.art td{
	text-align: center;
	
}
.art img{
	width: 80%;
	
}
form{
	margin: 20px auto 0;
}
form fieldset{
	text-align: center;
	margin: 20px auto 0;
	border: none;
}
form fieldset label{
	display: block;
	
}
form fieldset input{
	width: 50%;
	height: 30px;
	display: block;
	margin: 0 auto;
}
textarea{
	width: 50%;
}
.contact #wrapper{
	padding-top: 70px;
	background-color: #EBFFFF;
	max-width: 1250px;
	margin: 0 auto 0 auto;
}
.installations #banner{
	color: #140B1A;
	height: 40px;
	width: 33.33%;
	background-color: #E0D3AB;
	text-align: center;

}
#image-slider{
	text-align: center;
	color: #140B1A;
	position: fixed;
	z-index: -1;
	background-color: rgba(247,235,255,0.90);
	max-width: 1250px;
	width: calc(100% - 40px);
	
	
}
#image-slider h2{
	line-height: 50px;
	margin: 0;
	padding: 0;
}
.installations .slider-td{
	padding: 4%;
	width: 60%;
}
.installations .caption-td{
	padding: 20px 40px;
	vertical-align: text-top;
}
table td{
	border-top: dashed 1px rgba(115,90,90,0.5);
}
.blueberry {
	max-width: 1250px;
	width: 100%;
}
.home .pager { 
	background-color: rgba(235,255,255,0.90);
	
}

.home .pager li :hover{
	background-color: #F7EBFF;
}
.spacer{
	
}
#rotating-link {
	display: block;
	
	margin-top: 50px;
}
#main{
	padding: 10px 0 10px 2.13%;
	background-color: #EBFFFF;
	width: 61.70%;
	float: left;
	display: block;
	height: 846px;
}
#aside{
	padding-top: 40px;
	background-color: #EBFFFF;
	float: right;
	display: block;
	width: 36.17%;
	text-align: center;
	height: 826px;
}
.contact #main{
	height: fit-content;
	padding: 10px 20px 40px 20px;
}
.contact #Aside{
	height: fit-content;
	padding-right: 20px;
	padding-bottom: 10px;
}
#aside img{
	width: 70%;
}



footer{
	height: 150px;
	background-color: #EBFFFF;
	clear: both;
	width: 100%;
	
}
#footer-content{
	border-top: dashed rgba(46,46,46,0.2) 1px  ;
	
	margin: 0 auto  0 auto;
	padding: 0px 30px;
	display: flex;
	align-items: center;
	justify-content:  space-around;
	height: inherit;
}
footer li{
	float: left;
	margin-right: 20px;
	width: 100px;
	text-align:center;
	height: 40px;
	vertical-align: middle;
	
	
}
#footer-left{
	line-height: 20px;
}
#social{
	line-height: 40px;
}
footer li:hover{
	background-color: #F7EBFF;
}
#valid{
	color: #E3F0FF;
	float: right;
	height: 40px;
	background-color: #53D084;
	width: 6%;
	text-align: center;
	line-height: 40px;
}
