html,
body {
	margin: 0;
	padding: 0;
	font-family:'Nunito', helvetica, arial, sans-serif;
	color: #ebebeb;
	
}

html {
	height: 100%;
}

body 	{
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

body.ecoabout	{
		background: url('../images/green_water_droplets-1807x1200.jpg') center/cover no-repeat fixed;
		}
       
body.ecoservices	{
		background: url('../images/dreamstime-u572-1807x1200.jpg') center/cover no-repeat fixed;
       }
       
body.ecoquality	{
		background: url('../images/dreamstime-u601-1807x1200.jpg') center/cover no-repeat fixed;
       }
       
body.ecoportfolio	{
		background: url('../images/dreamstime-u620-1807x1200.jpg') center/cover no-repeat fixed;
       }
       
body.ecocontact	{
		background: url('../images/dreamstime-u815-1807x1200.jpg') center/cover no-repeat fixed;
       }
       
body.ecoproducts	{
		background: url('../images/dreamstime-u962-1807x1200.jpg') center/cover no-repeat fixed;
       }
 
/*============START INDEX.HTML BACKGROUND=====================*/

			#back2 {
    background: url('../images/sunflowers-1807x1200.jpg') no-repeat center fixed;

}

#back1 {
    background: url('../images/poppyfield-1807x1200.jpg') no-repeat center fixed;
}


@keyframes backgroundchangeFadeInOut {
  0% {
    opacity:1;
  }
  25% {
    opacity:1;
  }
  50% {
    opacity:0;
  }
  75% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes backgroundchangeFadeInOut {
  0% {
    opacity:1;
  }
  25% {
    opacity:1;
  }
  50% {
    opacity:0;
  }
  75% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

/*=============ALL CHANGED AS EXPERIMENT===============*/

#backgroundchange div:nth-of-type(1) {
  animation-delay: 9s;
  -webkit-animation-delay: 9s;
}
#backgroundchange div:nth-of-type(2) {
  animation-delay: 4.5s;
  -webkit-animation-delay: 4.5s;
}

#backgroundchange div {
-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index:-1;
animation-name: backgroundchangeFadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 9s;

-webkit-animation-name: backgroundchangeFadeInOut;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
-webkit-animation-duration: 9s;

}

/*============END INDEX.HTML BACKGROUND=====================*/
       
/*START OF HEADER SECTION*/


