/*body*/
.nav-wrap{
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-list {
font-size: x-small;
background: #cee8f2;
background: linear-gradient(171deg,rgba(206, 232, 242, 1) 0%, rgba(209, 253, 255, 1) 50%, rgba(232, 255, 242, 1) 100%);
box-shadow:
  0px 4px 6px -1px rgba(0, 0, 0, 0.1),
  0px 2px 4px -2px rgba(0, 0, 0, 0.192),
  inset 0px 0px 8px 0px rgba(255, 255, 255, 0.6),
  inset -4px -4px 1px 1px rgba(255, 255, 255, 0.4);
border-radius: 30px;
width: 50vh;
display: flex;
justify-content: space-evenly;
align-items: center;
list-style: none;
padding: 0;
}

.nav-list li a:hover {
  color: #88dacf;
  transition: 0.3s;}


body {
  font-family: "FOTRodinProDB";
  min-height: 100vh;
  background:
    radial-gradient(
      circle at center,
      white 1.5px,
      transparent 1.5px
    ) 0 0 / 10px 10px repeat,
    linear-gradient(to top, rgb(197, 232, 255) 0%, rgb(255, 255, 255) 30%) 0 0 / 100% 100%;
  background-attachment: fixed;
  display: flex;
  margin: 0;
}

/*main*/

.content-wrap{
  margin: 3%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content{
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  font-family: 'FOTRodinProM', sans-serif;
  color: #4c6d78;
  text-align: start;
  border: #4c6d78 5px;
}

.logo{
display: block;
max-width: 50%;
height: auto;
margin: auto;
flex: 0 0 auto
}

/*menu*/

.icon-menu{
display: flex;
justify-content: center;
align-items: start;
gap: 0.5rem;

}

.icon-list{
padding: 0;
display: flex;
list-style: none;
align-items: center;
}

.menu-item{
align-self: flex-start;
margin: 3vh;
padding: 0.7rem 0.7rem 0.1rem;
transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
background: rgba(255, 255, 255, 0.16);
border-radius: 16px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.363);
backdrop-filter: blur(1.5px);
-webkit-backdrop-filter: blur(1.5px);
border: 1px solid rgba(255, 255, 255, 1);
}

.menu-item img{
height: 40px;
width: 40px;
}

.menu-item:hover {
transform: translateY(-2px) scale(1.02);
background: rgba(138, 255, 247, 0.49);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
border-radius: 16px;
backdrop-filter: blur(4.9px);
-webkit-backdrop-filter: blur(4.9px);
border: 1px solid rgba(73, 255, 244, 0.3);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
transition: 0.3s;
}

/*footer*/

.footer-wrap{
  position: fixed;
  width: 100%;
  bottom: 0;
  margin-bottom: 7px;
  display: flex;
  justify-content: flex-end;
}

footer {
width: 20vh;
font-family: "FOTRodinProDB";
font-size: xx-small;
margin-bottom: 5px;
background: #cee8f2;
background: linear-gradient(171deg,rgba(206, 232, 242, 1) 0%, rgba(209, 253, 255, 1) 50%, rgba(232, 255, 242, 1) 100%);
box-shadow:
  0px 4px 6px -1px rgba(0, 0, 0, 0.1),
  0px 2px 4px -2px rgba(0, 0, 0, 0.192),
  inset 0px 0px 8px 0px rgba(255, 255, 255, 0.6),
  inset -4px -4px 1px 1px rgba(255, 255, 255, 0.4);
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
justify-content: center;
align-items: center;
text-align:center;

}

/*posts*/

.posts-wrap{
  margin: 10%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
}

.posts-menu{
display: flex;
justify-content: space-evenly;
align-items: start;

}

.posts-list{
padding: 0;
display: flex;
flex-flow: row wrap;
list-style: none;
}

/*stream*/

.stream{
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  font-family: 'FOTRodinProM', sans-serif;
  color: #4c6d78;
  text-align: start;
  border: #4c6d78 5px;
}

/* links */

a { text-decoration: none; color: inherit}
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:focus { text-decoration: none; }
a:hover, a:active { text-decoration: none; }

/*animations*/

@view-transition {
  navigation: auto;
}

/* fonts*/

@font-face {
font-family: 'FOTRodinProM';
src :url('https://aurry.neocities.org/fonts/FOTRodinProM.otf');
font-style: normal;
font-weight: normal;
}

@font-face {
font-family: 'FOTRodinProDB';
src :url('https://aurry.neocities.org/fonts/FOTRodinProDB.otf');
font-style: normal;
font-weight: normal;
}

@font-face {
font-family: 'FOTRodinProB';
src :url('https://aurry.neocities.org/fonts/FOTRodinProB.otf');
font-style: normal;
font-weight: bold;
}

@font-face {
font-family: 'FOTRodinProUB';
src :url('https://aurry.neocities.org/fonts/FOTRodinProUB.otf');
font-style: normal;
font-weight: extra-bold;
}

@font-face {
font-family: '000Web';
src :url('https://aurry.neocities.org/fonts/000web.ttf');
font-style: normal;
font-weight: normal;
}  

