h1,
h2,
h3,
h4,
p,
li,
ul,
ol,
a,
button,
address {
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
}

p {
  font-size: 2vw;
  text-align: center;
  color: #3e3e3e;
}

li {
  font-size: 2vw;
  text-align: left;
  padding-bottom: 1vw;
  color: #3e3e3e;
}

ol {
  text-align: left;
  margin: 0;
  padding: 0;
  color: #3e3e3e;
}

address {
  font-size: 2vw;
  font-style: unset;
}

body {
  background-color: #f2f2f2;
  margin: 0;
}

.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

.navbar li {
  float: right;
  border-left: 1px solid #bbb;
  padding: 0;
}

/* li:last-child {
  border-left: none;
} */

.navbar li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1.5vw;
}

.navbar .home-btn {
  float: left;
  border-right: 1px solid #bbb;
}

.active {
  background-color: #62ab3d;
}

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

.contact {
  min-height: 80vh;
  padding-bottom: 90%;
}

.footer {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  margin-top: auto;
}

.footer p {
  color: white;
  font-size: 1vw;
}

.container {
  margin-left: 5%;
  margin-right: 5%;
  padding: 1% 5% 1% 5%;
}

.row {
  padding-bottom: 2%;
  padding-top: 2%;
}

.two-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  padding-bottom: 1%;
}

#title-text {
  padding-top: 2%;
  text-align: center;
  vertical-align: middle;
  font-size: 5vw;
}

.subtitle {
  font-size: 3vw;
  text-align: center;
  vertical-align: middle;
}

button {
  background-color: #62ab3d;
  padding: 1.5%;
  border-radius: 0.3em;
  border: none;
  font-size: 1.5vw;
  font-weight: 600;
  color: white;
}

button:hover {
  background-color: #508e31;
  padding: 1.5%;
  border-radius: 0.3em;
  border: none;
  font-size: 1.5vw;
  font-weight: 600;
  color: white;
}

.img-50 {
  display: flex;
  max-width: 95%;
  padding: 1.25%;
}

#common-applications p {
  font-size: 1.5vw;
  font-weight: lighter;
  margin-top: 0;
  font-style: italic;
}

#company-name {
  font-size: 3vw;
  font-weight: bold;
}

.footer > a:link {
  text-decoration: none;
}
.footer > a:visited {
  text-decoration: none;
}

.footer > a:hover {
  text-decoration: underline;
  color: #62ab3d;
}

#developer {
  color: #999999;
}
