*{
	box-sizing: border-box;
}

body{
	margin:0 auto;
	max-width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .header-right {
    float: none;
  }
}

.row::after{
	content: "";
	clear: both;
	display: block;
}

.content {
	float: left;
	padding: 15px;
}

.left_images, .right_images{
	padding-top: 6.2em;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	float: left;
}
.left_images img{
	width: 100%;
}
.right_images img{
	width: 100%;
}
.content {
	width: 50%;
}
.text h1{
	text-align: center;
	font-size: 50px;
}

.text p{
	line-height: 2.8;
	font-size: 18px;
}


.right_images, .left_images{
	width: 25%;
}

@media only screen and (max-width: 1200px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2){
	.right_images, .left_images, .content{
		width: 100%;
	}
}

.widget_container{
	background:#004560;
	padding:10px;
	margin-right:auto;
	margin-left: auto;
	text-align: center;
	border-radius: 3px;

}
.widget{
	border:1px dashed #2b647a;
	padding: 10px;
}

.logo{
	margin-bottom: 10px;
	
}
.button{
	padding: 8px 10px;
	border-radius: 4px;
	width: 100%;
	color: #000;
	background-color: orange;
	cursor: pointer;
}
.button a{
	text-align: center;
	text-decoration: none;
	color: #000;
	font-weight: 700;
}
@media screen and (max-width: 600px){
	.widget_container{
		width: 100%;
	}
}
@media only screen and (max-width: 1200px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2){
	.widget_container{
		width: 100%;
	}
}
/*@media screen and (min-width: 320px) {
	html{
		font-size: calc(16px + 6 * (100vw - 320px) / 680);

	}
}

@media screen and (min-width: 1000px) {
	html{
		font-size: 22px;
	}
}

.header{
	overflow: hidden;
	background-color: #3C4E58;
	padding: 20px 10px;
}

.header a{
	float: left;
	color:#fff;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	font-size: 18px;
	line-height: 25px;
	border-radius: 4px;

}

.header a.logo{
	font-size: 25px;
	font-weight: bold;
}*/
/*.header a.logo img{
	float: left;
	width: 100px;
	cursor: pointer;
}*/
/*.header a:hover{
	background-color: #ddd;
	color:black;
}

.header a.active {
  background-color: green;
  color: white;
}

.header-right {
  float: right;
}*/





/*.content{
	text-align: center;
}
.content h1{
	text-align: center;
	font-size: 50px;
	padding-top: 10px;
}
.content p{
	padding-left: 20%;
	padding-right: 20%;
	text-align: left;
	line-height: 2.8;
	font-size: 18px;
}
.widget_container{
	background:#004560;
	padding:10px;
	margin-right:30em;
	margin-left: 30em;
	text-align: center;
	border-radius: 3px;

}

.widget{
	border:1px dashed #2b647a;
	padding: 10px;
}

.logo{
	margin-bottom: 10px;
}
.button{
	padding: 8px 10px;
	border-radius: 4px;
	width: 100%;
	color: #000;
	background-color: orange;
	cursor: pointer;
}
.button a{
	text-align: center;
	text-decoration: none;
	color: #000;
	font-weight: 700;
}
@media screen and (max-width: 600px){
	.widget_container{
		width: 100%;
	}
}
/*.button{
	padding: 8px 10px;
	border-radius: 4px;
	color: #000;
	background-color: orange;
	margin-left: 20em;
	margin-right:20em;

}
.button a{
	text-align: center;
	text-decoration: none;
	color: #000;
	font-weight: 700;
}
section{
	display: block;
}*/

.hero_section{
	padding-top: 20px;
	margin-bottom: 50px;
}

.row{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 4px;
}

.column{
	-ms-flex: 25%;
	flex:25%;
	max-width: 25%;
	padding: 0 4px;
}
.column img{
	margin-top: 8px;
	vertical-align: middle;
	width: 100%;
}

@media screen and (max-width: 800px){
	.column {
		-ms-flex:50%;
		flex:50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 600px){
	.column {
		-ms-flex:100%;
		flex:100%;
		max-width: 100%;
	}
}

.images{
	position: relative;
	widows: 50%;
	max-width: 500px;
}

.image{
	display: block;
	width: 100%;
	height: auto;
}
.text_renovation p{
	font-size: 18px;
	
	line-height: 2.8;
}
.text_renovation{
	text-align: center;
	margin-right:auto;
	margin-left: auto;
}
.text_renovation hr.dashed{
	border-top:3px dashed #000;
}
/*.overlay{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background:rgb(0, 0, 0);
	background:rgba(128, 255, 255, 0.7);
	color: #16acce;
	width: 100%;
	transition: .5s ease;
	display: flex;
	opacity: 0;
	color: #fff;
	font-size: 20px;
	padding: 30px;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.overlay button{
	font-size: 0.9em;
	background-color: #fff;
	width: 3em;
	height: 3em;
	border:none;
	border-radius: calc(3em / 2);
	padding: 0.3em 0 0 0;
	margin:0 1em;
	cursor: pointer;
}

.overlay button i{
	width: 1.3em;
	height: 1.3em;
	fill: #d9ccc1;
	stroke: #d9ccc1;
	color: red;
}

.images:hover .overlay{
	opacity: 1;
}
figure{
	float:right;
}*/

/*.footer {
  background-color: #3C4E58;
  text-align: center;
  font-size: 18px;
  padding: 15px;
}

.footer a{
	color: #fff;
	text-decoration: none;

}*/

/*.footer{
	display: flex;   
   background-color: #3C4E58;
	padding: 20px 10px;
	/*position: fixed;
}*/

/*.footer a{
	text-align: center;
	text-decoration: none;
	color: #000;
	font-size: 18px;
	left: 0;
  	bottom: 0;
  	width: 100%;

}

.right_side{
	float: right;
}
.left_side{
	float: left;
}
.teapot{
	width: 280px;
	height: 380px;
}

.side_img{
	margin-bottom: 6px;
}
*/
