/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: white;
  background-image: url("https://xixxii.neocities.org/images/bgs/angelicpretty28.jpg");
  color: black;
  font-family: Verdana;
}

@font-face {                  
font-family: 'GrenzeGotisch-Thin';
src: url(https://humantooth.neocities.org/fonts/GrenzeGotisch-Thin.woff2) format('woff2');
font-weight: normal;
font-style: normal;
} 

@font-face {                  
font-family: 'Ojuju-Bold';
src: url(https://humantooth.neocities.org/fonts/Ojuju-Bold.woff2) format('woff2');
font-weight: normal;
font-style: normal;
} 

.h1 {
  font-family: 'GrenzeGotisch-Thin', Arial;
}

.h2 {
  font-family: 'Ojuju-Bold', Arial;
}

.p1 {
  font-family: "Comic Sans MS", "Comic Sans", serif;
}

.p2 {
  font-family: "Comic Sans MS", "Comic Sans", sans-serif;
}

.banner {
  height: 120px;
  border: 1px solid beige;
  border-radius: 10px;
  padding: 0.5rem;
  background-color: RoyalBlue;
  margin: 20px 0px 0px 20px;
  width: 1200px;
}

.navigation {
  background-color: White;
  border: 1px solid beige;
  border-radius: 10px;
  padding: 0.5rem;
  width: 1200px;
  height: 50px;
  margin: 20px 0px 0px 20px;
}

nav a {
  list-style-type: none;
  overflow: hidden;
  background-color: White;
  display: block;
  color: RoyalBlue;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  float:left;
}

.float-parent-element { 
  width: 1200px; 
  float: left;
  
} 
.float-child-element { 
  width: 360px;
  float: left;
  margin: 4px;
  padding: 1rem;
} 

.welcome {
  border: 1px solid beige;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  background-color: RoyalBlue;
  color: white;
  height: 500px;
  width: 330px;
  background-image: url("https://xixxii.neocities.org/images/borders/lace3.png");
  background-position: top;
  background-repeat: repeat-x;
  background-size: 50%;
}

.music {
  border: 1px solid beige;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  height: 500px;
  width: 330px;
  background-image: url("https://bettysgraphics.neocities.org/images/backgrounds/music%20notes%205.jpg");
}

#banner-image {
  height: 100%;
}

/* Llama Running - https://www.cursors-4u.com/cursor/llama-running */
* {
  cursor: url('https://cdn.cursors-4u.net/previews/llama-running-a43da396-preview-50.webp') 0 0, auto !important;
}
/* End www.Cursors-4U.com Code */

/*background-image: url("https://xixxii.neocities.org/images/bgs/jellytile.jpg");
/*background-image: url("https://xixxii.neocities.org/images/bgs/publicdomain45.png");
/*background-image: url("https://textures.neocities.org/thumbnails/wood/thumb_CEDFENCE.jpg");
/*background-image: url("https://xixxii.neocities.org/images/bgs/12.jpg");
/*background-image: url("https://xixxii.neocities.org/images/bgs/7.png");
/*background-image: url("https://xixxii.neocities.org/images/bgs/background324.jpg");



