
p{
  color: rgb(246, 241, 241);
}
.sr-only {
  position: absolute;
  top: 0;
  left: -9999999px;
  width: 0.1rem;
  height: 0.1rem;
  visibility: hidden;
}

/* ====================================================== */

/* Utility Classes */

.inner-container {
  max-width: 40rem;
  margin: auto;
  padding: 3rem 1rem;
}

header .inner-container {
  padding: unset;
}

.flex-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

/* =====styles====== */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.5;
  background-color: rgb(4, 4, 4);
}

h2 {
  font-family:Arial, Helvetica, sans-serif ;
  color: white;
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
}


/* ======================nav========================== */
header div div a img:first-of-type {
  width: 50%;
}
header div div div img:last-of-type {
  width: 2rem;
}

h1 a img{
max-width: 12rem;
}

nav {
  background-color: rgb(0, 0, 0);
  left: 0;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  color: white;
  text-transform: uppercase;
}

.show-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.179);
  max-height: unset;
  overflow: visible;
}

header {
  background-color: rgb(0, 0, 0);
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 0.5rem;
  width: 100%;
  align-items: center;
}

header div div {
  justify-content: space-between;
}

header ul {
  list-style: none;
  align-items: center;
  justify-content: space-between;
}

/* ================intro=================== */
.intro-banner {
  background: url(../img/anthony-torres-OemOxFt_9_4-unsplash.jpg) bottom / cover no-repeat;
  height: 680px;
}

.intro-banner p{
  color: #ecf9f6;
  font-size: 1.8rem;
}

.intro-banner button {
  background-color: #43c6ac; 
  border-radius: 0.3rem;
  border: 2px solid #43c6ac ;
  margin: 1rem auto;
  padding: 0.5rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #ffffff;
  min-width: 18rem;
}

.intro-banner button:last-of-type {
  background-color: rgb(255, 255, 255);
  color: #39d5e0;
  margin-left: 1rem;
}


/* ---------new news---------- */
.new-news{
  padding: 2rem;
}

.new-news div{
  min-width:50%
}
.new-news h3{
  color: #fff;
}

.new-news img{
  border-radius: 0.6rem;
  margin: 2rem auto;
 max-width: 600px;
 flex: 1 1 320px;
}

/* =================blues news============ */
.blues-news {
  margin: 0 1rem;
}

.blues-news h2 {
  color: #43c6ac;
}

.blues-news hr {
  background-color: #43c6ac;
  height: 3px;
  border: none;
  margin: 0 0 2rem 0;
  width: 19rem;
}


.blues-news h3 {
  color: #43c6ac;
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.blues-news .tile img {
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
  margin: 2rem 0;
  width: 100%;
}

/* .blues-news .tile {
  max-width: 24rem;
} */


/* ==============vip============ */
.vip {
  background-color: #43c6ac;
  margin-top: 2rem;
  padding: 0.5rem;
}

.vip h2 {
  padding-top: 3rem;
  color: #191654;
}

.vip hr {
  background-color: #fff;
  border: none;
  max-width: 20rem;
  height: 2px;
}
.vip p {
  margin-bottom: 1rem;
}

.vip button {
  background-color: rgb(248, 243, 243);
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  padding: 1rem;
  text-transform: uppercase;
  color: #191654;
  display: block;
  width: 18rem;
  margin: 2rem auto 3rem;
}

.vip div img {
  margin: 0 auto 1rem;
  max-width: 90%;

}

/* ===============footer================ */
footer svg {
  width: 2rem;
}

footer {
  background-color: #000000;
  color: #fff;
  padding: 0.5rem 1rem;
  display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.banner-ad-long{
  max-width:720px;
  margin: 2rem auto;
  flex-shrink: 1;
}

.banner-ad-short{
max-width: 250px;
margin: 2rem auto;

}

@media screen and (min-width: 760px) {

  .med-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* ----------------- */
  .intro-banner span {
    display: block;
  }

  .intro-banner {
    position: relative;
    margin-bottom: 5rem;
  }

  .intro-banner div {
    position: absolute;

    bottom: 25%;
    left: 0;
    right: 0;
  }


  /* --blues news-- */

  .blues-news button {
    margin-left: 1%;
  }

  .tile img {
    max-height: 16rem;
    min-width: 22rem;
  }

  .tile{
   
    margin-bottom:2rem;
  }

  .tile div {
    min-width: 22rem;
    margin-left: 1.5rem;
  }

  .tile:last-of-type {
    margin-bottom: 5rem;
  }

  /* -- vip-- */

  .vip {
    padding: 3rem 1rem;
    display: flex;
    align-items: center;
  }

  .vip hr {
    margin: unset;
    margin-bottom: 1rem;
  }

  .vip button {
    margin: unset;
    margin: 2rem 0 6rem;
  }


}

