@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
:root {
  --calor-color: #FE001A;
  --glacies-color:#8d8d8d;
  --impetu-color: #00B321;
  --luna-color:#cece04;
  --lux-color:rgb(20, 20, 20);
  --tempus-color: #1351D6;
  --ventus-color:#78D8FF;
  --vita-color: #FEC200;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Poppins';
  background: #f7f7f4;
  font-size: 17px;
  text-align: justify;
}

header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 32, 46, 0.7)), to(rgba(1, 3, 14, 0.7))), url("../images/supremes.jpg");
  background: linear-gradient(rgba(29, 32, 46, 0.7), rgba(1, 3, 14, 0.7)), url("../images/supremes.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 700px;
}

header .banner {
  width: 100%;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

header .banner h1 {
  position: relative;
  top: 30%;
  color: white;
  font-size: 50px;
  width: 190px;
  text-transform: uppercase;
}

header .container {
  width: 100%;
  height: 100%;
}

header .container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: space-between;
  width: 100%;
  height: 70px;
  font-size: 30px;
  position: fixed;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 35, 51, 0.7)), to(rgba(4, 9, 30, 0.7)));
  background: linear-gradient(rgba(31, 35, 51, 0.7), rgba(4, 9, 30, 0.7));
  z-index: 2;
}

header .container .menu a {
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 4%;
  padding-top: .2em;
  text-align: center;
  height: 80px;
  font-size: 25px;
}

header .container .menu a .spms {
  color: white;
}

header .container .menu a .house {
  display: block;
  color: #ababf3;
  margin-top: -10px;
}

header .container .menu .mobile-menu {
  width: 40px;
  cursor: pointer;
  position: absolute;
  right: 5%;
  top: 30%;
}

header .container .menu nav {
  background: #292929;
  height: 100vh;
  color: white;
  width: 0%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow-x: hidden;
}

header .container .menu nav img {
  width: 30px;
  cursor: pointer;
  position: absolute;
  top: 2.98%;
  right: 6%;
}

header .container .menu nav .main {
  margin-top: 50px;
  font-size: 25px;
}

header .container .menu nav ul {
  list-style-type: none;
  text-transform: uppercase;
  padding-left: 20px;
}

header .container .menu nav ul a {
  text-decoration: none;
  color: white;
}

header .container .menu nav ul .home {
  margin-left: 0;
}

header .container .menu nav ul li {
  padding-bottom: .3em;
}

header .container .menu nav ul li:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #131212;
}

main {
  margin: 1em;
  line-height: 30px;
  padding: 15px;
}

main .description h2 {
  text-align: left;
  text-transform: uppercase;
}

main .description p {
  text-align: justify;
  font-size: 16px;
}

main .side-nav {
  display: none;
}

main .houses h2 {
  text-transform: uppercase;
}

main .houses ul {
  list-style-type: none;
  padding-left: 0;
}

main .houses ul li {
  text-align: center;
  padding: 2em 0 0 0;
}

main .houses ul li img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: auto;
  height: 200px;
  padding-bottom: 0.3em;
}

main .houses ul li a {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bolder;
  text-decoration: none;
  display: inline-block;
}

main .houses ul li:nth-of-type(1) a {
  color: var(--calor-color);
}

main .houses ul li:nth-of-type(2) a {
  color: var(--glacies-color);
}

main .houses ul li:nth-of-type(3) a {
  color: var(--impetu-color);
}

main .houses ul li:nth-of-type(4) a {
  color: var(--luna-color);
}

main .houses ul li:nth-of-type(5) a {
  color: var(--lux-color);
}

main .houses ul li:nth-of-type(6) a {
  color: var(--tempus-color);
}

main .houses ul li:nth-of-type(7) a {
  color: var(--ventus-color);
}

main .houses ul li:nth-of-type(8) a {
  color: var(--vita-color);
}

main .houses ul li p {
  font-size: 20px;
  text-align: justify;
  line-height: 32px;
}

main .house-comm {
  padding: 1em 0em;
}

main .house-comm h2 {
  text-transform: uppercase;
}

main .house-comm div img {
  width: 282px;
  height: 376px;
}

main .house-comm div .inner h3 {
  font-size: 25px;
  text-transform: uppercase;
  color: #373737;
  margin-bottom: 0.5px;
}

main .house-comm div .inner h4 {
  margin-top: 2px;
  color: #797979;
}

main .house-comm div .inner p {
  text-align: justify;
  font-size: 16px;
}

main .score-side iframe {
  display: block;
}

footer {
  background: #1b1c62;
  color: white;
  width: 100%;
  height: 200px;
}

footer h2 {
  text-align: center;
  text-transform: uppercase;
}

footer ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-left: 0;
}

footer ul li {
  text-align: center;
}

footer ul li a {
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 1039px) {
  .house-comm img {
    display: block;
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .list-house li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 30px;
  }
  .list-house li p {
    width: 700px;
    margin: auto 2em;
  }
  main {
    line-height: 40px;
  }
}

