@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	text-align: center;
	justify-content: center;
}

video {
	border-radius: 30px;
}

.section-picture2 {
	border-radius: 20px;
	max-width: 100%;
	height: auto;
	width: auto;
	display: block;
	margin: 0 auto;
	max-height: 300px;
}

.gallery-img {
	display: block;
	max-height: 100%;
	width: 600px;
}

.textpaint {
	color: white;
}

.takeaction {
	max-width: 100%;
	padding: 12px;
	font-size: 20px;
	border-radius: 40px;
}

.takeaction:hover {
	background-color: ghostwhite;
}

.pad {
	padding-bottom: 10px;
}

.pageslogan {
	font-family: "Luckiest Guy", cursive;
	margin-top: 2%;
	font-style: italic;
}

.about-header {
	font-family: "Archivo Black", sans-serif;
	margin-top: 10px;
}

.list-customization {
	font-family: "Roboto", sans-serif;
	list-style-type: none;
}

.signature {
	font-family: "Mr Dafoe", cursive;
	font-size: 35px;
}

.signature2 {
	font-family: "Mr Dafoe", cursive;
	font-style: italic;
}

.rates {
	font-family: "Roboto", sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 25px;
}

.ownerinfo {
	font-size: 25px;
}

.homepage-img {
	display: block;
	border-radius: 25px;
	width: 100%;
	max-width: 800px;
	border: 10px solid #a47c58ff;
}

.homepage-img2 {
	display: block;
	border-radius: 25px;
	width: 100%;
	max-width: 800px;
}

.section-picture {
	border-radius: 30px;
	max-width: 100%;
	height: auto;
	width: auto;
	display: block;
	margin: 0 auto;
	max-height: 110px;
}

.custom-header-style {
	font-family: "Archivo Black", sans-serif;
	border-radius: 20px;
	background-color: gray;
}

.custom-header-style23 {
	font-family: "Archivo Black", sans-serif;
	width: 200px;
}

.larger-coupon {
	display: block;
	max-width: 100%;
	width: 500px;
	height: 500px;
}

.space {
	padding-bottom: 20px;
}

.larger-coupon:hover {
	transition: transform 0.8s ease-out;
	transform: scale(0.9);
	cursor: pointer;
}

.custom-header-style2 {
	font-family: "Archivo Black", sans-serif;
}

.homepage-img:hover {
	transition: transform 0.3s ease-in-out;
	transform: scale(0.9);
	cursor: pointer;
}

.homepage-img2:hover {
	transition: transform 0.3s ease-in-out;
	transform: scale(0.9);
	cursor: pointer;
}

section {
	text-align: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

body {
	background-color: #d9d9d9ff;
}

.mobile {
	display: block;
}

.tablet-desktop, #menu-links {
	display: none;
}

h2 {
	font-family: "Roboto", sans-serif;
}

section {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: darkgray;
	border-radius: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.gallery {
	background-color: none;
	border: solid 6px;
}

.padup {
	padding-top: 20px;
	padding-bottom: 20px;
}

.padup:hover {
	transition: transform 0.3s ease-in-out;
	transform: scale(1.2);
	cursor: pointer;
}

#submit {
	font-size: 30px;
	border: 10px solid #c0c0c0;
	border-radius: 15px;
}

#submit:hover {
	background-color: gray;
	border: 10px solid gray;
}

form {
	display: block;
	font-family: "Roboto", sans-serif;
	color: black;
	font-weight: lighter;
}

input {
	width: 120px;
	padding-bottom: 5px;
	border-radius: 25px;
}

input[type="search"]:focus {
	outline-color: #d70000ff;
}

input[type="text"]:focus {
	outline-color: #d70000ff;
}

input[type="email"]:focus {
	outline-color: #d70000ff;
}

input[type="tel"]:focus {
	outline-color: #d70000ff;
}

input[type="date"]:focus {
	outline-color: #d70000ff;
}

input[type="time"]:focus {
	outline-color: #d70000ff;
}

select:focus {
	outline-color: #d70000ff;
}

select, ::picker(select) {
	appearance: base-select;
	border-radius: 20px;
}

option:hover {
	background-color: #d70000ff;
	color: white;
}

input[list="pets"]:focus {
	outline-color: #d70000ff;
}
input[type="number"]:focus {
	outline-color: #d70000ff;
}

input[type="url"]:focus {
	outline-color: #d70000ff;
}


