@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,800');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
* {
	font-family: 'Open Sans', sans-serif;
}

a li {
	font-family: 'Raleway', sans-serif;
}

h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}


/*li{
	font-weight: 500;
	color: #0B2545;
}*/

.p-commit {
	text-align: center;
	margin: 0 auto;
	padding-top: 200px;
	width: 50%;
}

.parallelogram {
	margin-top: 200px;
}

.philosophy {
	width: 80%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: auto;
	margin-top: 310px;
}

.philosophy-heading {
	font-size: 40px;
	color: #0B2545;
	margin: 0;
}

.philosophy-content {
	margin: 0;
	font-size: 16px;
	color: #0B2545;
	padding-top: 20px;
}


/*.heading-text {
    position: absolute;
    z-index: 1000;
    padding-top: 135px;
    width: 55%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-left: 37%;
}
.title-about {
    font-family: Raleway-ExtraBold;
    font-size: 72px;
    color: #0B2545;
    line-height: 65px;
    z-index: 1000;
    padding-top: 260px;
    padding-left: 54%;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}*/

.parallelogram-p {
	width: 100%;
	padding-bottom: 1250px;
	background-image: linear-gradient(-45deg, #13315C 0%, #3A539B 100%);
	clip-path: polygon(0 42%, 125% 0, 100% 66.3%, 0 100%);
	-webkit-clip-path: polygon(0 42%, 125% 0, 100% 66.3%, 0 99%);
}

.parallelogram-p:nth-child(8) {
	display: none;
}

.All-Projects {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
	position: absolute;
	height: 7000px;
}

.project1 {
	/*padding-top: 75px;*/
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
	width: 1200px;
	z-index: 2000;
	background-color: white;
	height: 690px;
	-webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.32);
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.32);
	/*display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between*/
}

.bottom {
	display: none;
}


/*Font Stuff*/

.project-text {
	padding: 10px 0 0 30px;
	width: 700px;
	;
	height: 625px;
	text-align: left !important;
	background-color: white;
	float: left;
}

.project-text h2,
h4,
p {
	color: #0B2545;
}

.project-text li {
	color: #0B2545;
}

.project-text h2 {
	font-size: 2.8em;
	line-height: 1.2em;
	font-weight: 800;
}

.project-text h3 {
	font-size: 1em;
	font-weight: 500;
	color: #8DA9C4;
	margin-top: -24px;
}

.project-text h4 b {
	font-size: 1em;
	font-weight: 500;
	color: #8DA9C4
}

