/* Font Style */

.delicious-handrawn-regular {
    font-family: "Delicious Handrawn", cursive;
    font-weight: 400;
    font-style: normal;
    color: #336D82;
  }
  

/* Header Styles */

header {
    text-align: center;
}

h1 {

    font-family: Verdana;
    font-size: xx-large;
    color: #336D82;
    text-align: center;
    margin: 25px;

    
}

h2 {

    margin: 10px;
    text-align: center;
    font-family: Verdana;
    font-size: x-large;
    font-weight: bold;
    color: oldlace;

}

h3 {

    margin: 10px;
    text-align: center;
    font-family: Verdana;
    font-size: medium;
    font-weight: lighter;
    color: #336D82;

}

/* Section Styles */

section {

margin: 10px;
padding: 5px;

}


/* Body Styles */

body {
    
    background-color: oldlace;
    text-align: left;
    font-family: Georgia, serif;
    padding: 0;
    color: #333;
    list-style-position: inside;
    color: oldlace;

    
}


/* Navigation Styles */


nav ul {

    font-family: verdana;
    padding: 20px;
    text-align: center;
    background-color: #336D82;
    margin: 5px;
    font-size: small;
    border: 1px solid oldlace;
    border-radius: 70px;
    box-shadow: 0 6px 6px #1b3a46;

}

nav ul li {

    text-align: center;
    display: inline-block;
    margin: 5px;
    padding: 5px;
    font-weight: bold;

}

nav ul li a {

  text-decoration: none;
  color: oldlace;
  font-size: small;

}

ol {

    padding: 20px;
    text-align: left;
    margin: 20px;
    color: oldlace;


}

ol li{

padding: 10px;
margin: 10px;
color: oldlace;


}

ol li p {

    display: inline;
    padding: 5px;
    margin: 5px;
    color: oldlace;
}

ol ul li {

    font-family: 'Courier New';
    font-weight: bold;
    padding: 2px;
    margin: 0px;
    color: oldlace;
    

}

nav ul li a {
  position: relative;
  display: inline-block;
  color: oldlace;
  text-decoration: none;
  padding: 2px;
  font-weight: bold;
  transition: 0.3s, color 0.3s;
}


nav ul li a::after {
content: '';
position: absolute;
left: 50%;
bottom: 0;
width: 0;
height: 0.8px;
background-color: oldlace;
transform: translateX(-50%);
transition: width 0.3s ease;
}

nav ul li a:hover::after {
  width: 100%;
}

/* Image Styles */

.rosie {
    
    height: 150px;
    width: 90px;
    display: inline-block;

}

.dbsimage {
    
    text-align: auto;
    margin: auto;
    height: 200px;
    width: 200px;
    
}

/* Table Styles */

table {

    border-collapse: collapse;
    border-color: #336D82;
    margin-left: 15px;
    font-family: Georgia;
    text-align: center;
    background-color: oldlace;
    margin-bottom: 60px;

}

table caption {

    margin: 30px;
    margin-left: 70px;
    text-align: center;
    font-family: verdana;
    font-size: larger;
}

table tr {

    padding: 10px;
    margin: 10px;

}

table tr td {

    padding: 5px;
    margin: 5px;
    color: #336D82;

}

/* Form Styles */


form {

    padding: 20px;
    margin: auto;
    width: fit-content;
}

form fieldset {

    margin: 15px;

}

form fieldset legend {

    font-family: 'Courier New';
    color: #336D82;
    font-weight: bold;

}


form fieldset label {

    text-align: left;
    font-family: 'Courier New';
    font-weight: bold;
    color: #336D82;

}

form fieldset input {

    border-color: oldlace;
    padding: 5px;
    background-color: #336D82;
    text-align: left;
    color: oldlace;

}

form input {
    padding: 5px;
}

/* Buttons */

.scrollTop {
  transition: box-shadow 0.3s ease;
  border-color: #0c1a1f;
}

.scrollTop:hover {
  box-shadow: 0 4px 15px oldlace;
}


.buttons, ul, li, p {

    text-align: center;

}

.buttons, ul, li, p, button {

    font-weight: bold;
    color: oldlace;
    padding: 8px;
    border-color: #336D82;
    border-radius: 4px;

}

.button, button:hover {

    box-shadow: 2px 2px 5px #18272e;
    font-weight: bold;

}




.button:hover {

    box-shadow: 2px 2px 5px #18272e;
    font-weight: bold;

}



footer {

    margin-top: 200px;
    margin-bottom: 25px;
    font-family: verdana;
    font-weight: bold;
    font-size: large;
    text-align: center;
    color: oldlace;
    text-shadow: 0 0 18px #0c1a1f;
}

