/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */


html,.droopdown-menu {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;

}

/* Bootstrap Stickcky footer */
main > .container {
  padding: 60px 15px 0;
}

main  {
  padding: 60px 15px 0;
}

      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
	  
	  
	  
.menu_id {
	color: white;
}

.navbar {
  background-color: #2e9953 !important;
}
:root {
	
    --bs-primary: #2e9953;
}
.btn-primary {
  color: #fff;
  background-color: #2e9953;
  border-color: #2e9933;
}
a {
  color: #2e9933;
  text-decoration: underline;
}



.alert-primary {
  background-color: #2e9953 !important;
    color: #fff;

}

/*
.dropdown_font {
font-family: Courier New;
}
*/


#ten-countdown_off {
    /* text-align: center; */
    border: 5px solid #004853;
    display:inline;
    padding: 5px;
    color: #004853;
    font-family: Verdana, sans-serif, Arial;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
}