/* custom property */
:root {
	--global-color-1: black;
	background-color: white;
}
* {
	margin: 0;
	padding: 0;
}

/* the styles for the elements */
body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    margin-left: 1em;
	width: 90%;
	margin: 0 auto;
	border: 3px solid black;
	background-color: #fffded;
	text-indent: 1em;
	max-width: 1186px;
}
a:focus, a:hover {
	font-style: italic;
}
@media only screen (max-width: 1080px){
	main p {font-size: 90% }
}
@media only screen (max-width: 950px){
	main #rentals ul li a{font-size: .9em }
}
/* the styles for the header */
header {
	padding-top: 1.5em;
	padding-bottom: 2.0em;
	border-bottom: .5em solid rgb(102, 147, 230);
	background-image: linear-gradient(
		30deg, rgb(28, 209, 230) 0%, rgb(164, 245, 230) 30%, white 50%, #a1d2f1 80%,  #ebbaf8 100%);
}
header h2 {
	font-size: 150%;
	color: rgb(20, 111, 4);	
	
}
header a {
	text-decoration: none;
}
header h3 {
	font-size: 130%;
	font-style: italic;
	
}
header img {
	float: left;
	padding: 0 30px;
}

.shadow {
	text-shadow: .1em .1em .1em #f1f157;
}
/* the styles for the main content */
main {
	clear: left;
	padding: 0 30px;
}

main img{
	float: right;
	padding-left: 1em;
}
main h2 {
	color: var(--global-color-1);
	font-size: 130%;
	padding: .5em 0 .25em 0;
	text-indent: 0;
}
blockquote{
	padding-bottom: 1em;
}
/* Rentals display */
#rentals ul{
	list-style-type: none;
	text-indent: 0em;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	
}
#rentals ul li{
	float: left;
	width: 23%;
	
}
#rentals ul li a{
	text-align: center;
	display: block;
	padding: 1em 0em;
	text-decoration: none;
	background-color: blue;
	color: white;
	font-weight: bold;
	
}
#rentals ul ul{
	top: 100%;
	
}
#rentals ul ul li{
	display: block;
	text-indent: .25em;
	width: 100%;
	padding-bottom: 1em;
	padding-top: .2em;	
}


	
 
#rental{
	float: left;
	padding-top: 1em;
}
#sea_kayak_rentals{
	text-align: right;
	padding-top: 1.15em;
}
#exp{
	clear: both;
	text-indent: 0%;
	column-count: 3;
	height: 30%;
}
#rental_titles{
	clear: both;
	
	float: left;
	border: 1px solid black;
	margin-bottom: 1em;
	padding: 0;
}
#prices{
	width: 40;
	float: left;
	padding: 0em;
	border: 1px solid black;
	
}
#exp h3
}
#exp p{
	text-indent: 0;
	float: left;
	padding: 1.1em 1em .5em 1em;
	line-height: 120%;
	
}

#sea_kayaks{
	float: left;
	font-size: 120%;
	line-height: 130%;
	border: 1px solid black;
	
}



main h3 {
	font-size: 105%;
	padding-bottom: .25em;
	padding-top: 1em;
}
main img {
	padding-bottom: 1em;
}
main p {
	padding-top: .5em;
	padding-bottom: .5em;
}
#hours{
	clear: both;
	font-size: 150%;
	padding: 1em auto;
	border: 0.25em double #931420;
	border-radius: .4em;
	box-shadow: .2em .2em 0 0 black;
	text-align: center;
	margin: 0.5em 0;
	text-indent: 0;
}



/* the styles for the footer */
footer p {
	text-align: center;
	padding: 1em 0;
	background-color: #21aab4;
	color: white;
}

