body {
  background: #f0f0f0;
}

h1,
h2,
h3,
h4,
h5 {
  color: #000000;
  font-weight: bolder;
}

h6 {
  color: #000000;
  font-weight: 500;
}

#pageTitle {
  color: #226e93;
}

.homeDiv {
  padding-top: 50px;
  width: 75%;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
}

.hlf {
  width: 49%;
  display: inline-table;
  vertical-align: middle;
}

.titled {
  margin-left: 150px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.navico {
  width: 20px;
  vertical-align: middle;
  margin-top: -4px;
}

.navbar {
  width: max-content;
  margin-top: 15px;
  margin-left: 15px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #333;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
  background-color: #910c0c;
  transition: 500ms;
}

.dropbtn:not(:hover) {
  background-color: #ed1314;
  transition: 500ms;
}

.dropdown-cnt {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-cnt a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-cnt a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-cnt {
  display: block;
  transition: 500ms;
}

.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 62.5%;
}

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

@media (max-width: 600px) {
  .hlf {
    width: 99% !important;
    display: block;
  }
  .titled {
    margin-left: 0px;
  }
  .mobDel {
    display: none;
  }
  .mobim {
    margin-left: -32px;
    margin-top: 15px;
  }
  .responsive {
    height: 150% !important;
  }
}
