body{background-color: #201907}
h1,h2,h3 {color:#ff7800}
h1,h2 {text-align:center; text-transform: uppercase}
ul, li, p {
font-weight: 300;
    letter-spacing: 0.75px;
    line-height: 1.75;
}
.pure-button{
    background: #4caf50;
    color: #fff;   
}
.button-warning {
  background: rgb(202, 60, 60) !important;;
}

.pure-button{
    background: #4caf50;
    color: #fff;   
}
.battleants-banner img{width: 15rem}

.webnav-sticky-top {
  overflow: hidden;
  background-image: url("img/fondale_nido_tile.png");
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
 /* height: 6rem;*/
  z-index:9;
  text-align: center;
}
.webnav-sticky-container {
   height: 6rem;
}
.weblogo-container {
  text-align: center;    
} 
.content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
    max-width: 768px;
}
.content-box {
    color:#c35c05;
}
.center{
    text-align: center;      
}
.footer{
    background-color: #201907;
    color: #c35c05;
    padding: 1em;
    font-size: small;
    text-align: center;
}
.danger{
    display: block;
    border: 1px solid #ff0000;
    color: #ff0000;
    padding: .5em;
}
.home-stat__value {
    display: block;
    margin-bottom: 6px;
    /*color: #ff7800;*/
    color:navy;
    font-size: 22px;
    font-weight: 300;
}
.home-stat__desc {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.home-stat__desc, .home-stat__value {
    letter-spacing: .05em;
}
.home-stat__item {
    text-align:center
}
.table-stat{
    max-width: 50em; 
    margin: auto;
    text-transform: uppercase;
}
.table-stat tr td:nth-child(3) {
    color: navy;
    font-weight: 300;
    font-size: 22px;
    text-align:right;
    padding:0px 0px 0px 20px;
}
.table-stat img{
    width: 40px;
    padding-right: 5px;
}
.text-link {
    text-decoration: none;    
}
.text-link:hover {
    text-decoration: underline;
}
.white{
    color:white
}
.gray{color:gray}
.newsArticle h4{
    text-transform: uppercase;
    margin-bottom: -0.2em;
}
.newsArticle p {
   padding-bottom: 1rem !important;
   border-bottom: 1px solid lightgray;
}
.emoji {
    font-family: apple color emoji,segoe ui emoji,noto color emoji,android emoji,emojisymbols,emojione mozilla,twemoji mozilla,segoe ui symbol;
}
.emoji {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}


input[type=text],input[type=password],input[type=email] {width: 100%;}
    
input[type=text],input[type=password],input[type=email], input[type=checkbox], input[type=radio] {
    margin-bottom: 1em! important;}
}
