body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: var(--text);
    background: var(--bg);
    transition: background 500ms ease-in-out, color 1000ms ease-in-out;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.title{
    font-size: 2.4vw;
      
}

/* .title2{
    font-size: 5.5vw;
    color: #98142c;
    -webkit-text-stroke: #083b66 0.3px;

} */

.title2{
  font-family: "Bree Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.5vw;
  color: #98142c;
  -webkit-text-stroke: #083b66 0.3vw;
   z-index: 10;
   position: absolute;
}

.colorBoxText{
    font-family: "Bree Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.5vw;
  color: #98142c;
  -webkit-text-stroke: #083b66 0.3vw;
   margin: 0;                  /* remove default h1 margin */
  text-align: center;
}

.linkList{
    list-style-type:disc;
    text-decoration: underline;
    font-size: 20px;
    font-weight: bold;
    margin-left: 25px;
}

.linkA{
    margin-bottom: 15px;
}

.borderText{
    border: 3px dashed black;
    padding: 5px;
}

.linkA:hover{
    color: #0084a5;
}

a {
    color: currentColor;
    text-decoration: none;
}

header {
    padding: 1em;
    /* clip-path: polygon(50% 0%, 100% 0, 100% 65%, 50% 100%, 0 65%, 0 0); */
    background: linear-gradient(123deg, rgba(205, 208, 213, 1) 0%, rgba(157, 59, 28, 1) 50%, rgba(230, 222, 201, 1) 100%);
    margin-bottom: 1em;
    padding-bottom: 3.5em;
    text-align: center;
}

.testContainer{
    /* height: 200px; */
    height: 30vh;
    /* width: 1000px; */
    width: 68vw;
    /* border: 5px solid #000000; */
     display: flex;
  justify-content: center; /* centers horizontally */
  gap: 50px;
  position: relative;
  margin-left: 15%;
}

.test1{
    height: 150px;
    width: 150px;
    clip-path: circle(50% at 50% 50%);
    background: none;
    border: 20px solid #98142c;
    border-radius: 50%;
    margin-top: 25px;
    position: absolute;
}
.test2{
    height: 150px;
    width: 150px;
    clip-path: circle(50% at 50% 50%);
    background: none;
    border: 20px solid #0084a5;
    border-radius: 50%;
    margin-top: 25px;
}
.test3{
    height: 150px;
    width: 150px;
    clip-path: circle(50% at 50% 50%);
    background: none;
    border: 20px solid #c8c8c8;
    border-radius: 50%;
    margin-top: 25px;
}

/* .container1{
 display: flex;
  justify-content: center; 
  padding: 20px;
  text-align: center;
}

.border1{
border: 6px solid #98142c;
height: 200px;
width: 1000px;
margin: 5px;
}

.border2{
border: 4px solid #0084a5;
height: 180px;
width: 980px;
margin: 5px;
}

.border3{
border: 2px solid #c8c8c8;
height: 160px;
width: 960px;
margin: 5px;
 display: flex;             
  justify-content: center;    
  align-items: center; 
} */

/* .test1{
    height: 150px;
    width: 150px;
    clip-path: circle(50% at 50% 50%);
    background: none;
    border: 20px solid #98142c;
    border-radius: 50%;
    margin-top: 25px;
    position: absolute;
}
.test2{
    height: 150px;
    width: 150px;
    clip-path: circle(50% at 50% 50%);
    background: none;
    border: 20px solid #0084a5;
    border-radius: 50%;
    margin-top: 25px;
}
.test3{
    height: 150px;
    width: 150px;
    clip-path: circle(50% at 50% 50%);
    background: none;
    border: 20px solid #c8c8c8;
    border-radius: 50%;
    margin-top: 25px;
} */

    hr {
      height: 5px; /* Sets the thickness to 5 pixels */
      background-color: black; /* Adds a solid color */
      border: none; /* Removes default border */
    }

main {
    min-height: 1000px;
    padding: 2rem;
}

img {
    margin: 2em 0 0;
    width: 450px;
    height: 320px;
}

/* Navbar */

.navbar {
    height: 70px;
    width: 100%;
    background: linear-gradient(123deg, rgba(205, 208, 213, 1) 0%, rgba(157, 59, 28, 1) 50%, rgba(230, 222, 201, 1) 100%);
    color: var(--text);
}

.nav-item{
    font-size: x-large;
    cursor: pointer;
}

.gallery{
    font-weight: bolder;
    font-size: 4.5vw;
    text-align: center;
}

.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
}

.photoContainer{
    display:flex ;
    gap: 25px;
    justify-content: center;
}

.photoSize{
    width: 30vw;
    height: 50vh;
}


.dropdown {
    position: absolute;
    width: 500px;
    opacity: 0;
    z-index: 2;
    background: var(--bg-dropdown);
    border-top: 2px solid var(--border-color);

    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 3rem;
    margin-top: 2rem;
    padding: 0.5rem;
   
    box-shadow: rgba(2, 8, 20, 0.1) 0px 0.175em 0.5em;
    transform: translateX(-40%);

    transition: opacity .15s ease-out;
}


.has-dropdown:focus-within .dropdown   {
    opacity: 1;
    pointer-events: auto;
}


.dropdown-item a {
    width: 100%;
    height: 100%;
    size: 0.7rem;
    padding-left: 10px;
    font-weight: bold;
}

.dropdown-item a::before {
    content: ' ';
    border: 2px solid var(--border-color);
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}


/* Themes */


