

html, body{
  margin: 0;
font-family: "Open Sans", Arial, sans-serif;
  padding: 0;
  background: #6a8c38;
  overflow: hidden; /* Hide scrollbars */
}
footer{
  width: 100%;
  min-height: 300px;
  max-height: auto;
background: #6a8c38;
  clear: both;
}
footer .footer-wrap{
  width: 80%;
  margin: 0 auto;
  padding-left: 9%;
  color: white;
}
.widgetFooter{
  width: calc(85%/3);
  height: auto;
  float: left;
  padding: 2.5%;
  text-align: left;
}
h4.uppercase{
  text-transform: uppercase;
  font-family: Arial;
  font-size: 20px;
}
a, a:link, a:visited
{
	color: white;
	text-decoration: none;
}
ul#footerUsefulLink, ul#footerMediaLinks{
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 40px;
  text-transform: capitalize;
}
ul#footerUsefulLink li, ul#footerMediaLinks li{
  cursor: pointer;
  /* transition: border-bottom 3s ease-in; */
}
ul#footerUsefulLink li:hover .usefulLinksIcons, ul#footerUsefulLink li:hover a{
   color: #daae52;
   /* border-bottom: 1px solid red; */
}
ul#footerMediaLinks li:hover span.fb, ul#footerMediaLinks li:hover a.fb { color: #3b5998; }
ul#footerMediaLinks li:hover span.twit, ul#footerMediaLinks li:hover a.twit { color: #1DA1F2; }
ul#footerMediaLinks li:hover span.teleg, ul#footerMediaLinks li:hover a.teleg { color: #30a9de; }
ul#footerMediaLinks li:hover span.discordius, ul#footerMediaLinks li:hover a.discordius { color: #4f63f0; }
ul#footerMediaLinks li:hover span.ytbe, ul#footerMediaLinks li:hover a.ytbe { color: #ff0000; }
ul#footerMediaLinks li:hover span.blsky, ul#footerMediaLinks li:hover a.blsky { color: #1185fe; }

div#footerLogo img{
  width: 50%;
  margin: 25% 0;
}

div.footerCopy{
  clear: both;
  color: white;
  text-align: center;
  padding-bottom: 5px;
  border-top: 1px solid #ccc;
  background: #6a8c38;
}

@media (max-width:800px){
  footer .footer-wrap{
    width: 100%;
    padding: 0;
  }
  .widgetFooter:not(:nth-of-type(2)){
    width: calc(90%/2);
    text-align: center;
    font-size: 0.9em;
  }
  .widgetFooter:nth-of-type(2){
    display: none;
  }
  div.footerCopy{
    font-size: 0.8em;
  }
}
@media (max-width:600px){
  .widgetFooter:not(:nth-of-type(2)){
    text-align: left;
  }
}
@media (max-width:500px){
  footer{
    min-height: auto;
  }
  .widgetFooter:not(:nth-of-type(2)){
    width: 100%;
    padding: 0;
    text-align: center;
  }
  ul#footerUsefulLink, ul#footerMediaLinks{
    display: flex;
  }
  ul#footerUsefulLink li, ul#footerMediaLinks li{
    float: left;
    flex: 1;
    text-align: center;
    font-size: 1.5em;
  }
  ul#footerUsefulLink li a, ul#footerMediaLinks li a{
    display: none;
  }
  ul#footerUsefulLink li:hover, ul#footerUsefulLink li:hover .usefulLinksIcons, ul#footerUsefulLink li:hover a{
     color: white;
     background-color: #daae52;
  }
  ul#footerMediaLinks li.media1:hover, ul#footerMediaLinks li:hover span.fb, ul#footerMediaLinks li:hover a.fb { background-color: #3b5998; color: white; }
  ul#footerMediaLinks li.media2:hover, ul#footerMediaLinks li:hover span.twit, ul#footerMediaLinks li:hover a.twit { background-color: #1DA1F2; color: white; }
  ul#footerMediaLinks li.media3:hover, ul#footerMediaLinks li:hover span.teleg, ul#footerMediaLinks li:hover a.teleg { background-color: #30a9de; color: white; }
  ul#footerMediaLinks li.media4:hover, ul#footerMediaLinks li:hover span.discordius, ul#footerMediaLinks li:hover a.discordius { background-color: #4f63f0; color: white; }
  ul#footerMediaLinks li.media5:hover, ul#footerMediaLinks li:hover span.ytbe, ul#footerMediaLinks li:hover a.ytbe { background-color: #ff0000; color: white; }
  ul#footerMediaLinks li.media6:hover, ul#footerMediaLinks li:hover span.blsky, ul#footerMediaLinks li:hover a.blsky { background-color: #1185fe; color: white; }
}