.project-imgs {
	padding-top: 5px;
	float: right;
	position: absolute;
	padding-left: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.project1 img {
	height: 345px;
	width: auto;
	float: right;
	clear: both;
	padding: 0px;
}

.mb-br {
	display: none;
}

.img-mb {
	object-fit: cover;
}


/*h4{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}*/


/*.footer{
	margin-top: 3250px !important;

}/*
/*body{
	height: 3600px !important;
}*/

@media only screen and (min-width: 901px) {
	.brIn {
		display: none;
	}
}

@media only screen and (max-width: 900px) and (min-width: 700px) {
	.brIn {
		display: inherit;
	}
}

@media only screen and (max-width: 699px) {
	.brIn {
		display: none;
	}
}

@media screen and (max-width: 3000px) and (min-width: 2370px) {
	.project-text {
		width: 700px;
	}
}

@media screen and (max-width: 1300px) and (min-width: 1001px) {
	.img-mb img {
		height: 300px;
		width: 49.5%;
		object-fit: cover;
		z-index: 3000;
	}
	.img-mb {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
		height: 30%;
	}
	.project1 {
		/*padding-top: 75px;*/
		margin: 0 auto;
		width: 800px;
		height: 775px;
	}
	/*
	.pT0
	.pT1
	.pT2
	.pT3
	.pT4
	.pT5
	.pT6
	.pT7
	.pT8
	.pT9
	*/
	.pT0 {
		height: 850px;
	}
	.pT1 {
		height: 750px;
	}
	.pT2 {
		height: 800px;
	}
	.pT5 {
		height: 875px;
	}
	.pT6 {
		height: 825px;
	}
	.pT8 {
		height: 900px;
	}
	.All-Projects {
		height: 9700px;
	}
	.project-text {
		padding: 0;
		width: 800px;
		text-align: center !important;
		background-color: white;
		float: none;
		height: 400px;
		margin-top: 100px;
	}
	.pT0 .project-text {
		margin-top: 70px;
	}
	.pT2 .project-text {
		margin-top: 90px;
	}
	.pT5 .project-text {
		margin-top: 50px;
	}
	.pT6 .project-text {
		margin-top: 50px;
	}
	.pT8 .project-text {
		margin-top: 50px;
	}
	.project-text li {
		text-align: left;
		margin: 0 auto;
		width: 85%;
	}
	.project-text h2 {
		text-align: center;
		margin: 0 auto;
		width: 80%;
		padding-top: 12px;
	}
	.project-text h3 {
		text-align: center;
		margin: 0 auto;
		width: 80%;
	}
	.project-text h4 {
		text-align: left;
		margin: 0 auto;
		width: 80%;
	}
	.project-text p {
		margin: 0 auto;
		width: 90%;
	}
	.project-text div {
		float: left;
		position: relative;
	}
	.up {
		display: inline;
	}
	/*.footer{
	margin-top: 4500px !important;

}*/
	.parallelogram-p {
		padding-bottom: 1400px;
	}
	.parallelogram-p:last-child {
		display: none;
	}
}

@media screen and (max-width: 1000px) and (min-width: 801px) {
	.img-mb img {
		height: 200px;
		width: 49.5%;
		object-fit: cover;
		z-index: 3000;
	}
	.img-mb {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
		height: 25%;
	}
	#hydro {
		height: 1000px;
	}
	.All-Projects {
		height: 9700px;
	}
	.project-text {
		padding: 0;
		width: 640px;
		margin: 0 auto;
		text-align: center !important;
		background-color: white;
		float: none;
		height: 500px;
		position: relative;
		margin-top: 40px;
	}
	.project-text li {
		text-align: left;
		margin: 0 auto;
		width: 90%;
	}
	.project-text h2 {
		text-align: center;
		margin: 0 auto;
		padding-top: 12px;
		width: 95%;
	}
	.project-text h3 {
		text-align: center;
		margin: 0 auto;
		width: 95%;
	}
	.project-text h4 {
		text-align: left;
		margin: 0 auto;
		width: 90%;
	}
	.project-text p {
		margin: 0 auto;
		width: 90%;
	}
	.project-text div {
		float: left;
		position: relative;
	}
	.project1 {
		/*padding-top: 75px;*/
		margin: 0 auto;
		width: 640px;
		height: 700px;
	}
	.pT0 {
		height: 880px;
	}
	.pT5 {
		height: 880px;
	}
	.pT6 {
		height: 800px;
	}
	.pT7 {
		height: 780px;
	}
	.pT8 {
		height: 820px;
	}
	.pT0 .project-text {
		margin-top: 0px;
	}
	.pT5 .project-text {
		margin-top: 20px;
	}
	.pT6 .project-text {
		margin-top: 20px;
	}
	.pT7 .project-text {
		margin-top: 20px;
	}
	.pT8 .project-text {
		margin-top: 0px;
	}
	.up {
		display: inline;
	}
	.parallelogram-p {
		padding-bottom: 1400px;
	}
	.parallelogram-p:nth-child(8) {
		display: none;
	}
}

