@media (min-width: 992px) {
  .lg-disappear {
    display: none !important;
  }
  .dropdown:hover > .dropdown-menu,
  .dropdown-menu:hover {
    display: block;
  }
  .dropdown-item:hover,
  .nav-link:hover {
    background-color: #e3e3e3 !important;
    color: blue !important;
  }
}
@media (max-width: 1198px) {
  .md-disappear {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .container-small {
    max-width: 960px;
  }
}

/* navbar colors */
.nav-link,
.dropdown-item {
  color: #1e1e1e;
  background-color: white !important  ;
  font-size: 18px;
  transition: color 0.3s;
  transition: background-color 0.3s;
}

.dropdown-menu {
  padding: 0px;
}

.nav-link.active,
.dropdown-item.active,
a.dropdown-toggle.active.nav-link {
  color: #5097a3;
}
.dropdown-item {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.dropdown-menu {
  margin-top: 0px;
}

/* navbar styling */

.navbar-div {
  margin-bottom: 3px;
}

.header-container {
  box-shadow: 0px 1px 5px #888888;
  padding-top: 5px;
  padding-bottom: 5px;
}

.rowimg {
  width: calc(100% / 3);
  border: 0.02 px solid black;
  margin: 0px;
  padding: 0px;
}

.navbar-toggler {
  border-color: gray;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(100,100,100, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* general */

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

html {
  font-family: "Roboto", sans-serif;
}

hr {
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: gray;
  margin-left: 0;
  margin-right: 0;
}

p {
  font-size: 16px;
  line-height: 18px;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

/*tools*/

.content-header {
  font-size: 40px;
  font-style: bold;
  font-family: Arial;
}

.content-subheader {
  font-size: 32px;
  line-height: 32px;
  font-style: bold;
  font-family: "Roboto" sans-serif;
}

.content-emphasize {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
  font-size: 22px;
  font-weight: bold;
  font-family: "Roboto" sans-serif;
}
/* index */
.header-title {
  font: 36px Tahoma;
}

#logo {
  width: 25%;
  height: 100%;
  max-width: 156px;
}

.c-red {
  color: #9e253f;
}

.bg-red {
  background-color: #9e253f;
}

.c-blue {
  color: #3e747d;
}

.bg-blue {
  background-color: #3e747d;
}

.c-yellow {
  color: #c4bc2f;
}

.bg-yellow {
  background-color: #c4bc2f;
}

.moreInfo {
  display: inline;
  float: right;
  margin-top: 45px;
  color: white;
  padding: 8px 28px 8px;
  font-size: 12px;
  transition: background-color 0.2s;
}

a.moreInfo:hover {
  color: white;
  background-color: #313131;
  text-decoration: none;
}

/* footer */
.footer-div {
  font-size: 12px;
  font-family: Arial;
  margin-top: auto;
}

/* Services */
.yellow-header {
  color: #d7d385;
  font-size: 28px;
  line-height: 30px;
}

.list li {
  line-height: 20px;
}

/* VariPower */
.c-green {
  color: #08d434;
}
