/*CORE STYLING*/
body {
	font-family: Arial, Sans-serif, sans-serif;
	font-size: 15px;
	color: rgb(89, 89, 89);
	margin: 0px;


	/*background-image: url("../images/machinect-min.jpg");*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: auto;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 20px;
}

p a {
	color: #4D91BB;
	text-decoration: none;
}

p {
	margin: 0px;
}

li {
	list-style: circle;
	margin-top: 10px;
	font-size: 15px;
	font-weight: normal;
}

a:hover {
	cursor: pointer;
}

.centrePage {
	text-align: center;
	margin-top: 200px;
}


#codeToEmail {
	display: block;
	position: absolute;
	color: rgb(230, 230, 230);
	background-color: rgb(28, 101, 176);
	font-weight: bold;
	font-size: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 200px;
	cursor: pointer;
	border-radius: 15px;
	left: calc(50% + 125px);
	top: 82px;
	visibility: hidden;
}

#codeToEmail:hover {
	color: white;
	background-color: rgb(21, 89, 131);
	transition: 0.4s;
}
	
	


/*TOP MENU AND BACKGROUND STYLING*/
#menuBar {
	position: fixed;
	display: block;
	width: 100%;
	height: 120px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8));
	margin: 0px;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#logoContainer {
	position: fixed;
	width: 200px;
	height: 110px;
	background-color: white;
	top: 0px;
	left: 0xp;
	z-index: 3;
	padding: 10px 0px 0px 10px;
}

#menuItems {
	position: fixed;
	display: block;
	left: 200px;
	top: 0px;
	height: 120px;
	width: calc(100% - 200px);
	white-space: nowrap;
}

.topMenuSelection {
	display: inline-block;
	font-size: 20px;
	color: rgb(230, 230, 230);
	text-align: center;
}

#backgroundContainer {
	position: fixed;
	display: block;
	left: 0px;
	top: 120px;
	height: calc(100% - 120px);
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

#backgroundContainerDark {
	position: fixed;
	display: block;
	left: 0px;
	top: 120px;
	height: calc(100% - 120px);
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

#backgroundContainerSlightDark {
	position: fixed;
	display: block;
	left: 0px;
	top: 120px;
	height: calc(100% - 120px);
	width: 100%;
	background-color: rgba(0, 0, 0, 0.60);
}

#backgroundContainerWhite {
	position: fixed;
	display: block;
	left: 0px;
	top: 120px;
	height: calc(100% - 120px);
	width: 100%;
	background-color: rgba(255, 255, 255, 0.7);
}

a {
	margin-left: 4%;
	color: rgb(230, 230, 230);
	text-decoration: none;
	padding-top: 50px;
	padding-bottom: 45px;
}

#menuItems a:hover {
	color: #1c65b0;
	border-bottom: 3px #1c65b0 solid;
	transition: 0.4s;
}













/*BOTTOM BAR*/
#bottomBar {
	position: absolute;
	display: block;
	width: 100%;
	height: 45px;
	padding-top: 10px;
	bottom: -10px;
	left: 0px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
}

#policyMenus {
	position: absolute;
	display: inline-block;
	width: 15%;
	left: 2%;
	height: 20px;
}

#policyMenus a {
	padding-top: 8px;
	float: left;
}

.bottomText {
	position: relative;
	font-size: 12px;
	color: rgb(230, 230, 230);
}

.bottomFrames {
	overflow: hidden;
	/*
	white-space: nowrap;
	*/
}

#policyMenus a:hover {
	color: #1c65b0;
	transition: 0.4s;
}

#menuSplit {
	border-left: 1px solid rgb(230, 230, 230);
	margin-left: 3px;
	padding-left: 10px;
}

#companyDetails {
	position: absolute;
	display: inline-block;
	width: 66%;
	left: 17%;
	padding-top: 0px;
	text-align: center;
	line-height: 29px;
}

#socialMedia {
	position: absolute;
	display: inline-block;
	width: 15%;
	right: 2%;
	padding-top: 5px;
	text-align: right;
	height: 25px;
}

.socialMediaIcons {
	display: inline-block;
	position: relative;
	/* float: right; */
	width: 25px;
	height: 25px;
	margin-left: 5px;
	padding: 0px;
	margin-top: 0px;
}

.socialMediaIcons:hover {
	cursor: pointer;
	transition: 0.4s;
}

.hover_menu_img {
	display: none;
}

#socialMedia img {
	position: absolute;
	top: 0px;
	left: 0px;
}








#homeDemoAsk {
	position: absolute;
	top: 450px;
	display: block;
	width: 100%;
	clear: both;
	height: 230px;
	padding-top: 0px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	border-top: 1px rgb(49, 49, 49) solid;
	border-bottom: 1px rgb(49, 49, 49) solid;
}

#homeDemoAsk input {
	padding: 5px;
	position: relative;
	margin-top: 15px;
	width: 300px;
	font-size: 15px;
	border-radius: 5px;
}


#homeDemoAsk input::placeholder {
	color: rgb(160, 160, 160);
}

#homeDemoAsk input:first-child {
	margin-top: 40px;
}

#homeDemoAsk p {
	position: relative;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 15px;
	color: rgb(230, 230, 230);
}

#homeDemoAsk a:hover {
	color: rgb(180, 180, 180);
}


#homeDemoAsk2 {
	position: absolute;
	top: 450px;
	display: block;
	width: 100%;
	clear: both;
	height: 230px;
	padding-top: 0px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	border-top: 1px rgb(49, 49, 49) solid;
	border-bottom: 1px rgb(49, 49, 49) solid;
}

#homeDemoAsk2 input {
	padding: 5px;
	position: relative;
	margin-top: 0px;
	width: 150px;
	font-size: 15px;
	border-radius: 5px;
}


#homeDemoAsk2 input::placeholder {
	color: rgb(160, 160, 160);
}

#homeDemoAsk2 p {
	position: relative;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 15px;
	color: rgb(230, 230, 230);
}

#homeDemoAsk2 a:hover {
	color: rgb(180, 180, 180);
}

#loginButton {
	display: block;
	position: relative;
	color: rgb(230, 230, 230);
	background-color: rgb(28, 101, 176);
	font-weight: bold;
	font-size: 22px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 200px;
	cursor: pointer;
	border-radius: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	
}

#loginButton:hover {
	color: white;
	background-color: rgb(21, 89, 131);
	transition: 0.4s;
}

#badCredentials {
	position: absolute;
	top: 700px;
	width: 100%;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 20px;
	
}

#verificationCodeInstruction {
	margin-top: 25px;
}







/*Solution pages*/
#solutionTitleArea {
	display: block;
	position: absolute;
	top: 150px;
	left: 100px;
	color: rgb(230, 230, 230);
}
	
#solutionTitleArea h1 {
	font-weight: normal;
}
	
#solutionTitleArea h2 {
	font-weight: normal;
}