@font-face {
	font-family: "Gotham";
	src: url("../fonts/gotham/GOTHMLIG.TTF")
}

@font-face {
	font-family: "Gotham Book";
	src: url("../fonts/gotham/GOTHMBOK.TTF")
}

@font-face {
	font-family: "Gotham Med";
	src: url("../fonts/gotham/GOTHMMED.TTF")
}

html {
	max-height: 100%;
	overflow-x: hidden;
}

body {
	font-family: "Gotham", sans-serif;
	background-color: #f7f7f6;
	margin: 0;
	padding: 0;
	width: 100%;
	max-height: 100%;
	overflow-x: hidden;
}

main {
	margin: 0 auto;
}

.content {
	width: 65%;
	background-color: white;
	margin: 0 auto;
	padding: 5px 30px 20px 30px;
	min-height: 100vh;
}

.content-left {
	padding-right: 20px;
}

.content-rigth {
	padding-left: 20px;
}

.column {
	float: left;
	width: 50%;
}


/* Clear floats after the columns */

.row:after {
	content: "";
	display: table;
	clear: both;
}

iframe {
	width: 100%;
	height: 350px;
	border: solid 3px #72aabe;
	box-sizing: border-box;
}

#phone {
	text-align: center;
}

.row1 {
	display: flex;
}

.column1 {
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
}

table {
	width: 100%;
}

table th {
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #72aabe;
	;
}

#top,
#toptext {
	display: none;
}

table th,
table td {
	outline: solid #72aabe;
	;
	margin: 0;
	padding: 5px;
}

.highlight {
	background-color: #e6f0f3;
}

nav {
	background-color: #72aabe;
	margin-bottom: 0;
	padding: 10px 0;
	width: 100vw;
	max-width: 100%;
}

.faq h2 {
	text-align: left;
	margin: 0;
}

.column-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-basis: 100%;
}

.services-home {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 17px;
}

.column-rigth {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-basis: 50%;
}

.more-text {
	text-align: center;
	font-family: "Gothic Med", sans-serif;
	font-variant: all-small-caps;
	font-size: 16px;
	color: #6e7f9d;
	border: 1px solid #6e7f9d;
	background-color: #e6f0f3;
	margin-left: 10px;
	border-radius: 5px;
}

.less-text {
	display: none;
	text-align: center;
	font-family: "Gothic Med", sans-serif;
	font-variant: all-small-caps;
	font-size: 16px;
	color: #6e7f9d;
	border: 1px solid #6e7f9d;
	background-color: #e6f0f3;
	margin-left: 10px;
	border-radius: 5px;
}

nav img {
	width: 150px;
}

nav ul {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin: 0 auto;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	font-variant: all-small-caps;
}

nav ul li {
	list-style: none;
}

