
    ul li{display: flex;align-items: center;margin: 10px 0px;}
    ul li svg{margin-right:10px}
    ul li svg path{fill:#179321}
footer a{color:white;text-decoration: none;}
footer a:hover{color:white;text-decoration: underline;;}

  	.nav-adv{height: auto !important;min-height: auto !important;text-align: center;justify-content: center;background-color: #e4e4e4 !important;color: black;}
  		nav{background-color:#f7f5f6 !important;height: 100px;}


			.redirect{cursor:pointer;}
			a.redirect{color:#fff !important;text-decoration:none;}
			a.redirect:hover{text-decoration: none;}

			.redirect-btn{margin: 0px auto;display: block !important;width: fit-content;text-transform:uppercase;border-radius: 0px;font-weight: bold}


			body{color:black !important;}
			.accent-text{color:#1b9df3 !important;font-weight:600 !important;text-align: center;}
  		.justified-text{text-align: justify;}

  		.main-text{font-size: 18px;}
  		.post-img{width: 100%;max-width:500px;margin:20px auto;display: block;}

  		.main-header-margin{margin:30px 0px}

			.container{
			    max-width: 900px !important;
			}

    .is-danger{background-color:#d10506 !important}
    .topbar{background:url(files/img/header.jpg);background-size:cover;background-repeat:no-repeat;}
    .topbar img{    width: 200px;
    margin: 0px auto;display:block}


    @media only screen and (min-width: 993px){
      .topbar .container{    position: relative;
          height: 80px;}
      .topbar img{
          margin: 0px auto;
          display: block;
          position: absolute;    left: 50%;
          transform: translate(-50%, 0px);}
    }
    @media only screen and (max-width: 992px){
    .subtitle.is-3 {
    font-size: 25px;}
    .main-header-margin {
    margin: 17px 0px;
}
    footer{background:none !important;background-color: #d10506 !important;}
      .title.is-3{font-size:1.5rem !important;font-weight:bold !important}
    }
