h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  color: #dc552c;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 15px;
  color: #02132a;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 15px;
  color: #02132a;
}

h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  padding-top: 20px;
  color: #02132a;
}

a {
  color: #003377;
}

a:hover {
  color: #003366;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #02132a;
  display: flex;
  flex-direction: column;
}

img.position {
  display: block;
  margin-top: 30px;
  margin-bottom: auto;
  margin-left: 10px;
  margin-right: auto;
  width: 25%;
}

ul.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0;
  margin: 0;
}

li.line-spacing {
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 1.25rem;
}

.center {
  text-align: center;

}

.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;

}

.site-content {
  flex: 1;
}

.container-fluid  {
  padding: 2% 15%;
  
}

.icon-xtras {
  color: #dc552c;
  padding-bottom: 10px;

}

#title {
  background-color: #ffffff;
  color: black;
}

#services {
  background-color: #fff;
  color: black;

}

#footer {
  background-color: #02132a;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  
}

/* Navigation Bar */

.navbar {
  padding: 0 0 4.5rem 0;
}

.navbar-brand {
  font-family: 'Ubuntu';
  font-size: 2.5rem;
  font-weight: bold;

}

.nav-item {
  padding: 0 18px;
}

.nav-link {
  font-size: 1.2rem;
  font-family: "Montserrat";
  font-weight: normal;
}

/* Download Button */

.download-button {
  margin: 5% 3% 5% 0;
}
