.bottomfooter {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0px 2px rgba(134, 133, 133, 0.541);
    top: 19rem;
    position: relative;
}

.divisions{
    display: flex;
    padding: 2rem 0rem;
    justify-content: center;
}
.dividedline{
    color: rgb(0, 0, 0);
}
.dark .dividedline{
    color: rgb(255, 255, 255);
}

li a{
    color: black;
    text-decoration: none;
    font-size: 16px;
    width: 100%;

}

.footerparts{
    list-style: none;
    padding: 40px 15px;
    position: relative;
    text-align: left;
}

.topicname{
    color: rgb(0, 0, 0);
    font-weight: 600;
    padding: 0px 0px;
}

.categoriesdiv1{
    display: flex;
    transform: translate(-12px);
    
}

.addcategories{
    padding: 0px 12px;
}
.socialicon{
    display: flex;
}

.socialicon{
    text-decoration: none;
    position: relative;
    list-style: none;
}
.socialicon li a {
 height: 35px;
width: 35px;
 padding: 3.5px 6.5px;
margin: 0.20rem;
color: rgb(0, 0, 0);
border-radius: 50%;
border: 1px solid rgb(0, 0, 0);
font-size: 1.3rem;
transition: 1s;
 display: inline-block;
 
}

.logo{
    padding: 110px 0px;
    margin: 0px 20px;
    position: relative;
    list-style: none;
    display: inline-block;
    width: 160px;
    height: 160px;
    background-image: url('../images/weblogo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.dark .bottomfooter{
    background: rgb(41, 41, 41);
}
.dark .logo{
      background-image: url('../images/darklogoweb.png');
}
.dark li a{
    color: rgb(215, 215, 215);
}
.dark .topicname{
        color: rgb(215, 215, 215);
        font-weight: 500;
}
.dark .socialicon li a{
    color: rgb(215, 215, 215);
	border: 1px solid rgb(255, 255, 255);

}
@media screen and (max-width: 2000px) {

}

@media screen and (max-width: 1161px) {
    .logo{
    width: 110px;
    height: 110px;
  }
  .topicname{
    font-size: 16px;
  }
  li a{
      font-size: 14px;
  }
   .socialicon li a {
    height: 25px;
	width: 25px;
    padding: 1.5px 3.2px;
	margin: 0.15rem;
	font-size: 1.1rem; 
   }  
}
@media screen and (max-width: 960px) {

    .logo{
    padding: 60px 0px;
    margin: 0px 20px;
    width: 90px;
    height: 90px;
}

.footerparts{
    list-style: none;
    padding: 5px 10px;
    position: relative;
    left: 0%;
    text-align: left;
    width: 100%;
    transform: translate(0%);
}
  .topicname{
    font-size: 14px;
  }
  li a{
      font-size: 13px;
  }
}

@media screen and (max-width: 865px) {

.divisions{
    display: block;
    padding: 2rem 0.5rem;
    justify-content: center;
}
.logo{
    margin: 0px -20px;
}

}

@media screen and (max-width: 500px) {

  .topicname{
    font-size: 13px;
  }
  li a{
      font-size: 13px;
  }
}

