
*{
	margin: 10;
	padding: 10;
	font-family: sans-serif;
}
.container {
	/* background-color:#2E4272; */
	display: flex;
	width: 800px;
	min-height: 100vh;
	padding-left: 8%;
	padding-right: 8%;
	box-sizing: border-box;
	overflow: hidden;
	border-style: solid;
	color: rgb(26, 14, 16);
}
.navbar{
	width: 100%;
	height: 300%;
	display: flex;
	align-items: center;
	/* border-style: solid;
	color: crimson; */
}
.logo{
	width: 50%;
	cursor: pointer;
	margin: 0px 0;
}
.menu-icon{
	width: 25px;
	cursor: pointer;
	display: none;
}
nav{
	/* flex: 1; */
	text-align: left;
	/* margin-right: 40px; */
}
nav ul li a:hover{
	color: #e22513;
}
.topnav {
	overflow: hidden;
	background-color: #2E4272;
	text-align: left;
}
.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 16px 18px;
	text-decoration: none;
	font-size: 17px;
}
.active {
/* background-color: #04AA6D; */
	color: white;
}
.topnav .icon {
	display: none;
}
.dropdown {
	float: left;
	overflow: hidden;
}
.dropdown .dropbtn {
	font-size: 17px;
	border: none;
	outline: none;
	color: white;
	padding: 16px 18px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}
.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: #96b54e;
	color: white;
}
.dropdown-content a:hover {
	background-color: #ddd;
	color: #e22513;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.flex-item {
    color: #e22513;
    font-size: 13px;
    font-weight: bold;
    margin: 0px;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.row{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0px 0;
	/* border-style: solid;
	color: #e22513; */
}
.col-1{
	flex-basis: 45%;
	position: relative;
	margin-left: 50px;
	/* border-style: solid;
	color: chartreuse; */
}
.col-1 p{
	font-size: 14px;
	font-weight: 60;
	font-family: 'Times New Roman', Times, serif;
	color: #080505;
}
.col-1 p{
	margin: 30px 0;
	font-size: 18px;
}
.col-2{
	position: relative;
	flex-basis: 55%;
	margin-left: 10px;
	/* border-style: solid;
	color: coral;	 */
}
.col-2 .promoters{
	width: 90%;
	padding-top: 20px;
}
.footer{
	height: 60px;
	margin: 50px;
	cursor: pointer;
	text-align: center;
	font-size: 15px;
	font-family: 'Times New Roman', Times, serif;
	/* border-style: solid;
	color: darkred; */
}
.solar{
	color: #e22513;
	font-weight: bold;
	font-size: 13px;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
@media screen and (max-width: 700px) {
	.topnav a:not(:first-child), .dropdown .dropbtn {
	display: none;
	}
	.topnav a.icon {
		float: right;
		display: block;
	}
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
    	position: absolute;
    	right: 0;
    	top: 0;
  	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
		transition: 0.5s;
	}
	.topnav.responsive .dropdown {float: none;}
	.topnav.responsive .dropdown-content {position: relative;}
	.topnav.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: left;
		transition: 0.5s;
	}
}
@media only screen and (max-width:700px){
	nav ul {
		width: 100%;
		/* background: linear-gradient(#ff54a2 #ff575a); */
		background: #96b54e;
		position: absolute;
		top: 75px;
		right: 0;
		z-index:2;
	}
	nav ul li{
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	nav ul li a{
		color: #fff;
	}
	.menu-icon{
		display: block;
	}
	#menuList{
		overflow: hidden;
		transition: 0.5s;
	}
	.flex-item {
		color: #e22513;
		font-size: 10px;
		font-weight: bold;
		margin: 0px;
		font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	}
	.row{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 10px 0;
		/* border-style: solid;
		color: crimson;	 */
	}
	.col-1{
		flex-basis: 45%;
		position: relative;
		margin-left: 20px;
		/* border-style: solid;
		color: chartreuse; */
	}
	.col-1 p{
		font-size: 10px;
		color: #080505;
		font-weight: 20;
	}
	.col-1 p{
		margin: 30px 0;
		font-size: 10px;
	}
	.col-2{
		position: relative;
		flex-basis: 55%;
		margin-left: 10px;
		/* border-style: solid;
		color: coral;	 */
	}
	.col-2 .promoters{
		width: 100%;
		padding-top: 10px;
	}
	.footer{
		height: 60px;
		margin: 10px;
		cursor: pointer;
		text-align: center;
		font-size: 10px;
		font-family: 'Times New Roman', Times, serif;
		/* border-style: solid;
		color: darkred;		 */
	}
	.solar{
		color: #e22513;
		font-weight: bold;
		font-size: 10px;
		font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	}
}