input[type="search"]::-webkit-search-cancel-button {
  filter: invert(27%) sepia(91%) saturate(7403%) hue-rotate(357deg) brightness(96%) contrast(116%);
}

input[type="range"] {
	accent-color: #d70000ff;
}

.submit-btn, .reset-btn {
	width: 30%;
}

.reset-btn:hover {
	background-color: lightcoral;
}

button {
	font-size: 20px;
	max-width: 120px;
	padding: 19px;
	border-radius: 10px;
}

button[type="submit"]:hover {
	transition: transform 0.3s ease-in-out;
	transform: scale(0.9);
	cursor: pointer;
}

#grid {
	display: grid;
	grid-template-columns: auto auto;
	justify-content: center;
	grid-gap: 50px;
}

#vertical-grid {
	display: grid;
	grid-template-rows: auto auto;
	justify-content: center;
}

.claim {
	font-style: italic;
}

.claim2 {
	font-style: italic;
	font-family: "Luckiest Guy", cursive;
	color: black;
	font-size: clamp(18px, 4vw, 25px);
}

.claim2:hover {
	color: #157d65ff;
}

#gallerycontainer {
	background: linear-gradient(#d70000ff, #d9d9d9ff);
}

#thesecondgrid {
	display: grid;
	grid-template-columns: auto auto auto;
	grid-gap: 50px;
	justify-content: center;
}

#thethirdgrid {
	display: grid;
	grid-template-columns: auto auto auto;
	grid-gap: 40px;
	justify-content: center;
}

#singlegrid {
	display: grid;
	grid-template-columns: auto;
	justify-content: center;
}

h1 {
	display: block;
	font-family: "Luckiest Guy", cursive;
	color: #2d2d2dff;
	max-width: 100%;
	margin: 0 auto;
	height: auto;
	width: auto;
	text-align: center;
}

table {
	border-collapse: collapse;
	width: 100%;
}

th {
	font-weight: bold;
}

th, td {
	text-align: center;
	padding: 8px;
	font-family: "Fjord One", serif;
}

tr {
	border-bottom: solid 3px;
}

tr:nth-child(even) {
	background-color: #f2f2f2;
}

.slogan {
	font-style: italic;
	max-width: 100%;
}

.slogan:hover {
	color: #d70000ff;
	text-transform: uppercase;
}

.phone {
	text-align: center;
	font-family: "Roboto", sans-serif;
}

.phone:hover {
	color: #157d65ff;
}

footer {
	color: white;
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-size: .8em;
	margin-top: 20px;
	background-color: gray;
}


img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

nav {
	font-family: "Archivo Black", sans-serif;
	font-size: 1.2em;
	text-align: center;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

nav a {
	display: block;
	padding: 0.5em;
	color: #ffffff;	
	background-color: #d70000ff;
}

p {
	font-family: "Roboto", sans-serif;
}

.lnkalrt {
	color: #157d65ff;
}

.lnkalrt:hover {
	color: #d70000ff;
}

.lnkalrt:visited {
	color: #2d2d2dff;
}

#nav-container {
	display: inline-block;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

#grid1 {
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 50px;
}

.mobile-nav a {
	font-size: 1.5em;
	display: block;
	text-decoration: none;
	padding: 3%;
}

.menu-icon {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 15px;
}

main {
	max-width: 1500px;
	margin: 0 auto;
}

@media screen and (min-width: 600px) {
	.mobile, .mobile-nav {
		display: none;
	}
	
	.tablet-desktop {
		display: block;
	}
	
	nav ul {
		display: grid;
		grid-template-columns: auto auto auto auto auto auto auto auto;
	}
	
	nav a:hover {
		background-color: lightcoral;
	}
	
	nav ul li:hover > ul {
		display: block;
		width: inherit;
	}
	
	nav ul ul {
		display: none;
		position: absolute;
	}
	
	nav ul ul li {
		width: auto;
	}
	
}

@media screen and (max-width: 480px) {
	.menu-icon {
		display: inline;
	}
	
	nav ul {
		display: grid;
		grid-template-columns: auto auto auto auto auto auto auto auto;
	}
	
	nav a:hover {
		background-color: lightcoral;
	}
	
	nav ul li:hover > ul {
		display: block;
		width: inherit;
	}
	
	nav ul ul {
		display: none;
		position: absolute;
	}
	
	nav ul ul li {
		width: auto;
	}
	
	html {
		font-size: 100%;
	}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	html {
		font-size: 125%;
	}
	
	body {
		font-size: 2.5vw;
	}
}