.slide{
  display:flex;
  flex-direction:column;
  }

h1{
    font-family: "Domine", serif;
    color: #7FFA9E;
    font-size: 300%;
  }

li{

    font-family: "Lexend", sans-serif;
    color: #FAC176;
    justify-content: center;
    padding: 7px;


}

ul.lis{
  font-family: "Lexend", sans-serif;
  color: #FAC176;
  justify-content: center;
  padding: 7px;
  display: inline-block;

}

ul{
  font-family: "Lexend", sans-serif;
  color: #FAC176;
  justify-content: center;
}

  h2,h3,h4,h5,h6{
    font-family: "Domine", serif;
    color: #FAC176;
  }

img{
    border: 4px solid #FAC176;
    border-radius: 8px;
}

p { 
    font-family: "Lexend", sans-serif;
    color: #FAC176;
    justify-content: center; 

}

a {
    color: #7FFA9E;
}

.nav-link {
    color:#7FFA9E ;

}

.nav-link:hover {
    color: #71DE8C; 
}


body{
    background-color: #280E4B;
    font-size: 120%;   
}

#button{
    font-family: "Lexend", sans-serif;
    font-size: 110%;
    background-color: #FAC176;
    padding: 20px 50px; 
    color: #48317B;
    box-shadow: #33255C;
    border-radius: 30px;
}
#button:hover {background-color: #E0AD69}

#button:active {
  background-color: #E0AD69;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
#navbar{
    background-color:black ;
}

#nav-item {
    color: #7FFA9E ;
}

#titletext{
    margin-bottom: 40px;
    justify-content: center;
    align-content: center;
    text-align: center;
    max-width: 700px;
}
#boxhome {
    border: 3px solid #FAC176;
    border-radius: 8px;
    margin-left: 40px;
    margin-right: 40px;
    text-align: center;
    padding: 20px; 
    padding-top: 40px;
    height: 90%;
    width: 50lh;
}
#boxpic {
  border: 3px solid #FAC176;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 40px;
}

hr{
    height: 15px;
    background-color: #FAC176;
}

.containers {
    height: 100vh ;
    width: 100%;
}

.slide {
    height: 100vh ;
    width: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 50px;
}


  

  /* The hero image */
.hero-image {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("citybackground.jpg");
  
    /* Set a specific height */
    height: 100vh;
  
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .navbar-text{
    color: lightslategrey;
}

.topnav {
    font-family: "Lexend", sans-serif;
    width: 100%;
    background-color: #280E4B;
    overflow: auto;
  }
  
  .topnav a {
    float: left;
    padding: 12px;
    color: #FAC176;
    text-decoration: none;
    font-size: 17px;
  }
  
  .topnav a:hover {
    background-color: #33255C;
  }
  
  .topnav .icon {
    display: none;
  }

  .topnav a.active {
    background-color:;
  }

  /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }

  (min-width: 600px) {
    .topnav .icon{
        display: none;
    }
  }
  
  
  /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }

.resum{
  display: flexbox;


}

#back-to-top{
  position:fixed!important; bottom:14px!important; right:12px!important; z-index:1!important;opacity:.4;font-size:22px;color:white!important;padding:8px;
}