nav ul li a {
	font-family: 'Gotham Book', sans-serif;
	font-variant: all-small-caps;
	font-size: 18px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

nav ul :nth-child(1) {
	order: 1;
}

nav ul :nth-child(5) {
	order: 2;
}

nav ul :nth-child(6) {
	order: 2;
}

nav ul :nth-child(7) {
	order: 2;
}

.current_page a {
	color: black;
	pointer-events: none;
}

::placeholder {
	color: #b0b0b0;
}

.quicklink a {
	font-style: italic;
}

.service_link {
	margin-bottom: 25px;
	text-align: center;
	font-size: 14px;
}

a {
	color: #3683d2;
	font-family: "Gotham Med", sans-serif;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

article {
	padding-left: 1em;
	padding-right: 1em;
	border: 3px solid;
	border-top: 0;
	border-bottom: 0;
	border-image: linear-gradient(to bottom, rgba(247, 247, 246, 1) 0%, rgba(114, 170, 190, 1) 15%, rgba(139, 185, 202, 1) 85%, rgba(247, 247, 246, 1) 100%);
	border-image-slice: 1;
}

img {
	max-width: 400px;
	border-radius: 5px;
}

.flexbox {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-wrap {
	flex-wrap: wrap;
}

h1 {
	color: #024258;
	font-family: "Gotham Med", sans-serif;
	text-align: center;
}

h2 {
	color: #50a2c0;
	font-family: "Gotham Book", sans-serif;
	text-align: center;
}

h1,
h2 {
	font-variant: small-caps;
}

hr {
	border: none;
	margin: 0;
	background-image: linear-gradient(to right, rgba(247, 247, 246, 1) 0%, rgba(114, 170, 190, 1) 15%, rgba(139, 185, 202, 1) 85%, rgba(247, 247, 246, 1) 100%);
	height: 3px;
}

figcaption {
	font-variant: small-caps;
	color: #424144;
}

.intro {
	display: flex;
	margin-top: 25px;
	margin-bottom: 25px;
	align-items: center;
}

.intro figure {
	margin: 0;
	text-align: center;
}

.welcome,
.intro figure {
	width: 90%;
	margin: 0 25px;
}

.package_name {
	text-align: left;
	font-size: 20px;
}

.intro figure img {
	min-width: 330px;
	width: 100%;
}

.welcome h1 {
	font-size: 36px;
	margin: 0 auto 10px auto;
}

.welcome {
	background-color: #f7f7f6;
	padding: 10px;
	margin-bottom: 25px;
	align-content: center;
}

.slogan {
	color: #50a2c0;
	font-size: 18px;
	font-style: italic;
	font-variant: all-small-caps;
}

.shortcut,
.shortcut img {
	width: 180px;
	height: 125px;
}

.shortcut {
	position: relative;
	margin: 10px;
}

.shortcut a:hover {
	opacity: 0.5;
}

.shortcut span {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 25%;
	border-radius: 0 0 5px 5px;
	text-align: center;
	font-size: 28px;
	color: #50a2c0;
	background-color: rgba(255, 255, 255, 0.85);
}

.services h2 {
	margin-bottom: 5px;
}

.services div,
.services figure {
	width: 90%;
	margin: 0 30px;
}

.services figure {
	width: 40%;
	margin: 0;
}

.services figure img {
	width: 100%;
}

.services-examples {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.services-examples img {
	width: 100%;
}

ul {
	list-style: square;
	font-variant: small-caps;
	color: #424144;
}

.featured {
	text-align: center;
}

.featured section {
	align-items: baseline;
}

.logo {
	flex: 1;
}

.logo img {
	width: 150px;
}

.faq {
	width: 100%;
	/* add spacing between each faq question */
	margin: 15px 0;
	/* add whitespace between edges of .faq and content */
	padding: 10px;
	/* box-sizing meant to include padding into width:100%; calculation */
	box-sizing: border-box;
}

.faq:hover {
	background-color: #eef7fa;
	/* make the cursor a pointer to signal to the user they click on the section to toggle the more info */
	cursor: pointer;
}

.faq p {
	margin-top: 10px;
	margin-bottom: 0;
}

.faq .collapse,
.faq .expand {
	/* add spacing between the content text and the more/less text */
	padding-left: 5px;
	font-family: "Gothic Med", sans-serif;
	font-variant: all-small-caps;
	font-size: 12px;
	color: #6e7f9d;
}

.less {
	display: none;
}

.about div p,
.about div figure {
	width: 70%;
	margin: 15px 30px;
}

.about div {
	align-items: flex-start;
	margin: 15px auto;
}

.about div figure img {
	width: 100%;
}

.about div figure {
	text-align: center;
}

.about div:first-of-type figure {
	order: 1;
}

.about figcaption {
	color: #3e9dbd;
}

button {
	color: black;
	background-color: #72aabe;
	font-variant: all-small-caps;
	letter-spacing: 2px;
	width: 150px;
	margin-top: 0.5em;
	padding: 5px;
	border-radius: 4px;
	border: 2px solid black;
	cursor: pointer;
}

button:hover {
	color: #72aabe;
	background-color: black;
	border: 2px solid #72aabe;
}

.wrapper {
	text-align: center;
}

footer {
	width: 100vw;
	flex-shrink: 0;
	text-align: center;
	font-family: "Gotham Book", sans-serif;
	font-variant: small-caps;
	font-size: 12px;
	color: #fffff0;
	background-color: #72aabe;
	padding-bottom: 10px;
	padding-top: 1em;
}

footer p {
	margin-left: 13px;
	margin-right: 30px;
}

textarea {
	resize: vertical;
	width: 97.4%;
	border: 2px solid #72aabe;
	min-height: 100px;
}

input {
	width: 97.5%;
	border: 2px solid #72aabe;
}

#request-name {
	margin-bottom: 14px;
}

label {
	color: #48869c;
	text-shadow: 1px 1px 1px #48869c;
	font-weight: 500;
}

#name-label {
	padding-bottom: 100px;
}

.left {
	width: 55px;
	padding-bottom: 5px;
	padding-top: 1px;
}

.right {
	width: calc(100% - 57px);
}

.faq-row {
	display: flex;
}

.nav-open {
	display: none;
}

.nav-close {
	display: none;
}

.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('https://i.imgur.com/GnyDvKN.png');
	background-size: 14px 14px;
	border: 1px solid;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 14px;
	display: none;
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('https://i.imgur.com/Q9BGTuy.png');
	background-size: 14px 14px;
	border: 1px solid;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 14px;
	display: none;
}

#name-error {
	width: 180px;
}

