*
{
	margin: 0px;
	padding: 0px;
}

@font-face
{
	font-family: imagine;
	src: url("../fonts/Imagine_Font.ttf");
}

@font-face
{
	font-family: carbon;
	src: url("../fonts/carbonbl.otf") format("opentype");
}

body
{
	background-color: black;
}

header
{
	background-color: black;
	text-align: center;
	width: 100%;
	max-width: auto;
	height: auto;
    display: flex;
	justify-content: center;
	align-items: center;
}

.pagetitle
{
	color: transparent;
	background-clip: text;
	background-image: linear-gradient(black, green, black);
	background-color: black;
	background-clip: text;
	/* text-shadow: 0px 0px 2px chartreuse; */
	font-size: 50px;		
	font-family: imagine;
	margin: -12px 0px 0px 0px;
	padding: 16px 0px 16px 0px;
	text-align: center;
}

.logo
{
	float: left;
	margin: 15px 0px 0px 4px;
	display: inline;
}

nav ul
{
	background-color: green;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding: 10px 0px 10px 0px;
	list-style-image: url('img/logo1.png');
	list-style-type: none;
}

nav ul li
{
	text-decoration: none;
	font-size: 30px;
	
	
	
}

@media only screen and (max-width: 600px) {
  nav ul li {
    font-size: 16px;
	width: auto;
	height: auto;
  }
}

@media only screen and (max-width: 600px) {
  nav ul li button.subbutton {
    font-size: 16px;
	width: auto;
	height: auto;
  }
}

@media only screen and (max-width: 600px) {
  header {
    display: flex;
	justify-content: center;
	align-items: center;
  }
}

nav ul li a 
{
	text-decoration: none;
	color: black;
	font-family: carbon;
	background-color: chartreuse;
	border-radius: 5px;
	padding: 0px 5px 0px 5px;
}

nav ul li a:hover
{
	text-decoration: none;
	color: chartreuse;
	background-color: black;
}

nav ul li.activepage a
{
	color: white;
	background-color: green;
}

nav ul li .subbutton
{
	color: black;
	background-color: chartreuse;
	font-family: carbon;
	font-size: 30px;
	border: none;
	border-radius: 5px;
}

nav ul li.submenu
{
	position: relative;
}

nav ul li.submenu ul
{
	display: none;
}

nav ul li.submenu button:hover
{
	color: chartreuse;
	background-color: black;
}

nav ul li.submenu:hover ul
{
	display: block;
	color: chartreuse;
	background-color: black;
}

ul.subsidiaries
{
	border-radius: 5px;
}

ul.subsidiaries li
{
	background-color: black;
	border-radius: 5px;
	margin: 5px 0px 5px 0px;
}

ul.subsidiaries li a 
{
	color: black;
	font-family: carbon;
	border-radius: 5px;
}

main
{
	
}

main h1
{
	color: chartreuse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	margin-bottom: 20px;
	text-align: center;
	font-family: imagine;
	text-shadow: 1px 1px 2px lime;
	font-size: 48px;
}

main div p.leftsideways
{
	margin-top: 290px;
	margin-right: auto;
	margin-left: auto;
	color: chartreuse; 
	transform: rotate(-90deg);
	/* float: left; */
	font-family: imagine;
	/* border: solid 5px purple; */
	width: auto;
	height: 20px;
	display: flex;
	align-items: center;

}

main div p.rightsideways
{
	color: chartreuse;
	transform: rotate(90deg);
	height: 20px;
	font-family: imagine;
	margin-top: 290px;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	display: flex;
}

main .leftsideblock
{
	height: auto;
	width: 20%;
	max-width: auto;
	object-fit: contain;
	/* margin-left: 5%; */
	margin-right: auto;
	text-align: center;
	background-color: green;
	padding: 16px;
	border: solid 5px chartreuse;
	border-radius: 5px;
	display: inline-block;
}

main .rightsideblock
{
	height: auto;
	width: 20%;
	margin-left: auto;
	/* margin-right: -75%; */
	background-color: green;
	text-align: center;
	padding: 16px;
	/* margin-top: 64px; */
	border: solid 5px chartreuse;
	display: inline-block;
	border-radius: 5px;
}

main h2
{
	color: black;
	background-color: chartreuse;
	display: inline;
	font-family: carbon;
	font-size: 32px;
	border-radius: 0px 0px 5px 5px;
	padding-right: 8px;
	padding-left: 8px;
}

main div div p.contentp
{
	margin-top: 12px;
	margin-bottom: 24px;
	margin-right: 10px;
	margin-left: 10px;
	color: white;
	font-family: carbon;
	font-size: 20px;
}

main div
{
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	max-width: auto;
	object-fit: contain;
}

main div.firstcontent
{
	height: auto;
	display: inline;
	border: solid 5px chartreuse;
	border-radius: 20px;
	margin-right: auto;
	width: 50%;
	max-width: auto;
	object-fit: contain;
	text-align: center;
}

main div div.leftsideblock p
{
	color: white;
	background-color: black;
	margin-top: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	font-family: carbon;
	border-radius: 5px;
}

main div div.leftsideblock img
{
	border-radius: 5px;
	width: 100%;
	max-width: auto;
	object-fit: contain;
}

main div.secondcontent
{
	height: auto;
	display: inline;
	border: solid 5px chartreuse;
	border-radius: 20px;
	margin-left: auto;
	width: 50%;
	text-align: center;
}