.Introduction, .Education, .Skills, .WorkExperience, .InterestsandHobbies, .AboutDBS, .ProgramDetails, .ModuleInformation, .PersonalObjective {

    padding: 30px;
    margin: 50px;
    background-color: #5F99AE;
    border-radius: 8px;
    box-shadow: 0 0 10px #18272e;
    text-align: center;

/* rgb(255, 180, 180) rgb(164, 59, 59) */    

}

/* Menu Page */

.introbackground {
  background: radial-gradient(circle, oldlace, #336D82);

}

.menuheadding {
  border-radius: 70px;
  border: 1px solid oldlace;
  box-shadow: 0 6px 6px #1b3a46;
}

.welcome {
  font-family: "Delicious Handrawn", cursive;
  color: #1b3a46;
  padding-top: 80px;
  padding-bottom: 50px;
  font-size: 50px;
}


section ul .menubutton {
  color: oldlace;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  font-family:"Delicious Handrawn", cursive;
  font-size: small;
}


.navmenu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navlist {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0;
  backdrop-filter: blur(30px);
  border-radius: 70px;
  border: 1px solid oldlace;
  box-shadow: 0 6px 6px #1b3a46;
  background: #1b3a46;
}

.navlist li a {
    margin: 20px;
    color: oldlace;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 0;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 20px;
    position: relative;
}

.navlist a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: oldlace;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.navlist li a:hover::after {
  width: 100%;
}

/* Projects Page */

.piece1 {
    
    padding: 50px;
    background: radial-gradient(circle, #336D82, transparent); 
    border-radius: 10px;   
    color: oldlace;
    display: flex;
    justify-content: center;
    align-items: center; 
    gap: 20px;
    margin-bottom: -10px;
    width: 100vw;
  }

  .piece1 p {

    color: oldlace;
    font-family: "Delicious Handrawn", cursive;
    font-weight: 400;
    font-size: 24px;
  }

  .piece1 img {
    max-width: 200px;
    height: auto;
    box-shadow: 0 6px 6px #1b3a46;
  }

.piece2 {
    padding: 50px;
    background: radial-gradient(circle, oldlace, #336D82);
    display: flex;
    justify-content: center;
    align-items: center; 
    gap: 20px;
    margin-bottom: -10px;
    width: 100vw;
  }

  .piece2 p {
    font-family: "Delicious Handrawn", cursive;
    font-weight: 400;
    font-size: 24px;
    color: #1b3a46;
  }

  .piece2 img {
    max-width: 400px;
    height: auto;
    box-shadow: 0 6px 6px #1b3a46;
  }

  .piece3 {
    padding: 50px;
    background: radial-gradient(circle, #336D82, transparent); 
    display: flex;
    justify-content: center;
    align-items: center; 
    gap: 20px;
    margin-bottom: -10px;
    width: 100vw;
  }

  .piece3 p {
    font-family: "Delicious Handrawn", cursive;
    font-weight: 400;
    font-size: 24px;
    color: oldlace;
  }

  .piece3 img {
    max-width: 400px;
    height: auto;
    box-shadow: 0 6px 6px #1b3a46;
  }

  .piece4 {
    padding: 50px;
    background: radial-gradient(circle, oldlace, #336D82); 
    display: flex;
    justify-content: center;
    align-items: center; 
    gap: 20px;
    margin-bottom: -10px;
    width: 100vw;
  }

  .piece4 p {
    font-family: "Delicious Handrawn", cursive;
    font-weight: 400;
    font-size: 24px;
    color: #1b3a46;
  }

  .piece4 img {
    max-height: 300px;
    width: auto;
    box-shadow: 0 6px 6px #1b3a46;
  }

  .piece5 {
    padding: 50px;
    background: radial-gradient(circle, #336D82, transparent); 
    display: flex;
    justify-content: center;
    align-items: center; 
    gap: 20px;
    margin-bottom: -10px;
    width: 100vw;
  }

  .piece5 p {
    flex-direction: column;
    font-family: "Delicious Handrawn", cursive;
    font-weight: 400;
    font-size: 24px;
    color: oldlace;
  }

  .piece5 img {
    max-height: 300px;
    width: auto;
    box-shadow: 0 6px 6px #1b3a46;
  }

  .piece6 {
    padding: 50px;
    background: radial-gradient(circle, oldlace, #336D82); 
    display: flex;
    justify-content: center;
    align-items: center; 
    gap: 20px;
    margin-bottom: -10px;
    width: 100vw;
  }

  .piece6 p {
    flex-direction: column;
    font-family: "Delicious Handrawn", cursive;
    font-weight: 400;
    font-size: 24px;
    color: #1b3a46;
  }

  .piece6 img {
    max-height: 300px;
    width: auto;
    box-shadow: 0 6px 6px #1b3a46;
  }

  /* Horizontal Line Break */

  hr.title {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #336D82 , rgba(0, 0, 0, 0));
    margin-top: 50px;
    margin-bottom: 50px;
    }