@media screen and (min-width: 1040px) {
  header .mobile-menu {
    display: none;
  }
  main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px 0px 4%;
    padding: 0px 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main h2 {
    font-size: 27px;
  }
  main .side-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    width: 180px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 30px;
  }
  main .side-nav ul {
    list-style-type: none;
    padding: 0 10px 0 10px;
    margin: 0px 0;
    width: 200px;
  }
  main .side-nav ul li {
    padding: .2em 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main .side-nav ul li a {
    color: black;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    width: 100%;
  }
  main .side-nav ul li a img {
    width: 70px;
    height: 70px;
    position: relative;
    z-index: 1;
  }
  main .side-nav ul li:nth-of-type(1) a span {
    text-transform: uppercase;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    width: 0px;
    position: relative;
    top: 3.6px;
    right: 30px;
    border-radius: 10px;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    overflow-x: hidden;
    background: var(--calor-color);
  }
  main .side-nav ul li:nth-of-type(1) a:hover span {
    width: 150px;
  }
  main .side-nav ul li:nth-of-type(2) a span {
    text-transform: uppercase;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    width: 0px;
    position: relative;
    top: 3.6px;
    right: 30px;
    border-radius: 10px;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    overflow-x: hidden;
    background: var(--glacies-color);
    color: white;
  }
  main .side-nav ul li:nth-of-type(2) a:hover span {
    width: 150px;
  }
  main .side-nav ul li:nth-of-type(3) a span {
    text-transform: uppercase;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    width: 0px;
    position: relative;
    top: 3.6px;
    right: 30px;
    border-radius: 10px;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    overflow-x: hidden;
    background: var(--impetu-color);
  }
  main .side-nav ul li:nth-of-type(3) a:hover span {
    width: 150px;
  }
  main .side-nav ul li:nth-of-type(4) a span {
    text-transform: uppercase;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    width: 0px;
    position: relative;
    top: 3.6px;
    right: 30px;
    border-radius: 10px;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    overflow-x: hidden;
    background: #f8de49;
  }
  main .side-nav ul li:nth-of-type(4) a:hover span {
    width: 150px;
  }
  main .side-nav ul li:nth-of-type(5) a span {
    text-transform: uppercase;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    width: 0px;
    position: relative;
    top: 3.6px;
    right: 30px;
    border-radius: 10px;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    overflow-x: hidden;
    background: var(--lux-color);
    color: white;
  }
  main .side-nav ul li:nth-of-type(5) a:hover span {
    width: 150px;
  }
  main .side-nav ul li:nth-of-type(6) a span {
    text-transform: uppercase;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    width: 0px;
    position: relative;
    top: 3.6px;
    right: 30px;
    border-radius: 10px;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    overflow-x: hidden;
    background: var(--tempus-color);
    color: white;
  }
  main .side-nav ul li:nth-of-type(6) a:hover span {
    width: 150px;
  }
  main .side-nav ul li:nth-of-type(7) a span {
    text-transform: uppercase;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    width: 0px;
    position: relative;
    top: 3.6px;
    right: 30px;
    border-radius: 10px;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    overflow-x: hidden;
    background: var(--ventus-color);
  }
  main .side-nav ul li:nth-of-type(7) a:hover span {
    width: 150px;
  }
  main .side-nav ul li:nth-of-type(8) a span {
    text-transform: uppercase;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    width: 0px;
    position: relative;
    top: 3.6px;
    right: 30px;
    border-radius: 10px;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    overflow-x: hidden;
    background: var(--vita-color);
  }
  main .side-nav ul li:nth-of-type(8) a:hover span {
    width: 150px;
  }
  main .pc-screen {
    padding: 2em 1.5% 2em 1%;
    width: 55%;
  }
  main .pc-screen p {
    font-size: 17px;
  }
  main .pc-screen .list-house li {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  main .pc-screen .list-house li img {
    width: 180px;
    height: 180px;
  }
  main .pc-screen .list-house li p {
    line-height: 40px;
    width: 100%;
    margin-right: 0;
    padding-right: 10px;
    margin-left: 2%;
    font-size: 20px;
  }
  main .pc-screen .house-comm div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-content: space-between;
  }
  main .pc-screen .house-comm div img {
    max-width: 100%;
  }
  main .pc-screen .house-comm div .inner {
    width: 70%;
    display: block;
    margin-left: 1em;
    text-align: left;
  }
  main .pc-screen .house-comm div .inner h3 {
    font-size: 27px;
    text-transform: uppercase;
    margin-top: 0px;
  }
  main .pc-screen .house-comm div .inner h4 {
    margin-bottom: 2px;
  }
  main .pc-screen .house-comm div .inner p {
    line-height: 40px;
    font-size: 17px;
    margin-top: 2px;
  }
  main .score-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: black;
    height: 100vh;
    padding-top: 80px;
    width: 250px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .score-side iframe {
    display: block;
    position: relative;
    top: -5%;
  }
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0em;
    width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  main .house-comm div img {
    width: 300px;
    height: 400px;
  }
  main .house-comm div .inner h3 {
    font-size: 30px;
  }
}

@media screen and (max-height: 700px) {
  main .side-nav ul li {
    height: 65px;
  }
  main .side-nav ul li a img {
    width: 67px;
    height: 67px;
  }
  main .score-side {
    height: 98%;
  }
  main .score-side iframe {
    top: -80px;
  }
}

@media screen and (max-height: 610px) {
  header .mobile-menu {
    display: block;
  }
  main {
    margin: 3%;
    display: block;
  }
  main .pc-screen {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  main .side-nav {
    display: none;
  }
  main .score-side {
    width: 100%;
    padding-top: 1em;
    height: auto;
    display: block;
  }
  main .score-side iframe {
    display: block;
  }
}
/*# sourceMappingURL=main.css.map */