@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

/******************************************************************************************************************************************************************************************
navbar styling
******************************************************************************************************************************************************************************************/
.navbar .max-width {
  width: 100%;
  background-color: #1A1A1A;
  padding: 10px;
  display: flex;
}

.navbar img {
  height: 15vh;
  margin-left: 50%;

}

.navbar ul {
  margin-left: auto;
  margin-right: 5vw;
  margin-top: auto;
  margin-bottom: auto;
}

.navbar li {
  list-style: none;
  display: inline-block;
  padding: 15px;
}

.navbar li a {
  font-family: 'Quicksand', 'Roboto', sans-serif;
  font-weight: bold;
  color: white;
  font-size: 18px;
}

/******************************************************************************************************************************************************************************************
home styling
******************************************************************************************************************************************************************************************/
.home-content {
  margin-left: auto;
  margin-right: auto;
}

.home-content .banner .img {
  width: 100%;
  height: 20vw;
  background: url('../images/FIX_FLIP_Home_(3).png') no-repeat;
  background-size: 100vw;
  background-position: 100% 50%;
  -moz-box-shadow:
      inset -50px 0px 80px -10px rgba(0, 0, 0, 0.10),
      inset 50px 0px 80px -10px rgba(0, 0, 0, 0.10);
  -webkit-box-shadow:
      inset -50px 0px 80px -10px rgba(0, 0, 0, 0.10),
      inset 50px 0px 80px -10px rgba(0, 0, 0, 0.10);
  box-shadow:
      inset -50px 0px 80px -10px rgba(0, 0, 0, 0.10),
      inset 50px 0px 80px -10px rgba(0, 0, 0, 0.10);
}

.home-content .fix-flip-home-description{
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.home-content .fix-flip-home-description h2 {
  font-family: 'Quicksand', 'Roboto', sans-serif;
  font-weight: 700;
  color: black;
  font-size: 36px;
  padding: 25px 0px 25px 0px;
}

.home-content .fix-flip-home-description .text{
    font-family: 'Quicksand', 'Roboto', sans-serif;
    font-weight: 500;
    color: black;
    font-size: 18px;
}
.home-content .episodes{
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: 'Quicksand', 'Roboto', sans-serif;
  font-weight: 500;
  color: black;
  font-size: 18px;
}
.home-content .episodes li{
  list-style: none;
  padding-top: 20px;
}
.home-content .episodes .image-left{
  list-style: none;
}
.home-content .episodes h2 {
  font-family: 'Quicksand', 'Roboto', sans-serif;
  font-weight: 700;
  color: black;
  font-size: 36px;
  padding: 10px 0px 10px 0px;
}

.home-content .episodes .episode-content{
  display: flex;
}

.home-content .episodes .episode-content img{
  height: 8vw;
  margin: auto 30px auto 30px;
}
.home-content .episodes .episode-content p{
  padding: 10px;
  margin: auto 30px auto 30px;
}

.home-content .more_soon{
    font-family: 'Quicksand', 'Roboto', sans-serif;
    font-weight: 500;
    color: black;
    font-size: 30px;
    padding: 0px 0px 40px 0px;
    text-align: center;
}
/******************************************************************************************************************************************************************************************
footer styling
******************************************************************************************************************************************************************************************/
.footer-content {
  width: 100%;
  background-color: #1A1A1A;
  padding: 50px;
  display: flex;
}

.footer-content img {
  height: 60px;
  padding: 0px 10px 0px 10px;
}

.footer-links {
  padding: 0px 50px 0px 50px;
  margin-left: auto;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}

.footer-links li {
  list-style: none;
  display: inline-block;
  padding: 0px 20px 0px 20px;
}

.footer-content li a {
  font-family: 'Quicksand', 'Roboto', sans-serif;
  font-weight: bold;
  color: white;
  font-size: 18px;
}
