/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');
@import url('https://fonts.googleapis.com/css?family=Fredericka+the+Great');

body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0;
  color: #444;
}



.spacer{
  height: 2px;
  background-color: rgba(248, 86, 145, 0.82);
}




h1 {
  font-family: 'Fredericka the Great', cursive;

  font-size: 50px;
  text-align: center;
}

h2{
  font-family: 'Fredericka the Great', cursive;
  font-size: 40px;
  text-align: center;
  
}


h3{
  
  font-family: "Fredericka the Great",cursive;
  font-size: 30px;
  text-align: center;
}



#nav ul{

  display:inline-block;
  list-style-type:none; 
}





.navbar {
  overflow:visible;
  background-color: #ffd7fc;
  position: 
  top: 0;
  width: 100%;
  
}

.navbar a {
  float: center;
  display: inline-block;
  color: #000000;
  text-align: center;
  padding: 13px 15px;
  text-decoration: none;
  font-size: 17px;
  font-family: 'oswald';
}

.navbar a:hover {
  background: #adffdf;
  color: #dd3d3d;
}











.gfx{
  width:100%
}


