html {
	width: 100%;
	height: 100%;
	margin: 0px;
	scroll-behavior: smooth;
	background-color: rgba(208, 221, 43,1);
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	font-size: 16px;
	font-family: 'Montserrat', 'Helvetica Neue", Roboto', Arial, sans-serif;
	color: rgba(131,134,137, 1);
}
p {
	line-height: 1.75em;
}
a, a:visited, a:active {
	text-decoration: none;
	color: rgba(93,65,87,1);
}
a:hover {
	color: rgba(87, 124, 130,1);
}
nav {
	display: block;
	width: 100%;
	position: fixed;
	z-index: 2;
	background-color: #ffffff;
	border-bottom: 1px solid #f1f1f1;
	top: 0;
	padding-top: 18px;
}
nav ul {
	background-image: url("../img/logo.svg");
	background-repeat: no-repeat;
	background-size: 75px;
	background-position: top center;
	list-style: none;
	padding: 90px 8px 16px 8px;
	margin: 0px;
	text-align: center;
	font-size: .7em;
	text-transform: uppercase;
	letter-spacing: .125em;
	font-weight: 700;
}
nav ul li {
	display: inline-block;
}
nav ul li a {
	display: block;
	padding: 0px 12px 0px 12px;
}
section {
	display: block;
	min-height: 100vh;
}
article {
	text-align: left;
	padding: 16px 48px 32px 48px;
}
h1 {
	font-size: 2em;
	padding-top: 100px;
	margin-top: 0px;
	font-weight: normal;
}
h2 {
	display: block;
	text-align: center;
	font-weight: normal;
	font-size: 2em;
}
.welcome, .appointment, .portfolio, .about, .coda {
	text-align: center;
	padding: 0px 24px 0px 24px;
}
.about {
	background-color: #f1f1f1;
}
.about p {
	max-width: 850px;
	margin: auto;
	line-height: 2.25em;
}
.about h1 {
	padding-top: 200px;
}
.portfolio {
	background-color: rgba(235,227,170,1);
}
.welcome {
	background-image: url('../img/interior1.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
    align-items: center;
    color: #ffffff;
}
.welcome h1 {
	padding-top: 50px;
	font-size: 4em;
	font-style: italic;
	font-weight: 200;
	margin-top: 80px;
	transform: rotate(-9deg);
	text-transform: uppercase;
	margin-bottom: 80px;
	text-shadow: 2px 2px rgba(0, 0, 0, .2);
}
.welcome h2, h3 {
	text-shadow: 2px 2px rgba(0, 0, 0, .2);
}
.snipe {
	text-align: center;
	background-color: #D0DD2B;
	width: 100%;
	font-size: 1.25em;
	color: #252525;
}
.column-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: start;
	margin: auto;
}
.column-container article {
	min-width: 320px;
	max-width: 900px;
	text-align: center;
}
.coda .column-container article {
	text-align: left;
	color: #ffffff;
	align-self: stretch;
	backdrop-filter: blur(10px);
	border-radius: 15px;
}
.coda .column-container ul {
	margin-left: 0px;
	padding-left: 15px;
	line-height: 2em;
}
.coda .column-container article span {
	display: block;
}
.coda .column-container article a {
	color: #ffffff;
}
.coda .column-container article p a:hover {
	text-decoration: underline;
}
.profile-photo {
	margin: 50px auto;
	display: block;
	height: 150px;
	width: 150px;
	border: 3px solid #ffffff;
	border-radius: 75px;
}
.intro {
	margin: 0px 40px 0px 40px;
}
.social {
	display: flex;
	justify-content: space-between;
	width: 400px;
	margin: auto;
	padding-top: 50px;
}
.social a {
	background-repeat: no-repeat;
	display: block;
	width: 40px;
	height: 40px;
}
.instagram {
	background-image: url('../img/instagram.svg');
}
.facebook {
	background-image: url('../img/facebook.svg');
}
.twitter {
	background-image: url('../img/twitter.svg');
}
.appointment {
	background-image: url('../img/george-bohunicky-unsplash.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	display: flex;
    align-items: center;
    color: #ffffff;
}
.appointment h1,
.about h1 {
	font-size: 3em;
}
.appointment h1, .appointment h2 {
	text-shadow: 2px 2px rgba(0, 0, 0, .2);
}
.coda {
	background-image: url('../img/tim-mossholder-nsplash.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	display: flex;
    align-items: center;
}
.cta {
	width: 100%;
	display: block;
	padding: 32px 0px;
}
.cta a {
	background-color: rgba(87, 124, 130, 1); 
	border: none; 
	color: #ffffff; 
	text-transform: uppercase; 
	letter-spacing: .125em; 
	padding: 18px 32px; 
	border-radius: 8px; 
	font-weight: 500; 
	font-size: 1.5em; 
	cursor: pointer; 
	display: inline-block; 
}
.cta a:hover {
	background-color: rgba(141, 181, 181, 1); 
	-webkit-box-shadow: 5px 5px 15px -4px rgba(0,0,0,0.3); 
	box-shadow: 5px 5px 15px -4px rgba(0,0,0,0.3);
}
.location {
	position: relative;
}
.map {
	display: block;
	position: absolute; top: 0; right: 0; bottom: 0; left: 0;
	height: calc(100% - 125px);
	width: 100%;
	padding-top: 125px;
	background-color: #f1f1f1;
}
.logo {
	width: 200px;
	margin: 0px 0px 26px 0px;
	opacity: .87;
}
.gallery {
	padding-bottom: 26px;
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
{
	body {
		font-size: 20px;
	}
	.phone {
		width: 75%;
	}
	.phone a, .phone a:visited {
		color: #ffffff;
	}
	nav ul {
		font-size: 1.25em;
	}
	.column-container {
		display: block;
	}
	.column-container article {
		padding: 16px 16px 32px 16px;
		font-size: 1.7em;
		min-width: 400px;
		max-width: 100%;
		width: calc(100% - 32px);
	}
	.intro {
		font-size:  1.7em;
	}
	.cta a {
		font-size: 2em;
	}
	.welcome h1 {
		margin-top: -150px;
		margin-bottom: 150px;
	}
	.social a {
		width: 60px;
		height: 60px;
	}
}

