/* this is for animation */
.fixed-top {
    top: -40px;
    transform: translateY(0px);
    transition: transform .3s;
}

.w-100 {
    height: 100vh;
}

.bg-image{
    background-color: #e4e3e3;
}


/* this is for the footer */

footer {
    background-color: #021933;
    padding: 30px 0;
}
@media(max-width:306px){
    .address p{
        font-size: 12px;
    }
}
.address {
    text-align: center;
}

a {
    text-decoration: none !important;
}

.address h5 {
    text-shadow: #efecec;
    color: #4025f0;
    font-weight: bold;
}

.visiting {
    text-align: center;
}

.visiting h5 {
    text-shadow: #efecec;
    color: #4025f0;
    font-weight: bold;
}

.links {
    text-align: center;
    text-decoration: none;
}

.links h5 {
    text-shadow: #efecec;
    color: #4025f0;
    font-weight: bold;
}

.bg-image {
    background-color: #ebebeb;
    background-attachment: fixed;
}

.landpageimage {
    border-radius: 50%;
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin-right: 20px;
}

.btn-icon {
    width: 77px;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}


/* footer png */

.overlay-top::before,
.overlay-bottom::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 85px;
    left: 0;
    z-index: 1;
}

.overlay-top::before {
    top: 0;
    background: url(overlay-top.png) top center no-repeat;
    background-size: contain;
}

.overlay-bottom::after {
    bottom: 0;
    background: url(overlay-bottom.png) bottom center no-repeat;
    background-size: contain;
}
@media (min-width: 1100px) {
    .navbar-toggler {
        margin-left:10px;
         font-size: 12px;
         line-height: 0.3;
         
         height:10%;
         width: 10%;
     }
     .navbar-toggler-icon {
         padding: 1px 1px;
         font-size: 12px;
         line-height: 0.3;
         height:10%;
         width: 10%;
     }
}
  /* Styles for smaller screens */
  @media (max-width:500px) {
    a.navbar-brand {
        color: #ffffff;
        font-size: 100%;
        text-transform: uppercase;
        font-weight: bold;
    }
    .navbar-brand img{
        width: 40px;
        height: 40px;
    }
    .commonbar small{
        font-size:8px;

    }
    .commonbar i{
        height: 1%;
        width: 10%;

    }
    
}

@media (max-width:350px) {
    a.navbar-brand {
        color: #ffffff;
        font-size: 9px;
        text-transform: uppercase;
        font-weight: bold;
    }
    
}