@charset "utf-8";
/* CSS Document */


.row_footer
{
	position:static;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: skyblue;
   color: white;
   text-align: center;
	padding: 2px;
}

.row
{
	margin: 30px 100px;
	text-align:justify; 
}

.pic
{margin-bottom: 30px;}


.col-md-6
{
	padding: 50px;
	
}

.button {
  background-color:hsla(359,100%,42%,1.00);
  border: none;
  color: white;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 10px 2px;
  cursor: pointer;

}

.phone
{color:white;}

