@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap");

* {
  font-family: "Atkinson Hyperlegible";
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: aliceblue;
  scroll-behavior: smooth;
 
}

body {
  background: linear-gradient(to right, #015085, #00102c);
  /*     text-align: center;*/

}


header {
  background: linear-gradient(to right, #015085, #00102c);
  width: 100%;
   padding: 0 0;
	margin: auto;
  /* position: fixed; */
   /* z-index: 999;  */
  /* display: flex; */
  /* justify-content: center; */
  /* padding: 10px 20%; */
}

header a {
  color: aliceblue;
  text-decoration: none;
	padding-top: 10px;
  font-size: 1.8em;
  font-weight: 300;
  padding: 0 4%;
  white-space: nowrap;
}

.imgeeee{
  width: 50%;
}

header a:hover {
  color: #f8e604;
}



.main {
  text-align: center;
  padding-top: 180px;
}

.main h1 {
  color: aliceblue;
  margin: auto;
  font-size: 70px;
  font-weight: 700;
}

.main h2 {
  color: aliceblue;
  font-size: 50px;
  font-weight: 70;
}

hr {
  display: flex;
  flex-direction: row;
  width: 80%;
  opacity: 1;
  margin: auto;
  height: 5px; /* Adjust the height to make it thicker */
  background-color: #fff; /* Change the color of the line to white */
  border: none; /* Remove the default border */
  border-radius: 5px; /* Make edges round */
  color: aliceblue; /* Set the text color */
  margin-block: 60px; /* Add margin to increase distance from text above */
}

.flex .title {
  position: relative;
  left: -5rem;
  color: aliceblue;
  font-size: 250px;
  font-weight: 800;
  /* margin-bottom: 20px; */
  /*  padding-left: 0;*/
  /*
	padding: auto;
	margin: auto;
*/
  /*
  margin-top: 0px;
  margin-left: 0;  Set to 0 for no left margin 
  */
}

.p{
	text-align: left;
}

.flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.flex .word {
	text-align: left;
  width: 60%;
  padding-inline: 30px;
}

.flex p {
  text-align: left;
  font-size: 40px;
  text-transform: uppercase;
  padding-bottom: 60px;
}

.flex .img {
  width: 40%;
}

.flex .img img {
  width: 100%;
  /*	opacity: 0.9;*/
  padding-top: 100px;
}

@media screen and (max-width: 980px) {
  .flex {
    flex-direction: column-reverse;
    text-align: center;
  }
  .flex .img {
    width: 60%;
    margin: auto;
  }
  .flex .word {
    width: 100%;
    margin: auto;
  }
  .flex .word p {
    width: 100%;
  }
}

.time-line {
/*  text-align: center;*/
  padding: 0 0 100px;
}

.time-line .title {
  text-align: center;
  color: aliceblue;
  font-size: 150px;
  font-weight: 800;
}
.time-line .content {
  text-align: left;
  width: 60%;
  margin: auto;
  height: auto;
  border-left: 5px solid white;
  position: relative;
}

.content::before {
  content: "START";
  position: absolute;
  top: -5%;
  left: -7%;
  font-size: 25px;
  font-weight: 200;
  padding: 5px 15px;
  color: aliceblue;
}
.content::after {
  content: "STILL GOING";
  position: absolute;
  bottom: -5%;
  left: -10%;
  font-size: 25px;
  font-weight: 200;
  color: aliceblue;
}

.content .text {
  width: 100%;
  font-size: 22px;
  padding-top: 25px;
  text-align: center;
  /* padding-block: 5%; */
  position: relative;
  /* white-space: pre; */
}
.content .text .left {
  position: absolute;
  font-size: 150%;
  font-weight: 700;
  top:  8%;
  left: -15%;
  padding: 5px;
  color: aliceblue;
}
.content .text .left2 {
  position: absolute;
  font-size: 150%;
  font-weight: 700;
  bottom:  45%;
  left: -25%;
  padding: 5px;
  color: aliceblue;
}

.certifications {
  text-align: center;
}

.certifications .title {
  color: aliceblue;
  font-size: 120px;
  font-weight: 800;
}

.certifications .names {
  color: aliceblue;
  font-size: 30px;
  font-weight: 500;
  padding-top: 60px;
}

.certifications img {
   width: 65%;
	padding-block: 3%;
    ;
}

.footer {
  background-color: #00102c;
  color: #fff;
  padding: 2em;
  display: flex;
  /*  justify-content: space-between;*/
}

.footer-title {
  font-size: 1.3em;
  font-weight: 600;
  align-content: center;
}

/*

 @media (max-width: 1023px) {
  header {
    padding: 12px 20px;
  }

  .navigation a {
    padding-left: 10px;
  }
	 
	 .flex{
		 flex-direction: column;
	 }

  .title {
    font-size: 1.8em;
  }

  section {
    padding: 80px 20px;
  }

  .main-content h2 {
    font-size: 1em;
  }

  .main-content h3 {
    font-size: 1.6em;
  }

  .content {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 641px) {
  body {
    font-size: 12px;
  }

  .main-content h2 {
    font-size: 0.8em;
  }

  .main-content h3 {
    font-size: 1.4em;
  }
}

@media (max-width: 300px) {
  body {
    font-size: 10px;
  }
} 
*/
