

ul {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  /*justify-content: center;*/
}

/* for the banner ///////////////////////////////////////////////*/

.body-container {
  display: flex;
  flex-direction: column;
  margin: 0px;
}

.banner-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #2b303a;
  max-width: 1600px;
}

.banner {
  text-decoration: none;
  background-color: #AFF;
  color: #2b303a;
  padding: 0.9%;
  border-radius: 6px 4px 15px 4px;
  font-size: 100%;
  margin: 1px;
  min-width: 55px;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;

}

.banner:hover {
  text-decoration: none;
  background-color: #2ff;
}

.banner a:visited {
  text-decoration: none;
}

.banner a:link {
  text-decoration: none;
}

#name:hover {
  background-color: #aff;
}


/* */
.fullpage {
    min-height: 100%;
}



body {
    font-family: Arial, Helvetica, sans-serif;
    
    background-image: linear-gradient(205deg, cyan, #0088FFBB);
    background-image: url("../media/BackgroundTest.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin: auto;
    height: 100%;
    max-width: 1600px;
}

html {
  min-height: 100vh;
  overflow-y: scroll;
}


h1 {
    text-align: center;
    font-weight: bold;
    
    font-size: 20px;
}

h3 {
    text-align: center;
    font-weight: bold;
    text-shadow: 2px 1px grey, 4px 2px white;
    font-size: 26px;
}

h4 {
    text-align: center;
    font-weight: bold;
    
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
}

.header-cont {
  background-color: #FFFFFFBB;
  max-width: 400px;
  border-radius: 20px;
  margin: 20px auto;
  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container {
    outline: 3px #00FFFFAA;
    outline-style: outset;
    border-radius: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 1500px;

    

    /*margin-top: 15px;
    margin-bottom: 15px;*/
    margin: 15px auto;

    line-height: 2;
    text-align: center;
    cursor: pointer;
/*    position: relative;*/
    display: flex; /* Use flexbox */
    flex-direction: column; /* Arrange child elements vertically */
    align-items: center; /* Center child elements horizontally */
    position: relative;

    background-image: linear-gradient(335deg, #00DDFFAA, #0099FF88);
    /*background-image: linear-gradient(335deg, #B19CD9BB, #FFB6C1BB);
    background-image: linear-gradient(25deg, #4b303a, #AA4641BB);*/

    
}

.container:hover {
  background-image: linear-gradient(335deg, #00EEFF88, #00BBFFAA);
  /*background-image: linear-gradient(335deg, #B19CFFBB, #FFB6D1EE);*/
  box-shadow: 5px 5px 5px #00000088;
  outline: 3px solid #66FFFFEE;
  outline-style: outset;
}

.container:active {
  outline-style: inset;
}




.container::after {
    content: "";
    clear: both;
    display: table;
}



.mainpfp
{
    width: 125px;
    height: 125px;
    border-radius: 75px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}




  .link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }


  .socialimg 
{
    height: 50px;
    width: 50px;
    vertical-align: middle;
    
    position: absolute;
    left:15%;
    top: 50%; /* Add top: 50% to vertically center the image */
    transform: translateY(-50%);
    /*padding-left: 25%;*/
}

.context
{
    text-align: left;
    text-decoration: none;
    color: black;
    font-size: 19px;
    font-weight: bold;
    /*text-shadow: 1px 1px grey;*/
}
.context.link {
    text-decoration: none;
}
.context.hover {
    text-decoration: none;
}
.context.visited {
    text-decoration: none;
}

footer {
  text-align: center;
  h4 {
    font-size: 80%;
    color: #35353b;
  }
}

@media only screen and (max-width: 1600px) {
  .container {
    margin-left: 5%;
    margin-right: 5%;
  }


}



@media only screen and (max-width: 600px) {
  #name {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .header-cont {
    margin-left: 3%;
    margin-right: 3%;
  }

}

footer {
  text-align: center;
  
  background-color: #ffffff9f;
  
  border-radius: 15px;
  margin: auto;
  
  width: 250px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 50px;
  padding-right: 50px;
}