@charset "utf-8"
/* CSS Document */


body {
    margin:0;
    font-family:'Arial', sans-serif;
    line-height:1.5;
}

div.main_page {

    width: 1040px;
    min-height: 4000px;
    overflow-y: auto;
    margin: 0px auto;
    background: rgba(235,235,235, 0.8);
    border-radius: 10px;
    font-family: Jost, sans-serif;
    padding-top: 35px;
}

div.nav {
    position: absolute;
    top: 0%;
    width: 1040px;
    margin: 0 auto;
    margin-bottom: 20 px;
}

nav {
    font-size: 14px;
    margin-bottom: 20px;
}
nav.about_me {
    background-color: rgba(27,27,27, 0.95);
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    backdrop-filter: blur(5px);
    display: flex;
}

nav ul li {
    float: left;
}

nav ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
nav ul li a:hover {
    background-color: rgba(192,192,192,0.3);
}


li.drop_menu {
    position: relative;
    display: inline-block;

}
.dropdown_menu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      list-style: none;
      padding: 10px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      min-width: 100px;
      z-index: 10000;
      background-color: rgba(27,27,27, 0.95);
    }
.drop_menu:hover .dropdown_menu {
  display: block;
}
.dropdown_menu li {
  display: block;
  margin: 5px 0;
}

h1, h2 {
    margin: 20px 20px 20px 20px;
}
p {
    margin: 20px 20px 20px 20px;
    text-align: justify;
}
div.photo {
    width: 910px;
    height: 1070px;
    display: flex;
    flex-wrap: wrap;

    justify-content: space-evenly;
    margin: 0 auto;

}
figure {
    width: 450px;
    margin: 0;

}
div figure img {
    width: 400px;
    height: 400px;




}
div figure figcaption {
    font-size: 12px;
    text-align: center;
    margin: 20px 20px 20px 20px;

}



div.photo1 {
    width: 950px;
    height: 530px;
    display: flex;
    flex-wrap: wrap;

    justify-content: space-evenly;
    margin: 0 auto;

}

a.ref {
    text-decoration: none;

}
a.ref:hover {
    text-decoration: underline;
}

figure.saltb {
    margin: 0 auto;

}

figure.saltb figcaption {
    font-size: 12px;
    margin: 20px 20px 20px 20px;


}

div.photo2 {
    width: 950px;
    height: 475px;
    display: flex;
    flex-wrap: wrap;

    justify-content: space-evenly;
    margin: 0 auto;

}
