.headerLogo{
	float: left;
}

.headerTitle{
	font-family: 'Barrio', cursive;
	padding-top: 1px;
}

#siteHeader{
    color: #000;
	font-size: 5rem;
}

#menuBar ul{
    list-style-type: none;
	margin: 0;
    padding: 0;
    overflow: hidden;
}

#menuBar li {
    float: left;
    background-color: #333;
}

#menuBar li a , #productsHeader{
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
		font-family: 'Open Sans', sans-serif;
}

/* Change the link color to #111 (black) on hover */
#menuBar li a:hover {
    background-color: #111;
}

#mainBody p{
	font-family: 'Open Sans', sans-serif;
	color: black;
	padding: 0px 16px 14px 16px;
}

#mainBody h2{
	font-family: 'Open Sans', sans-serif;
	color: black;
	padding: 14px 16px 0px 16px;
}

#mainBody{
	height: 70%;
}

#mainBodyBody{
    margin-top: 25px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
}

#mainBodyBody table{
	width: 20%;
	margin: auto;
}

#aboutTable ul{
	list-style-type: none;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#aboutTable li{
	font-family: 'Kumar One', cursive;
	color: black;
	font-weight: bold;
	font-size: 26px;
}

#aboutTable td{
	text-align: center;
	padding: 10% 0% 10% 0%;
}

#contactParagraph{
    margin-left: 25px;
}

.footer{
 height: 5%;
}

.product-item{
    font-family: 'Open Sans', sans-serif;
	color: black;
	padding: 0px 16px 14px 16px;
}

#softwareAbout{
    margin: 25px;
}

#serviceDiv{
    margin-bottom: 3em;
}


#menuBar{
    margin-bottom: 3em;
}

.card-div {
  margin-bottom: 35px;
}

.card {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
  border-style: solid;
  border-color: black;
  border-width: 3px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.card-body {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Center content horizontally */
  text-align: center;
  /* Center text horizontally */
}
.card-img-top {
  height: 100%;
  /* Set height of card images to 100% */
}

.card-body .card-text {
  margin-bottom: 50px; /* Add margin below each card text */
}

#downloadBtn {
  background-color: #007bff; /* Brighter blue color */
  color: white;
  border: none;
  border-radius: 20px; /* Adjust border-radius to change button roundness */
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  position: absolute;
  bottom: 10px; /* Adjust bottom value to control distance from the bottom */
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
        #siteMenu.navbar-nav li.nav-item {
            text-align: center;
            margin-bottom: 8px;
        }
    }
    
@media (min-width: 768px) {
    #siteMenu.navbar-nav {
        display: flex;
        justify-content: space-around; /* or any other appropriate value */
        width: 100%;
        padding: 0;
    }

    #siteMenu.navbar-nav li.nav-item {
        flex: 1;
        text-align: center;
        margin-bottom: 8px;
    }
}