#email-error {
	width: 236px;
}

#empty-error {
	width: 186px;
}

#success-message {
	width: 103px;
}

@media screen and (max-width: 1170px) {
	.intro {
		flex-wrap: wrap;
	}
	.intro figure {
		text-align: center;
	}
}

@media screen and (max-width: 800px) {
	body {
		font-size: 110%;
	}
	nav ul :nth-child(1) {
		order: 0;
	}
	nav ul :nth-child(5) {
		order: 0;
	}
	nav ul :nth-child(6) {
		order: 0;
	}
	nav ul :nth-child(7) {
		order: 0;
	}
	nav ul,
	.flexbox {
		flex-direction: row;
		justify-content: flex-end;
	}
	nav ul {
		margin-left: 10px;
		margin-right: 10px;
	}
	.hide-show {
		display: none;
	}
	.nav-open img {
		margin-top: 3px;
		width: auto;
	}
	.nav-close img {
		margin-top: 3px;
		width: auto;
	}
	.nav-left {
		margin-right: auto;
	}
	.nav-open {
		display: list-item;
	}
	.column {
		width: 100%;
	}
	.left {
		width: 63px;
		padding-bottom: 5px;
	}
	.right {
		width: calc(100% - 63px);
	}
	#request-name {
		margin-bottom: 18px;
	}
	textarea {
		resize: vertical;
		width: calc(100% - 8px);
		border: 2px solid #72aabe;
		min-height: 100px;
		display: inline;
	}
	.faq h2 {
		font-size: 20px;
	}
	input {
		width: calc(100% - 8px);
	}
	.content {
		margin: 0 auto;
		padding: 5px 10px 20px 10px;
		background-color: white;
	}
	.content {
		width: 85%;
	}
	.content-left {
		padding-right: 0px;
	}
	.content-rigth {
		padding-left: 0px;
	}
	th,
	tr,
	td,
	p,
	.content-left ul {
		font-size: 14px;
	}
	.intro {
		margin-bottom: 0;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.shortcut {
		height: auto;
		text-align: center;
	}
	.services-home {
		margin-top: 12px;
	}
	.shortcut span {
		position: relative;
	}
	.services figure {
		width: 90%;
	}
	.featured section {
		flex-direction: row;
		justify-content: center;
	}
	.featured section:first-of-type figure {
		width: 90%;
	}
	.featured section:first-of-type img {
		width: 100%;
	}
	.intro figure img {
		min-width: 0;
	}
	.about div:first-of-type figure {
		order: 0;
	}
	.about div figure {
		width: 100%;
		margin: 0;
	}
	footer p {
		font-size: 12px;
	}
	.flexbox {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 20px;
	}
	figure {
		margin-left: 0;
		margin-right: 0;
	}
	.services div {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	#top,
	#toptext {
		display: block;
	}
	#top {
		/* positions this to appear above all other content in the bottom right corner */
		position: fixed;
		right: 25px;
		bottom: 25px;
		border-radius: 15px;
		font-family: "Gothic Med", sans-serif;
		/* make line height and font size the same to center the character inside the circle */
		line-height: 32px;
		font-size: 32px;
		/* this trick changes the color of the character (font-color doesn't work) */
		color: transparent;
		text-shadow: 0 0 0 #72aabe;
		/* creates a circular background */
		background-color: #f7f7f6;
		text-decoration: none;
	}
	#top:hover {
		text-decoration: none;
	}
	#toptext {
		/* positions the text to appear above all other content in the bottom right corner */
		position: fixed;
		right: 25px;
		bottom: 25px;
		font-variant: all-small-caps;
		font-size: 10px;
		/* makes the text more readable by creating contrast */
		text-shadow: 0 0 1px white;
		color: black;
	}
}