@charset "UTF-8";

body {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  font-family: Lato, sans-serif;
	background:url(https://luciddesignstudios.com/img-css/home-silver-bkgr.jpg) center top no-repeat fixed #777;
	background-size:cover;
  color: #444;
  letter-spacing: .04em;
  text-align: center;
}
.wrapper {
  margin: 0 auto; 
}
.container {
  margin: 0 auto;
  padding: 1em 4em 0 4em;
}
.header {
  margin: 0 auto;
}
.content {
  text-align: center;
}
h1 {
  font-size: 3em;
  color: #fff;
  font-variant: small-caps;
  font-weight: 300;
  letter-spacing: .1em;
  		  /*! text-shadow: 1px -1px 0 #767676, -1px 2px 1px #737272, -2px 4px 1px #767474, -3px 6px 1px #787777, -4px 8px 1px #7b7a7a, -5px 10px 1px #7f7d7d, -6px 12px 1px #828181, -7px 14px 1px #868585, -8px 16px 1px #8b8a89, -9px 18px 1px #8f8e8d; */

}
.content h2 {
  font-size: 2em;
  font-weight: 600;
}
.content h3 {
  color: #eee;
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .3em;
  padding-bottom: .44em;
}
.content h4 {
  
  font-size: 1.25em;
  font-weight: 300;
  margin: 0 10% 0 10%;
}
.gallery {
  font-size: 1.35em;
  font-variant: small-caps;
  margin: 2em 0 0 0;
}
#gallery.content h2 {
  font-size: 1.75em;
  font-weight: 600;
}
#gallery.content h3 {
  font-size: 1.25em;
  font-weight: 400;
  text-transform: uppercase;
}
#gallery.header img {
  width: 100%;
  max-width: 550px;
  padding: 2em 0 1em 0;
}
a:link, a:visited {
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  padding-bottom: .11em;
  transition: 1s ease;
}
a:hover, a:active, a:focus {
  color: #ccc;
  padding-bottom: .11em;
  transition: 1s ease;
}
a:hover img, a:focus img, a:active img {
  border-bottom: none;
  transition: 1s ease;
}
.flex-container {
  padding: 0;
  margin: 3em 0 3.95em 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  flex-wrap: nowrap;
}
.flex-item {
  padding: 0 5% 0 5%;
  width: auto;
  text-align: left;
  vertical-align: middle;
  line-height: 160%
}
.flex-item h5 {
  font-size: 1.25em;
  margin: 0 0 .8em 0;
}
img {
  width: 100%;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.5);
box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.5);
  margin-bottom: .5em;
}
img:hover {
	border-bottom: 0px;
}
.before-after-img h5 {
  text-align: center;
}
.before-after-img p {
  text-align: center;
}
#gallery .before-after-img h5 {
  color: #7400d0;
}
.flex-item p {
  font-size: 1em;
  margin: 0;
}
.uppercase {
  text-transform: uppercase;
}
.schedule {
  margin: 0 0 .25em 0;
}
.request {
  margin: 0 0 .15em 0;
}
.clear {
  clear: both;
}
.vert-space {
  height: 1.5em;
}
.contact-form-container {
  width: 100%;
  text-align: center;
}
.contact-form {
  margin: 0 atuo;
  text-align: left;
}
#contact-area {
  margin: 0 auto;
	margin-top: 25px;
  width: 80%
}
#contact-area p {
  margin: 4em 0 2em 0;
  font-size: 1.25em;
  line-height: 160%;
}
#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 70%;
  font-family: Lato, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
  background: #f8f8f8;
	border: 2px solid #ddd;
  border-radius: 4px;
}
#contact-area input:required {
    box-shadow:none;
}

#contact-area textarea {
	height: 90px;
  font-size: 1.17em;
  color: #888;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #888;
  background: #fff;
}

#contact-area input.submit-button {
	width: auto;
  float: left;
  padding: .5em;
  margin: .5em 0 0 calc(20% + 15px);
}
#contact-area input.submit-button:hover {
	border: 2px solid #888;
  background: #ddd;
  
}
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 20%;
	padding-top: 5px;
	font-size: 1.25em;
}

footer {
  width: 80%;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 2em;
  border-top: #ccc 1px solid;
}
footer p {
  font-family: Lato, sans-serif;
  font-size: 1em;
}
footer a:link, footer a:visited {
  color: #444;
  text-decoration: none;
  padding-bottom: .1em;
  border-bottom: #ccc 1px solid;
}
footer a:hover, footer a:active, footer a:focus {
  color: #7400d0;
  text-decoration: none;
  padding-bottom: .1em;
  border-bottom: #fff 1px solid;
}
.copyright {
  font-size: .7em
}
.contactthanks {
  padding: 1em 0 6em 0;
}



