html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.home-menu {
    background-color: rgb(128,194,107);
    text-align: center;
    width: 10rem;
    line-height: 2rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.home-menu-h {
    background-color: rgb(128,194,107);
    text-align: center;
    width: 10rem;
    line-height: 2rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.don-menu {
    background-color: rgb(108,23,48);
    text-align: center;
    width: 10rem;
    line-height: 2rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.don-header {
    background-color: rgb(108,23,48);
    line-height: 2rem;
    font-weight:bold;
}

.tricia-menu {
    background-color: rgb(242,182,52);
    text-align: center;
    width: 10rem;
    line-height: 2rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.tricia-header {
    background-color: rgb(242,182,52);
    line-height: 2rem;
    font-weight: bold;
}

.books-menu {
    background-color: rgb(221,77,32);
    text-align: center;
    width: 10rem;
    line-height: 2rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.books-header {
    background-color: rgb(221,77,32);
    line-height: 2rem;
    font-weight: bold;
}

.awards-menu {
    background-color: rgb(56,102,30);
    text-align: center;
    width: 10rem;
    line-height: 2rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.awards-header {
    background-color: rgb(56,102,30);
    line-height: 2rem;
    font-weight: bold;
}

.articles-menu {
    background-color: rgb(123,72,158);
    text-align: center;
    width: 10rem;
    line-height: 2rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.articles-header {
    background-color: rgb(123,72,158);
    line-height: 2rem;
    font-weight: bold;
    width: 100%;
}

.speeches-menu {
    background-color: rgb(222,58,34);
    text-align: center;
    width: 10rem;
    line-height: 2rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.speeches-header {
    background-color: rgb(222,58,34);
    line-height: 2rem;
    font-weight: bold;
}

.contactus-menu {
    background-color: rgb(152,163,18);
    text-align: center;
    width: 10rem;
    line-height: 2rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.contactus-header {
    background-color: rgb(152,163,18);
    line-height: 2rem;
    font-weight: bold;
}

.bg-royal {
    background-color: rgb(48,44,105);
}

.align-center {
    padding-top:2rem !important;
}

.noseeem {
    display:none;
}

.hamburger-menu-container {
    display: none;
    text-align: left;
    width: 10rem;
    padding-left:1rem;
}

.hamburger-menu {
    display: flex;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-around;
    width: 25px;
    height: 20px;
}

.hamburger-menu span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
}

.nav-links
{
    display:none;
}

.nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
}