                                /*//////////////////////////// 
                                            RESET
                                ///////////////////////////*/

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Parkson-DemiBold';
  src: url('ParksonPERSONALUSE-DemiBold.otf') format('otf');
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
                                /*//////////////////////////// 
                                            NAVBAR
                                ///////////////////////////*/

nav {
  /* background: rgb(133,150,182); */
  /* background: rgba(255, 255, 255, 0.3); */
  height: 70px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  position: fixed;
  /* border: 1px solid black; */
}
.nav-ul {
  /* background: rgb(127, 136, 151); */
  /* border: 1px solid black; */
  background: rgb(199,6,6);
  background: linear-gradient(90deg, rgba(199,6,6,1) 0%, rgba(249,126,119,1) 35%, rgba(255,246,0,1) 100%);
  align-self: center;
  
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* background-image: url('/level-ground/images/Level-Ground-Banner.jpg'); */
  align-items: center;
  margin: 0 auto;
  height: 70px;
  padding-left: 0;
  width: 80%;
}

.nav-ul li {
  flex-direction: row;
  font-family: sans-serif;
  font-weight: 700;
  padding: 0 10px;
  /* border: 1px solid black; */
  font-size: 1.3rem;
}


/* hover effects for 'Classes' and 'Hire Us' links */
.classes:hover, .hire-us:hover {
  
  color: rgba(0, 0, 0, 1);
}

.nav-a {
  text-decoration: none;
  color: white;
}
.Donate-li {
  margin-left: 300px;
  
}

.Donate-li > a{
  color: rgb(22, 22, 22);
  background: white;
  padding: 10px 17px;
  border-radius: 5px;
}

.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.lvl-ground-logo {
  width: 40px;
  height: 40px;
  /* margin: 0 100px; */
  margin-left: 280px;
  margin-top: 10px;
  /* padding: 10px 15px; */
  /* background: rgba(44, 3, 3, 0.3); */
}

.lvl-ground-logo:hover {
  background: rgba(122, 10, 10, 0.3);
  /* padding: 10px 15px; */
}

                          /*////////////////////////////////////////////////// 
                                            SECTION 1
                          /////////////////////////////////////////////////*/

.section1 {
  height: 100vh;
  width: 100%;
  
  border: 1px solid black;
  /* display: flex; */
  /* margin-top: 20px; */
  /* background: rgba(127, 136, 151, 0.3); */
  /* background-image: url('/level-ground/images/pexels-kampus-production-6765037.jpg'); */
  background-image: linear-gradient(rgba(102, 100, 100, 0.5), rgba(21, 28, 32, 0.5)),
                  url("/images/pexels-pavel-danilyuk-6296120.jpg");
  /* background-image: url("/level-ground/images/pexels-pavel-danilyuk-6296120.jpg"); */
  background-size: cover;
}

.section1-content {
  height: 50vh;
  width: 80%;
  /* border: 1px solid black; */
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 10vh;
  display: flex;
  flex-direction: column;
}

.section1-h1 {
  font-family: 'ParksonPERSONALUSE-DemiBold';
  /* justify-content: center; */
  align-items: flex-start;
  /* border: 1px solid black; */
  /* margin-bottom: 300px; */
  color: white;
  font-size: 10rem;
}

.section1-p {
  font-family: 'Lato';
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1.5;
  /* border: 1px solid black; */
  width: 86%;
  height: 30%;
  padding: 50px 0 60px 0;
  color: white;
  text-align: center;
  /* margin-bottom: 300px; */
}
.video-link-container {
  margin-top: 30px;
  /* border: 1px solid black; */
  height: 70px;
}
.video-link {
  /* border: 1px solid black; */
  color: white;
  font-family: arial;
  font-weight: 400;
  text-decoration: none;
  font-size: 1.6rem;
  display: flex;
  flex-direction: row;
  /* padding: 0 20px; */
  margin: 0 auto;
  padding-top: 40px;
}

.video-link span{
  /* border: 1px solid black; */
  color: white;
  font-family: 'Lato';
  font-weight: 300;
  text-decoration: none;
  font-size: 2rem;
  display: flex;
  flex-direction: row;
  padding: 10px 10px;
  padding-top: 15px;
}

.video-link i {
  font-size: 30px;
 margin-top: 15px;
  /* height: 20px; */
  /* border: 1px solid black; */
}

                          /*////////////////////////////////////////////////// 
                                            SECTION 2
                          /////////////////////////////////////////////////*/
                                                    
                          
.section2 {
  height: 60vh;
  width: 100%;
}                          
.section2-content {
  height: 20vh;
  width: 40%;
  /* border: 1px solid black; */
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 10vh;
  display: flex;
  flex-direction: column;
}
.section2-h2 {
  font-family: 'ParksonPERSONALUSE-DemiBold';
  font-size: 10rem;
}

.section2-p {
  font-family: 'Lato';
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  /* border: 1px solid black; */
  width: 100%;
  height: 30%;
  padding: 20px 0 60px 0;
  color: black;
  text-align: center;
}

                          /*////////////////////////////////////////////////// 
                                            SECTION 3
                          /////////////////////////////////////////////////*/

.section3 {
  background: rgb(219,223,226);
  height: 100vh;
  width: 100%;
  scroll-behavior: smooth;
}

.section3-content {
  height: 100vh;
  width: 80%;
  /* border: 5px solid black; */
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  /* margin-top: 20vh; */
  display: flex;
  flex-direction: row;
  /* padding-top: 300px; */
  text-align: center;
}

/* //////////////////////////////
.s3-cont1 = section3 container 1
//////////////////////////////// */

.s3-cont1 {
  padding-top: 10vh;
  height: 100vh;
  padding-right: 100px;
  /* border: 5px solid purple; */
}

