@charset "utf-8";
/* CSS Document */

body
	{
	font-size: 3vw;
	font-family: Arial;
	background: linear-gradient(+33deg, cyan, white, cyan, white, cyan);

	margin:0;
	
	}
	
h1
	{
	font-family: Arial;
	text-align: center;
	font-size: 7vw;
	line-height: 130%;
	padding: 0;
	margin: 0;
	color: black;
	}

h2
	{
	font-family: Arial;
	text-align: center;
	font-size: 6vw;
	line-height: 110%;
	padding: 0;
	margin: 0;
	margin-left:0;
	color: black;
	}


h3
	{
	font-family: Arial;
	text-align: left;
	font-size: 5vw;
	line-height: 110%;
	padding: 0;
	margin: 0;
	font-weight:400;
	color: blue;
	margin-left:0;
	padding-top:2vw;
	}

.indented
	{
	font-family: Arial;
	margin-left:4vw;
	}

p
	{
	font-size: 4.5vw;
	font-weight:400;
	margin: 0;
	margin-top: .5vw;
	padding: 0;
	line-height: 120%;
	padding-bottom: 2vw;
	}

a
	{
	text-decoration: none;
	color: inherit;
	}


button
	{
	border:2px black solid;
	border-radius: 1vw;
	font-size: 4vw;
	margin:1vw;
	}
	

th
	{
	font-weight: bold;
	font-size: 150%;
	}

.foodies
	{
	width:80vw;
	box-shadow: 1vw 1vw 1vw blue;
	border: 2px blue solid;
	}


.smicon
	{
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 12vw;  /* Preferred icon size */
	display: inline-block;
	line-height: 100%;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	margin: 0;
	padding: 0;
	padding-top: .5vw;
	padding-right: 1vw;
	

  /* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

  /* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
	font-feature-settings: 'liga';
	color: black;
	text-decoration: none;
}
	
textarea
	{
	font-size: 4vw;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	border:2px black solid;
	box-shadow: 1vw 1vw 1vw grey;

	}
	
input[type=submit]
	{
	border:2px black solid;
	box-shadow: 1vw 1vw 1vw grey;
	border-radius: 2vw;
	font-size: 5vw;
	}

input[type=text]
	{
	border:2px black solid;
	box-shadow: 1vw 1vw 1vw grey;
	font-size: 5vw;
	}	

.hangingindent 
	{
 	padding-left: 4.1vw ;
  	text-indent: -4.1vw ;
	}

.rounded
	{
	border-radius: 2vw;
	border:2px black solid;
	}
