/*
  Mac Tax
  Author: Bao Kim Tran
  Version: HTML 5, CSS 3
  Date: 10.10.2015

  Filename: 				bass.css

    Supporting files:	home.htm, tax.htm, accounting.htm, aboutus.htm, contactus.htm, calendar.htm, gallery.htm, resources.htm 
*/

#credit {
	display: none;
}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px){
	#credit {
		display: block;
	}
}

footer address{
	font-size: 1.2em;
  text-align: center;
   padding: 15px;
}

footer address .main,
footer address .fax {
	text-decoration: none !important;
	color: rgb(145, 5, 10) !important;
}

footer .free h4{
   background-color: rgb(145, 5, 10);
   color: white !important;
   text-align: center;
   padding: 15px;
}

footer .free h4 span {
  font-size: 1.5em;
}


#endProgram {
	width: 100%;
	font-size: 14px;
	font-weight: normal;
  text-align: center;
	margin: 0 auto 0 auto;
	border: 0px solid black;
}

#endProgram  p{
   display: inline;
}

#endProgram p a {
	color: rgb(0, 128, 255);
  text-decoration: none;
	border: 0px solid gray;
  border-radius: 0 0 0 0;
}

#endProgram p:hover {
  background-color: orange;
}

#endProgram a:hover {
	text-decoration: underline;
	color: rgb(145, 5, 10);
}

#credit p{
    text-align: center;
}

#credit {
  font-size: 12px;
	width:100%;
	color: black;
	border: 0px solid black;
}

#update {
  float: left;
  margin: 0% 0% 0% 2%;
}

#copyRight {
	width: 100%;
	text-align: center;
	border: 4px solid black;
}

#author {
  float: right;
	text-align: right;
  margin: 0% 2% 0% 0%;
}