.s3-cont1 img {
  width: 450px;
  height: 300px;
}

.s3-cont1 h3 {
  font-family: 'ParksonPERSONALUSE-DemiBold';
  font-size: 4rem;
  color: rgb(36,45,55);
  padding-bottom: 20px;
  padding-top: 20px;

}

.s3-cont1-p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
  text-align: center;
  /* border: 1px solid black; */
  margin: 0 auto;
  width: 80%;
  height: 22%;
  color: rgb(36,45,55);

}

.volunteer-link {
  font-family: 'ParksonPERSONALUSE-DemiBold';
  font-size: 3rem;
  margin-top: 30px;
  border: 1px solid gray;
  padding: 1rem 5rem;
  color: rgb(36,45,55);
  text-decoration: none;
}



.s3-cont2 {
  padding-right: 100px;
  /* border: 1px solid black; */
  padding-top: 10vh;
  height: 100vh;
  padding-right: 100px;
  /* border: 5px solid purple; */
}

.s3-cont2 img {
  width: 450px;
  height: 300px;
}

.s3-cont2 h3 {
  font-family: 'ParksonPERSONALUSE-DemiBold';
  font-size: 4rem;
  color: rgb(36,45,55);
  padding-bottom: 20px;
  padding-top: 20px;

}

.s3-cont2 p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
  text-align: center;
  /* border: 1px solid black; */
  margin: 0 auto;
  width: 80%;
  height: 22%;
  color: rgb(36,45,55);
  padding-bottom: 30px;
}

.see-classes-link {
  font-family: 'ParksonPERSONALUSE-DemiBold';
  font-size: 3rem;
  /* margin-top: 30%; */
  border: 1px solid gray;
  padding: 10px 50px;
  color: rgb(36,45,55);
  text-decoration: none;
}



                          /*////////////////////////////////////////////////// 
                                            SECTION 4
                          /////////////////////////////////////////////////*/


.section4 {
  height: 70vh;
  width: 100%;
}                          
.section4-content {
  height: 100%;
  width: 40%;
  /* border: 1px solid black; */
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 10vh;
  display: flex;
  flex-direction: column;
}
.section4-h2 {
  font-family: 'ParksonPERSONALUSE-DemiBold';
  font-size: 6rem;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}

.section4-p {
  font-family: 'Lato';
  font-size: 2rem;
  letter-spacing: 0.1rem;
  /* border: 1px solid black; */
  width: 100%;
  height: 30%;
  padding: 30px 0 60px 0;
  color: black;
  text-align: center;
}


                        /*////////////////////////////////////////////////// 
                                            FOOTER
                        /////////////////////////////////////////////////*/                                               
footer {
  width: 100%;
  height: 40vh;
  background: rgb(22,31,42);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-content {
  margin: 0 auto;
  margin-top: 0px;
  padding-bottom: 100px;
  border-bottom: 2px solid white;
  width: 95%;
  height: 30vh;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-content: space-between;
}

.footer-cont-left {
  /* border: 3px solid black; */
  width: 500px;
  height: 20vh;
  margin-top: 6rem;
  padding-top: 0vh;
  align-self: flex-start;
}


.icon-list ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.icon-list li {
  list-style: none;
  padding-right: 20px;

}

.icon-list i {
  font-size: 3rem;
}
.icon-list a {
  color: white;
  flex-direction: row;
}

.site-map {
  padding-top: 20px;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

.site-map span {
  color: rgb(74, 85, 97);
  font-size: 1.3rem;
}
.site-map-list {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding-top: 5px;
  font-size: 1.3rem;
}


.site-map-list li {
  padding-right: 20px;
  flex-direction: row;
  
}
.site-map-list a {
  color: white;
  text-decoration: none;
  /* flex-direction: row; */
  /* width */
}

.site-map-list a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* .Hire-Us {
  display: flex;
  flex-direction: row;
} */

.contribute {
  padding-top: 20px;
  font-family: sans-serif;
  font-weight: 700;
  padding-bottom: 40px;
}

.contribute span {
  color: rgb(74, 85, 97);
  font-size: 1.3rem;
}
.contribute-list {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding-top: 5px;
  font-size: 1.3rem;
}

.contribute-list li {
  padding-right: 20px;
}
.contribute-list a {
  color: white;
  text-decoration: none;
}

.contribute-list a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.footer-cont-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* border: 1px solid black; */
  width: 15%;
  height: 20vh;
  margin-top: 6rem;
  padding-right: 20px;
  font-family: sans-serif;
  font-size: 1.3rem;
  color: white;
  margin-left: 73%;
}

.footer-cont-right h6 {
   padding: 0;
   font-size: 16px;
   width: 100%;
   line-height: 1.3;
}

.footer-cont-right p {
  padding-top: 10px;
  font-size: 16px;
  width: 100%;
  height: 50%;
  font-weight: 300;
  line-height: 1.3;
}

.footer-cont-right span {
  font-weight: 700;
  font-size: 16px;
  padding-top: 1.5rem;
}

.footer-content-2 {
  margin: 0 auto;
  margin-top: 0px;
  padding-top: 0px;
  /* padding-bottom: 40px; */
  /* border: 1px solid white; */
  width: 95%;
  height: 10vh;
  display: flex;
  justify-content: centers;
  flex-direction: row;
  /* align-content: space-between; */
}

.footer-content-2 p {
  font-family: sans-serif;
  font-weight: 700;
  color: white;
  padding-top: 10px;
  font-size: 1.3rem;
}

.footer-LG-logo {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-bottom: 20px;
}

                /*///////////////////////////////////////////
                          ADDITIONAL STYLES
                ////////////////////////////////////*/

@media (max-width: 390px) {
  .section1 {
    height: 50vh;
    width: 390px;
  }
}