html {
	-webkit-text-size-adjust: 100%;
}
body {
	color: black;
	background-color: white;
	font-family: Trebuchet MS, sans serif;
	text-align: center;
}
.topnav {
	background-color: #666;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index:99;
}
.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  text-decoration: none;
  font-size: 25px;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.topnav .icon {
  display: none;
}
.wrap {
  display: flex;
  background: white;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
  margin-bottom: 2rem;
}
/* When the screen is less than 600 pixels wide, hide all menu links, except for the first one ("Home")
arrange product and services content from 2 columns to single column*/
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {position: fixed;}
  .topnav.responsive .icon {
    position: fixed;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .wrap {
    flex-wrap: wrap;
  }
  .img-wrap{
    width:90%;
    vertical-align: middle;
  }
  .text-wrap{
    width:90%;
    text-align: center;
  }
}
footer {
	font-family: inherit;
	font-style: italic;
	margin-bottom: 200px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
p {
	font-size: 1.2em;
	line-height: 1;
}
/* Remove the gray background on active links in IE 10. */
a {
	background-color: transparent;
	color: black;
	text-decoration: none;
}
/* Add the correct font weight in Chrome, Edge, and Safari.*/
b {
	font-weight: bolder;
	font-size: 1.2em;
}
picture {
	border-style: none;
}
table {
	border-collapse:collapse;
	border:none;
	word-break: break-word;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
tr {
	border: none;
}
.horizontalSplit {
	border-left:none;
	border-right:none;
	border-top:none;
}
.horizontalSplit:last-of-type {
	border-bottom:none;
}
.noSplit {
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:none;
	text-align:left;
}
th, td {
	border:none;
}
logo {
    border-style: none;
}
input {
	color: black;
	border-style: solid;
	border-color: grey;
	font-size: 1.2em;
	border-radius: 5px;
	width: 80vw;
}
button {
	color: black;
	border-style: solid;
	border-color: grey;
	font-size: 1.25em;
	padding: 10px;
	border-radius: 5px;
}
submit {
  border-style: none;
}
