/*  common styles */

* {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.5px;
}

/* new code for main web page styling*/

body {
	margin: 0;
	padding: 0;
}

#top-fixed-nav-bar,
#common-top-fixed-nav-bar {
	grid-area: top-fixed-nav-bar;
	background: #012690;
	height: 60px;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 2;
}

.companyLogo {
	float: left;
	/* margin-left: 50px; */
}

.logoImg {
	height: 60px;
	/* width: 250px; */
	position: absolute;
	top: 50%;
	transform: translate(0%, -51%);
}

.logo {
	box-sizing: border-box;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	height: 60px;
	line-height: 70px;
	padding: 0 0 0 70px;
	text-align: center;
	text-decoration: none;
}

nav {
	float: right;
	line-height: 10px;
	margin-right: 20px;
	/* margin-top: 10px; */
}

.clearfix {
	clear: both;
}

nav ul {
	display: flex;
	margin: 0;
	padding: 0;
}

nav ul li {
	list-style: none;
	height: 60px;
	line-height: 46px;
	margin: 0 5px;
}

nav ul li a {
	color: #fff;
	display: block;
	padding: 7px 13px;
	text-decoration: none;
	border: 1px transparent solid;
	box-sizing: border-box;
	height: 60px;
}

nav ul li a.active,
nav ul li a:hover {
	background-color: #012690;
	border-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	color: white;
	transition: 0.5s;
	text-decoration: none;
}

@media (max-width: 950px) {
	.menu-toggle {
		color: #fff;
		cursor: pointer;
		display: block;
		float: right;
		font-size: 30px;
		height: 40px;
		line-height: 65px;
		margin: 10px;
		text-align: center;
		width: 40px;
	}

	.menu-toggle:before {
		content: '\f0c9';
		font-family: fontAwesome;
	}

	.menu-toggle.active:before {
		content: '\f00d';
	}

	.companyLogo {
		float: left;
		margin-left: 15px;
	}

	.logoImg {
		display: block;
		margin-left: 10%;
	}

	.logo {
		box-sizing: border-box;
		color: #fff;
		font-size: 28px;
		font-weight: 700;
		height: 60px;
		padding-left: 10px;
		line-height: 80px;
		text-align: center;
		text-decoration: none;
	}

	nav {
		display: none;
	}

	nav.active {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-top: 0;
		background-color: #012690;
	}

	nav.active ul {
		display: block;
	}
}

/* getting started styles */
#component-image {
	text-align: center;
	width: 400px;
	height: 300px;
}
.component-text {
	background: rgba(226, 234, 238, 0.8);
	color: solid;
	width: 950px;
	height: 500px;
	padding: 50px 30px 80px;
	/* display: inline-block; */
	margin-right: 8px;
	/* line-height: 35px; */
}
#component_text {
	background: rgba(226, 234, 238, 0.8);
	color: solid;
	width: 950px;
	height: 600px;
	padding: 50px 30px 80px;
	/* display: inline-block; */
	margin-right: 8px;
}
.component-text-suite {
	background: rgba(225, 231, 235, 0.8);
	color: solid;
	width: 950px;
	height: 300px;
	padding: 50px 30px 80px;
	/* margin-right: 8px;
  margin-left: 8px; */
}

#component-title-suite {
	text-align: center;
}
.component-title {
	margin-top: 5px;
	font-size: 18px;
	font-weight: 600;
	color: #404040;
	text-align: center;
}

.component {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.background::after {
	content: '';
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60a9ff', endColorstr='#4394f4', GradientType=0);
	height: 100px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

@media (min-width: 550px) {
	.background {
		padding: 0 0 25px;
	}
}

.container {
	margin: 0 auto;
	padding: 20px 0 0;
	max-width: 800px;
	width: 100%;
}

.panel {
	background-color: #fff;
	border-radius: 8px;
	padding: 10px 20px;
	position: relative;
	width: 100%;
	z-index: 10;
}
pre {
	background-color: #000000;
	color: #ffffff;
}
.language-text {
	/* background-color:#DAE0E2; */
	color: rgba(117, 218, 139, 0.8);
}
.language-code {
	color: #ffffff;
}
a {
	color: #0074b3;
}
/* request page style */
.component-header {
	margin-top: 50px;
	padding: 50px 0 80px;
	background-color: rgba(219, 233, 242, 0.6);
	text-align: center;
}

.header {
	margin-top: 30px;
	text-align: center;
}
