/*Scripts and Imports*/
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&family=Michroma&family=Open+Sans+Condensed:wght@300;700&display=swap');

/*Animations*/

/*Common foundation*/
* {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans Condensed', sans-serif;
}

/*Shared settings*/
html, body {
	overflow: hidden;
	height: 100%;
	width: 100%;
}

main {
	background-color: #B96849;
	background-image: url(../images/wood1.jpg);
	background-position: center;
	background-size: cover;
}

header {
	background-color: #242021;
	color: white;
	z-index: 4;
	position: fixed;
	top: 0;
	width: 100vw;
}

#gregory {
	font-family: garamond, "eb-garamond", georgia, serif;
	font-size: 3.4em;
	text-decoration: none;
	color: white;
}

#wood-mach, #circle {
	text-decoration: none;
	color: white;
}

.michroma-font, .michroma-font *{
	font-family: "Michroma", arial, sans-serif;
	font-weight: bold;
	letter-spacing: 4px;
}

.open-sans-font, .open-sans-font *{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}

nav {
	background-color: #eac980;
	color: #242021;
}

#nav-ul-left, #nav-ul-right {
	width: 33%;
	list-style-type: none;
	z-index: 99;
}

#nav-ul-left li a, #nav-ul-right li a {
	padding: 0 5px 0 7px;
	text-align: center;
	text-decoration: none;
	color: #242021;
}

#nav-ul-left li a:hover, #nav-ul-right li a:hover {
	background-color: #242021;
	color: #eac980;
}

.nav-link {
	width: 16vw;
}

#circle {
	height: 40px;
	width: 40px;
	background-color: rgba(238, 214, 159, 0.8);
	border-radius: 50%;
	display: inline-block;
	margin: -10px 0 0 50vw;
    transform: translate(-50%, 0); 
	box-shadow: 0 0 0 8px rgba(255, 250, 194, 0.5), 0 0 0 25px rgba(234, 201, 128, 0.5), 0 0 0 70px rgba(255, 255, 255, 0.5);
	z-index: 5;
}

#ring1 {
	height: 152px;
	width: 152px;
	border-radius: 50%;
	border: 1px solid white;
    transform: translate(-45%, -37%); 
	z-index: 6;
}

#ring2 {
	height: 162px;
	width: 162px;
	border-radius: 50%;
	border: 1px solid white;
    transform: translate(-45.25%, -131.5%); 
	z-index: 6;
}

#ring3 {
	height: 172px;
	width: 172px;
	border-radius: 50%;
	border: 1px solid white;
    transform: translate(-45.5%, -221%); 
	z-index: 6;
}

#header-spacer {
    height: 150px;
}

footer {
	background-color: #242021;
	color: white;
	position: fixed;
	bottom: 0;
	width: 100vw;
	padding: 0 0 0 25px;
	z-index: 4;
}

#footer-tel {
	align-self: flex-start;
}

.copyright {
	font-size: 0.6em;
}

#index-main, #about-main, #contact-main {
	padding: 50px 50px 0 50px;
	background-color: rgba(255, 250, 194, 0.65);
}

#shop-main {
	padding: 0 0 0 0;
	background-color: rgba(255, 250, 194, 0.65);
	overflow-y: auto;
}

/*Index Page*/
.index-text {
	font-size: 4vh;
}

#index-main {
	position: absolute;
	white-space: nowrap;
	z-index: 1;
}

#index-main-overlay {
	position: absolute;
	bottom: 0;
	z-index: 2;
}

#index-machinery *, #index-family *{
	text-shadow: 0 0 4px white,  0 0 4px white,  0 0 6px white;
}

#index-machinery {
	margin-top: 7vh;
	padding-bottom: 2vh;
}

#index-family {
	margin-top: -2vh;
	padding-bottom: 5vh;
}

#index-machinery-background {
	position: absolute;
	left: 0;
	height: 17vh;
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0.65), rgba(37, 34, 122, 0.65));
	z-index: -1;
}

#index-machinery-link {
	position: absolute;
	left: 0;
	height: 17vh;
	z-index: 10;
}

#index-machinery-link:hover ~ #index-img-1-container img {
	transform: scale(1.1);
}

#index-family-background {
	position: absolute;
	left: 0;
	height: 17vh;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.65), rgba(242, 95, 36, 0.65));
	z-index: -1;
}

#index-family-link {
	position: absolute;
	left: 0;
	height: 17vh;
	z-index: 10;
}

#index-family-link:hover ~ #index-img-2-container img {
	transform: scale(1.1);
}

#index-img-2-container, #index-family-text {
	animation-delay: 0.3s;
}

.img-index-main {
	height:24vh;
	transition: all .2s ease-in-out;
}

#index-dist-text {
	font-size: 0.8rem;
	background-color: rgba(255, 255, 255, 0.65);
	padding: 0 25px 0 25px;
}

#index-dist-imgs {
	font-size: 0.5em; /*ensures bootstrap grid column is snug to the images*/
	background-color: rgba(255, 255, 255, 0.65);
	padding: 0 25px 25vh 25px;
}

.img-dist-frb {
	height: 5vh;
}

.img-dist {
	height: 3.5vh;
}

.nowrap {
	white-space: nowrap;
}

/*Shop Page*/
#auction-nudge-items {
	background-color: rgba(255, 255, 255, 0.65);
	padding: 0 0 50px 0;
	overflow-y: auto;
	min-height: calc(100vh - 286px);
	height: 50vh;
}

#shop-main-header {
	background-color: rgba(255, 255, 255, 0.65);
	padding: 85px 7vmin 0 7vmin;
}

#shopErrorMsg {
	padding: 75px 0 0 0;
}

#shopErrorMsg div{
	padding: 20px 0 0 0;
	pointer-events: none;
}

table, th {
	border: 5px double white;
	width: 100%;
	margin-bottom: 5px;
}

/*About Page*/
#about-main {
	font-size: 2.2vh;
}

.about-img {
	border-radius: 5px;
	height: 16vh;
}

.about-text-left {
	border-radius: 5px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 55%);
}

.about-text-right {
	border-radius: 5px;
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 55%);
}

#about-success {
	animation-delay: 0.3s;
}

#about-img-1-container {
}

#about-map {
	animation-delay: 0.45s;
}

#about-img-2-container {
	animation-delay: 0.15s;
}

#about-contact {
	animation-delay: 0.6s;
}

#about-img-3-container {
	animation-delay: 0.3s;
}

#about-shop {
	animation-delay: 0.75s;
}

#about-img-4-container {
	animation-delay: 0.45s;	
}

#about-img-2 {
	transition: all .2s ease-in-out;
}

#about-img-2:hover {
	transform: scale(1.1);
}

/*Contact Page*/
.contact-text {
	font-size: 1.8em;
}

#address-text {
	margin: 0 0 0 4px;
}

#contact-tel {
}

#contact-email {
	animation-delay: 0.2s;	
}

#contact-address {
	animation-delay: 0.6s;	
}

#contact-map {
	width: 35vw;
	height: 40vh;
	border-radius: 5px;
	box-shadow: 5px 5px 15px DimGrey;
}

.fa-map-marker-alt {
	padding: 10px 0 0 0;
}

.fas {
	margin: 0 25px 0 0;
}

#contact-map-icon {
    margin: 0 0 0 20px;   
}