@media screen and (max-width: 800px) and (min-width: 700px) {
	.img-mb img {
		height: 200px;
		width: 49.5%;
		object-fit: cover;
		z-index: 3000;
	}
	.img-mb {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
		height: 25%;
	}
	#hydro {
		height: 1000px;
	}
	.All-Projects {
		height: 9500px;
	}
	.project-text {
		padding: 0;
		width: 600px;
		margin: 0 auto;
		text-align: center !important;
		background-color: white;
		float: none;
		height: 400px;
		position: relative;
		margin-top: 30px
	}
	.pT0 .project-text {
		margin-top: -75px;
	}
	.project-text li {
		text-align: left;
		margin: 0 auto;
		width: 90%;
	}
	.project-text h2 {
		text-align: center;
		margin: 0 auto;
		padding-top: 12px;
		width: 95%;
	}
	.project-text h3 {
		text-align: center;
		margin: 0 auto;
		width: 95%;
	}
	.project-text h4 {
		text-align: left;
		margin: 0 auto;
		width: 90%;
	}
	.project-text p {
		margin: 0 auto;
		width: 90%;
	}
	.project-text div {
		float: left;
		position: relative;
	}
	.project1 {
		/*padding-top: 75px;*/
		margin: 0 auto;
		width: 600px;
		height: 700px;
	}
	.pT0 {
		height: 888px;
	}
	.pT3 {
		height: 775px;
	}
	.pT4 {
		height: 700px;
	}
	.pT5 {
		height: 850px;
	}
	.pT6 {
		height: 780px;
	}
	.pT7 {
		height: 780px;
	}
	.pT8 {
		height: 850px;
	}
	.pT0 .project-text {
		margin-top: -10px;
	}
	.pT3 .project-text {
		margin-top: 20px;
	}
	.pT4 .project-text {
		margin-top: 25px;
	}
	.pT5 .project-text {
		margin-top: -10px;
	}
	.pT6 .project-text {
		margin-top: 20px;
	}
	.pT7 .project-text {
		margin-top: 0px;
	}
	.pT8 .project-text {
		margin-top: -20px;
	}
	.up {
		display: inline;
	}
	.parallelogram-p {
		padding-bottom: 1400px;
	}
	.parallelogram-p:nth-child(8) {
		display: none;
	}
	/*.footer{
	margin-top: 4400px !important;
}*/
}

@media screen and (max-width: 699px) and (min-width: 600px) {
	.img-mb img {
		height: 200px;
		width: 49.5%;
		object-fit: cover;
		z-index: 3000;
	}
	.img-mb {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
		height: 25%;
	}
	#hydro {
		height: 1000px;
	}
	.All-Projects {
		height: 11000px;
		margin-top: 150px;
	}
	.project-text {
		padding: 0;
		width: 480px;
		margin: 0 auto;
		text-align: center !important;
		background-color: white;
		float: none;
		height: 550px;
		position: relative;
		margin-top: -10px
	}
	.pT0 .project-text {
		margin-top: -75px;
	}
	.project-text li {
		text-align: left;
		margin: 0 auto;
		width: 90%;
	}
	.project-text h2 {
		text-align: center;
		margin: 0 auto;
		padding-top: 12px;
		width: 100%;
	}
	.project-text h3 {
		text-align: center;
		margin: 0 auto;
		width: 95%;
	}
	.project-text h4 {
		text-align: left;
		margin: 0 auto;
		width: 90%;
	}
	.project-text p {
		margin: 0 auto;
		width: 90%;
	}
	.project-text div {
		float: left;
		position: relative;
	}
	.project1 {
		/*padding-top: 75px;*/
		margin: 0 auto;
		width: 480px;
		height: 825px;
	}
	.pT0 {
		height: 1010px;
	}
	.pT1 {
		height: 764px;
	}
	.pT3 {
		height: 850px;
	}
	.pT5 {
		height: 1100px;
	}
	.pT6 {
		height: 972px;
	}
	.pT7 {
		height: 872px;
	}
	.pT8 {
		height: 1025px;
	}
	.pT0 .project-text {
		margin-top: -40px;
	}
	.pT1 .project-text {
		margin-top: 20px;
	}
	.pT3 .project-text {
		margin-top: 0px;
	}
	.pT5 .project-text {
		margin-top: -60px;
	}
	.pT6 .project-text {
		margin-top: -30px;
	}
	.pT7 .project-text {
		margin-top: -10px;
	}
	.pT8 .project-text {
		margin-top: -60px;
	}
	.up {
		display: inline;
	}
	.parallelogram-p {
		padding-bottom: 1600px;
	}
}

