﻿.footerlinks {
    color: #ffffff;
    text-decoration: none !important;
}
 
.footerlinks:hover {
        color: #ffd800;
    }
 
#footer1 {
    background: #762b00;
    height: 100%;
    width:100%;
}
 
#footer2 {
    background: #531f00;
    height: 30px;
}

.navbar a { 
    font-family:Kokila !important; 
    font-size:larger;
    font-weight:bold;
}

.offcanvas{
     width:100% !important;
     height:20% !important;
}

.dropdown-menu {
    width: max-content;
}
