html{ height: 100%;}
body, input, textarea, select, button {
    font-feature-settings: "liga", "kern";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
}
h3 {
	font-size: 2rem;
	font-weight: 300;
}

p {
	margin: 25px 0;
}

a {
	text-decoration: none;
	color: #3170DD;
}

a:hover {
	text-decoration: underline;
}

.container{ width: 46rem; box-sizing: border-box; padding-bottom: 2rem;}

.gradient-2{background:linear-gradient(-179deg, #E8F0FA 0%, #D1D7E0 98%);}

#thank-you-header {}
#thank-you-header .heart { background: url(../img/heart.png) no-repeat; width: 44px; height: 44px; display: inline-block; float: left;}

#footer-container {
  text-align: center;
}

/*
#logo-container {
}

#thank-you-header {
  background: url(../img/heart.png) no-repeat;
  padding-left: 40px;
}

#content-container {
  background: white;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  padding: 30px;
  margin: 10px 0 25px;
  box-sizing: border-box;
}

#container {
  width: 750px;
  margin: 50px auto;
}

#footer-container {
  text-align: center;
}
 */

 /* Retina screens */
 @media
 (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {


 #thank-you-header .heart {
   background: url(../img/heart@2x.png) no-repeat;
   width: 44px; height: 44px; background-size: cover;}
 }
