html {
  scroll-behavior: smooth;
}

.body{
  z-index: 5;
  margin:auto;
  position: relative;
  width: 100%;
  padding-top: 60px;
  text-align: center;
  background-color: #4285F4;
  color: white;
  font-size: 15px;
  font-family: 'Merriweather', serif;
}

.bodyz{
  z-index: -5;
  margin:auto;
  position: relative;
  width: 100%;
  height: 75px;
  text-align: left;
  color: white;
  font-size: 15px;
  font-family: 'Merriweather', serif;
}

.body1{
  z-index: -5;
  background-image: url("smallback.png");
  margin:auto;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  text-align: center;
  color: white;
  font-size: 15px;
  font-family: 'Merriweather', serif;
}

.clear{
  margin:auto;
  background-color: white;
  height: 360px;
  width: 100%;

}
.space{
  padding-bottom: 30px;
  width: 90%;
  padding-top: 45px;
}
.center {
  text-align: left;
  z-index: 1;
  padding-left: 10%;
  width: 90%;
  font-size: 40px;
  font-family: 'Merriweather', serif;
  color: white;
}

.bold {
  text-align: left;
  z-index: 1;
  padding-left: 10%;
  width: 90%;
  font-weight: bold;
  font-size: 50px;
  font-family: 'Merriweather', serif;
  color: White;
}

.smallspace{
  padding-bottom: 10px;
  width: 90%;
  padding-top: 10px;
}

.center2 {
  text-align: left;
  padding-left: 10%;
  width: 350px;
  font-size: 15px;
  font-family: 'Work Sans', sans-serif;
  color: White;
}
.body2{
  padding-top: 30px;
  padding-bottom: 10px;
  color: Black;
  font-size: 15px;
  font-family: 'Merriweather', serif;
  text-align: left;
  padding-left: 10%;
  border-bottom-color: white;
  background-color: #F8F8F8;
}
.body3{
  padding-top: 5px;
  padding-bottom: 5px;
  color: Black;
  font-size: 15px;
  font-family: 'Merriweather', serif;
  text-align: left;
  padding-left: 10%;
  border-bottom-color: white;
  background-color: #e6e6e6;
}
.lefttext {
  text-align: left;
  width: 75%;
  font-size: 15px;
  font-family: 'Work Sans', sans-serif;
  color: Black;
}

.container-2{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  font-size: 15px;
  font-family: 'Work Sans', sans-serif;
  color: Black;
  padding-left: 10%;
  padding-right: 10%;
  background-color: #F8F8F8;
  padding-bottom: 10px;
}

.container-2box{
  width: 90%;
  font-family: 'Work Sans', sans-serif;
}
.container-4{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  font-size: 15px;
  font-family: 'Work Sans', sans-serif;
  color: Black;
  padding-left: 10%;
  padding-right: 10%;
  background-color: #e6e6e6;
  padding-bottom: 10px;
}

.container-4box{
  width: 300px;
  font-family: 'Work Sans', sans-serif;
}
h3{
  font-size: 30px;
  font-family: 'Merriweather', serif;
  color: Black;
}

p1{
  font-size: 15px;
  font-family: 'Work Sans', sans-serif;
  color: #4285F4;
  font-weight: 900;
}

.line{
  margin:auto;
  background-color: grey;
  width: 100%;
  height: 1px;
}

.container-3{
  display: flex;
  flex-direction: column;
  justify-content:space-between;
  flex-wrap: wrap;
  font-size: 15px;
  font-family: 'Merriweather', serif;
  color: Grey;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 30px;
  padding-bottom: 60px:
}
.center3 {
  text-align: left;
  padding-bottom: 20px;
  font-weight: 100;
  width: 90%;
  font-size: 20px;
  font-family: 'Merriweather', serif;
  color: #4285F4;
}
.center4 {
    text-align: left;
    padding-bottom: 20px;
    font-weight: 100;
    width: 90%;
    font-size:15px;
    font-family: 'Merriweather', serif;
    color: Black;
}
textarea {
  resize: none;
}
.box1 {
  text-align: left center;
  float: left;
  margin-bottom: 20px;
  padding-left:1%;
  border-radius: 5px;
  background-color: white;
  width: 300px;
  border: 1px solid #CDCDCD;
  box-shadow: 0px 1px 3px #CDCDCD;
  outline:0;
  height: 30px;
  font-weight: normal;
  font-size: 15px;
  font-family: 'Work Sans', sans-serif;
  color: grey;
}
.box2 {
  text-align: left center;
  float: left;
  border-radius: 5px;
  padding-left:1%;
  outline:0;
  background-color: white;
  border: 1px solid #CDCDCD;
  box-shadow: 0px 1px 3px #CDCDCD;
  width: 300px;
  height: 50px;
  font-weight: normal;
  font-size: 15px;
  font-family: 'Work Sans', sans-serif;
  color: grey;
}
.learn{
  border: 1px solid #CDCDCD;
  float: left;
  width: 305px;
  border-style: hidden;
  border-radius: 5px;
  border-width: thin;
  border-collapse: collapse;
  border-color: #4285F4;
  background-color: #4285F4;
  display: block;
  color: white;
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 100px;
  padding: 10px 30px 10px 30px;
  text-decoration: none;
}


.navbar {
  z-index: 2;
  opacity: .97;
  overflow: hidden;
  background-color: #D3D3D3;
  position:static;
  top: 0;
  font-family: 'Merriweather', serif;
  font-size: 20px;
  margin:auto;
  box-shadow: 0px 1px 10px grey;
  width: 100%;
}
.noedge{
  margin:auto;
}
/* Links inside the navbar */
.navbar a {
  float: left;
  display: block;
  color: black;
  font-family: 'Merriweather', serif;
  text-align: center;
  padding: 20px 15px;
  text-decoration: none;
}

button:focus {outline:0;}
button:hover{
  background-color: grey;
}

.navbar button:hover{
  background-color: grey;
}

.navbar button{
   float: right;
   border-style: hidden;
   border-radius: 25px;
   border-width: thin;
   border-collapse: collapse;
   border-color: #BC3344;
   background-color: #BC3344;
   display: block;
   color: white;
   font-family: 'Merriweather', serif;
   text-align: center;
   margin: 10px 20px 3px 20px;
   padding: 10px 30px 10px 30px;
   text-decoration: none;
}
