body {
	color: #070707;
	font-family: 'Roboto Condensed', 'sans-serif';
	display: grid;
}

body:after {
    background: #ffffff;
}

h2, h3 {
    margin-bottom: 0;
}

.nav-logo1 {
	max-height: 30px;
}

.nav-logo2 {
	margin-left:8px;
	max-height: 15px;
}

.navbar .dropdown-menu {
	max-width: fit-content;
	white-space: nowrap;
}

.navbar .dropdown-menu .nav-item a {
	display: block;
	width: 100%;
	line-height: 15px
}

.my-btn-top {
	position: fixed;
	z-index: 99;
	width: 50px;
	height: 50px;
	padding: .5rem 0.5rem;
	border-radius: 50px;
	right: 30px;
	bottom: 25px;
	opacity: 0;
	transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

@media screen and (min-width: 768px) {
	.main {
		width: 75% !important;
		margin: auto !important;
	}
}
@media screen and (max-width: 768px) {
	.main {
		width: 95% !important;
		margin: auto !important;
	}
}

.main-title h1 {
	text-align: center;
}

.main-title .top-h1 {
	margin-top: 200px;
}

.main-title h2 {
	text-align: center;
}

.main-title h3 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.main-navi-outer {
	background-image: url("../assets/images/HowToTheLeverageGame/HowToTheLeverageGame_main.jpg");
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-size: contain;
	background-position: right top;
}

.main-navi-inner {
	background-color: #00000088;
    display: inline-block;
	padding: 16px;
}

.main-navi-inner ul {
	margin-bottom: 0px;
}

.page_index a {
	/*font-weight: bold !important;*/
}
.page_index a:hover {
	color: #0dcaf0 !important;
}

.alert-heading {
	font-weight: bold !important;
}

.bd-callout {
	font-weight: bold !important;
    --bs-link-color-rgb: var(--bd-callout-link);
    --bs-code-color: var(--bd-callout-code-color);
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    color: var(--bd-callout-color, inherit);
    background-color: var(--bd-callout-bg, var(--bs-gray-100));
    border-left: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300));
}

.bd-callout-info {
    --bd-callout-color: #ffffff;
    --bd-callout-bg: #055160;
    --bd-callout-border: #0dcaf0;
}

#section2 .badge {
	padding: 7.5px;
	margin-bottom: 8px;
}

.tree {
	width: 100%;
	margin: 0;
}

@media screen and (min-width: 768px) {
	.tree span {
		min-width: 150px;
	}
}

.tree0 {
	margin-bottom: -5px;
}

.tree1 {
	margin-bottom: -20px;
}

.my-table-hover td {
	text-align: center;
}

.my-table-hover td:hover {
    background-color: rgba(0,0,0,.075);
}

.card {
	color: #000000;
}

.card-header {
	font-weight: bold !important;
}

.card-text {
	/*background-color: #000000;*/
}

.my-fa-2x {
	font-size: 32px !important;
}

.margin-tb-8 {
	margin-top: 8px;
	margin-bottom: 8px;
}

#works-container {
	margin-left: -32px !important;
	margin-right: -32px !important;
}

@media screen and (min-width: 768px) {
	#works-container {
		
		width: calc(75vw + 32px) !important;
	}
}
@media screen and (max-width: 768px) {
	#works-container {
		width: calc(95vw + 32px) !important;
	}
}

.my-btn-feedback {
	text-align: center;
	margin: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 3rem;
	padding-right: 3rem;
	color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.my-red {
	color: red;
}

.p16px {
	padding-left: 16px;
	padding-right: 16px;
}

#feedback {
	padding-top: calc(32px + 1em) !important;
}

#feedback form {
	padding-left: 16px;
	padding-right: 16px;
}

#feedback form .col-form-label {
	font-weight: bold;
	padding-right: 0px;
}

#feedback form select option[disabled]:first-child {
	display: none;
}

#feedback .btn {
	min-width: 150px;
}

#feedback select, .was-validated {
    background-position: center right calc(.375em + 0.825rem); /* set position */
}

.my-silver { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: silver;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: silver;
    opacity: 1; /* Firefox */
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: grey;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: grey;
 }

.fa-envelope {
    color: inherit !important;
}

#contact span {
	display: block;
}

#contact .my-phone {
	font-size: 32px;
}

.modal-link:hover{
	text-decoration: none;
}

#footer .aux-right {
	margin-right: 95px;
}

.tlg-about {
	background-color: #000000;
}
.tlg-about-text{
	margin-top: 2rem;
	margin-bottom: 2rem;
}