@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Google Sans Flex", sans-serif;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: #001d46;
}

/************************ HEADER ************************/

.header {
  display: flex;
}

.header__wrapper {
  min-width: 90vw;
  width: 100%;
  display: flex;
  margin: 0px 8px;
  align-items: center;
  justify-content: space-between;
}

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

.helititle__image {
  width: 6vw;
  padding-right: 6px;
}

.helititle__text {
  letter-spacing: 2px;
}

.header__h2 {
  letter-spacing: 2px;
  font-size: 24px;
}

.header__subtext {
  font-size: 12px;
}

.search__wrapper {
  display: flex;
}

.headersearch {
  padding-bottom: 12px;
  padding-top: 12px;
  padding-right: 200px;
  padding-left: 12px;
  width: 100%;
  font-size: 14px;
  background-color: #f2f2f2;
  line-height: 18px;
  color: #575756;
  background-image: url(./images/magnifying-glass-solid.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 95% center;
  border-radius: 10px;
  border: 1px solid #8f8f8f;
  transition: all 250ms ease-in-out;
  min-width: 36vw;
}

.userinfo__wrapper {
  display: flex;
  padding: 14px;
}

.userinfo__wrapper i {
  color: #001d46;
}

/************************ BODY ************************/

.body {
}

.body__wrapper {
  display: flex;
  flex-direction: row;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #e8e8e8;
}

/************************ NAVIGATION ************************/

.nav {
  background-color: #ffffff;
  border-right-color: #e8e8e8;
  border-right-style: solid;
  border-right-width: 1px;
}

.nav__wrapper {
  min-width: 12vw;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 80px;
}

.nav__wrapper ul {
  list-style-type: none;
}

.navlinks {
}

.navlink {
  padding: 30px 0px;
}

.nav__wrapper i {
  font-size: 24px;
  padding-right: 10px;
}

/************************ MAIN CENTER ************************/

.main__wrapper {
  display: flex;
  flex-direction: row;
  background-image: url(./images/astarimagelandscape7.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  background-color: #f7f7f7;
}

.centermain__wrapper {
  min-width: 62vw;
  width: 100%;
}

/************************ MAIN CENTER TOP ************************/

.centertop__wrapper {
  padding-top: 100px;
  padding-left: 40px;
  padding-bottom: 32px;
}

.centertop__heading {
  font-size: 38px;
  letter-spacing: 1px;
  padding-bottom: 20px;
}

.centertop__subheading {
  font-size: 20px;
  padding-bottom: 20px;
}

.centertop__button {
  background-color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 16px;
  letter-spacing: 1.2px;
  margin-right: 20px;
}

.centertopbutton__wrapper {
}

/************************ MAIN CENTER LOWER CONTENT ************************/

.centerlower__wrapper {
  margin: 80px 10px;
  background-color: #ffffff;
  border-radius: 8px;
  border-color: #e8e8e8;
  border-style: solid;
  border-width: 1px;
  padding: 24px;
}

.centerlower__wrapper button {
  background-color: #001d46;
  color: #ffffff;
  padding: 10px 28px;
  border-radius: 10px

}

.centerlower__wrapper h2 {
  font-size: 20px;
  padding-bottom: 10px;
}

.centerlower__progress {
  border-color: #e8e8e8;
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  padding: 40px 20px;
  margin-bottom: 30px;
}

.centerprogress__icon {
  display: flex;
  flex-direction: column;
}

.centerprogress__icon i {
  font-size: 40px;
}

.centerprogress__info {
  text-align: left;
  justify-content: left;
  padding: 10px 20px;
}

.progressinfo__wrapper {
  display: flex;
  align-items: center;
}

.centerprogress__button {
}

.centerlower__studymode {
  padding: 40px 0px;
  border-color: #e8e8e8;
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
}

/************************ MAIN RIGHT CONTENT ************************/

.rightmain__wrapper {
  margin-top: 20px;
  margin-right: 8px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  border-color: #e8e8e8;
  border-style: solid;
  border-width: 1px;

  min-width: 18vw;
}

/************************ FOOTER ************************/

.footer {
}
