/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;

}
/* html element 62.5% font-size for REM use */
html {

}
body {
margin : 0 auto;
padding : 0;
font : 100%/1.4 'Merriweather Sans', sans-serif; font-weight: 300;
background-color:#ebf4fe;
font-size : .9em;
}
    
/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
font-weight : normal;
margin-top: 10px;

}


h1 {
color: #344da1;
margin-bottom : 0.2em;
margin-top : 0px;
font-size : 2em;
line-height : 1.6;
font-size : 1.6em;
border-bottom: 3px solid #0038b8;
margin-bottom:20px;
}




h2 {
color: #e09d44;
margin-bottom : .5em;
margin-top : .5em;
font-size : 1.4em;
line-height : 1.2;

}

h3 {
color: #344da1;
margin-bottom : 0.3em;
font-size : 1.2em;
line-height : 1.3; 
font-weight: bold;
}

h4 {
color: #444;
margin-bottom : 0.5em;
font-size : 1.5em; /* 24 / 16  */
line-height : 1.25; }

	footer h4 {
		color: #ccc;
	}

h5 {
color: #555;
margin-bottom : 1.25em;
font-size : 1em; /* 20 / 16 */ }

h6 {
color: #666;
font-size : 1em; /* 16 / 16  */ }



.h1gold  {
margin: 0; padding: 0;
line-height: 1em; font-size: 1em;
color:#e09d44; font-family:Arial, Helvetica; font-size: 15pt;  font-weight: bold;
}

.h2gold  {
margin: 0; padding: 0;
line-height: 1em; font-size: 1em;
color:#e09d44; font-family:Arial, Helvetica; font-size: 13pt;
}


.h1blue  {
margin: 0; padding: 0;
line-height: 1em; font-size: 1em;
color:#02519c; font-family:Arial, Helvetica; font-size: 15pt;  font-weight: bold;
}

.h2blue  {
margin: 0; padding: 0;
line-height: 1em; font-size: 1em;
color:#02519c; font-family:Arial, Helvetica; font-size: 13pt;
}


.blueheadertext  {
margin: 0; padding: 0;
line-height: 1em; font-size: 1em;
font-weight: bold;
color:#02519c; font-family:Arial, Helvetica; font-size: 16pt;
}


.h2black  {
margin: 0; padding: 0;
line-height: 1em; font-size: 1em;
color:#000000; font-family:Arial, Helvetica; font-size: 15pt;  font-weight: bold;
}

.heading { color:#02519c; font-family:Arial, Helvetica; font-size: 15pt;  font-weight: bold; }
.heading2 { color:#344da1; font-family:Arial, Helvetica; font-size: 13pt;  font-weight: bold; }

.p-2 {
font-size:.7em;
}


.responsivepic{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	max-width:300px;
	}

 		@media (max-width: 768px) {
 			.responsivepic {
			float: none;
			margin: 0 auto;
			text-align:center;
			padding-left: 0px;
			max-width:376px;
 			}
 		}


/*  TYPOGRAPHY  ============================================================================= */
p, ol, ul, dl, address {
margin-bottom : 1.5em;
font-size : 1em; /* 16 / 16 = 1 */ }


p {
margin-top: 0;
}




ol li {
margin : 1.5em 0 1.5em 0;
padding : 0 0 0 10px; }




ul, ol
{
margin : 1.5em 0 1.5em 0;
padding : 0 0 0 24px; }


li ul {
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ 
}

ul li {
    margin-left:15px;
}


ul ul li {
}

dl,
dd {
margin-bottom : 1.5em; }

dt {
font-weight : normal; }
hr {
display : block;
margin : 1em 0;
padding : 0;
height : 1px;
border : 0;
border-top : 1px solid #ccc;
}

small {
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup {
font-size : 75%;
line-height : 0;
position : relative;
vertical-align : baseline; }

sup {
top : -.5em; }

sub {
bottom : -.25em; }



blockquote,
#tab-description blockquote {
  background: url(https://www.webeditor.com/wp-content/themes/html5blank-stable/images/blockquote.png) no-repeat 10px 12px;
  background-color: #e9f6fb;  
  padding: 10px 20px 10px 60px;
  margin: 1.5em 10px;
  color: #0d0d0d;
}

.quote-from {
font-style: italic;
}

.results,
#tab-description blockquote {
  background-color: #e9f6fb;  
  padding: 10px 20px 10px 20px;
  margin: 1.5em 10px;
  color: #0d0d0d;
}

.blockquote p,
#tab-description blockquote p {
}



/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}


