@import url("https://fonts.googleapis.com/css?family=Raleway:500,700|Marcellus:500,700, 900|Tangerine: 600, 700|Eagle Lake: 500, 700, 900");

html, body { 
 height: 100%;
}

div#header { 
  display: block; height: 145px; margin-right: auto; margin-left: auto; background-color: ;
}

body {
  font-family: "Raleway", sans-serif;
  color: #ffffd6;
  display: block;
  min-height: 100vh;
  margin: 0em 1em 2em 1em; /* Ensures the background covers the full height of the viewport */
  background-image: linear-gradient(to bottom right, lightyellow 15%, lightblue, skyblue, lightblue, pink 90%);
  
  /* This creates a gradient from Top-Left to Bottom-Right 
  background: linear-gradient(to bottom right, #ADD8E6, #e8e6ff);
  background-image: linear-gradient(to bottom right, lightblue, skyblue, verylightyellow);*/
}
/*
div#shell_inner { width: 60rem; margin-right: auto; 
  margin-left: auto; 
 padding: 0rem 1rem 0rem 1rem; background-color: cyan ;      
}  */

div#quote {
  letter-spacing: 0.1em; width: 60rem;
  margin-top: 40px; margin-bottom: 40px; margin-right: auto; margin-left: auto;
  padding: 2rem 4rem 2rem 4rem;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, 
  rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  border-radius: 8px;
}

p#quote {
  padding-left: 2rem; 
  padding-right: 2rem;
  font-size: 1rem;
  line-height: 1.7;
}

h1 {
  font-family: "Marcellus", serif;
  padding: 10px 20px 12px 20px;
  margin: 0px;
  color: #3e5869;
}

h2 {
  font-family: "Marcellus", sans-serif;
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 20px;
  margin: 0px;
  text-align: center;
}

h3 {
  font-family: "Marcellus", serif;
  font-weight: 700;
  font-size: 1em;
  text-transform: ;
  letter-spacing: 0.1em;
  padding: 10px 10px 5px 20px ;
  margin: 5px;
}

p {
  margin: 1rem 1rem 1rem 1rem
  padding: 10px 20px 0px 20px;
  font-family: "Raleway", serif;
  font-weight: 400;
  font-size: 1rem;
  color: #251b24;
  text-transform: ;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: justify;
}

a {
  color: #fbccbf;
  letter-spacing: 1px;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
}

nav {
  padding: 0.3em;
  color: #ffffd6;
  background-color: #3e5869;
  border: solid 0px; color: #3e5869;
  border-radius: 8px;
}

nav a {
  text-transform: uppercase;
  padding: .5em;
}
nav a:hover {
  color: white;
}

.button {
  background-color: #3e5869;
  color: #ffffd6;
  border-color: #fbccbf;
  border-radius: 300px;
  -webkit-transition: .3s background-color linear;
  -moz-transition: .3s background-color linear;
  -o-transition: .3s background-color linear;
  transition: .3s background-color linear;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 10px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color:  #3e5869;
  border-radius: 300px;
  -webkit-transition: .1s background-color linear;
  -moz-transition: .1s background-color linear;
  -o-transition: .1s background-color linear;
  transition: .1s background-color linear;
  color: #ffffd6;
}