/* Global */
  html,body{
    background: url(hainsmobilebg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
    width:100%;
    height:100%;
    padding:0;
    margin:0;
    overflow-x:hidden;
}




.content {
margin-left: auto;
margin-right: auto;
position: relative;
top: 6px;
width:98%;
bottom: 6px;
}
.title {
    text-shadow: 1px 1px 1px #888;
    color: #000;
    font-family: CoonrodDidot;
    font-size: 22pt;
    margin-top: 0px;
    margin-bottom: 1px;
    padding-top: 8px;
     }

p.oblique {
    color: #000;
    line-height: 100%;
    margin-top: 0px;
    margin-bottom: 4px;

    font-style: oblique;
    font-size: 11pt;
    text-align: center;
    font-weight: bold
}
img.front_image {
width: 90%;
height: auto;
margin-top: 5%;
box-shadow: 4px 4px 7px #000;
 }
.footer{
  text-align: center;
  width:180px;
  padding-top: 0px;
  margin-bottom: 8px;
  margin: auto;
}
.footer address{
  text-align: center;
  font-size: 14pt;

}
.bullet{
  display: inline;
  visibility: hidden;
}
hr {
  height: 4px;
}
/*  Menu */

  nav {
        height: auto;
    background-color: rgba(255,255,255,0.2);
	   border-bottom: 0;
        font-size: 16pt;
    font-family: Vidaloka;
    font-weight: bold;

    }
    nav ul {
        width: 100%;
        display: table-row;
        height: auto;
        font-color: #fff;
    }
    nav li {
        width: 100%;
        float: left;
        position: relative;
    }
    nav li a {
        border-bottom: 1px solid #576979;

    }
    nav a {
        text-align: left;
        text-indent: 5%;
        width: 100%;
        vertical-align: middle;
            }

    nav a:hover{
     background-color: rgba(255,255,255,0.1);
    color: #000000;
}
nav a:active{
     background-color: rgba(255,255,255,0.1);
    color: #000000;
}


    nav {
        border-bottom: 0;
    }
    nav ul {
        display: none;
        height: auto;
    }
    nav a#pull {
        display: block;
        vertical-align: middle;
        border-bottom: 1px solid #000;

        width: 97%;

    }
    nav a#pull:after {
        content:"";
        background: url('nav-icon.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
    }










/* about page */
img.about {
	float: left;
	margin-left: 6%;
	margin-right: 0%;
	box-shadow: 4px 4px 7px #000;

	margin-bottom: 6%;
}
.img_about{

	width: 35%;
	float: left;
		max-width: 150px;
	margin-right: 0;
		padding-left: 10px;

	}
	.img_about img{
	max-width: 150px;
	width: 75% !important;
	height: 75% !important;
	display: block;

	}
.about_desc{
	vertical-align: center;
	margin-top: 0;
	font-size: 12pt;
font-family: Vidaloka;
	width: 95%;


			}
h3 {
	  font-family: Vidaloka;
		vertical-align: top;
	margin-top: 2px;
	text-decoration: underline;
	font-size: 12pt;
	}
hr.about_hr{

    height: 12px;
    visibility:hidden;

}



/* contact page */

p.page_label {
  font-family: Vidaloka;

    color: #000;
    font-style: normal;
    font-size: 18pt;
    }
p.phone_label {

    color: #000;
    font-size: 14pt;
    margin: none;
    display: inline;
    text-decoration: underline;

    font-family: Vidaloka;

    }
    .phone_number {
    font-style: normal;


    font-size: 18pt;

    }

p.address_label {

    color: #000;
    font-size: 18pt;

    font-family: Vidaloka;
    margin: none;
    display: inline;
    text-decoration: underline;
    }

ul.address li {
    width: 45%;
    display: inline-block;
    text-decoration: none;
    font-style: normal;
    margin: auto;
    }
address.address {
    text-align: left;
    white-space: pre;

    display: inline;
    font-style: normal;
    font-size: 18pt;
    }
    .address_enclosure {
    width: 65%;
    display: inline;

    margin: auto;
    text-align: left;
    }

        .address_enclosure {
    width: 100%;
    display: inline;



    }



ul.address {
    width: 100%;
    border: 1px;
    text-align: center;
        margin: auto;
        padding: 0px;
    }


ul.address li {
    width: 100%;
    display: relative;
    text-decoration: none;
    font-size: 14px;
    margin: auto;
    }
/*  practice area */

.practice_blurb {


    margin: 3%;
    color: #000;

    font-family: Vidaloka;


    font-style: oblique;
    font-size: 14pt;
    }
ul.area_practice {
  margin-left:20%;
}


ul.area_practice li {
    width:80%;
    text-align: left;
    margin:auto;
    display: block;
    font-family: Vidaloka;
    color: #000;
    font-size: 14pt;
	    }


/* ipad mini */



.circle {
   height:55px;
}
front_image {
    max-width: 200px;
    box-shadow: 8px 8px 7px #000;
     }
