/* 

Css Style for holding page - Penberthy & Associates

*/

body {
	/* set up a background image */
	background: url('../images/PA_background3.jpg') no-repeat;
	/* the follow is the code to have the image display as a full page */
	background-position: left;
	background-attachment: fixed;
	-webkit-background-size: cover; /* the next 3 lines are "browser prefixes", they are necessary to include for CSS3 techniques */
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    
}
body {
    color: #3a3939;
}
#container {
    background-color: rgba(0,0,0,0.19);
    width: 520px;
    padding: 20px;
    border-bottom-right-radius: 0px;
    margin: 210px auto;
}
h1 {
    color: white;
    font-size: 80px;
    margin: 0px;
}
h2 {
    color: black;
    background-color: #969090;
    padding: 6px;
}
    
a {
    color: #e7e9ed;
    text-decoration: none;/*--red colour #ee2d2d --*/
}

    