.FlexWrapper {
	background-image: linear-gradient(#1F8500 20%, #1Fa201 35%, #252A24 98%);
	box-shadow:5px 5px 2px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: auto;
	width: 100%;
}
/*====FlexItems=========================*/
.FlexItems {
	padding-top: 20px;	
	border: 0px;
	display: flex;
	flex-direction: column;
	justify-content:flex-start;
	align-items:flex-end;
	height: 180px;
}

@media screen and (min-width: 480px) {
.FlexItems {
	border: 0px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	height: 80px;
}
}

@media screen and (min-width: 768px) {
	.FlexItems {
		border: 0px;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		height: 100px;
	}
	}

@media screen and (min-width: 992px) {
	.FlexItems {
		border: 0px;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		height: 100px;
	}
	}

@media screen and (min-width: 1200px) {
	.FlexItems {
		border: 0px;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		height: 100px;
	}
	}
/*====END FlexItems=========================*/

/*============FlexOne=================*/
.FlexOne {
	flex: 0.3 0.5 auto;
	padding-top: 0px;
	justify-content: center;
}
	img.menu { height: 97px; width: 138px; }

@media screen and (min-width: 480px) {
.FlexOne {
	flex: 0.3 0.5 auto;
	padding-top: 0px;
	justify-content: center;
}
	img.menu { height: 70px; width: 99.4px; }
}

@media screen and (min-width: 768px) {
	.FlexOne {
		flex: 1 0 auto;
		padding-top: 0px;
		justify-content: center;
	}
	img.menu { height: 97px; width: 138px; }
	}

@media screen and (min-width: 992px) {
	.FlexOne {
		flex: 1 0 auto;
		padding-top: 0px;
		justify-content: center;
	}
	img.menu { height: 97px; width: 138px; }
	}

@media screen and (min-width: 1200px) {
	.FlexOne {
		flex: 1 0 auto;
		padding-top: 0px;
		justify-content: center;
	}
	img.menu { height: 97px; width: 138px; }
	}
/*============ END FlexOne=================*/

.FlexTwo,
.FlexThree {
	flex: 3 0 auto;
}

/*===================MenuItem====================*/

a:hover.MenuItem	{color: yellow; }

.MenuItem {
	color: white;
	text-decoration: none;
	font-size: 12pt;
	margin-right: 2rem;
	padding: 3px;
	
}

@media screen and (min-width: 480px) {
	.MenuItem {
		color: white;
		text-decoration: none;
		font-size: 9pt;
		margin-right: 0.5rem;
		padding: 7px;
	}	
}

@media screen and (min-width: 768px) {
	.MenuItem {
		color: white;
		text-decoration: none;
		font-size: 10pt;
		margin-right: 2rem;
		padding: 3px;
	}	
}

@media screen and (min-width: 992px) {
	.MenuItem {
		color: white;
		text-decoration: none;
		font-size: 12pt;
		margin-right: 2rem;
		padding: 3px;
	}	
}

@media screen and (min-width: 1200px) {
	.MenuItem {
		color: white;
		text-decoration: none;
		margin-right: 3rem;
		padding: 3px;
	}	
}

.MenuItemThis {
	color: #45d4ff;
	text-decoration: none;
	font-size: 12pt;
	margin-right: 2rem;
	padding: 3px;
	
}

@media screen and (min-width: 480px) {
	.MenuItemThis {
		color: #45d4ff;
		text-decoration: none;
		font-size: 9pt;
		margin-right: 0.5rem;
		padding: 7px;
	}	
}

@media screen and (min-width: 768px) {
	.MenuItemThis {
		color: #45d4ff;
		text-decoration: none;
		font-size: 10pt;
		margin-right: 2rem;
		padding: 3px;
	}	
}

@media screen and (min-width: 992px) {
	.MenuItemThis {
		color: #45d4ff;
		text-decoration: none;
		font-size: 12pt;
		margin-right: 2rem;
		padding: 3px;
	}	
}

@media screen and (min-width: 1200px) {
	.MenuItemThis {
		color: #45d4ff;
		text-decoration: none;
		margin-right: 4rem;
		padding: 3px;
	}	
}

/*===================END MenuItem====================*/

/*===START OF MAIN WRAPPERS SECTION=============================*/

/*===================MainWrapper=====================*/
.MainWrapper {
	display: flex;
	flex-direction: column;
	min-height: 77.5vh;	/*THIS IS TO FIX THE FOOTER TO THE BOTTOM - EXCEPT INDEX.HTML*/
	align-items: center;
	justify-content: space-around;	
	width: 100%;
}

@media screen and (min-width: 480px) {
	.MainWrapper {
		display: flex;
		flex-direction: column;
		min-height: 77.5vh;	/*THIS IS TO FIX THE FOOTER TO THE BOTTOM - EXCEPT INDEX.HTML*/
		align-items: center;
		justify-content: space-around;	
		width: 100%;
	}
}
@media screen and (min-width: 768px) {
	.MainWrapper {
		display: flex;
		flex-direction: row;
		min-height: 77.5vh;
		align-items: center;
		justify-content: center;	
		width: 100%;	
	}
	}
@media screen and (min-width: 992px) {
	.MainWrapper {
		display: flex;
		flex-direction: row;
		min-height: 77.5vh;
		align-items: center;
		justify-content: center;	
		width: 100%;	
	}
	}
@media screen and (min-width: 1200px) {
	.MainWrapper {
		display: flex;
		flex-direction: row;
		min-height: 77.5vh;
		align-items: center;
		justify-content: center;	
		width: 100%;	
	}
	}
/*===================END MainWrapper=====================*/

/*===================PortfolioMainWrapper=====================*/
.PortfolioMainWrapper {
	display: flex;
	flex-direction: column;
	min-height: 77.5vh;	/*THIS IS TO FIX THE FOOTER TO THE BOTTOM - EXCEPT INDEX.HTML*/
	align-items: center;
	justify-content: space-around;	
	width: 100%;	
}

@media screen and (min-width: 480px) {
.PortfolioMainWrapper {
	display: flex;
	flex-direction: column;
	min-height: 77.5vh;	/*THIS IS TO FIX THE FOOTER TO THE BOTTOM - EXCEPT INDEX.HTML*/
	align-items: center;
	justify-content: space-around;	
	width: 100%;	
}
}
@media screen and (min-width: 768px) {
	.PortfolioMainWrapper {
		display: flex;
		flex-direction: column;
		flex: 0 0 auto;
		min-height: 77.5vh;
		align-items: center;
		justify-content: space-around;
		width: 100%;	
	}
	}
@media screen and (min-width: 992px) {
	.PortfolioMainWrapper {
		display: flex;
		flex-direction: row;
		flex: 0 0 auto;
		min-height: 77.5vh;
		align-items: flex-start;
		justify-content: center;
		width: 100%;	
	}
	}
@media screen and (min-width: 1200px) {
	.PortfolioMainWrapper {
		display: flex;
		flex-direction: row;
		flex: 0 0 auto;
		min-height: 77.5vh;
		align-items: flex-start;
		justify-content: center;
		width: 100%;	
	}
	}
/*===================END PortfolioMainWrapper=====================*/

/*===================ProductsMainWrapper=====================*/
.ProductsMainWrapper {
	display: flex;
	flex-direction: column;
	min-height: 77.5vh;	/*THIS IS TO FIX THE FOOTER TO THE BOTTOM - EXCEPT INDEX.HTML*/
	align-items: center;
	justify-content: space-around;	
	width: 100%;	
}

@media screen and (min-width: 480px) {
.ProductsMainWrapper {
	display: flex;
	flex-direction: column;
	min-height: 77.5vh;	/*THIS IS TO FIX THE FOOTER TO THE BOTTOM - EXCEPT INDEX.HTML*/
	align-items: center;
	justify-content: space-around;	
	width: 100%;
}
}
@media screen and (min-width: 768px) {
	.ProductsMainWrapper {
		display: flex;
		flex-direction: column;
		min-height: 77.5vh;
		align-items: center;
		width: 100%;	
	}
	}
@media screen and (min-width: 992px) {
	.ProductsMainWrapper {
		display: flex;
		flex-direction: column;
		min-height: 77.5vh;
		align-items: center;
		width: 100%;	
	}
	}
@media screen and (min-width: 1200px) {
	.ProductsMainWrapper {
		display: flex;
		flex-direction: column;
		min-height: 77.5vh;
		align-items: center;
		width: 100%;	
	}
	}
/*===================END ProductsMainWrapper=====================*/

/*============END MAIN WRAPPERS======================*/
/*============START OF INTERNAL WRAPPERS======================*/

/*=======ProductsRowWrapper=====================*/
.ProductsRowWrapper	{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

@media screen and (min-width: 480px) {
.ProductsRowWrapper	{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
}
@media screen and (min-width: 768px) {
	.ProductsRowWrapper	{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-around;
	}
	}
@media screen and (min-width: 992px) {
	.ProductsRowWrapper	{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-around;
	}
	}
@media screen and (min-width: 1200px) {
	.ProductsRowWrapper	{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-around;
	}
	}
/*=======END ProductsRowWrapper=====================*/
/*=======PortfolioLeft=*/
.PortfolioLeft	{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 90%;
}

@media screen and (min-width: 480px) {
.PortfolioLeft	{
	display: flex;
	flex-direction: column;
	width: 90%;
}
}
@media screen and (min-width: 768px) {
	.PortfolioLeft	{
		display: flex;
		flex-direction: column;
		width: 90%;
	}
	}
@media screen and (min-width: 992px) {
	.PortfolioLeft	{
		display: flex;
		flex-direction: column;
		width: 35%;
		padding-right: 20px;
		margin-left: -100px;
	}
	}
@media screen and (min-width: 1200px) {
	.PortfolioLeft	{
		display: flex;
		flex-direction: column;
		width: 35%;
		padding-right: 20px;
		margin-left: -100px;
	}
	}
/*=======END PortfolioLeft=*/
/*=========PortfolioRight=======*/
.PortfolioRight	{
	display: flex;
	flex-direction: column;
	width: 90%;
	/*align-items: center;*/
}

@media screen and (min-width: 480px) {
	.PortfolioRight	{
		display: flex;
		flex-direction: column;
		width: 90%;
	}
}
@media screen and (min-width: 768px) {
	.PortfolioRight	{
		display: flex;
		flex-direction: column;
		width: 90%;
	}
}
@media screen and (min-width: 992px) {
	.PortfolioRight	{
		display: flex;
		flex-direction: column;
		width: 35%;
		padding-left: 20px;
		margin-right: 10%;
	}
}
@media screen and (min-width: 1200px) {
	.PortfolioRight	{
		display: flex;
		flex-direction: column;
		width: 35%;
		padding-left: 20px;
		margin-right: 10%;
	}
}
/*=========END PortfolioRight=======*/

/*============END OF INTERNAL WRAPPERS======================*/
/*============START OF INTERNAL ITEMS======================*/
/*=================ProductsItem====================*/
.ProductsItem	{
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
	font-size: 11pt;
	padding: 20px;
	color: black;
	width: 90%;
}

@media screen and (min-width: 480px) {
	.ProductsItem	{
		display: flex;
		flex-direction: column;
		flex: 1 0 auto;
		font-size: 11pt;
		padding: 20px;
		color: black;
		max-width: 400px;
	}
}

@media screen and (min-width: 768px) {
	.ProductsItem	{
		display: flex;
		flex-direction: column;
		flex: 1 0 auto;
		font-size: 11pt;
		padding: 20px;
		color: black;
		max-width: 250px;
	}
}

@media screen and (min-width: 992px) {
	.ProductsItem	{
		display: flex;
		flex-direction: column;
		flex: 1 0 auto;
		font-size: 11pt;
		padding: 20px;
		color: black;
		max-width: 250px;
	}
}

@media screen and (min-width: 1200px) {
	.ProductsItem	{
		display: flex;
		flex-direction: column;
		flex: 1 0 auto;
		font-size: 11pt;
		padding: 20px;
		color: black;
		max-width: 250px;
	}
}
/*=================END ProductsItem====================*/

.MainItem1 {
	display: flex;
	flex: 0.3 0.5 auto;
	font-size: 18pt;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
	font-style: italic;
	padding: 20px;
	margin-bottom: auto;
}

.MainItem2 {
	display: flex;
	flex-direction: column;
	flex: 0.3 0.5 auto;
	padding: 30px 0px 30px 0px;
	margin-bottom: auto;
}

/*==========================FORM SECTION===================*/

.ContactUsItem1 {
	display: flex;
	/*flex: 0.3 0.5 auto;*/
	font-size: 13pt;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
	font-style: italic;
	padding: 20px;
	/*margin-bottom: auto;*/
	/*align-items: center;*/
	width: 90%;
}

@media screen and (min-width: 480px) {
	.ContactUsItem1 {
	display: flex;
	flex: 0.3 0.5 auto;
	font-size: 13pt;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
	font-style: italic;
	padding: 20px;
	margin-bottom: auto;
	width: 440px;
}
}

@media screen and (min-width: 768px) {
	.ContactUsItem1 {
	display: flex;
	flex: 0.3 0.5 auto;
	font-size: 15pt;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
	font-style: italic;
	padding:  40px 80px 20px 20px;
	margin-bottom: auto;
	width: 100px;
}
}

@media screen and (min-width: 992px) {
	.ContactUsItem1 {
	display: flex;
	flex: 0.3 0.5 auto;
	font-size: 15pt;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
	font-style: italic;
	padding: 40px 150px 20px 20px;
	margin-bottom: auto;
	width: 100px;
}
}

@media screen and (min-width: 1200px) {
	.ContactUsItem1 {
	display: flex;
	flex: 0.3 0.5 auto;
	font-size: 15pt;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
	font-style: italic;
	padding: 40px 150px 20px 20px; 
	margin-bottom: auto;
	width: 100px;
}
}

.ContactUsItem2 {
	display: flex;
	flex-direction: column;
	flex: 0.3 0.5 auto;
	color: #777;
	/*padding: 20px;*/
	margin-bottom: auto;
}

@media screen and (min-width: 480px) {
	.ContactUsItem2 {
	display: flex;
	flex-direction: column;
	flex: 0.3 0.5 auto;
	color: #777;
	padding: 0px;
	margin-bottom: auto;
}
}

@media screen and (min-width: 768px) {
	.ContactUsItem2 {
	display: flex;
	flex-direction: column;
	flex: 0.3 0.5 auto;
	color: #777;
	padding: 0px;
	margin-bottom: auto;
}
}

@media screen and (min-width: 992px) {
	.ContactUsItem2 {
	display: flex;
	flex-direction: column;
	flex: 0.3 0.5 auto;
	color: #777;
	padding: 0px;
	margin-bottom: auto;
}
}

@media screen and (min-width: 1200px) {
	.ContactUsItem2 {
	display: flex;
	flex-direction: column;
	flex: 0.3 0.5 auto;
	color: #777;
	padding: 0px;
	margin-bottom: auto;
}
}

.ContactUsForm	{
	display: flex;
	flex-direction: column;
	width: 90%;
	padding: 20px;
}

	::-webkit-input-placeholder { /* Chrome and Safari */
   color: #aaa;
   font-family:'Nunito', helvetica, arial, sans-serif;
   font-size: 10pt;
}
 
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #ddd;
   font-family:'Nunito', helvetica, arial, sans-serif;
   font-size: 10pt;
   opacity: 1;
}
 
	::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #ddd;
   font-family:'Nunito', helvetica, arial, sans-serif;
   font-size: 10pt;
   opacity: 1;
}
 
	:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #aaa;
   font-family:'Nunito', helvetica, arial, sans-serif;
   font-size: 10pt;
}
 
	::-ms-input-placeholder { /* Microsoft Edge */
   color: #aaa;
   font-family:'Nunito', helvetica, arial, sans-serif;
   font-size: 10pt;
}
	