main div div.rightsideblock p
{
	color: white;
	background-color: black;
	margin-top: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	font-family: carbon;
	border-radius: 5px;
}

main div div.rightsideblock img
{
	border-radius: 5px;
	width: 100%;
	max-width: auto;
	object-fit: contain;
}

main div p.leftsideways2
{
	margin-top: 290px;
	margin-right: auto;
	margin-left: auto;
	color: chartreuse; 
	transform: rotate(-90deg);
	/* float: left; */
	font-family: imagine;
	/* border: solid 5px purple; */
	width: auto;
	height: 20px;
	display: flex;
	align-items: center;

}

main div.thirdcontent
{
	height: auto;
	display: inline;
	border: solid 5px chartreuse;
	border-radius: 20px;
	margin-right: auto;
	width: 50%;
	text-align: center;
}

main div.thirdcontent h3
{
	background-color: chartreuse;
	width: auto;
	color: black;
	font-family: carbon;
}


main div.thirdcontent img
{
	margin-top: 12px;
	max-width: auto;
	height: auto;
}

main div.firstcontent img
{
	margin-top: 12px;
	max-width: 100%;
	height: auto;
}

footer
{
	margin-top: 64px;
	text-align: center;
}

footer ul
{
	background-color: green;
	display: flex;
	justify-content: space-around;
	list-style-type: none;
	padding-top: 12px;
	padding-bottom: 12px;
	/* color: ; */
}

footer div
{
	display: flex;
	justify-content: center;
	align-items: center;
}

footer ul li a
{
	background-color: chartreuse;
	color: black;
	text-decoration: none;
	font-size: 24px;
	font-family: carbon;
	border-radius: 5px;
	padding: 4px;
}

footer ul li a:hover
{
	background-color: black;
	color: chartreuse;
}

footer h4
{
	margin-top: 24px;
	margin-left: 64px;
	background-color: black;
	color: green;
	font-family: imagine;
	display: inline-block;
}

footer img
{
	float: right;
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-top: 12px;
}

div.aboutcontent
{
	display: flex;
	justify-content: center;
	/* align-items: center; */
	background-color: green;
	border: solid 5px chartreuse;
	border-radius: 5px;
	width: 60%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: auto;
	object-fit: contain;
}

div.aboutcontent img
{
	width: 30%;
	/* border: solid red 5px; */
	max-width: auto;
	object-fit: contain;
	height: auto;
}

div.aboutcontent div
{
	display: flex;
	flex-direction: column;	
	text-align: center;
	justify-content: space-around;
	/* align-items: center; */
	background-color: black;
	height: auto;
	border: solid 5px chartreuse;
	margin-top: -5px;
}

main div.aboutcontent div h3
{
	/* display: inline; */
	background-color: chartreuse;
	width: auto;
	color: black;
	font-family: imagine;
	
}

main div.aboutcontent div p
{
	color: white;	
	font-family: carbon;
}

main div.login
{
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	background-color: green;
	padding-bottom: 4px;
	padding-top: 4px;
}

main div form
{
	/* display: flex; */
	color: white;
	font-family: imagine;
	background-color: green;
	/* justify-content: space-around; */
}

main div form input
{
	font-family: imagine;
	margin-right: 10px;
	margin-left: 10px;
}

main div.autoheader
{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

main div.autoheader h4
{
	color: chartreuse;
	display: block;
	font-family: imagine;
	font-size: 24px;
	margin-bottom: 12px;
}

main div.autoheader p 
{
	background-color: chartreuse;
	display: block;
	font-family: carbon;
	padding: 4px;
}

a.buyerview
{
	margin-top: 12px;
	font-family: imagine;
	width: 5%;
	background-color: chartreuse;
	padding-bottom: 4px;
	text-decoration: none;
	color: black;
}

main ul.portfoliolist
{
	/* background-color: green; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	list-style-type: none;
}

main ul.portfoliolist li
{
	background-color: green;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 5px;
	text-align: center;
}

main ul.portfoliolist li h5
{
	font-family: carbon;
	font-size: 30px;
}

main ul.portfoliolist li p
{
	font-family: carbon;
}

main ul.portfoliolist li a
{
	font-family: imagine;
	color: chartreuse;
}

.leftbox
{
	background-color: green;
	width: 20%;
	margin-left: 50px;
	display: flex;
	flex-direction: column;
	padding: 5px;
	border-radius: 5px;
	text-align: center;
}

.rightbox
{
	background-color: chartreuse;
	width: 20%;
	margin-right: 100px;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	padding: 5px;
	border-radius: 5px;
	text-align: center;
}

.leftbox h5
{
	font-family: carbon;
	font-size: 30px;
}

.leftbox p
{
	font-family: carbon;
}

.rightbox h5
{
	font-family: carbon;
	font-size: 30px;
}

.rightbox p, a
{
	font-family: carbon;
	/* text-decoration: none; */
	color: black;
}

.rightimg
{
	width: 20%;
	display: inline;
	margin-top: 26px;
}

.imgcontain
{
	margin-right: 50px;
}

.contactdiv
{
	background-color: chartreuse;
	text-align: center;
	display: flex;
	flex-direction: column;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	border-radius: 10px;
}

.contactdiv h6
{
	font-family: carbon;
	font-size: 30px
}

.contactdiv p 
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: imagine;
}