footer {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: rgb(40, 60, 66);
  font-size: 0.9rem;
  min-width: 345px;
}

.information1, .information2, .information3 {
  font-size: 1.2em;
}

.information1, .information2m .information3 {
  color: #b0b0b0;
  background-color: rgb(50, 56, 65);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.20);
}

.information1 {
  font-size: 1rem;
  grid-area: in1;
  padding: 15px 0px 2px 0px;
  text-align: center;
}

.information2, .information3 {
  display:none;
}

.information3 {
  grid-area: in3;
  letter-spacing: 0.25em;
  text-align: center;
  justify-content: center;
  text-align: justify;
  font-size: 1rem;
}

.information2, .information3 {
  color: #b0b0b0;
  background-color: rgb(50, 56, 65);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.20);
  text-align: center;
}

.information2 a, .information3 a {
  color: #b0b0b0;
}

.social {
  display: flex;
  justify-content: center;
  padding: 0;
}

.social li {
  list-style: none;
}

.social img {
  display : block;
  width   : 50px;
  height  : 50px;
}

.linkback {
  display: none;
}

.author {
  display: block;
  text-align: center;
  padding-top: 10px;
}

.author p {
  text-align: center;
}

.author .me1 p,
.author .me2 p {
  color: rgb(170, 170, 170);
}

@media (max-width: 1199px) and (min-width: 768px) {

footer {
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: rgb(40, 60, 66);
    font-size: 0.9rem;
    min-width: 345px;
}

.switch {
    display: none;
}

.moreInfo{
    display: none;
}

.social {
  display: flex;
  justify-content: center;
  padding: 0;
}

  .social li {
  list-style: none;
}

.social img {
  display : block;
  width   : 50px;
  height  : 50px;
}

.linkback {
  display: none;
}

.author {
  display: block;
  text-align: center;
}

.author p {
  text-align: center;
}

.author .me1 p,
.author .me2 p {
  color: rgb(170, 170, 170);
 }
}

@media (max-width: 3000px) and (min-width : 1200px) {

footer {
    max-width: 1600px;
    margin: auto;
  }

footer {
  display: grid;
  grid-template-columns: 0.25fr 1fr 1fr 0.8fr 1fr;
  grid-template-areas:
  ". in1 in2 in3 so"
  "au au au au au"
  "cb cb cb cb cb"
}

.social {
  grid-area: so;
  display: inline-flex;
  justify-content: flex-end;
  padding-right: 80px;
}

.social li {
  list-style: none;
  display: flex;
}

.social img {
  display : block;
  width   : 50px;
  height  : 50px;
}

.social img:hover {
  transform : scale(1.5);
}

.information1, .information2, .information3 {
  font-size: 1.2em;
}

.information1, .information2m .information3 {
  color: #b0b0b0;
  background-color: rgb(50, 56, 65);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.20);
}

.information1 {
  font-size: 1rem;
  grid-area: in1;
  padding: 20px 0px 0px 30px;
  text-align: left;
}

.information2, .information3 {
  display: block;
}

.information2 {
  grid-area: in2;
  padding-top: 20px;
}

.information3 {
  grid-area: in3;
  letter-spacing: 0.25em;
  text-align: center;
  justify-content: center;
  text-align: justify;
  font-size: 1rem;
  padding-top: 40px;
}

.information2, .information3 {
  color: #b0b0b0;
  background-color: rgb(50, 56, 65);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.20);
  text-align: center;
}

.information2 a, .information3 a {
  color: #b0b0b0;
}

.linkback {
  background-color: rgb(50, 56, 65);
  display: block;
}

#link1, #link2 {
  grid-area: li;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.20);
  border-color: rgb(34, 34, 34);
  background-color: rgb(50, 56, 65);
  padding: 10px 0px 0px 30px;
}

 #link1 a,
 #link2 a {
  color: rgb(170, 170, 170);
  font-size: 1rem;
}

#link1 a:hover,
#link2 a:hover {
  color: rgb(212, 212, 212);
}

.author {
  grid-area: au;
  display: flex;
  border-top: solid thin;
  border-color: rgb(34, 34, 34);
  padding: 30px 0px 0px 0px;
}

.author .me1 p {
  text-align: left;
  padding-left: 60px;
  color: rgb(170, 170, 170);
}

.author .me2 p {
  text-align: right;
  padding-right: 80px;
  color: rgb(170, 170, 170);
 }

}
