@import url('./padding.css');


/* BODY: BEGIN */


body {
	background-image: url(bg.jpg);
	background-color: #e9e9e9 !important;
	background-attachment: fixed;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}

ul.tab-container {
	display: flex;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

a.menu-item.tab {
	color: #fff;
	padding: 20px !important;
	padding: 20px;
}



ul.navbar-nav {
	background: #333;
}

li.active>a {
	pointer-events: none !important;
	cursor: default !important;
	background: #75a555 !important;
}

li.active {
	pointer-events: none;
	cursor: default;
}

.dropdown-menu {
	background: #333 !important;
	border: none !important;
	border-radius: 0px !important;
	margin: 0px !important;
	box-shadow: 0px 0 20px rgba(0, 0, 0, 0.3) !important;
}

.dropdown-item:focus {
	background: rgba(142, 201, 252, 0.5);

}

a.nav-link {
	padding: 15px 20px !important;
	border-radius: 10px;
}

.collapsing {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;

}


a.nav-link:hover {
	background: #75a555 !important;
	border-color: transparent;
}

.ContentContainer {
	position: relative;
}

content#content {
	display: inline-block;
	width: 100%;
}

#bottom {
	display: flex;
	flex-direction: column;
}

.card,
.card-header,
.card-footer {
	border: none !important;
}

.card {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}


nav.navbar {
	background-color: rgb(28 54 11) !important;
	margin: 0% 0%;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

ul.navbar-nav {
	outline: 1.5px solid #75a555;
	outline-offset: -1px;
	border-radius: 10px;
}




div.iconText {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: space-between;
	align-items: center;
}

span {
	display: block;
}

.container {
	background: rgb(255 255 255) !important;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	padding: 40px 40px !important;
	margin-top: 10%;
	margin-bottom: 170px;
	border: 1px solid #8c8c8c;
}
img {
	max-width: 60%;
}

a.navbar-brand {
	width: 8%;
	margin-right: 0px;
	display: flex;
	text-align: center;
	color: white !important;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	flex-basis: 0;
	flex-shrink: 0;
}

a.navbar-brand>img {
	width: 75px;
}

nav#top-nav {
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	padding: 10px;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0% 0%;
	
	overflow: hidden;
	padding: 1rem 2rem;
}

div#navbarCollapse {
	overflow: visible;
	margin: 20px;
}



nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
}

nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
	bottom: 0px;
	width: 100%;
	height: 130px;
	padding-left: 40px;
	border-top: 1px solid #8c8c8c;
}

a.navbar-brand>span {
	margin-left: 40px;
}

div#inside-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	flex-wrap: nowrap;
	z-index: 2;
	position: relative;
}

html,
body {
	min-height: 100%;
	height: 100%;
}

.age-icon {
	background: #456132;
	/* padding: 20px; */
	border-radius: 50%;
	height: 80px;
	width: 80px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	font-size: medium;
	border: 2px solid #44484c !important;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}

.person-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

div.person-icon>img {
	border-radius: 10%;
}

div.inner-container>h1 {
	padding-bottom: 20px !important;
}

p.center {
	margin-top: 40px;
}

a.button {
	border: 2px solid #dee2e6;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
	padding: 10px;
	background: hsl(96 0% 43% / 1);
	font-size: x-large;
	margin: 20px;
	display: inherit;
	text-decoration: none !important;
	color: white !important;
	width: fit-content;
	border-radius: 20px;
}

a.nav-link>span>i {
	font-size: 18pt;
	vertical-align: middle;
	margin-right: 10px;
}


a.button:hover {
	background: hsl(95 0% 63% / 1);
}

a.button:focus {
	outline: 2px solid hsl(95 0% 63% / 1);
	outline-offset: 2px;
}

a.nav-link:focus {
	outline: 2px solid #9ac47d;
	outline-offset: -6px;
}

div.inner-container>h1 {
	background: #75a555;
	color: white !important;
	padding: 20px;
	margin-bottom: 40px !important;
} 

.outer-circle {
	display: flex;
	border: 2px solid #75a555;
	height: 1060px;
	align-content: center;
	border-radius: 100%;
	justify-content: center;
	width: -webkit-fill-available;
	align-items: flex-start;
	text-align: center;
}

.circle {
	width: 200px;
	height: 200px;
	border: 2px solid green;
	border-radius: 200%;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	background: #75a555;
	text-align: center;
	color: white;
	font-size: 16pt;
	margin: 20px;
}

.o1 {
	translate: 0px 000px;
}

.o2 {
	translate: 0px 750px;
}

.i1 {
	translate: 0px 250px;
}

.i2 {
	translate: 0px 750px;
}


/* .circle {} */



@media (max-width: 768px) {
	a.navbar-brand>img {
		max-width: 140%;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	div.container#page {
		margin-top: 30%;
	}
}

@media (min-width:768px) {
	div#navbarCollapse {
		max-width: max-content;
	}
}
a{
	word-break: break-all;
}