@media screen and (min-width: 480px) {
	.ContactUsForm	{
	display: flex;
	flex-direction: column;
	width: 440px;
	padding: 20px;	
}
}

@media screen and (min-width: 768px) {
	.ContactUsForm	{
	display: flex;
	flex-direction: column;
	width: 350px;	
}
}
@media screen and (min-width: 992px) {
	.ContactUsForm	{
	display: flex;
	flex-direction: column;
	width: 400px;	
}
}
@media screen and (min-width: 1200px) {
	.ContactUsForm	{
	display: flex;
	flex-direction: column;
	width: 440px;	
}
}

.form {box-sizing: border-box;}

/* Boxes */
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #1Fa201;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #1F8500;
}

/*==========================END FORM SECTION===================*/

/*==================PortfolioLeftContent2==========*/
.PortfolioLeftContent2 {
	display: flex;
	flex-direction: column;
	color: black;	
}

@media screen and (min-width: 480px) {
	.PortfolioLeftContent2 {
		display: flex;
		flex-direction: column;
		color: black;
	}	
}
@media screen and (min-width: 768px) {
	.PortfolioLeftContent2 {
		display: flex;
		flex-direction: column;
		color: black;
		padding: 20px;
	}	
}
@media screen and (min-width: 992px) {
	.PortfolioLeftContent2 {
		display: flex;
		flex-direction: column;
		color: black;
		padding: 20px;
	}	
}
@media screen and (min-width: 1200px) {
	.PortfolioLeftContent2 {
		display: flex;
		flex-direction: column;
		color: black;
		padding: 20px;
	}	
}
/*==================END PortfolioLeftContent2==========*/
/*=====================about-textbox===============*/
.about-textbox	{
	background: rgb(255, 255, 255, 0.3);
	color:black;
	width: 260px;
	padding:10px 20px 10px 20px;
}

