body {
  font-family: "Josefin Sans", sans-serif !important;
  overflow-x: hidden;
}
.p-Text {
  font-size: 0.8rem;
  color: black;
}
.h-Text {
  color: black;
}
.navbar-nav {
  text-transform: uppercase;
}
#navbarSupportedContent {
  justify-content: flex-end;
}
.Flex {
  display: flex;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #5f5f5f;
}

@media only screen and (max-width: 768px) {
  .show,
  .navbar-collapse {
    display: flex;
    direction: rtl;
    text-align: right;
    justify-content: end !important;
  }
  .navbar-nav {
    padding-right: 0;
  }
}
.btn-grad {
  background-image: linear-gradient(#77a1d3 -17%, #79cbca 45%, #77a1d3 120%);
  box-shadow: 1px 0px 9px -3px black;
  border-radius: 0px 25px 25px 0px;
  padding: 35px 10px;
  z-index: 111;
  cursor: pointer;
}
.btn-grad:hover {
  background-position: right center;
}
/***********************************        
        MAIN
***********************************/

/* .Hero-Sub{
  height: 50vh;
} */
.Bg-Yellow {
  background-color: #f9db7a;
}
.Bg-Purple {
  background-color: #c3a9d4;
}
.Bg-Pink {
  background-color: #f8bfb2;
}
.Bg-Blue {
  background-color: #b5e8d5;
}
.Hero-Content {
  text-align: center;
  position: relative;
}
.Color-White {
  color: white;
}
h3.Small-Heading {
  text-transform: uppercase;
  font-weight: bold;
}
h1.Large-Heading {
  text-transform: uppercase;
  font-weight: bold;
}
.Flex-Reverse {
  flex-direction: row-reverse;
}

/* Large devices (laptops/desktops, 992px and up)  */
@media only screen and (min-width: 992px) {
  a.nav-link {
    margin: 10px;
  }
}

/* Medium devices and upper devices (landscape tablets, 768px and up)  */
@media only screen and (min-width: 768px) {
  .Hero {
    height: 110vh;
  }
  img.Joy-Logo {
    max-width: 10vw;
  }
  .Hero-Img {
    height: 90vh;
  }
  .Hero-Title {
    text-align: center;
    width: 80%;
  }
  h1.Large-Heading {
    font-size: 9vw;
  }
  h3.Small-Heading {
    font-size: 3vw;
  }
  .bottom-centered {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* Mobile devices (425px and down)  */
@media only screen and (max-width: 425px) {
  .Hero {
    height: 100%;
  }
  img.Joy-Logo {
    max-width: 30vw;
  }
  .No-Bottom {
    margin-bottom: 0 !important;
    padding-bottom: 20px;
  }
  .Hero-Img {
    width: 90vw;
  }
  h1.Large-Heading {
    font-size: 13vw;
  }
}

/***********************************        
       Section 1
***********************************/
.Section-Text-Content {
  color: #2f2e2e !important;
}
/* Large devices (laptops/desktops, 992px and up)  */
@media only screen and (min-width: 992px) {
  .Section {
    display: flex;
  }
  .Sub-Section-Img {
    width: 50vw;
  }
  .Sub-Section-Text {
    padding: 10px 60px;
    text-align: center;
    display: flex;
    align-items: center;
  }
}

/* Medium devices and lower devices (landscape tablets, 768px and down)  */
@media only screen and (max-width: 768px) {
  .Sub-Section-Img {
    width: 100%;
  }
  .Sub-Section-Text {
    padding: 30px;
  }
  .Section-Text-Content {
    text-align: center;
  }
}
/***********************************        
       Hero Section 
***********************************/
.Hero-Section {
  width: 100vw;
}
.Hero-Text {
  text-align: center;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Hero-Section {
  position: relative;
  text-align: center;
}
/* Medium devices and larger devices (landscape tablets, 768px and up)  */
@media only screen and (min-width: 768px) {
  #Carousel-Container {
    width: 60vw;
    margin: auto;
  }
  #Pledge {
    padding: 0px 15em;
  }
}

/* Mobile devices (425px and down)  */
@media only screen and (max-width: 425px) {
  .centered {
    top: 60%;
  }
  #Carousel-Container {
    width: 100vw;
    margin: auto;
  }
}

/***********************************        
       Footer
***********************************/

.footer-row {
  color: white;
}
ul.footer {
  list-style-type: none;
  padding-left: 0;
}
li.footer-item {
  padding: 10px;
}
a.footer-link {
  color: white !important;
  text-decoration: none;
}
footer {
  background-color: #2f2e2e;
  padding: 30px 10px 0px 10px;
  margin-top: 0 !important;
}
.Social-Links .fab {
  font-size: 0.9rem;
  margin: 0px 10px;
  color: white;
}
hr {
  border-top: 2px solid white;
}
/* Large devices (laptops/desktops, 992px and up)  */
@media only screen and (min-width: 992px) {
  footer {
    margin-top: 5vw;
  }
  ul.footer {
    display: flex;
    margin-bottom: 0;
  }
  li.footer-item {
    padding: 20px;
  }
  li.footer-item.active {
    padding-left: 0;
  }
  .footer-row {
    display: flex;
    align-items: center;
  }
  .footer-row-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .Bottom-Padding {
    padding-bottom: 15px;
  }
  .No-Pad {
    padding-left: 0 !important;
  }
}

/* Medium devices and lower devices (landscape tablets, 768px and down)  */
@media only screen and (max-width: 768px) {
  .footer-row {
    text-align: center;
  }
  .footer-row-links {
    text-align: center;
  }
  footer {
    padding: 30px 10px 10px 10px;
  }
}

/***********************************        
       Media Query
***********************************/

/* Large devices (laptops/desktops, 992px and up)  */
@media only screen and (min-width: 992px) {
}

/* Medium devices and larger devices (landscape tablets, 768px and up)  */
@media only screen and (min-width: 768px) {
}

/* Medium devices and lower devices (landscape tablets, 768px and down)  */
@media only screen and (max-width: 768px) {
}

/* Only Tablets  */
@media only screen and (min-width: 768px) and (max-width: 1000px) {
}

/* Mobile devices (425px and down)  */
@media only screen and (max-width: 425px) {
}
