/* control mobile sizes*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
 h1 {
 	font-size: 24px;
	line-height:28px;
    padding-top:10px;
    padding-bottom:5px;
  }
  h5 {
 	font-size: 24px;
	line-height:28px;
  }
  h6 {
 	font-size: 21px;
	line-height:25px
  }
	p {
	font-size:14px;
	line-height: 24px;
}
  	hr {
	width:90%;
}
}

/* control link color*/
.link 
a:link{
    color:#666666;
}
/* control sidebar image on about page*/
.img{
width: 90%;
border-color: black;
border-width: 1px;
border-style: solid;
}
/* control image height*/
.img-responsive {
  width: initial;
  max-width:100%;
  height: auto;
}
/*whiteroboto*/
.white {
  color: #ffffff;
  font: RobotoSlab;
}
/*smaller text on home page*/
.byline {
  color: #ffffff;
  font-size: 13px;
}  
  /*footer contact text*/
.footercontact {
  color: #ffffff;
  font-size: 16px;
  padding-top:10px;
  padding-bottom:10px;
}