@media screen and (min-width: 480px) {
.about-textbox	{
	background: rgb(255, 255, 255, 0.3);
	color:black;
	width: 435px;
	padding:10px 20px 10px 20px;
}
}
@media screen and (min-width: 768px) {
	.about-textbox	{
		background: rgb(255, 255, 255, 0.3);
		color:black;
		width: 435px;
		padding:10px 20px 10px 20px;
	}
	}
@media screen and (min-width: 992px) {
	.about-textbox	{
		background: rgb(255, 255, 255, 0.3);
		color:black;
		width: 600px;
		padding:10px 20px 10px 20px;
	}
	}
@media screen and (min-width: 1200px) {
	.about-textbox	{
		background: rgb(255, 255, 255, 0.3);
		color:black;
		width: 600px;
		padding:10px 20px 10px 20px;
	}
	}
/*=====================END about-textbox===============*/
/*=====================services-textbox==================*/
.services-textbox	{
	background: rgb(255, 255, 255, 0.3);
	color:black;
	width: 260px;
	padding:10px 20px 10px 20px;
}

@media screen and (min-width: 480px) {
.services-textbox	{
	background: rgb(255, 255, 255, 0.3);
	color:black;
	width: 400px;
	padding:10px 20px 10px 20px;
}
}
@media screen and (min-width: 768px) {
	.services-textbox	{
		background: rgb(255, 255, 255, 0.3);
		color:black;
		width: 400px;
		padding:10px 20px 10px 20px;
	}
	}