.whitesidebarlink {text-decoration: none; font-size: 10pt; color: #ffffff; font-weight: 700; }
.whitesidebarlink A:link {text-decoration: underline; font-size: 10pt; color: #ffffff; font-weight: 700; }
.whitesidebarlink A:visited {text-decoration: underline; font-size: 10pt; color: #ffffff; font-weight: 700; }
.whitesidebarlink A:active {text-decoration: underline; color: #ffffff;}
.whitesidebarlink A:hover {text-decoration: underline; color: #ffffff;}

.phonelink {text-decoration: none; font-size: 1.2em; color: #00529e; font-weight: 700; }
.phonelink A:link {text-decoration: none; font-size: 1.2em; color: #00529e; font-weight: 700; }
.phonelink A:visited {text-decoration: none; font-size: 1.2em; color: #00529e; font-weight: 700; }
.phonelink A:active {text-decoration: none; color: #00529e;}
.phonelink A:hover {text-decoration: none; color: #00529e;}

.topmenu {text-decoration: none; font-size: .9em; color: #ffffff; font-weight: 700; }
.topmenu A:link {text-decoration: none; font-size: .9; color: #ffffff; font-weight: 700; }
.topmenu A:visited {text-decoration: none; font-size: .9; color: #ffffff; font-weight: 700; }
.topmenu A:active {text-decoration: none; color: #ffffff;}
.topmenu A:hover {text-decoration: none; color: #cddaff;}



/* LINKS =============================================================================  */

a {
color : #344da1;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: underline;
}

a:visited {
color : #344da1; }

a:focus {
outline : thin dotted;
color : rgb(0,0,0); }

a:hover,
a:active {
outline : 0;
color : #73919d;
text-decoration: underline;
}


footer a {
color : #999999;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

footer a:visited {
color : #999999; }

footer a:focus {
outline : thin dotted;
color : #999999; }

footer a:hover,
footer a:active {
outline : 0;
color : #999999;
}

footer.footer {
	background: #ffffff;
	width: 100%;
	padding: 10px 20px;
}


/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

.alignleft {
float: left;
padding-right: 10px;
padding-bottom: 10px;
}

.aligncenter {
display: block;
    margin-left: auto;
    margin-right: auto;
padding-left: 10px;
}


.alignright{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	}

 		

 		
/* FORMS ============================================================================= */

form {
margin : 0; }

fieldset {
margin-bottom : 1.5em;
padding : 0;
border-width : 0; }

legend {
*margin-left : -7px;
padding : 0;
border-width : 0; }

label{
font-weight : normal;
cursor : pointer;
display:block;
margin:0;
position:relative;
top:0;
left:0;
}






button,
search,
input,
select,
textarea {
font-size : 100%;
margin : 0;
vertical-align : baseline;
*vertical-align : middle; }

button, input {
line-height : normal;
*overflow : visible; }

button,
input[type="submit"] {
margin: 0;
cursor : pointer;
text-shadow:0 1px 0 #fff;
}


input[type="search"] {
/*	box-sizing : content-box; */
}

button::-moz-focus-inner,
input::-moz-focus-inner {
padding : 0;
border : 0;  }

/*	input{
	margin:0;
	border:1px solid #ccc;
	font-size:1em;
	padding:5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#fff;
}
*/






/*  MAIN LAYOUT	============================================================================= */




		header {
			clear: both;
			width: 100%;
			max-width: 1200px;
			margin: 0 auto;
			padding: 0px 0px 0px 0px;
			position: relative;
			color: #000;
			text-align: center;
		}





	#maincontentcontainer {
		width: 100%;

	}






			#maincontent{
				clear: both;
				width: 100%;
				max-width: 1200px; /* 960px / 13 */
				margin: 0 auto;
				position: relative;
 			background-color:#ffffff;
 			background-image: url(https://www.webeditor.com/wp-content/themes/html5blank-stable/images/bg-sidebar-primary.png);
 			background-repeat: repeat-y;
 			background-position: 100% 0;

			}

 		@media (max-width: 630px) {
 			#maincontent {
 				background-image: none;
 			}
 		}





			#maincontentfull{
				clear: both;
				width: 100%;
				max-width: 1200px; /* 960px / 13 */
				margin: 0 auto;
				position: relative;
 			background-color:#ffffff;

			}

 		@media (max-width: 630px) {
 			#maincontent {
 				background-image: none;
 			}
 		}




	#footercontainer {
		width: 100%;
		background: #eeeeee;
		color:#6f6f6f;
		padding-right:0px;
		padding-left:0px;
		padding-top:0px;
		padding-bottom:0px;
		max-width: 1200px;
		text-align:left;
		margin: 0 auto;
	}

		footer {
			clear: both;
			width: 96%; /* 1000px / 1250px */
			font-style: italic;
			max-width: 1200px;
			margin: 0 auto;
			padding-bottom: 10px;
			color:#000000;
		}


		footer a:link, footer a:visited { color: #999; text-decoration: underline; }
		footer a:hover { color: #999; text-decoration: underline; }


.footerlinks {text-decoration: none; color: #797979;}
.footerlinks A:link {text-decoration: none; color: #797979;}
.footerlinks A:visited {text-decoration: none; color: #797979;}
.footerlinks A:active {text-decoration: none; color: #797979;}
.footerlinks A:hover {text-decoration: underline; color: #797979;}


.copyright {
color:#999;
}


/*  GLOBAL OBJECTS ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}







/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE -- probably extraneous code....
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}



/*---------Responsive content and sidebar--*/

 		.grid > .section-main {
 			padding-left:20px;
 			padding-right:30px;
			margin-top: 0px;
			padding-top: 0px;
 		}


		
 		.grid > .aside-sidebar {padding-left:10px; padding-right:10px; padding-top:0px; padding-bottom: 10px; margin-bottom: 0; background-color:#c5e4fa;}


		@media (max-width: 630px) {
		 .grid > .aside-sidebar { background-color: #C5E4FA;}	
		}


		@media (max-width: 1200px) {
		 .grid > .section-main { padding-right:20px;}	
		}

 		/* functional css                                                         */
 		.grid > * {margin:1em 0;}
 		@media all and (min-width:630px) {
     	.grid {padding-right:320px; overflow:hidden;}
   	  .grid > .section-main {float:left; width:100%; margin:0;}
 	    .grid > .aside-sidebar {width:320px; float:right; margin:0; margin-right:-320px; }

		}





/*---------Responsive Header--*/

.header-960 { 
	background-image: url('https://www.webeditor.com/wp-content/themes/html5blank-stable/images/header-1200.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-position: 0% 50%;
min-height:313px;
}

.header-up-to-960 {
  display: none;
  
}

.header-630 {
  display: none;
}

.header-less-than-960 {
  display: none;
}



@media all and (max-width: 630px) {
  .header {
  }
  .header-960 {
    display: none;
  }
.header-up-to-960 {
  display: none;
}
 .header-630 {
    display: block;
    
          		background-image: url('https://www.webeditor.com/wp-content/themes/html5blank-stable/images/header-630.png');
			background-position: left top;
			background-repeat: no-repeat;
			background-position: 0% 50%;

  


    
    
  }

 .header-less-than-960 {
  display: block;
  }

}

@media all and (min-width:631px) and (max-width: 960px) {
  .header {
  }
  .header-960 {
    display: none;
  }
  .header-630 {
    display: none;
  }
  .header-up-to-960 {
    display: block;
          	background-image: url('https://www.webeditor.com/wp-content/themes/html5blank-stable/images/header-960.png');
          	background-position: left top;
          	background-repeat: no-repeat;
          	background-position: 0% 50%;
          	min-height:179px;

  }

.header-less-than-960 {
  display: block;
}


}





/*---------Full page view--*/

 		.gridfull > .section-main {
 			padding-left:20px;
 			padding-right:20px;
 		}




 		/* functional css                                                         */
 		.gridfull > * {margin:1em 0;}
 		@media all and (min-width:630px) {
   	  .gridfull > .section-main {float:left; width:100%; margin:0;}
     	.gridfull {overflow:hidden;}


		}



.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*---------Site specific styles--*/


.orangeborder {
border:1px solid #9e606b;
padding-left: 0px;
padding-right: 0px;}

.noborder {
padding-left: 0px;
padding-right: 0px;}


.color {
background-color:#ff0000;
}


#menu-practice-areas
{
    list-style-type: none;
   line-height : 1.5;
}

#menu-practice-areas a {
color : #344da1;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

#menu-practice-areas a:visited {
color : #344da1; }

#menu-practice-areas a:focus {
outline : thin dotted;
color : rgb(0,0,0); }

#menu-practice-areas a:hover,
a:active {
outline : 0;
color : #73919d;
text-decoration: underline;
}


/* search form */
form.search {
	height: 35px;
	background-image: url('https://www.webeditor.com/wp-content/themes/html5blank-stable/images/bg-sidebar-search-form.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-position: 0% 50%;

}

.search-input {
padding-top:9px;
padding-left:8px;
	width: 240px;
	border: none;
	background-color: transparent;
}

/* new search button */
.search-submit {
	width: 40px;
	height: 30px;
	text-indent: -999%;
	background-color: transparent;
	border: none;
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}

	input::-moz-focus-inner {border:0;}



input[type="text"], input[type="password"], textarea {
 
        background: #f9f9f9;
    border: 1px solid #cccccc;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    padding: 2px;
}

#s {
color: #999999;
font-family: Arial, sans-serif; 
font-size: 13px; 
margin: 0 -31px 0 0; 
padding: 10px 30px 10px 8px;
text-transform: lowercase; 
width: 228px;
 
transition-duration: 400ms;
transition-property: width, background;
transition-timing-function: ease; 
 
/* Safari and Chrome */
-webkit-transition-duration: 400ms;
-webkit-transition-property: width, background;
-webkit-transition-timing-function: ease; 
 
/* Opera */
-o-transition-duration:400ms;
-o-transition-property: width, background;
-o-transition-timing-function: ease; 
 
 
} 



#searchsubmit {
text-indent: -9999px;
background-image: url('https://www.webeditor.com/wp-content/themes/html5blank-stable/images/search-submit.png'); 
	background-repeat: no-repeat;

border: medium none;
height: 23px;
width: 21px; 

 
}


.textwidget {color:#02529b;}
.textwidget h2 {color:#02529b;}

.slideshowlink {display: none;}

.widget-link {color:#02529b;} 
.widget-link a {color:#02529b;} 

.mp3-download {border:1px solid #fcc173; background-color:#fff6e5; padding:10px 10px 10px 10px;}

.yellow-box {border:1px solid #fcc173; background-color:#fff6e5; padding-top:20px;}

.yellow-box-left {border:1px solid #fcc173; background-color:#fff6e5; padding-top:10px; text-align:left; padding-left:10px;}



@media all and (min-width:631px) {
  
  .content-960 {
  display: block;
  padding-top:20px;
  padding-left:10px;
  float:right;
  }
  .content-630 {
    display: none;
  }

}


@media all and (max-width: 630px) {

  .content-960 {
    display: none;
  }
  .content-630 {
    display: block;
    padding-top:10px;
    padding-bottom:10px;
  }

}


.bluebox {
border:1px solid #395a7d;
height: margin-top: 20px;
min-height:130px;
}

.blueboxheader {
	background:#395a7d;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	max-width:960px;
	margin: 0 auto;
	color:#ffffff;
	margin: 0;
	padding: 5px;
	font-size:16px:;
	font-weight: bold;
	text-align:center;

}


.blueboxcontent {
padding-top: 30px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 30px;
text-align:center;
min-height:100px;

}

.jcarousel-pagination {visibility: hidden;}



.jw_easy_slider_name {
visibility: hidden;
  content: 'Check this out: ';
}


.jw_easy_slider_name:before {
	content: "Some of Dan's Clients:";
	visibility:visible;
       display:block;
}


/* FLEXBOX */


/* CSS Normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:700;}dfn{font-style:italic;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em;}pre{white-space:pre-wrap;word-wrap:break-word;}q{quotes:\201C \201D \2018 \2019;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-.5em;}sub{bottom:-.25em;}img{border:0;}svg:not(:root){overflow:hidden;}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,html input[type=button],/* 1 */
input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;}button[disabled],input[disabled]{cursor:default;}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}body,figure{margin:0;}legend,button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}

/* Box-sizing border-box */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }



/* Some default styles to make each box visible */
.box {

  display:flex;
  color:white;
  font-size: 10px;
  padding:10px;
align-content:center;
text-align: center;
justify-content: center;
align-items: center;



}

/* Colours for each box */
.box1 { background:#1abc9c;}
.box2 { background:#3498db;}
.box3 { background:#9b59b6;}
.box4 { background:#34495e;}
.box5 { background:#f1c40f;}
.box6 { background:#e67e22;}
.box7 { background:#e74c3c;}
.box8 { background:#bdc3c7;}
.box9 { background:#2ecc71;}
.box10 { background:#16a085;}


.flex-container {
  display:inline-flex;
  flex-wrap:wrap;
  text-align:center;
  justify-content:center;
  
}

/************ front page examples***********/




.float-box-index {
 	width:300px;
 	float:right;
 	margin-left:20px;
 	padding-left:20px;
 	margin-right:20px;
 
 }

@media all and (max-width: 630px) {
  .float-box-index {
	float:none;
	margin : 0 auto;
	margin-bottom:20px;
 	padding-left:0px;

  }
		}


.example-box {
 width:300px;
 border: solid #009900 2px; 
 padding-left:20px;
 padding-bottom:20px;
 margin-bottom:20px;
 }




.space-on-full-size {
height:10px;
}

 		@media (max-width: 630px) {
 			.space-on-full-size {
			height:0px;
 			}
 		}
 		
.simple-page-container {
max-width:1200px;
margin : 0 auto;
padding:20px;
background-color:#ffffff;
}