@charset "UTF-8";

/* 

CSS for THE LAW OFFICES OF PAUL LYNCH

*/



html, body {
	padding:0px;
	border:0px;
	margin:0px;
	background-color: #F6F5EE;
	}
	




/*  Typography  */

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	color:#031323;
	margin-bottom:10px;
	font-weight:normal;
}



h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color:#666;
	font-weight:normal;
	font-style:italic;
}


h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color:#333;
	font-weight:normal;
}


/* H4 is used for the phone numbers on contact page */
h4 {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	line-height:40px;
	color:#031323;
	font-weight:normal;
}


h5 {
	color:#002858;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:18px;
	margin-bottom:-10px;
	padding:0px;
	font-weight:normal;
	font-style:italic;
}




h6 {
	color:#002858;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	line-height:18px;
	margin-bottom:0px;
	padding:0px;
	font-weight:normal;
	font-style:italic;
}



	
p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:22px;
	color:#000;
}

p.contact {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:22px;
	color:#666;
}
	

ul, li {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:22px;
	color:#333333;
	
}


/*  Homepage ordered list */

ol.home {
	list-style-type: lower-roman;
}


	

/* GLOBAL LINKS */	


a {
	text-decoration:none;
	color:#000066;
	font-weight:normal;
}

a:hover {
	text-decoration:none;
	color:#666;
	font-weight:normal;
}



.img {
	border:none;
	}
	




/*  basic DIV styles */
/*
#header {
	max-width:850px;
	max-height:123px;
	margin:0px auto 0px auto;
	padding:0px;
	background-image:url(../imgs/bg-header.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
*/


/*  Navigation Styles   */

#nav {
	width:847px;
	height:43px;
}



#nav ul {
	list-style: none;
	text-align: center;
	margin: 30px auto 0px auto;
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#nav li {
	display: inline;
	margin:0 30px 0 0;
}



#nav li a {
	font-family:"Times New Roman", Times, serif;
	color:#666666;
	font-weight: 100;
	text-transform: uppercase;
	font-size:18px;
}

#nav li a:hover {
	color:#333;

}




/*  Home DIVs  */
/*
#main-container {
	height:auto;
	width:850px;
	margin:20px auto 0px auto;
}


#main-left {
	height:auto;
	width:321px;
	margin:0px auto 0px auto;
	padding:18px 17px 0px 0px;
	float:left;
}


#main-right {
	height:auto;
	width:469px;
	margin:0px auto 0px auto;
	padding:0px 30px 0px 13px;
	float:right;
}
*/




/*  Contact Page */


p.contact {
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#333333;
	margin-right:10px;
}

/*  Contact Form Details */

.txt_box {
	color:#333333;
	padding:4px;
	border: 1px solid #555555;
	background-color:#f8f8f8;
	}
	

/*   FOOTER Styles   */



#footer {
	height:70px;
	max-width:850px;
	margin:0px auto 0px auto;
	padding:2em;
	font-size:11px;
	line-height:18px;
	color:#666;
	clear:both;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../imgs/bg-footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
}


/*Responsive Design CSS*/
img {
    max-width: 100% !important;
}
.container{
	max-width: 880px !important;
}
.top-space{
	margin-top: 2.5em;
}
.col-md-5{
	padding-left:0px;
	padding-right: 0px;
}

h1{
	margin-top: 0px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
}

#menuToggle
{
  display: block;
  position: relative;
  top: 35px;
  right: 20px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  right: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #000000;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #000000;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 110vw;
  margin: -100px 0 0 -100vw;
  padding: 6.5px;
  padding-top: 100px;
  padding-right:0px;
  padding-left:75px;
  font-family: "Times New Roman", Times, serif;
  background: #F6F5EE;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  text-align: center;
  overflow:hidden;
}
#menu a
{
	padding-bottom: .5em;
	color: #000000;
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
  font-family: "Times New Roman", Times, serif;
}

#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
}


#mobile-menu{
	position: absolute;
	top: -25px !important;
	right: 0px;
}

.desktop{
	display:none;
}
.desktop-menu{
	display:none;
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 768px) {
	.mobile{
		display:none;
	}
	.desktop{
		display:initial;
	}
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 768px) {
	.mobile-menu{
		display:none;
	}
	.desktop-menu{
		display:initial;
	}
}

@media only screen and (min-width : 768px)  {
	#header {
		max-width:850px;
		max-height:123px;
		margin:0px auto 0px auto;
		padding:0px;
		background-image:url(../imgs/bg-header.jpg);
		background-position:right;
		background-repeat:no-repeat;
	}
}

@media only screen and (max-width : 768px)  {
	#main-left{
		text-align:center;
	}
}
	
@media only screen and (min-width : 767px)  {
	.container{
		min-width: 100% !important;
	}
	#nav li a {
		font-size:14px;
	}
}	
@media only screen and (min-width : 850px)  {
	.container{
		min-width: 850px !important;
	}
	#nav li a {
		font-size:18px;
	}
}
/*End Responsive Design CSS*/