@media screen and (max-width: 599px) and (min-width: 525px) {
	.img-mb img {
		height: 150px;
		width: 49.5%;
		object-fit: cover;
		/*float: none;
	padding: none;*/
	}
	.img-mb {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
		height: 15%;
	}
	.project1 {
		/*padding-top: 75px;*/
		margin: 0 auto;
		width: 420px;
		height: 880px;
	}
	/*
	.pT0
	.pT1
	.pT2
	.pT3
	.pT4
	.pT5
	.pT6
	.pT7
	.pT8
	.pT9	
	*/
	.pT0 {
		height: 1200px;
	}
	.pT1 {
		height: 750px;
	}
	.pT3 {
		height: 920px;
	}
	.pT5 {
		height: 1175px;
	}
	.pT6 {
		height: 1000px;
	}
	.pT7 {
		height: 900px;
	}
	.pT8 {
		height: 1100px;
	}
	.All-Projects {
		padding-top: 200px;
		height: 11000px;
	}
	.project-text {
		padding: 0;
		width: 420px;
		margin: 0 auto;
		text-align: center !important;
		background-color: white;
		float: none;
		height: 650px;
		margin-top: 40px;
	}
	.project-text li {
		text-align: left;
		margin: 0 auto;
		width: 80%;
	}
	.project-text h2 {
		text-align: center;
		margin: 0 auto;
		width: 95%;
	}
	.project-text h3 {
		text-align: center;
		margin: 0 auto;
		width: 85%;
	}
	.project-text h4 {
		text-align: left;
		margin: 0 auto;
		width: 80%;
	}
	.project-text p {
		margin: 0 auto;
		width: 80%;
	}
	.project-text div {
		float: left;
		position: relative;
	}
	.pT0 .project-text {
		margin-top: -10px;
	}
	.pT3 .project-text {
		margin-top: 20px;
	}
	.pT5 .project-text {
		margin-top: -10px;
	}
	.pT6 .project-text {
		margin-top: -10px;
	}
	.pT7 .project-text {
		margin-top: 20px;
	}
	.pT8 .project-text {
		margin-top: -10px;
	}
	.parallelogram-p {
		padding-bottom: 1600px;
	}
	.parallelogram-p:nth-child(8) {
		display: none;
	}
	/*.footer{
	margin-top: 4500px !important;

}*/
	.up {
		display: inline;
	}
}

@media screen and (max-width: 600px) and (min-width: 524px) {
	.title-about {
		padding-top: 0px !important;
	}
}

@media screen and (max-width: 5000px) and (min-width: 525px) {
	.project-text {
		display: inherit !important;
	}
}

