/* ////Home.php css data///// */
	
@media only screen and (max-width:430px)
  {
    #collapsibleNavbar
	{
	z-index:1000;
	background-color:#003B64;
	margin-top:-15px;  
	}
  }

header,
.footer-bs {
  z-index: 1000;
  position: relative;
  background-color: #ffffff;
  /* width: fit-content; */
}

.accessibility-container{
    display: flex;
    justify-content: space-between;
}

.accessibility-link{
    color:#505050;
    text-decoration:none;
}

.accessibility-link:hover{
    color:#505050;
    text-decoration:none;
}

    .bar1,
    .bar2,
    .bar3 {
        width: 25px;
        height: 3px;
        background-color: #fff;
        margin: 5px 0;
        transition: 0.4s;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-5px, 5px);
        transform: rotate(-45deg) translate(-5px, 5px);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-5px, -7px);
        transform: rotate(45deg) translate(-5px, -7px);
    }

    .sr-only-menu{
    display:none;
}

.banner-wrapper{
    background-color:#138fe2;
}

.banner-text-visible{
    top:0;
    opacity:1;
}

.section-title{
    font-size:21px;
    font-weight:700;
}

.about-content{
    font-size:16px;
    font-family:sans-serif;
}

.timeline-container{
    position: relative;
}

.accent-orange{
    --accent-color:#eb600f;
}

.accent-teal{
    --accent-color:#4CADAD;
}

.accent-yellow{
    --accent-color:#FBCA3E;
}

.accent-blue{
    --accent-color:#1B5F8C;
}

.accent-purple{
    --accent-color:#884cad;
}

.accent-pink{
    --accent-color:#E24A68;
}

.manual-download-link{
    color:aquamarine;
    font-weight:bold;
    font-size:14px;
}

.footer-section{
    position: relative;
    background-color:#003b64f5;
    z-index:1000;
}
.backtotop-icon{
    font-size:24px;
}

.footer-socials{
    display:flex;
    align-items:flex-start;
    justify-content:center;
}

.footer-logo{
    width:120px;
    height:50px;
}

.footer-copyright{
    background-color:rgba(0,0,0,.2);
}

.footer-credit{
    color:#fff !important;
}