header {
	background-color: #fff;
	box-shadow: 0px 10px 63px 0px rgba(0,0,0,0.2);
	position: absolute;
	width: 100%;
	height: 144px;
}

body {
	background-attachment: relative;
	width: auto;
	height: auto;
	 background-image: url('https://s3-us-west-2.amazonaws.com/byquattro.com/images/black_paper.png'); 
	/* background-image: url(''); */
}

p {
	margin: 0px;
}

nav {
	align-self: center;
    width: calc(100% - 20px);
	text-align: right;
	padding-right: 20px;
}  	

.mySlides {
	display: none;
	height: auto;
	width: 100%;
	justify-content: center;
	align-self: center;
	text-align: center;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 100px;
}

.nav-container,
.grayback {
	background-color: rgba(250, 250, 250, .7);
}

.grayback.last {
	padding-bottom: 30px;
}

.nav-container,
.main-container {
	min-width: 500px;
	max-width: 1200px;
	margin: 0 auto;
}

.main-container {
	padding-top: 144px;
}

body .main-continer p {
	font-size: 17px;
}

.flex-col {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.flex-container {
	display: flex;
	justify-content: center;
	flex-direction: row;
}

input[type=text], select, textarea {
	width: 100%;
	border: 1px solid #000;
	border-radius: 4px;
	box-sizing: border-box;
	resize: vertical;
}

input[type=submit] {
    background-color: #000;
	color: white;
	padding: 12px 20px;
	border: none;
	cursor: pointer;
}

.profilepic {
	width: 60%;
	height:auto;
	padding-bottom: 5px; 
}

.tag-line {
	margin: 0;
	padding: 25px;
	text-align: center;
}

.service-pics a {
    padding: 10px;
    width: 16%;
    margin: 0 3% 35px;
    border-radius: 10px;
	background-color: #222;
	color: #f1f1f1;
	text-decoration: none;
	cursor: pointer;
}

.service-pics b { 
	color: #a2b6d6;}

.service-pics a:focus,
.service-pics a:hover {
	text-decoration: none;
	color: #fff;
	opacity: .7;
 }

.service-pics h3{ 
    font-size: 13px;
    text-align: center;
    margin: 0;
}

.info {
	padding: 10px 30px;
}

footer {
	background-color: white;
	width: 100%;
	box-shadow: 10px 0px 63px 0px rgba(0,0,0,0.2);
}

.inner-footer {
	min-width: 500px;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	padding-bottom: 14px;
	border-bottom: 1px solid #333;
	background-image: url("https://s3-us-west-2.amazonaws.com/byquattro.com/images/Seattle_3.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.inner-footer > div {
	flex: 1 1 100%;
}

.social h3 {
	text-align: center;
}
