@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
}
a {
	text-decoration:none;
}
footer {
	background-color:#666;
}
.et-social-footer a {
	padding: 20px;
	color: #7b7c7c;
	font-size: 1.1rem;
}
.et-social-footer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	box-shadow:2px 2px 30px rgba(0,0,0,0.1);
	background-color:#000;
	width:100%;
	padding:0;
	margin:0;
}
.et-social-footer a:hover {
	color:#FFF;
	transition: all ease 0.3s;
}
/* Create two equal columns that floats next to each other */
.et-footer-content {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 10px;
  
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.et-footer-content .text {
	padding-left:40%;
	padding-right:15%;
	font-size: 0.9rem;
	font-family:roboto;
	color:#e7eef3;
	font-weight:lighter;
}
.et-footer-content .text p {
	padding-left:0%;
	padding-right:1%;
	font-size: 0.8rem;
	font-family:roboto;
	color:#e7eef3;
	font-weight:lighter;
}
.et-footer-content .image {
	padding-left:1%;
	padding-right:45%;
	padding-top:1%;
	
}
@media screen and (max-width: 600px){
	.et-footer-content .text {
	font-size: 0.8rem;
	padding-left:10%;
	padding-right:0px;
	}
	.et-footer-content .text p {
	font-size: 0.7rem;
	padding-left:0%;
	padding-right:0px;
	}
	.et-footer-content .image {
		width:100%;
	}

	
}