@media screen and (min-width: 992px) {
	.services-textbox	{
		background: rgb(255, 255, 255, 0.3);
		color:black;
		width: 470px;
		padding:10px 20px 10px 20px;
	}
	}
@media screen and (min-width: 1200px) {
	.services-textbox	{
		background: rgb(255, 255, 255, 0.3);
		color:black;
		width: 620px;
		padding:10px 20px 10px 20px;
	}
	}
/*=====================END services-textbox==================*/
/*===================portfolio-textbox====================*/
.portfolio-textbox	{
	color:black;
	/*width: 300px;*/
	padding:10px 20px 10px 20px;
}

@media screen and (min-width: 480px) {
.portfolio-textbox	{
	color:black;
	width:500px;
	padding:10px 20px 10px 20px;
}
}
@media screen and (min-width: 768px) {
	.portfolio-textbox	{
		color:black;
		width:500px;
		padding:10px 20px 10px 20px;
	}
	}
@media screen and (min-width: 992px) {
	.portfolio-textbox	{
		color:black;
		width:500px;
		padding:10px 20px 10px 20px;
	}
	}
@media screen and (min-width: 1200px) {
	.portfolio-textbox	{
		color:black;
		width:500px;
		padding:10px 20px 10px 20px;
	}
	}
/*===================END portfolio-textbox====================*/

