@import url('https://fonts.googleapis.com/css?family=Roboto');

#hr_Android {
	border: none;
	height: 5px;
	margin-top: 0;
	margin-bottom: 0;
	margin-top: 0;
}

#hr_NetWorker {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	height: 5px;
	padding-bottom: 0;
}

#hr_Avamar {
	border: none;
	height: 5px;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#horizonatal_divider {
	border: none;
	height: 2px;
	margin-top: 0;
	margin-bottom: 0;
	
}

.navbar.navbar-light.bg-light {
	padding-bottom: 0;
	padding-top: 0;
}

.nav_menu {
	background-color: #fffdf7;
	background-image: url("../img/seigaiha.png");
}


.nav_menu ul li a {
	font-family: 'Roboto',sans-serif;
		font-size: 17px;
	line-height: 50px;
	color: #0a2342;
	
}

.nav_menu ul li a:hover {
	font-weight: bold;
		color: #0a2342;
	
}

.nav_menu hr {
	border-bottom: 10px solid rgba(255, 255, 255, 0.2);
	margin: 0px 0px;
}



@media ( max-width : 700px) {
	.navigator_large_screen {
		display: none;
	}
	
	}