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

html {
  height: 100%;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  scroll-behavior: smooth;
}

body {
  padding: 3%;
  margin: 6;
}

h2 {
  font-size: 45pt;
}

p {
  /* line-height: 25px; */
  padding: 5px;
  font-weight: 300;
  text-align: center;
  font-size: 17pt;
  font-family:"Roboto Condensed";
}

/* . BAR */
nav {
  position: sticky;
  background-color: white;
  top: 0;
  left: 0;
  margin: 0;
  padding-bottom: 5%;
}

.nav {

  list-style-type: none;
  background-color: white;
  top: 0;
  left: 0;
  margin: 0;
  padding: 
  height: 80px;
}
.nav-logo{
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  height: 20px;
  width: 30px;

}
.nav li {
  font-size: 15pt;
  padding: 15px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

a:link {
  color: #3B60E4;
  text-decoration: none;
}
a:visited {
  color: #3B60E4;
  text-decoration: none;
} 
a:hover {
  color: #EF8354;
  text-decoration: none;
} 
a:active {
  color: #3B60E4;
  text-decoration: none;
} 
.nav-links {
  float: right;
}

/* 1. HOME SECTION */

.homeSection {
  text-align: center;
  display: block;
}

#home-img {
  display: block;
  width: 50%;
  margin-left: 25%;
  margin-right: auto; 
}

#homePageHeading {
  color: #3B60E4;
  text-align:center;
}
h1 {
  color:  #3B60E4;
  font-size: 60pt;
 /*  margin-top: 5%; */
  font-family: "Roboto Condensed";
  text-align:center;
}

/* 2. The Problem SECTION */
.vis{
  margin-top: 1cm;
  margin-left:5%;
  margin-right:5%;
  margin-bottom:3%;
  width: 90%; 
  display:flex;
  justify-content: center;
}

.section2 {
  display:flex;
  flex-direction:row;
  justify-content:space-around;
  gap:2%
  margin-left:10%;
}

#problem-img {
  width: 75%;
  height: auto;
  padding:10%;
}
#imageSection {
  width:50%;
  align-content: center;
  justify-content: center;
  margin-top:5%;
}
#textSection {
  width:50%;
  margin-left:10%;
}
.problemPageHeaders {
  color:#3B60E4;
  text-align:center;
}

.centeredSection {
  display:flex;
  flex-direction: column;
  justify-content:center;
  margin-top:3%;
  margin-bottom:3%
}
.dataCentered {
  justify-self:center;
  align-self: center;
}
.iframe{
  display: center;
}
/* 3. Whats next SECTION */

.nextSection3 {
  display:flex;
  flex-direction:column;
  justify-content: center;
  text-align: center;
  margin-left: 25%;
  margin-right: 25%;
}
.whatsnextpic1{
  margin-right:10%;
  margin-left:10%;
}
#nextPageHeader {
  color: #3B60E4;
  text-align:center;
}

#nextPageSubtitle {
  font-weight:300;
  font-size:2rem;
}
.section3-text {
  display:flex;
  width: 50%;
  flex-direction: column;
}

.section3 img {
  margin: 35px 10px;
  width: 50%;
  display:flex;
  flex-direction: column;
}
#section4 {
  display:flex;
  flex-direction:row;
  margin-right: 10%;
  margin-left: 10%;
}

.futureGoals {
  font-weight:300;
  font-size: 17pt;
  margin-bottom: 2%;
  text-align:center;
}

/* ABOUT SECTION */
.about{
  margin-left: 25%;
  margin-right: 25%;
}
.section5 {
  display: block;
  margin: 0 10%;
  padding-top: 5%;
}

.section5 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.card1 {
  font-family: "Roboto Condensed";
  margin: 5%;
  justify-content: center;
}
.card2 {
  font-family: "Roboto Condensed";
  margin: 5%;
  justify-content: center;
}
.card3 {
  font-family: "Roboto Condensed";
  margin: 5%;
  justify-content: center;
}
.cardTitle {
  text-align:center;
  font-size:2em;
}