/*=======================portfolio-cf=================*/


.portfolio-cf	{
	width: 90%;
	padding: 0 0 20px 0;
}

@media screen and (min-width: 480px)	{
.portfolio-cf	{
	padding: 20px;
}
}

@media screen and (min-width: 768px)	{
.portfolio-cf	{
	padding: 20px;
}
}

@media screen and (min-width: 992px)	{
.portfolio-cf	{
	padding: 20px;
}
}

@media screen and (min-width: 1200px)	{
.portfolio-cf	{
	padding: 20px;
}
}
/*============END OF INTERNAL ITEMS======================*/


/*=============START OF FOOTER SECTION====================*/
h1.footer {
	font-size:11pt;
	font-style: normal;
}

span.footer {
	font-size:9pt;
	font-style: italic;
}

@media screen and (min-width: 480px) {
	h1.footer {
		font-size:11pt;
		font-style: normal;
	}

	span.footer {
		font-size:8pt;
		font-style: italic;
	}	
}
@media screen and (min-width: 768px) {
	h1.footer {
		font-size:12pt;
		font-style: normal;
	}

	span.footer {
		font-size:9pt;
		font-style: italic;
	}	
}
@media screen and (min-width: 992px) {
	h1.footer {
		font-size:14pt;
		font-style: normal;
	}

	span.footer {
		font-size:10pt;
		font-style: italic;
	}	
}
@media screen and (min-width: 1200px) {
	h1.footer {
		font-size:14pt;
		font-style: normal;
	}

	span.footer {
		font-size:10pt;
		font-style: italic;
	}	
}
.FooterBox	{
		display: flex;
		flex: 1 0 auto;
		align-self: flex-end;
}

/*========================FooterWrapper=====================*/
.FooterWrapper {
	background: rgba(37, 45, 34, 0.9);
	display: flex;	
	flex-direction: column;	
	align-items: center;
	height: auto;
	width: 100%;
}

@media screen and (min-width: 480px) {
.FooterWrapper {
	background: rgba(37, 45, 34, 0.9);
	display: flex;	
	flex-direction: row;	
	align-items: center;
	height: auto;
	width: 100%;	
}
}
@media screen and (min-width: 768px) {
	.FooterWrapper {
		background: rgba(37, 45, 34, 0.9);
		display: flex;	
		flex-direction: row;	
		align-items: center;
		height: auto;
		width: 100%;	
	}
	}
@media screen and (min-width: 992px) {
	.FooterWrapper {
		background: rgba(37, 45, 34, 0.9);
		display: flex;	
		flex-direction: row;	
		align-items: center;
		height: auto;
		width: 100%;	
	}
	}
@media screen and (min-width: 1200px) {
	.FooterWrapper {
		background: rgba(37, 45, 34, 0.9);
		display: flex;	
		flex-direction: row;	
		align-items: center;
		height: auto;
		width: 100%;	
	}
	}
