* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  border: none;
  outline: none;
  font-weight: 300;
  font-family: 'Chewy', cursive;
  font-family: 'Sansita', sans-serif;
  font-family: 'Numans', sans-serif; 
}

body {
  background-color: whitesmoke; 
}

.logo {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  height: 180px;
  background: url(./img/logo1.png) center center/300px no-repeat;
  display: block;
}

.logonav {
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  height: 50px;
  background: url(./img/drawing.png) center center/150px no-repeat;
  display: block; 
}

nav {
  background: whitesmoke;
}

nav ul {
  margin: 0 auto;
  margin-right: 10px;
  padding: 0;
  list-style-type: none;
  display: flex;
}

nav ul li {
  padding: 5px;
  text-align: left;
  white-space: nowrap;
}

nav ul li:last-child {
  text-align: right;
  width: 100%;
}

.form {
  padding: 6px; 
}

.js-namefull-input {
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  padding: 5px;
  display: block;
  border-top-style: inset;
  border-color: black;
  font-family: 'Josefin Sans', sans-serif;    
}

.js-email-input {
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  padding: 5px;
  display: block;;
  font-family: 'Josefin Sans', sans-serif;  
  border-top-style: inset;
}

.js-password-input {
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  padding: 5px;
  display: block;
  font-family: 'Josefin Sans', sans-serif; 
  border-top-style: inset;
}

.primary-button {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  cursor: pointer;
  padding: 5px;
  text-align: center;
  display: block;
  background-color: black;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
  color: #c2c0ab; 
}

.auth {
  flex-flow: row wrap;
  justify-content: space-around; 
}

.auth-button {
  border: none;
  cursor: pointer;
  padding: 5px;
  text-align: center;
  background-color: #fffbad00;
  font-size: 30px; 
}

.phrase {
  padding-top: 20px;
  text-align: center;
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  text-align: center; 
}

.access {
  padding-top: 20px;
  text-align: center;
  display: block; 
}

section {
  padding-top: 20px;
  text-align: center;
  display: block; 
}

.header-home {
  background: black;
  text-align: center;   
}

.img {
  text-align: center;
}

.img-user {  
  width: 60px;
  height: 60px;
  background: url(./img/profile_girl.png) center center/60px no-repeat;  
  border: none;  
}

.option {  
  text-align: center;    
}

.id-user {
  text-align: right;
  font-size: 14px;
  margin-top: 0;
  margin-right: 10px;
  font-weight: bold;
  font-family: 'Josefin Sans', sans-serif;  
}

.post-area {
  padding-top: 20px;
  font-family: 'Josefin Sans', sans-serif;  
}

.post {
  font-size: 12px;
  margin:0 auto 20px auto;
  width: 80%;
  height: 50px;
  display: flex;
  resize: none;
  border-radius: 3px;     
}

.text-comment {
  margin-left: auto;
  margin-right: auto;   
  margin-top: 10px;
  font-size: 12px;
  width: 100%;
  height: 50px;
  resize: none;
  border-radius: 3px;
  box-shadow: 0 0 0.5em rgb(104, 212, 212);   
}

.post-list { 
  list-style: none;
  margin:0 auto 20px auto;
  width: 80%;
  border: solid;  
  border-color: white;  
  border-radius: 3px; 
  align-items: center;
  text-align: left;  
  background-color: #fff;
  border-style: outset;;
}

.idname {
  font-weight: bold;
}

.border {
  border-bottom: solid whitesmoke;
}

.date-hour {
  display: flex;
  flex-wrap: nowrap; 
}

.feed {
  font-size: 12px;
  background-color: #fffbad00;
  display: flex;
  flex-direction: column;  
}

.button-home {
  color: black;
  font-size: 16px;
  background-color: #fffbad00;
  margin-left: auto;
}

.button-out {
  margin-right: auto;
  font-size: 12px;
  color: black;
  background-color: #fffbad00;
  cursor: pointer;
}

.button-send {
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 18px;
  background-color: #fffbad00;
  cursor: pointer;    
}

.button-feed {
  border: none;
  cursor: pointer;
  font-size: 18px;
  background-color: #fffbad00;
}

.button-save {
  border: none;
  cursor: pointer;
  font-size: 18px;
  background-color: #fffbad00;  
  visibility: hidden;
  align-content: flex-end;
}

.button-delcom {
  margin-right: auto;
  font-size: 12px;
  color: black;
  background-color: #fffbad00;
  cursor: pointer;
}

.show {  
  visibility: visible;
}

.showComments {
  display: inline;
}

.hideComments {
  display: none;
}

.profile-area {
  padding-top: 0px;  
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
}


@media screen and (min-width: 768px) {
  .login {
    display: flex;
    
  }

  .login-form {
    width: 50%;
  }  

  .logo {
    width: 450px;
    height: 450px;
    background: url(./img/logo1.png) center center/450px no-repeat; 
  }

  .js-namefull-input {
    margin-top: 100px;    
  }

  .js-email-input {
    margin-top: 5px; 
    border-color: black;
    border-top-style: inset;  
  }

  .js-password-input {
    margin-top: 5px; 
    border-color: black;
    border-top-style: inset;  
  }

  .primary-button {  
    width: auto; 
  }
  
  .phrase {
    font-size: 16px;
  }

  .id-user {    
    font-size: 16px;       
  }
}