/*CSS SPECIFIC TO ABOUT.HTML*/

/*animation below header*/
#animation{
position:relative;
top:-15px;
width:1000px;
height:320px;
}

/*content*/
#abouttext {
margin:0 100px 0 100px;
padding:0;
}

/*small text*/
.moreinfo {
font-size:14px;
color:gray;
}

.moreinfo a {
color:gray;
}

.moreinfo a:hover{
color:black
}

/*circular image*/
#customerquote{
display:inline;
float:right;
margin-top:0px;
padding-right:50px;
}


/*Gap applied between paragraphs*/
.gap {
margin-top:30px;
}
