 body {
  background-color: #F5F5F5;
  color: #40407A;
  }
  body {
       background-repeat: no-repeat;
	   text-align: left;
}
 wrapper {
	   background-color:#F5F5F5; 
	   padding: 2em;
	   display: grid;
	   margin: auto;
	   width: 80%;
}

 header { 
	background-color:#40407A;
	background-image:url(babycute.jpg);
	background-size: 100%;
	color: white;
	font-size: 90%;
	margin-top: 50px;
	min-height: 200px;
}

h1 {
  padding-top:50px;
  padding-left:2em;
  background-repeat: no-repeat;
}
h2 { text-align: left;
margin-top: 1em;
}
.container {
  position: relative;
  text-align: center;
  color: white;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
  font-size: 30px;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 30px;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
}

.header a:link { color: #FFF; }
.header a:visited { color:  #FFF; }
.header a:hover { color: #EDF5F5; }

home {
	height: 20%;
	padding-top: 2em
}

.mobile { display: inline;
}
.desktop { display: none;
}
.demo { display: flex; flex-flow: row wrap; }
.leftcolumn { float: left;
width: 160px;
}
.flexcontainter { margin: 0; font-size: 1.2em}
nav a { display: flex;
           flex-direction: row;
flex-wrap: wrap; }
.nav a {
  color: white;
  padding: 1em;
  text-decoration: none;
  margin-bottom: 1em;
  text-transform: uppercase;
}
nav a {
  background-color: white;
  display: inline-block;
  text-align: right;
} 
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  height: 300px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

p {
  font-family: verdana;
  color: #40407A;
}
.main {
	padding-left: 2em;
	padding-right: 2em;
	display: block;
	text-align: left;
	padding-top: 1em;
}
 
 form { display: grid;
       grid-template-rows: auto;
       grid-template-columns: 12em 1fr;
       grid-gap: 1em;
       font-family: Arial, sans-serif;
       width: 80%;
       padding-left: 1em; }
	   
input[type="Send Now"] { 
margin-bottom: .5em;
grid-column: 2 / 3;
width: 9em; 
margin-left: 0; }

label { text-align: right; }
				
footer {
	font-size:.60em; 
	text-align:center;
	font-style:italic;
}
footer { margin-left: 165px; }