@charset "utf-8";
/* CSS Document */

* {box-sizing: border-box}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
	scroll-snap-type: y proximity;
}

h1 {
	font-family: "Crimson Text", sans-serif;
	font-size: 2em;
	font-weight: 300;
	
}

h2 {
	font-family: "Raleway", sans-serif;
	font-size: 1.5em;
	text-align: center;
}

h3 {
	font-family: sans-serif;
	text-align: center;
}

p {
	font-family: sans-serif;
	font-size: 1.1em;
	text-align: center;
}

header {
	position: sticky;
	top: 0;
	background-color: #008981;
	z-index: 4;
}

section {width: 85%; margin: 20px auto;}

.main_body {
	margin: 0;
	background-color: #DDDDDD;
	background-image: url("./images/pt_background.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

.logo_body {
	width: 90%;
	margin: 5px auto 0px;
	text-align: center;
	position: initial;
}

.main_logo {
	width: 300px;
}

.nav_mobile {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	height: 90px;
}

.nav_mobile #presstime_links {
	display: none;
	width: 100%;
	height: 138px;
	background-color: white;
	position: absolute;
	top: 154px;
	padding: 0 0;
	border: 5px solid #008981;
	border-radius: 6px;
	z-index: 3;
	animation-name: scrollingMenu;
	animation-duration: 1s;
}

.mobile_icon {
	background-color: #008981;
	justify-self: start;
	width: 50px;
	height: 40px;
	position: absolute;
	left: 8px;
	top: 26px;
	border: 3px solid #FFFFFF;
	border-radius: 4px;
	padding-top: 2px
}

.mobile_phone {
	background-color: #008981;
	justify-self: end;
	align-items: center;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 8px;
	top: 26px;
	border: 3px solid #FFFFFF;
	border-radius: 4px;
	text-align: center;
}

.mobile_phone > img {
	margin: 4px 0;
	width: 25px;
	height: 25px;
}

button > div {
	justify-self: center;
	text-align: center;
	width: 35px;
	height: 0.28rem;
	border-radius: 2px;
	background-color: #FFFFFF;
	margin: 4.0px auto;
}

.nav_tablet {
	display: none;
	height: 100px;
	align-items: center;
}

.nav_logo {
	margin: 15px 0;
	padding: 5px 6px;
	background-color: #FFFFFF;
	width: 100%;
	border-radius: 15px;
	text-align: center;
}

.nav_logo img {
	height: 50px;
	object-fit: contain;
}

.nav_links {
	display:block;
	position: absolute;
	padding-left:0;
	list-style:none;
	z-index: 3;
}
.nav_links a {
	font-size:0.92rem;
	font-weight:500;
	color:rgba(0,137,129,1);
	font-family: "Raleway", sans-serif;
	text-decoration:none;
	letter-spacing:0.06em;
	text-transform:uppercase;
	transition:color 0.2s;
}
.nav_links a:hover { color:var(--gold); }

.nav_links > div {
	padding: 6px 2px;
}

.nav_body {
	float: right;
	text-align: right;
	width: 17em;
	position: absolute;
	top: 8px;
	right: 2px;
}

div#nav_format {
	display: inline-block;
	width: 65px;
	padding: 5px 0;
	margin: 0 12px;
	text-align: center;
}

#nav_format > a {
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	color: white;
	text-decoration: none;
}

#hero {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	min-height: 86vh;
	margin: auto;
	scroll-snap-align: start none;
}

#services {
	scroll-snap-align: start none;
}

#services > div {
	width: 100%;
	border: 5px solid #FFFFFF;
	border-radius: 5px;
	padding: 0 10px 10px 10px;
}

.services_text {
	text-align: center;
}

#contact {
	scroll-snap-align: start none;
}

.contact_flex {
	display: flex;
	flex-direction: column;
	align-items: center;
}
	

.welcome_box {
	width: 300px;
	height: 64px;
	margin: 20px auto;
	font-family: "Raleway", sans-serif;
	font-size: 24px;
	text-align: center;
	color: #008981;
	background-color: #F1F1E5;
	border: 2px solid #E0DBAE;
	border-radius: 8px;
	padding: 2px 0px;
}

.message {
	width: 75%;
	margin: 20px auto;
	font-family: 'Trebuchet MS', 'Verdana', sans-serif;
	text-align: center;
	font-size: 20px;
}

.service_flex {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.service_flex div {
	width: 100%;
	height: auto;
}

.service_flex div > img {
	width: 100%;
	height: auto;
}

.content_window {
	overflow: hidden;
}

.dev_width {
	width: 100%;
}

.content {
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 16px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

footer {
	background-color: #008981;
	padding: 5px 0;
	position: sticky;
	bottom: 0;
	width: 100%;
	font-family: 'Trebuchet MS', 'Verdana', sans-serif;
	text-align: center;
	color:white;
	z-index: 2;
}

input[type=text], input[type=email], input[type=tel], textarea {
	font-size: 1.1em;
	margin: 5px 0 10px 0;
	width: 90%;
	border: 2px solid #008981;
	border-radius: 4px;
	box-sizing: border-box;
}

textarea {
	height: 150px;
	resize: none;
}

@media (min-width: 650px) {
	html {
	scroll-padding-top: 110px;
	}
	h3 {
	text-align: left;
	}
	section { max-width: 1632px;}
	#hero { min-height: 89vh;}
	.main_logo {
		width: 450px;
	}
	.welcome_box {
		width: 500px;
		font-size: 36px;
		padding: 8px 0px;
	}
	.nav_mobile {
		display: none;
	}
	.nav_tablet {
		display: block;
	}
	.nav_logo{
		margin: 0;
		width: 250px;
		position: absolute;
		top: 8px;
		left: 8px;
	}
	.nav_logo img {
		height: 70px;
		object-fit: contain;
	}
	.dev_width {
		display: inline-block;
		height: 600px;
		width: 50%;
		max-width: 650px;
	}
	.service_flex {
		flex-direction: row-reverse;
		justify-content: space-evenly;
	}
	.service_flex div {
		width: 46%;
		object-fit: cover;
	}
	.services_text {
	text-align: left;
	}
	.contact_flex {
	flex-direction: row;
	justify-content: space-evenly;
	}
}

@media (min-width: 800px) {
	.nav_body {
	width: 27em;
	}
}
	