:root {
    --gray0: #f8f8f8;
    --gray1: #dbe1e8;
    --gray2: #b2becd;
    --gray3: #6c7983;
    --gray4: #454e56;
    --gray5: #2a2e35;
    --gray6: #12181b;
    --blue: #0084a5;
    --purple: #a82dd1;
    --yellow: #fff565;
}

.light {
    --bg: var(--gray0);
    --bg-nav: linear-gradient(to right, var(--gray1), var(--gray3));
    --bg-dropdown: var(--gray0);
    --text: var(--gray6);
    --border-color: var(--blue);
    --bg-solar: var(--yellow);
}
  

.dark {
    --bg: var(--gray5);
    --bg-nav: linear-gradient(to right, var(--gray5), var(--gray6));
    --bg-dropdown: var(--gray6);
    --text: var(--gray0);
    --border-color: var(--purple);
    --bg-solar: var(--blue);
}

.solar {
    --gray0: #fbffd4;
    --gray1: #f7f8d0;
    --gray2: #b6f880;
    --gray3: #5ec72d;
    --gray4: #3ea565;
    --gray5: #005368;
    --gray6: #003d4c;
}


#dark::before {
    background: #2a2e35;
}

#light::before {
    background: #ffffff;
}

#solar::before {
    background: var(--bg-solar);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Arial', sans-serif;
}

.footer {
  background-color: #1f1f1f;
  color: #fff;
  padding: 40px 20px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.footer-section {
  flex: 1 1 200px;
  margin: 10px;
}

.footer-section h2,
.footer-section h3 {
  margin-bottom: 15px;
  color: #98142c;
}

.footer-section p {
  line-height: 1.6;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section ul li a:hover {
  color: #f0a500;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons .icon {
  font-size: 20px;
  background-color: #333;
  padding: 10px;
  border-radius: 50%;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
}

.social-icons .icon:hover {
  background-color: #f0a500;
  color: #1f1f1f;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: #ccc;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-section {
    margin: 20px 0;
  }
}


/* Logo Animation */


@keyframes color-rotate {
    from {
        filter: hue-rotate(0deg);
    }
    to {
        filter: hue-rotate(360deg);
    }
}


.logo:hover {
    animation: color-rotate 1s;
    animation-iteration-count: infinite; 
    animation-direction: alternate;
}

  /* .scrollUp {
    background-color: #993b19;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 10%;
    height: 30px;
    width: 175px;
    justify-content: center;
  } */

 .scrollUp {
     position: fixed;
     bottom: 20px;
     /* distance from bottom */
     left: 50%;
     /* start from middle */
     transform: translateX(-50%);
     /* shift back half width to center */
     background-color: #993b19;
     color: white;
     padding: 10px 20px;
     border: none;
     cursor: pointer;
     border-radius: 10%;
     height: 30px;
     width: 175px;
     display: none;
     /* hidden by default */
     justify-content: center;
     align-items: center;
     font-size: 14px;
     z-index: 1000;
 }




/* @media screen and (max-width: 600px){
    .title2{
        font-size: 5.1vw;
    }
} */



@media screen and (max-width: 1200px){
.testContainer{
    /* height: 200px; */
    height: 30vh;
    /* width: 1000px; */
    width: 68vw;
    /* border: 5px solid #000000; */
     display: flex;
  justify-content: center; /* centers horizontally */
  gap: 40px;
  position: relative;
  margin-left: 15%;
}

.test1{
    height: 125px;
    width: 125px;
    clip-path: circle(50% at 50% 50%);
    background: none;
    border: 15px solid #98142c;
    border-radius: 50%;
    margin-top: 5px;
}
.test2{
    height: 125px;
    width: 125px;
    clip-path: circle(50% at 50% 50%);
    background: none;
    border: 15px solid #0084a5;
    border-radius: 50%;
    margin-top: 5px;
}
.test3{
    height: 125px;
    width: 125px;
    clip-path: circle(50% at 50% 50%);
    background: none;
    border: 15px solid #c8c8c8;
    border-radius: 50%;
    margin-top: 5px;
}
}

@media screen and (max-width: 800px){
    .photoSize{
    width: 30vw;
    height: 15vh;
}

    

}

@media screen and (max-width: 600px){
    .title{
        font-size: 2.8vw;
    }

    .testContainer{
    /* height: 200px; */
    height: 30vh;
    /* width: 1000px; */
    width: 68vw;
    /* border: 5px solid #000000; */
     display: flex;
  justify-content: center; /* centers horizontally */
  gap: 20px;
  position: relative;
  margin-left: 15%;
}

.test1{
    height: 50px;
    width: 50px;
    clip-path: circle(50% at 50% 50%);
    background: none;
    border: 7px solid #98142c;
    border-radius: 50%;
    margin-top: 5px;
}
.test2{
    height: 50px;
    width: 50px;
    clip-path: circle(50% at 50% 50%);
    background: none;
    border: 7px solid #0084a5;
    border-radius: 50%;
    margin-top: 5px;
}
.test3{
    height: 50px;
    width: 50px;
    clip-path: circle(50% at 50% 50%);
    background: none;
    border: 7px solid #c8c8c8;
    border-radius: 50%;
    margin-top: 5px;
}

.photoContainer{
    display:flex ;
    gap: 10px;
    justify-content: center;
    margin-left: 10px;
}

.photoSize{
    width: 25vw;
    height: 10vh;
}

img {
    margin: 2em 0 0;
    width: 280px;
    height: 230px;
}

}
    
