* {
    box-sizing: border-box;
  }
  
  html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    background-color: black;  /* make the whole page black by default */
  }
  
  /* Top section with background image */
  #backgroundimage{
    background-image: url(4CentralMarkerImageEdit.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    width: 100%;
    position: relative;
  }
  
  /* Default: no gradient */
  #backgroundimage::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 1)
    );
  }
  


#spacingspace{
    margin-top: 300px;
    margin-bottom: 300px;
}

  /* Black content section */
  #blackbackgroundcontent {
    background-color: black;
    color: white;
    padding: 40px;
  }
  
  /* Remove default h2 margin */
  #blackbackgroundcontent h2 {
    margin-top: 0;
  }
  
 #backgrounddark {
    padding-left: 720px;
 }

/* Top section with background image */



/*----------------------------------------------------------------------------------------------------------------------------------*/
/* Navigation Bar */

.background-and-nav-bar {
    position: relative;
}

.supercoolnavbar {
    position: absolute;
    top: 35px;
    left: 52%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 10;
    padding: 25px 0;
}

.navwrapper {
    display:inline-flex;                 /* only as wide as content */
    align-items: center;
    justify-content: center;
    padding: 12px 25px;                    /* space around nav items */
    background-color: rgba(0, 0, 0, 0.55); /* curved container color */
    border-radius: 30px;                   /* round corners */
  }

.background-and-nav-bar img {
    display: block;
    width: 100%;
    height: auto;
}

nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.5rem;
    overflow: hidden;
}

nav ul {
    display: flex;
    gap: 1.5rem;
    padding: 0;
    margin: 0;
}

nav ul li {
    float: right;
}


nav ul li a {
    color: palevioletred; 
    font-size: 25px;
    text-decoration: none;
}
nav ul li a:hover {
    color: white; 
}


/*----------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------*/
/*-MY RECOMENDATIONS PAGE-------------------------------------------------------------------------------------------------------------------*/


#recomendationstext {
color: ivory;
padding-top: 180px;
padding-left:90px;
}

.headers{
    font-weight: 2,000;
}

.threerecs {
    color: palevioletred;
    text-decoration: none;
    font-weight: 700;
    display:inline-flex;                 /* only as wide as content */
    align-items: center;
    justify-content: center;
    padding: 12px 18px;                    /* space around nav items */
    background-color: rgba(255, 255, 255, 0.814); /* curved container color */
    border-radius: 30px;                   /* round corners */
}

.descriptiontext {
    padding-left: 2px;
    padding-right: 50px;
}

.aboutmelist {
    color: ivory;
}

#avatarmeedit {
    width: 400px;
    height: 400px;
}