@import url("./bin/advanced/styles/navigation.css");
@import url("./bin/advanced/styles/posts.css");
@import url("./bin/advanced/styles/todos.css");
@import url("./bin/advanced/styles/notes.css");
@import url("./bin/advanced/styles/images.css");

.containerImage input {
  font-size:2vw;
  padding: 2vw;
}
#editText {
  text-align: center;
      background-color: rgba(128,128,128,0.52);
      margin-left: 2%;
      width: 100%;
  }
  #editFlex{
      display: flex;
      flex-direction: column;
      background-color: rgba(128,128,128,0.25);
      padding: 3vw;
      justify-content: center;
  }
  .containerImage textarea {
  background-color: rgba(153,148,148,0.32);
  }
  #editFlex :nth-child(2){
      margin-top: 10px;
  }

div#cards {
  white-space: pre-line;
  background-color: rgba(128,128,128,0.23);
  border: solid 2px rgba(128,128,128,0.31);
  border-top:none;
}

your-gallery{
  letter-spacing: -2px;
transition: .2s ease-in-out;
}
your-gallery:hover{
letter-spacing: 5px;
color:rgb(43,43,43);
}

/**/
#settings{
    height: 100%;
    background-color: bisque;
    padding:10px;
    border:2px solid
}

.inputlist1{
    display: grid;
    padding: 10px;
    background-color: gray;
    color:white;
    grid-template-columns: auto auto;
}
.section{
    background-color:rgba(255, 255, 255, 0.291);
    padding:10px;
}
/**/

/**/

img{
    border-radius: 10px;
}
h3#titles{
    font-weight: 500;
}
/**/

/**/
nav {
    align-items: center;
  }
  #icons {
    background-color: aliceblue;
    height: 100%;
  }
  nav > div > img {
    cursor: pointer;
  }
  #cols {
    display: grid;
    grid-template-columns: 30% 70%;
    padding: 3%;
    column-gap: 1%;
  }
  body {
    font-family: "Roboto", sans-serif;
    background-color: rgba(197, 197, 197, 0.27);
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  nav {
    height: 3%;
    padding-left: 3%;
    padding-right: 2%;
    padding-top: 1%;
    display: grid;
    grid-template-columns: 50% 50%;
  }
  nav > * {
    box-shadow: 0 5px 3px rgba(169, 167, 167, 0.55);
  }
  nav > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2vw;
    font-weight: 600;
    letter-spacing: -1px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.19);
  }
  nav > div:nth-child(2) {
    display: flex;
    justify-content: center;
    padding-right: 1%;
    background-color: white;
  }
  nav > div > img {
    margin: 0.5%;
    width: 5%;
  }
  .container {
    background-color: rgb(255, 255, 255);
    justify-content: center;
  }
  .container > composition-image > * {
    display: grid;
    grid-template-rows: 50% auto auto 10%;
  }
  .container > composition-image > img {
    border: solid 2px rgba(0, 0, 0, 0.26);
    transition: 0.4s ease-in-out;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.22);
  }
  .container > composition-image > img:hover {
    box-shadow: none;
  }
  .container > composition-image > button {
    margin-top: 10%;
    padding: 2%;
    width: 80%;
  }
  .title {
    background-color: rgba(120, 120, 120, 0.1);
    text-shadow: 0 3px 4px rgba(0, 0, 0, 0.24);
  }
  select {
    width: 90%;
    height: 6vh;
    text-align: center;
    font-size: 3vh;
    transition: 0.4s;
  }
  select:hover {
    background-color: rgb(228, 228, 228);
  }
  option:nth-child(odd) {
    background: rgba(128, 128, 128, 0.14);
    padding: 1vw;
  }
  #settings p {
    text-align: center;
    font-size: 19px;
  }
  #settings > input {
    text-align: center;
  }
  #searc {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    margin-top: 10px;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.45);
    padding: 10px;
  }
  #searc > input {
    height: 32px;
    text-align: center;
  }
  #searc > span {
    font-size: 2vw;
  }
  atom-sil-button #eklebtn {
    border-radius: 0 0 12px 12px;
  }

  .section input {
    height: 32px;
    text-align: center;
  }
  .inputlist1 {
    margin: 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #eklebtn {
    margin-top: 1px;
    color: white;
    text-shadow: 0 1px 2px black;
  }
  #eklebtn:hover {
    color: black;
    font-size: 20px;
  }
  .section img {
    transition: 0.4s;
  }
  .section img:hover {
    opacity: 0;
  }

  .section h4 {
    margin-top: 4px;
    font-size: 20px;
  }
  .section {
    background-color: rgba(134, 134, 134, 0.09);
    border-radius: 0 0 25px 25px;
  }
  #icons {
    transition: 0.4s ease-in-out;
  }
  .inputlist1 > b {
    text-shadow: 0 1px 2px black;
  }
  #settings {
    background-color: rgb(223, 246, 250);
  }
  #icons:hover {
    letter-spacing: 3px;
  }
  nav img {
    transition: 0.4s;
  }
  nav img:hover {
    opacity: 0.6;
  }
  #settings > div h4 {
    font-size: 1.5vw;
    margin-bottom: 1vw;
  }

  .title {
    font-size: 2.5vw;
  }
  #searc > input {
    width: 12vw;
  }
  .section input {
    width: 12vw;
  }
  .inputlist1 > b {
    font-size: 1.5vw;
  }
  select:hover {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.55);
  }
  .section h4 {
    font-size: 1.6vw;
  }
  .section h4 {
    font-size: 1.6vw;
  }
  .inputlist1 {
    overflow: hidden;
  }
  h3#titles {
    margin-top: 1.5vh;
    font-size: 1.7vw;
  }
  p#description {
    font-size: 1.4vw;
  }
/**/
edit-page > #editFlex {
  align-items: center;
  background-color: rgba(37,37,37,0.07);
}
.containerImage {
  align-items: center;
}
#wrapFlex{
  margin-top: -3vw;
  align-items: center;
  padding: 2vw;
}
#con #editFlex {
  border-radius: 12px;
}
.containerImage img {
  box-shadow: 5px 5px 12px rgba(0,0,0,0.29);
}
.container button {
  margin-top: 2%;
  margin-bottom: 3%;
  width: 100%;
  padding: 2px;
  transition: .4s;
}
.container button:hover{
  background-color: rgb(255,179,179);
}
#iconsNav {
  height: 100%;
}
image-composition {
  height: 100%
}
.container img {
  width: 100%;
}
h3#titles {
  height: 4vw;
}
#imageselected{
  display: flex;
  justify-content: center;
  margin-left: -30%;
  align-items: center;
}
#addNote h1 {
  width: 100%;
}
#notes h1 {
  margin-top: 0.1vh;
  width: 100%;
}
#todoList {
  margin-top:-2vw;
}
#posts h1 {
  width: 85%;
}
#preferences{
  padding: 12px;
  font-weight: 300;
}
#imageNavigation > div {
  font-size:1.4vw;
}
#preferences>p{
  font-size: 1.3vw;
}