﻿body {
	 background-color: #d35400;
}
.header {
  background-color: #d35400;
}
.content{
    background-color: #d35400;
}
.footer {
	/*background-color: rgba(0, 0, 0, 0.4);*/
  background-color: #d35400;
}
@media (max-width: 740px) {
  /* line 4, ../page/_feature.scss */
  .content {
    background-color: #fff;
  }
  .footer {
  	background-color: #194b75;
  }
}