 .bd-placeholder-img {
     font-size: 1.125rem;
     text-anchor: middle;
     -webkit-user-select: none;
     -moz-user-select: none;
     user-select: none;
 }

 @media (min-width: 768px) {
     .bd-placeholder-img-lg {
         font-size: 3.5rem;
     }
 }

 .b-example-divider {
     width: 100%;
     height: 3rem;
     background-color: #0000001a;
     border: solid rgba(0, 0, 0, 0.15);
     border-width: 1px 0;
     box-shadow:
         inset 0 0.5em 1.5em #0000001a,
         inset 0 0.125em 0.5em #00000026;
 }

 .b-example-vr {
     flex-shrink: 0;
     width: 1.5rem;
     height: 100vh;
 }

 .bi {
     vertical-align: -0.125em;
     fill: currentColor;
 }

 .nav-scroller {
     position: relative;
     z-index: 2;
     height: 2.75rem;
     overflow-y: hidden;
 }

 .nav-scroller .nav {
     display: flex;
     flex-wrap: nowrap;
     padding-bottom: 1rem;
     margin-top: -1px;
     overflow-x: auto;
     text-align: center;
     white-space: nowrap;
     -webkit-overflow-scrolling: touch;
 }

 .btn-bd-primary {
     --bd-violet-bg: #712cf9;
     --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
     --bs-btn-font-weight: 600;
     --bs-btn-color: var(--bs-white);
     --bs-btn-bg: var(--bd-violet-bg);
     --bs-btn-border-color: var(--bd-violet-bg);
     --bs-btn-hover-color: var(--bs-white);
     --bs-btn-hover-bg: #6528e0;
     --bs-btn-hover-border-color: #6528e0;
     --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
     --bs-btn-active-color: var(--bs-btn-hover-color);
     --bs-btn-active-bg: #5a23c8;
     --bs-btn-active-border-color: #5a23c8;
 }

 .bd-mode-toggle {
     z-index: 1500;
 }

 .bd-mode-toggle .bi {
     width: 1em;
     height: 1em;
 }

 .bd-mode-toggle .dropdown-menu .active .bi {
     display: block !important;
 }

 #jumbo {
     background-color: #e4f7fe !important;
     text-align: center;
     vertical-align: middle;
     padding: 80px 0px !important;
 }

 .navbar-brand {
     position: relative;
 }

 #logoImage {
     text-align: left;
     height: 250px;
     position: absolute;
     transform: translateY(-49%);
 }

 h1 {
     color: #052d5e !important;
     text-transform: uppercase;
 }

 h2 {
     color: #052d5e !important;
 }

 a {
    color: #052d5e;
 }

 #jumbo h1 {
     font-size: 3.7rem;
 }

 #jumbo p {
     margin-top: 20px;
     margin-bottom: 30px;
     font-size: 1.2em;
 }

 .btn-primary {
     background-color: #3975a0 !important;
     border-color: #3975a0 !important;
 }

 .btn-primary:hover {
     background-color: #5089b3 !important;
     border-color: #5089b3 !important;
 }

 .IBdiv {
     height: 200px;
     text-align: center;
     margin: 5px;
     padding-top: 15px;
     background-color: #e3fcf7;
     border-radius: 15px;
     cursor: pointer;

 }

 .IBdiv:hover {
     background-color: #e4f6fd;

 }

 .boxIcons a {
     text-decoration: none;
     color: #052d5e;
 }

 .IBdiv p {
     padding-top: 25px;
     font-weight: 600;
 }

 .footerDiv {
     margin-top: 20px;
     background-color: #3975a0;
     margin-bottom: auto;
     height: 100px;
     text-align: center;
     vertical-align: middle;
 }

 .footerDiv p {
     padding-top: 40px;
     color: #ffffff;
 }

 .iframeDiv {
     position: relative;
     overflow: hidden;
     height: 400px;
 }

 .responsive-iframe {
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     width: 100%;
     height: 100%;
 }

 .navbar-collapse {
     padding-bottom: 70px;
 }

@media (max-width: 768px) {
 
 #ProfileImage
 {
    width: 70%;
 }

 
 #logoImage {
    height: 130px;
 }

 #jumbo h1 {
     font-size: 2.7rem;
 }

 #jumbo p {
     margin-top: 20px;
     margin-bottom: 30px;
     font-size: 1em;
 }

}