@import url("shared.css") all;
@import url("switch.css") all;
@import url("menu.css") all;

/* Mobile Settings */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {


}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}

/* From Here Global CSS  */
#menuitems li a {
  font-size: 1rem !important;
}

#headerimg {
  background-image: url('/layout/bg-bacheca.jpg') !important;

}

.headertitle {
  color: #ffffff !important;
  text-shadow: 2px 2px 4px #000000;
  font-family: Poppins, sans-serif !important;
  font-weight: 600 !important;
  font-size: 63px !important;
}

body {
  background-color: #f0f2f5 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
}

.logonav {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logonav img {
    width: 60px !important;
    margin-right: 8px !important;
}
.logonav span {
    font-size: 24px !important;
    font-weight: 700 !important;
}

#headerbar {
    width: 100% !important;
    display: flex;
    align-items: center;
    z-index: 1000;
    justify-content: space-between;
    padding:  14px 6% !important;
    transition: all .50s ease;
}

.loginsection {
    order: 3;
    text-align: center;
    align-items: center;
    display: flex;
    margin-left: 4px;
    flex-shrink: 0;
}

#ul-posts {
  max-height: 500px;
  overflow-y: auto;
}

#ul-posts li h2 {
  /* font-size: 1.5rem; */
  font-weight: 700;
  color: #016917;
  margin-bottom: 12px;
}

#ul-posts li > button {
  opacity: 0;
} 

#ul-posts li:hover > button {
  opacity: 1;
}

/* FOOTER */

footer {
  position: relative;
}

.social {
  list-style-type: none;
  text-align: center;
  margin-left: -24px;

}

.social li {
  display: inline;
  margin: 10px 8px 10px 8px;
  font-size: 28px;
}

.social a {
  text-decoration: none;
  color: #666666 !important;
  opacity: 0.75;
}

.social a:hover {
  text-decoration: none;
  opacity: 1;
}

.listnodot {
  list-style-type: none !important;
  margin-left: -50px !important;


}

.listnodot li {
  margin: 8px !important;
}


.listnodot a {
  text-decoration: none !important;
  color: #8c8c8c !important;

}

.listnodot a:hover {
  text-decoration: none !important;
  color: #fff !important;

}

.listnodot span {
  margin-left: 8px !important;
  margin-right: 0 !important;
}

.logopby {
  position: absolute;
  bottom: 16px;
  right: 16px;
}