*{
margin: 0px;
padding: 0px;
box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
font-size: 16px;

    color:#252525;
}

p{
    color:#252525;
}
.navbar {
    border-bottom: 2px solid #032438;
    -webkit-box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.75);
    z-index: 1000;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-height:8vh;
    font-family: 'Montserrat', sans-serif;
}

.carousel{

    border-bottom:2px solid #032438;
}

.software-body{
    padding:  1.25rem;
}

.alert-success1{
        color: #022034;
    background-color: #0087b961;
    border-color: #0087b9;
}
.carousel-caption {
    max-width: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0.5);
    color: aqua;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
h1{
    color:#022034;
}
h2{
    color:#ff941e;
}

h2.alt{
    color:#0087b9;
}
h2.alt2{
    color:#024057;
}

.footer-header{
    color:#032438;
    font-weight:bold;
}

.carousel-caption h5 {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
    color:black;
}
.table-container { 
    display: flex; 
    flex-wrap: wrap; 
    justify-content: space-between; 
    margin: 20px; 
} 
ul {
    list-style: none;
  }


  h1, h2, h3, p {
    margin: 0;
    padding: 0.5em 0;
}

/* Desktop styles */
h1 {
    font-size: 3rem; /* 48px assuming base font size is 16px */
}

h2 {
    font-size: 2.5rem; /* 40px */
}

h3 {
    font-size: 2rem; /* 32px */
}

p {
    font-size: 1.rem; /* 16px */
}

/* Mobile styles */
@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem; /* 40px */
    }

    h2 {
        font-size: 2rem; /* 32px */
    }

    h3 {
        font-size: 1.5rem; /* 24px */
    }

    p {
        font-size: 0.875rem; /* 14px */
    }
}


.table { 
    border-collapse: collapse;
    border:none; 
    width: 100%; 
    margin-bottom: 10px; 
} 

th, 
td { 
    border: 1px solid #ddd; 
    padding: 8px; 
    text-align: left; 
} 

th { 
    background-color: #f2f2f2; 
} 

/* Media query for small screens */ 
@media (min-width: 768px) { 
    .table { 
        width: 45%; 
        margin-bottom: 0; 
    } 
}

@media (max-device-width: 600px) {
    .p {
      text-align: center !important;
    }
  }



.carousel-caption p {
    width: 60%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
    font-family: Roboto;
    color:black;
}
.navbar-brand{
    color:#0087b9 !important;
    text-transform: uppercase;
    letter-spacing:5px;
    font-size:1.5vmax;
    font-family: 'Montserrat', sans-serif;
}

a .carousel-caption a {
    text-transform: uppercase;
    background: #262626;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    margin-top: 15px;
}

.burger {
    display: none;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10rem;
  }

.important {
    text-align: center;
    font-size: 20px;
    background: #dff2fe;
    padding: 25px;
    color: rgb(3, 36, 56);
    font-weight: bold;
    font-size: 18px;
}

.subheader {
    font-size: 1.7rem;
    font-weight: 500;
    color:#0087b9;
}

.icon_up {
    background-image: url(up.jpg");
    background-position: center center;
}

.footer_link {
    text-decoration: none;
    color: #000;
    font-size:13px;
    font-weight:thin;



}

.footer_link:hover {
    color: #06639e;
    text-decoration: none;
}

h6 {
    color: #d3d3d3;
 
    font-size: 15px;
     font-family: 'Roboto', sans-serif;
}

.map-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 50%;
    width: 100%;
    position: absolute;
}


.navbar-nav {
    font-family: 'Roboto', sans-serif;
 text-transform: uppercase;
    
}
.page-footer{
    border-top:1px solid #032438;
    background: rgb(217, 217, 217);
    color:black;
    
}

h3{
    color:#266e9e;
    font-size:20px;
}
.footer-copyright{
    background:#23282E;
    color:#fff;
    font-size:12px;
}

.navbar-nav li {
    list-style: none;
}

.navbar-nav a {
    color: #032438;
    text-decoration: none;
    letter-spacing: 3px;
    font-size: 15px;
    margin: 5px 0 5px 0;
    padding: 10px 10px;
}

.navbar-nav a.active,
.navbar-nav a:hover {
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid red;
    color:white;
    background: #02649f;
color: white;
transition: 0.5s;
border-radius:5px;
}
   .navbar-collapse{
        background:rgba(255,255,255,0.5);
       text-align: center;
       text-decoration: none;
    }
.navbar-collapse a.active{
    border:0px;
}
.navbar-collapse a:hover{
   font-weight:bold;
    color:white;
    border:0px;
    font-size:15px;
  
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-item {
  width: 160px;
  height: 120px;
  float: left;
  background: #00997B;
  border: 1px solid #333;
  border-color: hsla(0, 0%, 0%, 0.5);
  border-radius: 5px;
  margin-bottom: 20px;
}

.grid-item--width2 { width: 340px; }
.grid-item--width3 { width: 520px; }
.grid-item--width4 { width: 780px; }

.grid-item--height2 { height: 200px; }
.grid-item--height3 { height: 260px; }
.grid-item--height4 { height: 360px; }


@media only screen and (max-width:1280px) {
    .carousel-caption {
        display: none !important;
    }
 
}
.software{
opacity:0.75;
}

.software:hover{
opacity:1;

}