﻿/* adapt default bootstrap 5 styles */

/* pad the body to allow for the fixed top navbar */
body { padding-top: 3.75em; }
/* reset the default background navbar color and border */
.myt-navbar-light {
/*	background-color:#d7def4; */
	background-color:#b0e1ff;
    border: none;
}
/* remove affix behaviour on smaller devices - may need to experiment with height setting */
@media (max-width: 767px) {
    .affix {
        position: static;
    }
}
@media (max-height: 800px) {
    .affix {
        position: static;
    }
}