/*========================END FooterWrapper=====================*/
/*=========================IndexFooterWrapper=================*/
.IndexFooterWrapper {	
	position: fixed;
	left: 0;
	bottom: 0;
	background: rgba(37, 45, 34, 0.9);
	display: flex;	
	flex-direction: column;	
	align-items: center;
	height: auto;
	width: 100%;
}

@media screen and (min-width: 480px) {
.IndexFooterWrapper {	
	position: fixed;
	left: 0;
	bottom: 0;
	background: rgba(37, 45, 34, 0.9);
	display: flex;	
	flex-direction: row;	
	align-items: center;
	height: auto;
	width: 100%;	
}
}
@media screen and (min-width: 768px) {
	.IndexFooterWrapper {	
		position: fixed;
		left: 0;
		bottom: 0;
		background: rgba(37, 45, 34, 0.9);
		display: flex;	
		flex-direction: row;	
		align-items: center;
		height: auto;
		width: 100%;	
	}
	}
@media screen and (min-width: 992px) {
	.IndexFooterWrapper {	
		position: fixed;
		left: 0;
		bottom: 0;
		background: rgba(37, 45, 34, 0.9);
		display: flex;	
		flex-direction: row;	
		align-items: center;
		height: auto;
		width: 100%;	
	}
	}
@media screen and (min-width: 1200px) {
	.IndexFooterWrapper {	
		position: fixed;
		left: 0;
		bottom: 0;
		background: rgba(37, 45, 34, 0.9);
		display: flex;	
		flex-direction: row;	
		align-items: center;
		height: auto;
		width: 100%;	
	}
	}
/*=========================END IndexFooterWrapper=================*/
/*========================FooterItems====================*/
.FooterItems {
	border: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 480px) {
	.FooterItems {
	border: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
}
}
@media screen and (min-width: 768px) {
	.FooterItems {
	border: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
}
}
@media screen and (min-width: 992px) {
	.FooterItems {
	border: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
}
}
@media screen and (min-width: 1200px) {
	.FooterItems {
	border: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
}
}
/*========================END FooterItems====================*/
/*=======================Footer2-3Wrapper================*/
.Footer2-3Wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;	
}

@media screen and (min-width: 480px) {
.Footer2-3Wrapper {
	display: flex;
	flex-direction: column;
	/*align-items: center;	*/
	margin-left: auto;
}
}
@media screen and (min-width: 768px) {
	.Footer2-3Wrapper {
		display: flex;
		flex-direction: column;
		margin-left: auto;	
	}
	}
@media screen and (min-width: 992px) {
	.Footer2-3Wrapper {
		display: flex;
		flex-direction: column;
		margin-left: auto;	
	}
	}
@media screen and (min-width: 1200px) {
	.Footer2-3Wrapper {
		display: flex;
		flex-direction: column;
		margin-left: auto;	
	}
	}
/*=======================END Footer2-3Wrapper================*/
/*=======================FooterOne==================*/
.FooterOne {
	flex: 0.1 0.5 auto;
	text-align:center;
}

@media screen and (min-width: 480px) {
.FooterOne {
	flex: 0.1 0.5 auto;
	text-align: center;
}
}
@media screen and (min-width: 768px) {
	.FooterOne {
		flex: 0.1 0.5 auto;
		text-align: left;
	}
	}
@media screen and (min-width: 992px) {
	.FooterOne {
		flex: 0.1 0.5 auto;
		text-align: left;
	}
	}
@media screen and (min-width: 1200px) {
	.FooterOne {
		flex: 0.1 0.5 auto;
		text-align: left;
	}
	}
/*=======================END FooterOne==================*/
/*=================FooterTwo + FooterThree===============*/
.FooterTwo {
	flex: 0.5 0 80px;
	width:270px;
	font-size:10px;
}

.FooterThree {
	flex: 0.5 0 20px;
	width:270px;
	font-size:10px;
}

@media screen and (min-width: 480px) {
.FooterTwo,
.FooterThree {
	margin-left:auto;
}
}
@media screen and (min-width: 768px) {
	.FooterTwo,
	.FooterThree {
		margin-left:auto;
	}
	}
@media screen and (min-width: 992px) {
	.FooterTwo,
	.FooterThree {
		margin-left:auto;
	}
	}
