body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  /*background-color: rgb(254, 252, 232);*/
  background: linear-gradient(to bottom,rgb(251, 251, 250) 0%,rgb(242, 242, 240) 90%);
}

main {
  flex: 1 0 auto;
  margin: 2%;
}

.modal,
.modal .modal-footer,
.modal-content {
  background-color: rgba(61, 33, 23, 0.9);
  color: #ffffff;
}

.modal h4 {
  color: rgb(38, 166, 154);
}

.sidenav {
  background: linear-gradient(to bottom, #26a69a 0%, #66ffff 99%);
  opacity: 0.9;
}

a:hover {
  color: rgb(38, 166, 154);
}

.modal-content p,
.sidenav>li a,
.modal-footer a {
  color: #ffffff;
}

.modal-content p {
  line-height: 1.3;
}


.sidenav>li a {
  font-size: 16px;
}

nav,
.page-footer {
  background-color: rgb(61, 33, 23);
}

.nav-container {
  max-width: 980px;
  margin: auto;
}

nav .brand-logo {
  font-size: 2.4rem;
}

.container {
  max-width: 980px;
  padding: 2%;
}

.dropdown {
  display: inline-block;
}

/*.myDiv {
  display: none;
}*/

#showTwo {
  display: none
}

#showThree {
  display: none
}

.dropdown-content {
  max-height: 300px;
  overflow: scroll;
}

.dropdown-content li>span {
  color: rgb(200, 65, 39);
  background-color: rgb(255, 250, 240);
}

.dropdown-content li>span:hover {
  background-color: transparent;
}

p {
  color: rgb(61, 33, 23);
  margin: 3%;
}

#matchName {
  color: rgb(38, 166, 154);
}

#selectedLoc {
  color: rgb(200, 65, 39);
}

#gmap_canvas2 {
  border: 0;
}

.page-footer .transparentBg {
  background-color: transparent;
  justify-content: center;
}

.input-field>label {
  font-size: 1.1rem;
}

footer span {
  margin-right: 2%;
}

footer a {
  margin-left: 2%;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