.content-home {
	margin:0 auto;
	padding:2% 0;
	text-align: center;
}
.home-slider {
	margin:44px auto 0;
	width:728px;
	height:488px;
	text-align:center;
	background:#000
}
.content-portfolio {
	margin:0 auto;
	width:80%;
	padding:4% 0
}
section {
	margin:0;
	padding:0;
	text-align:center;
}
.section-wide {
	display:block
}
.section-mobile {
	display:none
}
section h2 {
	font-size:24px;
	font-weight:300
}
section h3 {
	width:100%;
	margin:32px 0 18px;
	display:block;
	list-style:none;
	color:#222;
	font-size:12px;
	text-transform:uppercase;
	font-weight:400
}
.underline {
	border-bottom:#fff 1px solid;
	padding:0 0 12px
}
section p {
	margin:0 auto;
	padding:24px 0 48px;
	color:#222;
	font-size:14px;
	text-align:center
}
section ul {
	margin:28px 0 40px;
	padding:0;
	text-align:centered
}
section li {
	width:100%;
	margin:0 0 14px;
	display:block;
	list-style:none;
	color:#222;
	font-size:.88em;
	text-transform:uppercase
}
section a:link,section a:visited {
	color:#fff;
	text-decoration:none;
	transition: 1s ease;
}
section a:active,section a:hover {
	color:#666;
	transition: 1s ease;
}
section h2 a:link,section h2 a:visited {
	color:#fff;
	text-decoration:none;
	transition: 1s ease;
}
section h2 a:active,section h2 a:hover {
	color:#ccc;
	transition: 1s ease;
}
section li a:link,section li a:visited {
	color:#222;
	text-decoration:none;
	transition: 1s ease;
}
section li a:active,section li a:hover {
	color:#fff;
	transition: 1s ease;
}
section h3 a:link,section h3 a:visited {
	color:#222;
	text-decoration:none;
	transition: 1s ease;
}
section h3 a:active,section h3 a:hover {
	color:#fff;
	transition: 1s ease;
}

[class*=col] {
	display:inline;
	float:left;
	position:relative;
	margin-left:2em;
	margin-right:1em;
}
[class*=col]:last-child {
	margin-right:0
}
.col-full-width {
	width:100%
}
.col1 {
	width:6.333%
}
.col5-wide {
	margin:0 auto;
	width:20%;
	text-align:center
}
.col5-wide img {
	width:80%;
	max-width:179px;
	max-height:160px
}
.col5-short {
	margin:0 auto;
	width:18%;
	text-align:center
}
.col5-short img {
	width:90%
}
.col3-short {
	width:20%
}
.col3-long {
	width:20%
}


@media screen and (max-width:1215px) {

.header img {
  padding: 1em 0 1em 0;
}
label {
	font-size: 1em;
}
.col3-short {
	width:40%
}
.col3-long {
	width:40%
}
}


@media screen and (max-width:920px) {

.header img {
  width: 90%;
}
.container {
  margin: 0 auto;
}
}


@media screen and (max-width:780px) {

.container {
  margin: 0 auto;
  padding: 1em 5% 0 5%;
}
.content h2 {
  font-size: 1.75em;
  font-weight: 600;
}
.content h3 {
  font-size: 1em;
  margin: 1em 10% 0 10%;
  line-height: 1.7;
}
.content h4 {
  font-size: 1.15em;
  font-weight: 400;
  margin: 2em 10% 2em 10%;
}
h4.request {
  margin: 0 0 .15em 0;
}
.flex-container {
  padding: 0;
  margin: 3em 0 3em 0;
  width: auto;
  display: block;
}
.flex-item {
  padding: 0 0 3em 0;
  width: auto;
  text-align: center;
  vertical-align: middle;
  line-height: 160%
}
#contact-area {
  margin: 0 auto;
  margin-top: 25px;
  width: 100%;
}
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: auto;
	padding-top: 5px;
	font-size: 1.25em;
}
#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 92%;
  font-family: Lato, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
  background: #f8f8f8;
	border: 2px solid #ddd;
  border-radius: 4px;
}
.col3-short {
	margin: 0 auto;
	width:100%;
}
.col3-long {
	margin: 0 auto;
	width:100%
}
}


@media screen and (max-width:640px) {

.content h2 {
  font-size: 2em;
}
[class*=col] {
	display:block;
	float:none;
	position:relative;
	width: 100%;
	margin-left:0;
	margin-right:0;
}
.col3-short {
	width:100%
}
.col3-long {
	width:100%
}
}


@media screen and (max-width:540px) {

.content h2 {
  font-size: 1.75em;
}
.content h3 {
  font-size: .8em;
  margin: 0 10% 1em 10%
}
.content h4 {
  font-size: 1em;
  line-height: 160%
}
}


@media screen and (max-width:440px) {

.wrapper {
  -webkit-box-shadow: none;
-moz-box-shadow:    none;
box-shadow:         none;
}
.flex-item h5 {
  font-size: 1.15em;
  margin: 0 0 .8em 0;
}
}


/* .invalid class prevents CSS from automatically applying */
.invalid input:required:invalid {
  background: #BE4C54;
}
 
/* Mark valid inputs during .invalid state */
.invalid input:required:valid {
  background: #17D654 ;
}

a {
	transition: 2s ease;
}
a:hover {
	transition: 2s ease;
}