@import url("Style.css");

html {
	background: none;
}

body {
	overflow: hidden;
	/* Hide scrollbars */
	margin: 0%;
	min-width: 100%;
	min-height: 100%;
	background: url(../images/backgrounds/pets.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover !important;
	transition-duration: .3s;
}

h1 {
	font-family: Georgia, sans-serif;
	font-size: 2em;
}

p {
	padding-left: 18%;
	padding-right: 18%;
	font-family: georgia, sans-serif;
	font-size: .9em;
	width: 100%;
}



/* ============================================================================================ */
/*   these need to eventually go away to fix nav size and logo spacing (( not a perm answer ))  */
/* ============================================================================================ */
/* img.circle-icon {
	margin-top: 11px;
} */
.navbar {
	padding: 0px 16px !important;
}
.pad-correct{
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}
/* ============================================================================================ */
/* ============================================================================================ */




#selected {
	color: DodgerBlue;
}

.navbar-toggler {
	margin-top: 7px;
	margin-bottom: 7px;
}

.navbar-custom {
	font-family: roboto, sans-serif;
	font-weight: bold;
	font-size: 1em;
	opacity: 80%;
	z-index: 1000;
	/* background: #515151 !important; */
	background: #E0E0E0 !important;
}

#bottom {
	position: absolute;
	bottom: -70px;
	left: 0;
	width: 100%;
	text-align: center;
	height: auto;
	padding-top: 20px;
	opacity: 80%;
}

#logo {
	font-family: freestyle script, sans-serif;
	/* font-family: segoe print, sans-serif; */
	color: DodgerBlue;
	font-weight: bold;
	font-size: 2.5em;
}

/* for 2nd nav/bcmbs */
.fixed-top-2 {
	margin-top: 140px;
}

.custom-nav-pad {
	padding-top: 105px;
}

/*-------------------------------------------------------------- breadcrumbs and logo */
.logo-pos {
	position: relative; top: 0px;
	left: -5px;
	width: 275px;
	margin-top: 3px;
	padding-bottom: 6px;
}

.breadcrumb {
	background-color: rgba(250, 250, 250, 0.8) !important;
}

.breadcrumb-custom {
	font-family: Georgia, sans-serif;
	color: #5B5B5B;
	display: block;
	height: 140px;
	/* opacity: 80%; */
	border-radius: 0;
	padding-top:23px;
	z-index:0;
}

.breadcrumb-font {
	font-size: 2.5em;
}

.investment-pad {
	margin-top: 20px;
}

.circle-icon {
	width: 145px;
	position: relative;
	float: right;
	top: -127px;
	right: -20px;
	z-index: 1;
	padding: 20px;
	margin-top: 1px;
	border-radius: 50%;
}
/*------------------------------------------------------------------------------------*/

.content {
	position: absolute;
	left: 0%;
	top: 0%;
	margin: 0%;
	height: 100%;
	width: 100%;
	overflow: auto;
	display: block;
	z-index: 2;
}

.center {
	display: block;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

a .nav-link,
.py-1 {
	padding: 10px 0 !important;
}

/*---------------------------------------------------- USE DIFFERENT IMAGE FOR MOBILE */
@media only screen and (max-width: 400px) {
	body {
		overflow: hidden;
		/* Hide scrollbars */
		margin: 0%;
		min-width: 100%;
		min-height: auto;
		background: url(../images/backgrounds/pets-sm.jpg) no-repeat top center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover !important;
		transition-duration: .3s;
	}
	.logo-pos {
		position: relative; top:-5px;
		width: 200px;
		margin-top: 11px;
	}
	.circle-icon {
		top: -125px;
	}
}