@media screen and (min-width: 1200px) {
	.FooterTwo,
	.FooterThree {
		margin-left:auto;
	}
	}
/*=================END FooterTwo + FooterThree===============*/

.FooterImg {
	padding:5px;
}

/*=============END OF FOOTER SECTION====================*/


/*=================SLIDESHOW SECTION====================*/
.PortfolioSlideshow{
   position: relative;
   max-width: 260px;
   height: 200px;
   margin: 0px auto 40px auto;
   /*margin-top: 20px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 20px;*/
}

@media screen and (min-width: 480px) {
.PortfolioSlideshow{
   position: relative;
   max-width: 400px;
   height: 308px;
   /*margin: 5em auto .5em auto;*/
   margin-top: 20px;
}
}

@media screen and (min-width: 768px) {
.PortfolioSlideshow{
   position: relative;
   max-width: 555px;
   height: 425px;
   /*margin: 5em auto .5em auto;*/
   margin-top: 20px;
}
}

@media screen and (min-width: 992px) {
.PortfolioSlideshow{
   position: relative;
   max-width: 440px;
   height:336px;
   /*margin: 5em auto .5em auto;*/
   margin-top: 20px;
}
}

@media screen and (min-width: 1200px) {
.PortfolioSlideshow{
   position: relative;
   max-width: 555px;
   height: 425px;
   /*margin: 5em auto .5em auto;*/
   margin-top: 20px;
}
}

.PortfolioImage	{
	height: 231px; width: 300px;
}

@media screen and (min-width: 480px) {
.PortfolioImage	{
	height: 308px; width: 400px;
}
}

@media screen and (min-width: 768px) {
.PortfolioImage	{
	height: 425px; width: 555px;
}
}

@media screen and (min-width: 992px) {
.PortfolioImage	{
	height: 336px; width: 440px;
}
}

@media screen and (min-width: 1200px) {
.PortfolioImage	{
	height: 425px; width: 555px;
}
}

.PortfolioSlideshow figure{
   margin: 0;
   position: absolute;
}
.PortfolioSlideshow figcaption{
   position: absolute;
   top: 0;
   color: #fff;
   background: rgba(0,0,0, .3);
   font-size: .8em;
   padding: 8px 12px;
   opacity: 0;
   transition: opacity .5s;
}
.PortfolioSlideshow:hover figure figcaption{
   transition: opacity .5s;
   opacity: 1;
}
.PortfolioSlideshow figure{
   opacity:0;
}

figure:nth-child(1) {
	animation-name: xfade;
	animation-duration: 28s;
	animation-timing-function: ease-in-out;
	animation-delay: 24s;
	animation-iteration-count: infinite;
	animation-direction: normal;
}
figure:nth-child(2) {
   animation-name: xfade;
	animation-duration: 28s;
	animation-timing-function: ease-in-out;
	animation-delay: 20s;
	animation-iteration-count: infinite;
	animation-direction: normal;
}
figure:nth-child(3) {
   animation-name: xfade;
	animation-duration: 28s;
	animation-timing-function: ease-in-out;
	animation-delay: 16s;
	animation-iteration-count: infinite;
	animation-direction: normal;
}
figure:nth-child(4) {
   animation-name: xfade;
	animation-duration: 28s;
	animation-timing-function: ease-in-out;
	animation-delay: 12s;
	animation-iteration-count: infinite;
	animation-direction: normal;
}
figure:nth-child(5) {
   animation-name: xfade;
	animation-duration: 28s;
	animation-timing-function: ease-in-out;
	animation-delay: 8s;
	animation-iteration-count: infinite;
	animation-direction: normal;
}
figure:nth-child(6) {
   animation-name: xfade;
	animation-duration: 28s;
	animation-timing-function: ease-in-out;
	animation-delay: 4s;
	animation-iteration-count: infinite;
	animation-direction: normal;
}
figure:nth-child(7) {
   animation-name: xfade;
	animation-duration: 28s;
	animation-timing-function: ease-in-out;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: normal;
}




@keyframes xfade{   
 
 
 
	0%{
      opacity: 1;
   }
   /*10.5% {
      opacity:1;
   }*/
   /*17% removed the sudden appearance of each file*/
   17% {
      opacity:1;
   }
   25%{
      opacity: 0;
   }
   /*14.3%{
      opacity: 0;
   }*/
   98% {
      opacity:0;
   }
   100% {
      opacity:1;
   }
}