/* CSS Document */

body{
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
p{
	margin: 0;
	font-size: 42px;
	color: #404040;
	
}
a{
	color: #404040;
	text-decoration: none;
}
.page-wrapper{
	max-width: 900px;
	margin: auto;
}
.banner-home{
	background-image: url("../images/banner.jpg");
	height: 250px;
	background-size: cover;
	background-position: center;
	padding-top: 0;
}
nav ul li{
	flex: 1;
	border-top: 8px solid #404040;
	font-size: 32px;
	font-weight: bold;
	color: #404040;
	background-color: #FFFFFF;
	text-align: center;
	height: 60px;
}
nav ul li a{
	color: #7C7C7C;
	text-decoration: none;
	background-color: #404040;
	display: block;
	padding-bottom: 8px;
}
nav ul li a:hover{
	background-color: #7C7C7C;
	color: #404040;
}
nav ul{
	display: flex;
	list-style: none;
	padding-left: 0;
}
iframe{
	width: 100%;
}
img{
	
	width: 100%;

}
.image-portfolio{
	margin-bottom: 16px;
  overflow:auto;
}
.image-reviews{
	margin-bottom: 16px;
}
.image-portfolio .text-left{
	position: absolute;
}
.image-reviews .text{
}
.image-portfolio .text-right{
}
.text{
	text-align: left;
}
.text-left{
	text-align: left;
	width: 75%;
    float:left;
}
.text-right{
	text-align: right;
	width: 25%;
    float:left;
}
.text-20{
	width: 20%;
	text-align: left;
  float:left;
}
.text-40{
	width: 40%;
	text-align: left;
  float:left;
}
.text-60{
	width: 60%;
	text-align: left;
  float:left;
}
.text-80{
	width: 80%;
	text-align: left;
  float:left;
}
.footer-home{
	height: 250px;
	background-color: #CACACA;
	padding: 40px;
}

/* @media screen and (min-width:800px) {
	p{
		font-size: 14px;
	}
	nav ul{
		display: flex;
	}
	nav ul li{
		flex: 1;
		margin: 0;
	}
	.image-portfolio{
	padding: 0;
}
	.reviews{
		display: flex;
	}
	.image-reviews{
		flex: 1;
	}
	.image-reviews .text{
		overflow-y: scroll;
		height: 150px;
		padding-right: 8px;
	}
	.image-one .text-left{
		position: relative;
	}
	.banner-home{
		height: 250px;
	} */