body {

  background-image: url("/images/background.jpg");
  overflow-x: hidden;
}

#nuvHeSpace {
  width: 450px;
  float: left;
}

.navbar-brand {
  display: none;
}

ul {
  padding-inline-start: 20px;
}

.chLang {
  color: #FFF;
  font-size: 0.8em;
  margin-left: 50px;
  margin-right: 7px;
  float: right;
}

.navlanglist {
  list-style-type: none;
}

.noBrke {
  float: right;
}

.contLink {
  float: left;
  margin: 0 15px
}

.logo {
  position: absolute;
  left: -10px;
}

header {
  position: relative;
  font-family: "Assistant", "sans-serif";
  font-weight: bold;
  background-repeat: no-repeat;
  z-index: 1;
}

#blueHeadBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  border-right: 2200px solid #4bc9fc;
  border-bottom: 100px solid transparent;
  z-index: auto;

}

main {
  z-index: 21;

}

.textBg {
  text-align: left;
  float: left;
  background-color: rgba(255, 255, 255, 0.6);


}

.demoNav,
.practiceNav,
.A {
  color: white;
  margin-right: 7px;
  margin-left: 7px;
}

.fmgp42 {
  float: left;
}

.A:hover {
  text-decoration: underline;
  color: #f8f14b;
}

.demoActiv:hover,
.demoNav:hover {
  text-decoration: underline;
  color: #98ff3e;
}

.demoActiv {
  text-decoration: underline;
  color: #98ff3e;

}

.math {
  font-weight: bold;
  color: #62972f;
}

.math2 {
  font-weight: bold;
  color: #ef2e3a;

}

.math3 {
  font-weight: bold;
  color: #fdbe0a;

}

.practiceActiv,
.practiceActiv:hover,
.practiceNav:hover {
  text-decoration: underline;
  color: #f75436;


}

.activ {
  text-decoration: underline;
  ;
  color: #f8f14b;
}

.buttons {
  font-size: 1.7em;
  margin-top: 0.25%;
}

footer {
  clear: both;
  padding-top: 25px;
  width: 100%;
  text-align: center;
}

#logo {
  width: 400px;
  height: 136px;
  float: left;
  margin-left: 50px;
}

.parentHome {
  background-color: rgba(255, 255, 255, 0.6);
  text-align: left;
  font-size: 1em;
}


#policiyAlert {
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  margin: 0;
  padding: 20px;
  width: 100%;
  height: 70px;
  background: #222;
  color: #FFF;
  font-size: 17px;
  font-family: Calibri, Arial;
  z-index: 1000;
}

#policyAlertText {
  width: 75%;
  line-height: 17px
}

#policiyAlert a {

  color: #57B5D3;
  text-decoration: none;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif
}

#policiyAlert a:hover {
  color: #FFF
}

#policyBtn {
  position: absolute;
  right: 60px;
  top: 15px;
  border-radius: 5px;
  background: #F1D600;
  padding: 3px;
  width: 130px;
  height: 30px;
  color: #000;
  text-align: center;
  font-size: 17px;
}

#policyBtn a {
  color: #000
}

#policyBtn:hover {
  background: #FFF
}

.carOpening {
  margin: 0.7em;
  overflow: hidden;
  color: green;
  font-size: 1.3em;
  min-height: 3em;
}
.selectCurr{
  font-weight: bold;
    font-family: "Assistant", "sans-serif";
    font-size: 1.1em;
    white-space: nowrap;
    text-align: left;
    color: #010101;
}

.carTopic {
  width: 45%;

}


.curriculaList {
  display: flex;
  flex-wrap: nowrap;
  gap: 2em;
  position: relative;
  border-radius: 0.5em;
  border: 3px solid #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: #ecf0f1;
  padding-bottom: 3em;
  text-align: left;

}

.picCurricula {
  display: flex;
  align-items: flex-end;
}

.curriculalink {
  text-align: center;
  margin: 0.3em;
}

.curriculalink a {
  color: #333;
  font-size: 0.7em;
}

.curriculaImg {

  width: 100%;
  vertical-align: bottom;
  border-radius: 0.5em;
  vertical-align: bottom;
}

.sideBar {
  font-size: 1em;
  margin: 0.8em;
  flex-wrap: nowrap;
  text-align: left;

}
.sideBarLink {
  font-size: 1.2em;
  margin-bottom: 1.2em;
}
@media (max-width: 1600px) {
  .buttons {
    font-size: 1.4em;
  }

}

@media (max-width: 1440px) {

  .buttons {
    font-size: 1.2em;
  }

  #logo {
    width: 350px;
    height: 119px;
  }

  #nuvHeSpace {
    width: 400px;
  }

  .sideBarLink {
    font-size:0.9em;

  }

  .demoNav,
  .practiceNav,
  .A {
    margin-right: 7px;
    margin-left: 7px;
  }
}

.demoNav,
.practiceNav,
.A {
  margin-right: 7px;
  margin-left: 7px;
}



@media (max-width: 1280px) {
  .buttons {
    font-size: 1.2em;
  }

  #logo {
    width: 280px;
    height: 85px;
  }

  #nuvHeSpace {
    width: 320px;
  }

  .demoNav,
  .practiceNav,
  .A {
    margin-right: 6px;
    margin-left: 6px;
  }

  .chLang {
    margin-left: 30px;
  }
}

@media (max-width: 1199px) {
  .buttons {
    font-size: 1em;
  }

  .demoNav,
  .practiceNav,
  .A {
    margin-right: 5px;
    margin-left: 5px;
  }

  .chLang {
    margin-left: 20px;

  }
}

@media (max-width: 991px) {
  #logo {
    width: 240px;
    height: 82px;
  }

  #nuvHeSpace {
    width: 280px;
  }

  .buttons {
    font-size: 0.6em;
  }

  .chLang {
    margin-left: 0px;
  }

  .A {
    margin-right: 2px;
    margin-left: 2px;
  }


}

@media (max-width: 767px) {
  #logo {
    height: 80px;
    width: 200px;
  }

  #nuvHeSpace {
    width: 220px;
  }

  .buttons {
    font-size: 1em;
  }

  .navbar-brand {
    display: inline;
  }

  .chLang {
    float: left;
    margin-left: 50px;

  }

  .noBrke {
    margin-left: 0;
    margin-right: 0;

  }

}

@media (max-width: 575px) {
  #logo {
    height: 40px;
    width: 150px;
  }

  #nuvHeSpace {
    width: 170px;
  }

  .chLang {
    margin-left: 0px;

  }


}


.bg-navBar {
  background-color: #4bc9fc !important
}

a.bg-navBar:focus,
a.bg-navBar:hover,
button.bg-navBar:focus,
button.bg-navBar:hover {
  background-color: #1d2124 !important
}

/******************************

[more resolution options]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/