/* @override 
	http://theindianarms.paris/styles.css?* */

html {
	color: #fffbdc;
	/*	font-family: Director;*/
	background: #00975f;
	text-shadow: 2px 2px 4px rgb(0 0 0 / 0.4);
}
body {
	background: url(embleme_h.svg) center center no-repeat fixed;
	background-size: 90%;
}



a {
	color: white;
	text-decoration: none;
	text-shadow: 2px 2px 4px rgb(0 0 0 / 0.4);
}

.wrapper {
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer {
	text-align: center;
	font-size: 75%;
	text-transform: uppercase;
	margin-bottom: 3vh;
	letter-spacing: .2ch;
	display: none;
}

.logo_color {
	fill: #fffbdc;
}

#logo {
	width: 80%;
	max-width: 400px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 3vh;
	display: none;
}


.coming_soon {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2ch;
	font-size: 150%;
	display: none;
}


@media screen and (min-width: 1024px) {
	#sharmaji_logo {
		padding-top: 10vh;
	}
}


.svg {
	fill: white;
	box-shadow: 0px 3px 5px #444;
	text-shadow: 0 0 6px #000000;
}

ul.main_menu {
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 0;
	text-transform: uppercase;
	max-width: 500px;
	width: 100%;
	margin: auto;
}

@media screen and (max-width:900px) {
	ul.main_menu {
		width: auto;
	}
}

.main_menu li {
	text-align: center;
	border-bottom: 1px solid white;
	padding-top: .5rem;
	padding-bottom: .5rem;
	font-size: 130%;
}

.main_menu li:last-child {
	border-bottom: none;
}



@media (orientation: portrait) {
body {
	background: url(embleme_v.svg) center center no-repeat fixed;
	background-size: 80%;
}	

#logo {max-width: 200px;}
}

