body {
	font-family: 'Livvic', sans-serif;
	margin: 0px;
	color: #333;
}

.navbar {
	font-size: 12px;
}

.nav-link {
	color: rgba(0,0,0,0.5) !important;
}

.nav-item img {
	margin-top: -2px;
	height: 13px;
	width: 24px;
}

.section {
	padding: 20px;
	padding-top: 44px;
	cursor: default;
	height: 100vh;
}

.section .title {
	cursor: default;
	font-family: 'DM Serif Text', serif;
	font-size: 56px;
	/* color: #000; */
	color: rgb(12, 48, 88);
}

strong {
	/* color: #000; */
	color: rgb(12, 48, 88);
}

a {
	cursor: pointer;
}

a.directions {
	color: rgb(12, 48, 88);
}

i {
	color: rgb(12, 48, 88);
}

.welcome-container {
	width: 65%;
	max-width: 525px;
	font-size: 20px;
	font-weight: lighter;
	color: rgb(12, 48, 88);
}

.company-text {
	font-size: 18px;
	font-weight: lighter;
	line-height: 22px;
}

.company-text strong {
	font-weight: bold;
	color: rgb(12, 48, 88);
}

#s-about .container-fluid {
	height: calc(100% - 100px);
}

#stocks-total-quantity {
	position: absolute;
	right: 15%;
	margin-top: -42px;
}

.stock-item.font-weight-bold {
	color: rgb(12, 48, 88);
}

.stock-location-title {
	font-size: 20px;
	border-bottom: 1px solid #f9f9f9;
}

.stock-location-title .sum-number {
	float: right;
	font-size: 75%;
	color: #999;
	margin-top: 4px;
}

.stock-group {
	margin: 10px;
	border: 1px solid #f1f1f1;
	padding: 10px;
}

@media only screen and (max-width : 1024px) {

	.company-text {
		font-size: 14px;
		line-height: 18px;
	}

}

@media only screen and (max-width : 768px) {

	.welcome-container {
		width: 85%;
	}

	.section .title {
		font-size: 32px;
	}

	.company-text {
		font-size: 14px;
	}

	#s-about {
		font-size: 85%;
	}

	.stocks-header {
		display: none;
	}

	.stock-item-container {
		padding: 20px;
		border: 1px solid #eee;
		text-align: center;
	}
	.stock-location-title {
		font-size: 16px;
		text-align: center;
	}

	.stock-location-title .sum-number {
		float: none;
	}

	#stocks-total-quantity {
		margin-top: -36px;
	}

	.stock-location-title {
		border: none;
	}

	.stock-group {
		border: none;
	}

}
