@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans');

:root {
	--bs-body-font-family: Arial, sans-serif;
	--bs-primary: #225560;
	--bs-primary-rgb: 34, 85, 96;
	--bs-secondary: #C36830;
	--bs-secondary-rgb: 195, 104, 48;
}

.bg-outer {
	background: #F9F9F9 url("/images/primary/india_ceremony.jpg") center / cover no-repeat;
}

.btn-secondary {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--bs-secondary);
	--bs-btn-border-color: var(--bs-secondary);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #A25424;
	--bs-btn-hover-border-color: #A25424;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #8F4A20;
	--bs-btn-active-border-color: #86451E;
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: var(--bs-secondary);
	--bs-btn-disabled-border-color: var(--bs-secondary);
}

.main-link-list {
	border: 1px solid #FFF;
	transition: border-color 0.1s;
}

.main-link-list:hover {
	border-color: #AAA;
}

.sub-link-list {
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transition: border-color 0.1s;
}

.sub-link-list:hover {
	border-color: #505050;
}

/* Layout and connecting lines for the family tree form. */
.input-tree-shape {
	height: 200px;
	width: 565px;
}

.input-tree-shape #indi_fn {
	position: relative;
	top: 102px;
	left: -45px;
	width: 300px;
}

.input-tree-shape #dad_fn {
	position: relative;
	top: 6px;
	left: 272px;
	width: 320px;
}

.input-tree-shape #mum_fn {
	position: relative;
	top: 93px;
	left: 272px;
	width: 320px;
}

.ver-line-tree {
	position: relative;
	left: 460px;
	top: -27px;
	width: 2px;
	height: 83px;
	background-color: #202020;
}

.hor-line-tree {
	position: relative;
	left: 254px;
	top: -69px;
	width: 207px;
	height: 2px;
	background-color: #202020;
}

@media (max-width: 767px) {

	.input-tree-shape {
		height: auto;
		width: auto;
	}

	.family-search .input-tree-shape #indi_fn,
	.family-search .input-tree-shape #mum_fn,
	.family-search .input-tree-shape #dad_fn {
		position: static;
		width: auto;
	}
}

:root {
	--site-nav-background: var(--bs-secondary);
	--site-nav-hover-background: var(--bs-primary);
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
	font-family: 'IBM Plex Sans', Arial, sans-serif;
}

#site-navbar .nav-item {
	height: 50px;
	border-bottom: 3px solid var(--site-nav-background);
}

#site-navbar .nav-link:hover,
#site-navbar .nav-link:focus {
	background-color: var(--site-nav-hover-background) !important;
}

@media (max-width: 767.98px) {
	#site-navbar {
		position: relative;
	}

	#site-navbar .navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
	}

	#site-navbar .navbar-nav {
		border-bottom: 2px solid var(--site-nav-hover-background);
	}

	#site-navbar .nav-item {
		height: 40px;
		border: 0;
	}

	#site-navbar .navbar-collapse.collapsing {
		border-bottom: 2px solid var(--site-nav-hover-background);
	}
}

@media (max-width: 450px) {
	.site-title {
		font-size: .8em;
		margin-left: 10px;
	}
}
