/* custom property */
:root {
	--global-color-1: #21aab4;
	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;
}

.current {
	color: gold;
}

/* 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;
}
/* nav bar styles */
#navbar{
	width: 100%;
	
}
#navbar ul{
	display: flex;
	flex-direction: row;
	list-style-type: none;
	justify-content: space-between;
	
}
#navbar ul li{
	width: 31%;
	font-size: 1.5rem;
	
	
}
#navbar ul li.lastitem{
	padding-right: none;
}
#navbar ul li a{
	display: block;
	background-color: var(--global-color-1);
	text-decoration: none;
	
}


/* the styles for the main content */
main {
	clear: left;
	padding: 0 30px;
}

main img{
	float: right;
	padding-left: 1em;
}
main h2 {
	color: black;
	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;
	color: white;
	font-weight: bold;
	
}
#rentals ul ul{
	top: 100%;
	display: flex;
	clear: both;
	
}
#rentals ul ul li{
	display: block;
	text-indent: .25em;
	width: 100%;
	padding-bottom: 1em;
	padding-top: .2em;	
	clear: both;
}
#rentals ul ul li a{
	color: white;
	background-color: #21aab4;
}

	
 
#rental{
	float: left;
	padding-top: 1em;
}

#roll {
	float: right;
}
 #about_heading {
	list-style: none;
	display: flex;
 }
 #mission {

	font-size: 3vw;
	text-align: center;
	padding: 3.5em 0em 0em 3.5em;
	text-shadow: .1em .1em .1em var(--global-color-1);
 }
 #mission_statement {
	clear: both;
 }
 #oktllc {
	border-bottom: 2px black dashed;
	padding-bottom: .5em;
 }
#kayak_nisqually {
	text-decoration: none;
}




main img {
	padding-bottom: 1em;
}
h1 {
	font-size: 1.8vw;
}
h3{
	font-size: 1.6vw;
	text-indent: 0vw;
}
p {
	font-size: 1.5vw;
}


/* the styles for the footer */
footer p {
	text-align: center;
	padding: 1em 0;
	background-color: #21aab4;
	color: white;
}

@media only screen and (max-width: 1056px){
	main #rentals ul li a{font-size: .9em } }

@media only screen and (max-width: 959px){
	main #rentals ul li a{font-size: .8em } }

@media only screen and (max-width: 867px){
		main #rentals ul li a{font-size: .7em } 
		main h1 {font-size: 180%;}
		main h2 {font-size: 140%;} }

@media only screen and (max-width: 770px){
	main h1 {font-size: 160%;}
		main h2 {font-size: 120%;} 
		main #rentals ul li a{font-size: .65em } }

@media only screen and (max-width: 716px){
	main h1 {font-size: 150%;}
	main h2 {font-size: 110%;} 
	main #rentals ul li a{font-size: .6em } }

	@media only screen and (max-width: 668px){
		main h1 {font-size: 140%;}
		main h2 {font-size: 105%;} 
		main #rentals ul li a{font-size: .5em } }

@media only screen and (max-width: 668px){
			main h1 {font-size: 130%;}
			main h2 {font-size: 100%;} 
			main #rentals ul li a{font-size: .4em } }

@media only screen and (max-width: 1012px) {
	#about_heading {flex-direction: column;}
	#mission {padding: 0em;}
	#roll {width: 100%;}

}