
body {
	margin:0;
	padding:0;
	height:100%;
}
#wrapper {
	min-height:100%;
	position:relative;
}
#header {
	background:#ededed;
	padding:10px;
}
#content {
	padding-bottom:100px; /* Height of the footer element */
}
#footer {
	background:#00000;
	width:100%;
	height:100px;
	position:absolute;
	bottom:0;
	left:0;
}


header {
text-align: center;
font-family: 'Ribeye Marrow', cursive;
padding: 30px;
background: url("https://img1.etsystatic.com/000/0/5338485/il_570xN.287979015.jpg");
border-radius: 60px;
}

h1 {
padding: 10px;
}

ul {
padding: 10px;
text-align: center;
color: black;
}
li {
display: inline;
padding: 0px 10px 0px 10px;
color: black;
}
a {
padding: 20px;
font-family: 'ribeye marrow';
color: black;
}

h2 {
text-align: center;
font-family: 'Ribeye Marrow', cursive;
color: #a6c6dd;
}

img {
text-align: center;
}

.row {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 20px;
	}

.pricing-footer {
	text-align: center;
	}

	
p.about {
	text-align: center;
	font-family: arial;
	font-size: 15px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5;
	padding: 20px;
	display: block;
	}
	
img.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

/*flat-shadow box*/
	
:root {
  box-sizing: border-box;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.box-shadow{
  padding: 20px 40px;
  max-width: 800px;
   display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.shadow {
  transition: all 100ms;
  font-family: 'Futura', Helvetica;
  font-size: 1.2rem;
  background-color: #f2f2f2;
  color: #000;
  position: relative;
  box-shadow:         15px 15px 6px 0px rgba(166, 198, 221, 0.5);
  &:after {
    transition: all 100ms;
    content: "";
    display: block;
    z-index: -1;
    background-color: #f9c132;
    position: absolute;
    top: 0.5em;
    right: -0.4em;
    left: 0.4em;
    bottom: -0.4em;
    transform: rotate(1.5deg);
  }
}

/*flat-shadow box*/

form {
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: black;
	padding: 40px;
	}
#googleForm {
  margin: 0 auto;
}
