@import "reset.css";

@import "1224.css";

/*////////////////////////////////////////////////////////////////////*/
/*
  Master CSS ~ Client Name
  Developed by Lyle Hebel @ Pixelelk
*/

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #434538;
}

h1{
	letter-spacing: 2px;
	margin-bottom: 20px;
	margin-top: 20px;
}

h2{
	letter-spacing: 2px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 16px;
	text-transform: uppercase;
}

h2.white{
	color: #fff;
	text-align: center;
}

h3{
	letter-spacing: 0px;
	border-bottom: 1px #333 solid;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	margin-bottom: 5px;
	text-transform: uppercase;
}

p{
	text-align: justify;
	line-height: 20px;
}

p.white{
	color: #fff;
	text-align: center;
}

.button{
	text-align: center;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px 8px;
	text-decoration: none;
	border: 1px solid #fff;
	letter-spacing: 3px;
	font-size: 14px;
	margin-top: 20px;
	color: #fff;
}

.button:hover{
	border-bottom: 5px solid #fff;
}

ul{
	margin: 0px;
	margin-bottom: 16px;
	line-height: 20px;
	margin-bottom: 30px;
}

ul li{
	list-style: circle;
	margin-left: 20px;
	font-weight: bold;
}

ul li ul li{
	list-style: disc;
	margin-left: 20px;
	font-weight: normal;
}

#services{
  -webkit-column-width: 300px;
  -moz-column-width: 300px;
  column-width: 300px;
    -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
}

.header{
	background: url(../img/header-bg.jpg) no-repeat center center;
	overflow: hidden;
	border-bottom: 20px #333333 solid;
	text-align: right;
}

.services{
	background-color: #fff;
	min-height: 300px;
	overflow: hidden;
	padding: 60px 0px;
	float: left;
	width: 100%;
}

.bio{
	background-color: #e4e9e7;
	min-height: 300px;
	overflow: hidden;
	padding: 60px 0px;
	float: left;
	width: 100%;
}

.bioPic{
	border-bottom: 20px #333 solid;
	margin-bottom: 20px;
}

.footer{
	background-color: #333;
	min-height: 300px;
	overflow: hidden;
	padding: 60px 0px;
	float: left;
	width: 100%;
	color: #fff;
}



/* ////////////////////////////////////////////////////////////////////*/
/* End of Master Elements 
////////////////////////////////////////////////////////////////////*/
/*
Responsive Site Specific Layout Elements
*/
/* Break 1 ----------- */
@media only screen and (max-width : 360px) {
	
.header{
	padding: 20px 0px 100px 0px;
	min-height: 300px;
	text-align: center;
}

.services,.bio{
	padding: 20px 0px;
}

p.white{
	font-size: 18px;
	line-height: 26px;
	padding: 0px 20px 0px 20px;
}

h1{
	text-align: left;
	font-size: 30px;
	line-height: 40px;
}
	
}

/* Break 2  ----------- */
@media only screen and (min-width : 361px)
and (max-width : 450px) {
	
.header{
	padding: 20px 0px 100px 0px;
	min-height: 300px;
	text-align: center;
}

.services,.bio{
	padding: 20px 0px;
}

p.white{
	font-size: 18px;
	line-height: 26px;
	padding: 0px 20px 0px 20px;
}

h1{
	text-align: left;
	font-size: 30px;
	line-height: 40px;
}
	
}

/* Break 3 ----------- */
@media only screen and (min-width : 451px)
and (max-width : 580px) {
	
.header{
	padding: 20px 0px 100px 0px;
	min-height: 300px;
	text-align: center;
}

p.white{
	font-size: 18px;
	line-height: 26px;
	padding: 0px 20px 0px 20px;
}

h1{
	text-align: left;
	font-size: 30px;
	line-height: 40px;
}
	
}

/* Break 4 ----------- */
@media only screen and (min-width : 581px)
and (max-width : 767px) {
	
.header{
	padding: 20px 0px 100px 0px;
	min-height: 300px;
}

p.white{
	font-size: 22px;
	line-height: 34px;
	padding: 0px 20px 0px 20px;
}

h1{
	text-align: center;
	font-size: 30px;
	line-height: 40px;
}
	
}

/* Break 5 ----------- */
@media only screen and (min-width : 768px)
and (max-width : 1023px) {
	
.header{
	padding: 100px 0px 200px 0px;
	min-height: 500px;
}

p.white{
	font-size: 22px;
	line-height: 34px;
	padding: 0px 100px 0px 100px;
}

h1{
	text-align: center;
	font-size: 48px;
	line-height: 62px;
}
	
}

/* Break 6 ----------- */
@media only screen and (min-width : 1024px)
and (max-width : 1223px) {
	
.header{
	padding: 100px 0px 200px 0px;
	min-height: 500px;
}

p.white{
	font-size: 22px;
	line-height: 34px;
	padding: 0px 200px 0px 200px;
}

h1{
	text-align: center;
	font-size: 48px;
	line-height: 62px;
}
	
}

/* Break 7 ----------- */
@media only screen
and (min-width : 1224px) {

.header{
	padding: 100px 0px 200px 0px;
	min-height: 500px;
}

p.white{
	font-size: 22px;
	line-height: 34px;
	padding: 0px 200px 0px 200px;
}

h1{
	text-align: center;
	font-size: 48px;
	line-height: 62px;
}

}
