body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #F1F1E6;
  justify-content: center;
  align-items: center;
}

/* Header */
header {
  background-color: #06327D;
  color:#F1F1E6;
  padding: 15px;
  padding-left: 75px;
}

section {
  background-color: #06327D;
  color:#CFA716;
  padding:15px;
  padding-top: 15px;
  padding-left: 100px;
}

header h1 {
  font-size: 35px;
  padding: 10px;
  border-radius: 5px;
}

.subheader {
  font-size: 25px;
  margin-left: 10px;
}


.gradient-line {
  border: 0px;
  height: 10px;
  background-image: linear-gradient(to right, #06327D , rgba(6, 50, 125, 0.4), #06327D );
  margin: 0px;
}

.title h2{
  color: #F1F1E6;
  font-size:23px;
  font-family: monospace;
}

.content-wrapper {
  color:#F1F1E6;
  margin-bottom: 165px;
  align-items: flex-start;
}

section p {
  text-align: left;
  max-width: 400px;
  font-size: 20px;
}

section h2 {
  font-size: 30px;
}

.content-container {
  flex:1;
  margin-left: 55px;
}

.image-parent {
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-link {
  display: block;
  text-align: center; 
}

.image-link img {
  border-top: 2px solid #f1f1e636;
  border-left: 0px solid #f1f1e636;
  border-right: 0px solid #f1f1e636;
}

.image-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1;
  margin-top: -100px;
}

.image-container img {
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 2px 5px 5px #818181;
}

.image-link img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 2px 5px 5px #818181;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 2;
}

h3 {
  text-align: center;
  font-size: 25px;
  margin-top: 35px;
  color: #111111;
  opacity: 0.9;
}

.parent-container {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.steps {
  background-color: #06327D;
  max-width: 100%;
  width: 700px;
  height: 125px;
  justify-content: center;
  color: #F1F1E6;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 5px #6e6e6e;
  border-radius: 3px;
}

.step-parent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}

.step-parent h2 {
  text-align: center;
  text-shadow: 1px 2px 3px#535353;
}

.step-parent img {
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.step1 {
  width: 250px;
  height: 280px;
  background-color: rgba(6, 50, 125, 0.425);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #111111;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-radius: 15px;
}

.step2 {
  width: 250px;
  height: 280px;
  background-color: rgba(6, 50, 125, 0.425);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #111111;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin-left: 85px;
  margin-right: 85px;
  border-radius: 15px;
}

.step3 {
  width: 250px;
  height: 280px;
  background-color: rgba(6, 50, 125, 0.425);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #111111;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin-right: 85px;
  border-radius: 15px;
}

.step4 {
  width: 250px;
  height:  280px;
  background-color: rgba(6, 50, 125, 0.425);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #111111;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-radius: 15px;
}

/* Navigation */
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

nav li {
  margin: 0 10px;
}

nav a {
  color: #F1F1E6;
  text-decoration: none;
}

nav a:hover {
  text-decoration: underline;
}

nav h1 {
  margin: 0;
}

/* Title Container */
.title-container {
  color: #F1F1E6;
  text-align: center;
  padding: 60px 0;
  margin: 0;
}

.title-container h1 {
  font-size: 48px;
  margin-bottom: 20px;
}

/* Features */

.features {
    justify-content: center;
    align-items: center;
    margin-top: 65px;
    display: flex;
    padding-top: 80px;
    padding-bottom: 30px;
}


.features-title {
  background-color: #06327D;
  max-width: 100%;
  width: 750px;
  height: 105px;
  justify-content: center;
  color: #F1F1E6;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 5px #6e6e6e;
  border-radius: 3px;
  margin: 0 auto;
  margin-top: -60px;
  margin-bottom: 0px;
}

.vertical-container {
  display: flex;
  flex-direction: column;
  order: 1;
}

.flex-content {

  margin-left: 2em;
  margin-right: 2em;
  max-width: 80%;
}

.features h2 {
  text-align: center;
  margin: 45px;
}

.flex-item1 {
  max-width: 415px;
  height: 350px;
  margin: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-item2 {
  max-width: 475px;
  height: 350px;
  margin: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-item3 {
  max-width: 395px;
  height: 350px;
  margin: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-item1 img {
  height: 125px;
}
.flex-item2 img {
  height: 75px;
  margin-top: 0px;
}
.flex-item3 img {
  height: 150px;
}


.features h3 {
  font-size: 25px;
  margin-bottom: 1em;
  font-weight: bold;
}

.features p {
  font-size: 1em;
  color: #111111;
  line-height: 1.4;
  margin-right: 15px;
}

.features img { 
  max-width:100%;
  margin-right: 2em;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.feature-step{
  background-color: rgba(6, 50, 125, 0.1);
  padding-top: 5px;
  padding-bottom: 50px;
}

.newfeaturestitle {
  background-color: #06327D;
  max-width: 100%;
  width: 700px;
  height: 95px;
  justify-content: center;
  color: #F1F1E6;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 5px #6e6e6e;
  border-radius: 3px;
  margin: 0 auto;
  margin-top: 85px;
  margin-bottom: -115px;
}

.newfeaturestitle h3 {
  color: #F1F1E6;
}

.newfeatures {
  background-color: rgba(6, 50, 125, 0.1);
  padding-top: 5px;
  margin-top: 175px;
}

.newfeaturesrow1 {
  display: flex;
  justify-content: center;
}

.newfeaturesrow2 {
  display: flex;
  justify-content: center;
}

.circle {
  margin: 45px;
  width: 350px;
  height: 200px;
  color:#111111;
}

.circle p {
  font-size: 1em;
  color: #111111;
  line-height: 1.4;
  margin: 25px;
}

 .circle h3{
  color:#111111;
 }

 .circle img {
  width: 200px;
 }

 .circle2 {
  margin-left: 55px;
  margin-right: 55px;
  margin-top: -25px;
  margin-bottom: 45px;
  width: 350px;
  height: 200px;
  color:#111111;
}
.circle2 p {
  font-size: 1em;
  color: #111111;
  line-height: 1.4;
  margin: 25px;
}
 .circle2 h3{
  color:#111111;
 }
 .circle2 img {
  width: 200px;
 }

 .circle3{
  height: 250px;
  width: 250px;
  background-color: #06327D;
  margin-top: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
}


.circle3 img {
  margin-top: -18px;
}

/* Navigation Links */
.title {
  order: 1;
  font-size: 18px;
  color: #F1F1E6;
  align-items: center;
  margin: 0;
  display: flex;
  }

  .title img{
    margin-right: 10px;
  }

.links {
  order: 2;
  display: flex;
}

.links a {
  margin-right: 45px;
  font-size: 20px;
}
.links a:hover {
  transform: scale(1.125);
}

footer {
  background-color: #06327D;
  padding: 10px;
  color:#F1F1E6;
  margin-bottom: -100px;
}

footer a {
  justify-content: center;
  color: #F1F1E6;
  text-decoration: none;
  display:flex;
  align-content: center;
}

footer a:hover {
  text-decoration: underline;
}
.btn {
  display: flex;
  margin: 20px auto;
  padding: 20px 40px;
  background-color: #06327D;
  color: white;
  border: none;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-size: 27px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  transition: transform 0.3s ease-in-out;
  font-weight: bold;
}

.btn:hover {
  background-color: #041F4D;
  transform: scale(1.1);
}
.side-by-side {
  display: flex;
  align-items: right;
  width: 80%;
  justify-content: right;
  margin: 0 auto;
}
.text-container, .button-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}