@font-face {
    font-family: CoonrodDidot;
    src: url(didot.ttf);
     }

body {
    background: url(hainsfurthersbg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
    background-attachment: fixed;
    width:100%;
    height:100%;
    padding:0;
    margin:0;
    overflow-x:hidden;
    /*
    background-image: url("chbg.jpg");
    background-size; 100%;
    background-position: center top;
    */


}
.content {
margin-left: auto;
margin-right: auto;
position: relative;
margin-top: 2%;
margin-bottom: 2%;
width:75%;

border: 1px solid #33333b;

-moz-border-radius: 5% 5% 5% 5%;
 border-radius: 5% 5% 5% 5%;
     background-color: rgba(255,255,255,0.2);
     box-shadow: 1px 1px 8px #333;
}

img.front_image {
    border: 1px;
    width: 75%;
    height: auto;
    box-shadow: 4px 4px 7px #000;

     }


     .footer{
       text-align: center;
       padding-top: 0px;
       margin-bottom: 8px;
       margin: auto;

     }
     .footer address{
       text-align: center;
       display: inline;
     }
     .bullet{
       display: inline;
     }


.title {
    text-shadow: 2px 2px 2px #888;
    color: #000;
    font-family: CoonrodDidot;
    font-size: 3em;
    padding-top: 20px;

    font-weight: bold;
    text-align: center;
    text-decoration: none;

     }
     iframe {
     max-width: 95%
     }
p.oblique {
    color: #000;
	font-family: Vidaloka;
    margin-top: 0px;
    font-style: oblique;
    font-size: 12pt;
    text-align: center;
    font-weight: bold;
}

h2  {
    color: #000;
    margin: 24px;
    font-style: oblique;
    font-size: 30pt;
    text-align: center;


}

h2 a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}


p.page_label {
  	font-family: Vidaloka;
    text-align: center;
    color: #000;
    font-style: oblique;
    font-size: 20pt;
    margin: 12px
    }
/* about page */

img.about {
	float: left;
	margin-left: 3%;
	margin-right: 3%;
	box-shadow: 4px 4px 7px #000;
	height: 100%;

}
.about_contain{
  width: 60%;
  display: block;
    margin-left: auto;
    margin-right: auto;
}


.about_desc{
	vertical-align: center;
	height: 200px;
	font-size: 12pt;
	font-family: Vidaloka;
	width: 93%;
	margin-left: 4%;
	margin-top: 3%;
	margin-right: 8%;
			}
h3 {

		vertical-align: top;
	margin: 0;
	font-family: Vidaloka;
	text-decoration: underline;
	}
hr.about_hr{
	margin:0;
	}
/* practice area */

.practice_blurb {

    margin-top: 4px;
    margin-bottom: 0px;
    color: #000;
    font-family: Vidaloka;
    text-align: center;
    font-style: oblique;
    font-size: 14pt;


    }
    ul.area_practice {
    padding: 0;
    text-align: left;
    margin-left: 35%;
    margin-top: 0;
    display: inline-block;
    }


ul.area_practice li {
    width: 100%;
    display: block;
    font-family: Vidaloka;
    color: #000;
    font-size: 14pt;
    padding: 12px;
    padding-bottom: 4px;
    }

/* contact page */

    .phone_number {
    font-style: oblique;

    text-align: center;
    font-size: 14pt;

    }
p.address_label {
	font-size: 18pt;
	text-decoration: underline;
	    font-family: Vidaloka;
	    display: inline;
		}


.google_map {
	width:85%;
	border: 1px;
	text-align: center;
 	}
ul.address {
        list-style-type: none;
        text-align: center;
    }

ul.address li {
    width: 100%;

    text-decoration: none;


    }
address.address {
    text-align: left;
    white-space: pre;

    display: inline;

    font-size: 14pt;
    }

hr {
    height: 10px;
    visibility:hidden;
    padding: none;
    }

nav {
    height: 40px;
    width: 100%;
    position: static;
    font-size: 18pt;
    font-family: Vidaloka;
    font-weight: bold;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;

    background-color: rgba(255,255,255,0.2);
}
nav ul {
    padding: 0;
    margin: auto;
    width: 100%;
    height: 40px;
    text-align: center;
}

nav li {

    display: inline;
    float: center;
    text-align: center;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}


.clearfix {



    *zoom: 1;
}


nav a {
    color: #000;
    display: inline-block;
    text-decoration: none;
   font-family: Vidaloka;
    line-height: 40px;
	padding-left: 1.5%;
    padding-right: 1.5%;
}
nav li a {


    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
nav li:last-child a {
    border-right: 0;
}
nav a:hover{
    background-color: rgba(255,255,255,0.5);
    color: #3104ff;
}
nav a#pull {
    display: none;


}