@media screen and (max-width: 524px) and (min-width: 400px) {
	.title-about {
		font-size: 72px;
		color: #0B2545;
		line-height: 65px;
		z-index: 1000;
		padding-top: 0% !important;
		margin: -50px !important;
		display: flex;
		justify-content: flex-end;
	}
	.sub-title {
		padding-top: 40px !important;
	}
	.All-Projects {
		padding-top: 200px;
		position: relative;
		/*height: none;*/
	}
	/*.footer{
	margin-top: 3000px !important;

}*/
	.project1 {
		/*padding-top: 75px;*/
		margin: 0 auto;
		width: 90%;
		height: auto;
		margin-top: 50px;
		margin-bottom: 50px;
		/*height: 1000px;*/
	}
	.img-mb img {
		height: auto;
		width: 49.5%;
		object-fit: cover;
		/*float: none;
	padding: none;*/
	}
	.img-mb {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
		height: 130px;
	}
	/*--------------------------------------------------*/
	.project-text h2 {
		font-size: 20px;
		line-height: 2em;
		font-weight: 800;
		width: 84%;
		margin: 0 auto;
	}
	/*.All-Projects{
	min-height: 1400px;
	}*/
	.project-text h3 {
		font-size: 16px;
		font-weight: 500;
		color: #8DA9C4;
		width: 70%;
		margin: 0 auto;
		margin-top: -5px;
	}
	.project-text h4 b {
		font-size: 16px;
		/*font-weight: 500;*/
		color: #8DA9C4
	}
	.project-text {
		padding: 0;
		width: 90%;
		text-align: center !important;
		background-color: white;
		float: none;
	}
	/*li {
	text-indent:-20px
	}*/
	.project-text li,
	ul {
		text-align: center;
		/*list-style-type: none;*/
		list-style-position: inside;
		margin: 0;
		padding: 0 8px 0 8px;
	}
	.project-text ul li {
		text-align: left;
	}
	.project-text p,
	.project-text li,
	.project-text p,
	.project-text h4 {
		width: 90%;
		margin: 0 auto;
	}
	/*.toggle {
	height: 24px;
	width: 40%;
  	-webkit-border-radius: 8;
	-moz-border-radius: 8;
	border-radius: 8px;
  	color: #ffffff;
  	font-size: 20px;
  	background: #8DA9C4;
  	padding: 10px 20px 10px 20px;
  	text-decoration: none;
	z-index: 3000;
	float: left; 
	margin: 0 auto;
}*/
	.toggle p {
		color: #fff;
		margin: 0 auto;
		text-align: center;
	}
	/*.toggle:hover {
  background: #3C6287;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}*/
	.bottom {
		background-color: white;
		padding: 10px;
		height: 96px;
		margin: 0 auto;
		width: /*calc(25% - 10px)*/
		275px;
		z-index: 4000;
		/*text-align: center;*/
		border-radius: 3px;
		position: relative;
		/*margin-top: 400px;*/
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.bottom h3 {
		margin: 0 auto;
		color: #5f758e;
	}
	.up {
		position: relative;
		display: none;
		padding: 10px;
		margin: 0 auto;
		height: 800px;
		background: white;
		text-align: center;
	}
	.lTxt {
		height: 964px;
	}
	.lTxt2 {
		height: 1064px;
	}
	.parallelogram-p {
		display: none;
	}
	h4 {
		text-align: left;
	}
	.mb-br {
		display: inherit;
	}
	/*body{
	min-height: 1500px !important;
}*/
}

@media screen and (max-width: 399px) and (min-width: 300px) {
	.title-about {
		font-size: 72px;
		color: #0B2545;
		line-height: 65px;
		z-index: 1000;
		padding-top: 0% !important;
		/*margin: -50px !important;*/
		display: flex;
		justify-content: flex-end;
	}
	.All-Projects {
		padding-top: 200px;
		position: relative;
	}
	.project1 {
		/*padding-top: 75px;*/
		margin: 0 auto;
		width: 90%;
		height: auto;
		margin-top: 50px;
		margin-bottom: 50px;
		/*height: 1000px;*/
	}
	.img-mb img {
		height: auto;
		width: 49.5%;
		object-fit: cover;
		/*float: none;
	padding: none;*/
	}
	.img-mb {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
		height: 130px;
	}
	/*--------------------------------------------------*/
	.project-text h2 {
		font-size: 20px;
		line-height: 2em;
		font-weight: 800;
		width: 84%;
		margin: 0 auto;
	}
	/*.All-Projects{
	min-height: 1400px;
	}*/
	.project-text h3 {
		font-size: 16px;
		font-weight: 500;
		color: #8DA9C4;
		width: 60%;
		margin: 0 auto;
		margin-top: -5px;
	}
	.project-text h4 b {
		font-size: 16px;
		font-weight: 500;
		color: #8DA9C4
	}
	.project-text {
		padding: 0;
		width: 90%;
		text-align: center !important;
		background-color: white;
		float: none;
	}
	/*li {
	text-indent:-20px
	}*/
	.project-text li,
	ul {
		text-align: center;
		list-style-type: none;
		list-style-position: inside;
		margin: 0;
		padding: 0 8px 0 8px;
	}
	.project-text ul li {
		text-align: center;
	}
	.project-text p,
	.project-text li,
	.project-text p,
	.project-text h4 {
		width: 90%;
		margin: 0 auto;
	}
	/*.toggle {
	height: 24px;
	width: 40%;
  	-webkit-border-radius: 8;
	-moz-border-radius: 8;
	border-radius: 8px;
  	color: #ffffff;
  	font-size: 20px;
  	background: #8DA9C4;
  	padding: 10px 20px 10px 20px;
  	text-decoration: none;
	z-index: 3000;
	float: left; 
	margin: 0 auto;
}*/
	.toggle p {
		color: #fff;
		margin: 0 auto;
		text-align: center;
	}
	/*.toggle:hover {
  background: #3C6287;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}*/
	.bottom {
		background-color: white;
		padding: 10px;
		height: 96px;
		margin: 0 auto;
		width: 90%;
		z-index: 4000;
		/*text-align: center;*/
		border-radius: 3px;
		position: relative;
		/*margin-top: 400px;*/
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.bottom h3 {
		margin: 0 auto;
		color: #0B2545;
	}
	.up {
		position: relative;
		display: none;
		padding: 10px;
		margin: 0 auto;
		height: 920px;
		width: 90%px;
		background: white;
		text-align: center;
	}
	.lTxt {
		height: 1064px;
	}
	.lTxt2 {
		height: 1264px;
	}
	.parallelogram-p {
		display: none;
	}
	h4 {
		text-align: left;
	}
	.mb-br {
		display: inherit;
	}
}

@media screen and (max-width: 299px) and (min-width: 200px) {
	.project1 {
		/*padding-top: 75px;*/
		margin: 0 auto;
		width: 90%;
		height: auto;
		margin-top: 50px;
		margin-bottom: 50px;
		/*height: 1000px;*/
	}
	.img-mb img {
		height: auto;
		width: 49.5%;
		object-fit: cover;
		/*float: none;
	padding: none;*/
	}
	.img-mb {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
		height: 130px;
	}
	/*--------------------------------------------------*/
	.project-text h2 {
		font-size: 20px;
		line-height: 2em;
		font-weight: 800;
		width: 84%;
		margin: 0 auto;
	}
	.All-Projects {
		position: absolute;
	}
	.project-text h3 {
		font-size: 16px;
		font-weight: 500;
		color: #8DA9C4;
		width: 60%;
		margin: 0 auto;
		margin-top: -5px;
	}
	.project-text h4 b {
		font-size: 16px;
		font-weight: 500;
		color: #8DA9C4
	}
	.project-text {
		padding: 0;
		width: 90%;
		text-align: center !important;
		background-color: white;
		float: none;
	}
	/*li {
	text-indent:-20px
	}*/
	.project-text li,
	ul {
		text-align: center;
		list-style-type: none;
		list-style-position: inside;
		margin: 0;
		padding: 0 8px 0 8px;
	}
	.project-text ul li {
		text-align: center;
	}
	.project-text p,
	.project-text li,
	.project-text p,
	.project-text h4 {
		width: 90%;
		margin: 0 auto;
	}
	/*.toggle {
	height: 24px;
	width: 40%;
  	-webkit-border-radius: 8;
	-moz-border-radius: 8;
	border-radius: 8px;
  	color: #ffffff;
  	font-size: 20px;
  	background: #8DA9C4;
  	padding: 10px 20px 10px 20px;
  	text-decoration: none;
	z-index: 3000;
	float: left; 
	margin: 0 auto;
}*/
	.toggle p {
		color: #fff;
		margin: 0 auto;
		text-align: center;
	}
	/*.toggle:hover {
  background: #3C6287;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}*/
	.bottom {
		background-color: white;
		padding: 10px;
		height: 96px;
		margin: 0 auto;
		width: 90%;
		z-index: 4000;
		/*text-align: center;*/
		border-radius: 3px;
		position: relative;
		/*margin-top: 400px;*/
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.bottom h3 {
		margin: 0 auto;
	}
	.up {
		position: relative;
		display: none;
		padding: 10px;
		margin: 0 auto;
		height: 975px;
		s width: 275px;
		background: white;
		text-align: center;
	}
	.parallelogram-p {
		display: none;
	}
	h4 {
		text-align: left;
	}
	.mb-br {
		display: inherit;
	}
}


/*ul li{
	font-weight: 500;
	color: #0B2545;
}*/

@-moz-document url-prefix() {
	@media screen and (max-width: 524px) and (min-width: 400px) {
		.img-mb img {
			height: auto;
			width: 49.5%;
			object-fit: cover;
			z-index: 10000;
		}
		.project-text h2 {
			font-size: 20px;
			line-height: 2em;
			font-weight: 800;
			width: 84%;
			margin: 0 auto;
			padding-top: 50px;
		}
		.bottom {
			margin-top: 35px;
		}
	}
}

@media screen and (max-width: 524px) and (min-width: 200px) {
	.All-Projects {
		height: auto !important;
	}
	.bottom-logo {
		margin-top: 50px;
	}
}

@media screen and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.project-text {
		position: static;
		background-color: none;
		background: none;
		margin-top: -325px;
	}
}

@media screen and (max-width: 1300px) and (min-width: 525px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.project-text {
		margin-top: 0px;
		width: 105% !important;
	}
	.project-text h2 {
		width: 100%;
	}
	project-text h3 {
		width: 100%;
	}
	project-text p {
		width: 100%;
	}
	project-text li {
		width: 100%;
	}
}

@media screen and (max-width: 5000px) and (min-width: 1301px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.img-mb img {
		height: 300px;
		width: 49.5%;
		object-fit: cover;
		z-index: 3000;
	}
	.img-mb {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
		height: 30%;
	}
	.project1 {
		/*padding-top: 75px;*/
		margin: 0 auto;
		width: 800px;
		height: 775px;
	}
	/*
	.pT0
	.pT1
	.pT2
	.pT3
	.pT4
	.pT5
	.pT6
	.pT7
	.pT8
	.pT9
	*/
	.pT0 {
		height: 925px;
	}
	.pT1 {
		height: 750px;
	}
	.pT2 {
		height: 800px;
	}
	.pT5 {
		height: 875px;
	}
	.pT6 {
		height: 825px;
	}
	.pT8 {
		height: 900px;
	}
	.All-Projects {
		height: 9000px;
	}
	.project-text {
		padding: 0;
		width: 800px;
		text-align: center !important;
		background-color: white;
		float: none;
		height: 400px;
		margin-top: 100px;
	}
	.pT0 .project-text {
		margin-top: 50px;
	}
	.pT2 .project-text {
		margin-top: 90px;
	}
	.pT5 .project-text {
		margin-top: 50px;
	}
	.pT6 .project-text {
		margin-top: 50px;
	}
	.pT8 .project-text {
		margin-top: 50px;
	}
	.project-text li {
		text-align: left;
		margin: 0 auto;
		width: 85%;
	}
	.project-text h2 {
		text-align: center;
		margin: 0 auto;
		width: 80%;
		padding-top: 12px;
	}
	.project-text h3 {
		text-align: center;
		margin: 0 auto;
		width: 80%;
	}
	.project-text h4 {
		text-align: left;
		margin: 0 auto;
		width: 80%;
	}
	.project-text p {
		margin: 0 auto;
		width: 90%;
	}
	.project-text div {
		float: left;
		position: relative;
	}
	.up {
		display: inline;
	}
	/*.footer{
	margin-top: 4500px !important;

}*/
	.parallelogram-p {
		padding-bottom: 1400px;
	}
	.parallelogram-p:last-child {
		display: none;
	}
}