@font-face {
    font-family: myFirstFont;
    src: url(static/AmongPersonalUse-2ODno.woff);
}

@font-face {
    font-family: mySecondFont;
    src: url(static/GothamBook.woff);
}

/* popup */

.pop-up-container {
  display: block;
  z-index: 2000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  backdrop-filter: blur(40px);
    background: rgb(255 255 255 / 23%);
}

.pop-up-container form {
  position: relative;
  width: 360px;
  margin: 0 auto;
  top: 25%;
  padding: 40px 20px 40px 20px;
  background-color: #ffffffd9;
  box-shadow: 0 2px 6px 3px rgba(0, 0, 0, 0.2);
  border: solid #3a3939 2px;
  color: #eee;
  font-size: 14px;
  border-radius: 8px;
}

.pop-up-container h4 {
  margin-top: 0;
margin-bottom: 20px;
text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
font-size: 24px;
color: #1f2021d9;
font-weight: 900;
}

.pop-up-container p {
  margin-bottom: 25px;
font-size: 13px;
  color: #565656;
}

.pop-up-button  {
  cursor: pointer;
  width: 100%;
  font-weight: 900;
  display: inline-block;
  padding: 15px 30px 15px 30px;
  background: #237A57;

  border-radius: 8px;
  font-size: 16px;
  color: #e2e2e2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 20px;
  transition: all 0.2s ease;
  box-shadow: 0 2px 6px 3px rgba(0, 0, 0, 0.2);
}

.pop-up-button:hover {
  background: #1eb478;
  color: white;
  text-decoration: none;
}

#landerimg {
  width: 80px;
  margin-bottom: 20px;
}

.decline {
text-decoration: underline;
color: #b7b7b7;
}

.decline:hover {
color: white;
}
/* popup */

html {
    font-family:
            'raleway',
            -apple-system,
            BlinkMacSystemFont,
            'Segoe UI',
            Roboto,
            'Helvetica Neue',ge
            Arial,
            sans-serif;
;
    font-size: 16px;
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
}
/*homepage styles*/
  .body-background {
      background-image:url(static/hero-bg-image.png);
      background-repeat:no-repeat;
      background-size: 100%;
      background-color: #460c35;

  }
.headding-section-bg{
    background-image:url(/hero-image.png);
    background-repeat:no-repeat;
    background-position: center center;
    background-size:100% ;
}
.ranchers {
    font-family: myFirstFont;

}
.oswald {
    font-family: mySecondFont;
}
.raleway {
    font-family: raleway;
}
.main-headding{
    font-size: 80px;
    line-height: 90px;
    font-weight: 500 !important;
    color:white;
}
.footer-background{
/*background-color: #135679 !important;*/
}


/* popup */

.pop-up-container {
  display: block;
  z-index: 2000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  backdrop-filter: blur(40px);
    background: rgb(255 255 255 / 23%);
}

.pop-up-container form {
  position: relative;
  width: 50%;
  margin: 0 auto;
  top: 20%;
  padding: 40px 20px 40px 20px;
  background-color: #ffffffd9;
  box-shadow: 0 2px 6px 3px rgba(0, 0, 0, 0.2);
  border: solid #3a3939 2px;
  color: #eee;
  font-size: 14px;
  border-radius: 8px;
  display: grid;
  justify-content: center;
}

.pop-up-container h4 {
  margin-top: 0;
margin-bottom: 20px;
text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
font-size: 24px;
color: #1f2021d9;
font-weight: 900;
}

.pop-up-container p {
  margin-bottom: 25px;
font-size: 13px;
  color: #565656;
}

.pop-up-button  {
  cursor: pointer;
  width: 100%;
  font-weight: 900;
  display: inline-block;
  padding: 15px 30px 15px 30px;
  background: #237A57;

  border-radius: 8px;
  font-size: 16px;
  color: #e2e2e2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 20px;
  transition: all 0.2s ease;
  box-shadow: 0 2px 6px 3px rgba(0, 0, 0, 0.2);
}

.pop-up-button:hover {
  background: #1eb478;
  color: white;
  text-decoration: none;
}

#landerimg {
  width: 150px;
  margin-bottom: 20px;
  justify-self: center;
  margin-left: 20px;
}

.decline {
text-decoration: underline;
color: #b7b7b7;
}

.decline:hover {
color: white;
}
/* popup */



.text-6xl{
    font-size: 6rem !important;
    line-height: 5rem !important;
}
/*header*/
  a.menu-text {
      font-family: raleway;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 19px;
  }
h2.section-title-text {
    font-weight: 900;
}
button.play-now-button {
    background: #e26f3f;
    border-radius: 0px;
    color: white;
    font-family: sans-serif;
    font-size: 28px !important;
    font-weight: 600 !important;
    padding: 10px 55px !important;
    border-radius: 50px;
}
.button-blue{
    background: #e26f3f;
    color: white;
    font-family: sans-serif;
    font-size: 20px !important;
    font-weight: 600 !important;
    padding: 11px 45px !important;
    border-radius: 50px;
}
.goback-button{
    background: #e26f3f;
    color: white;
    font-family: sans-serif;
    font-size: 20px !important;
    font-weight: 600 !important;
    padding: 11px 45px !important;
    border-radius: 50px;
}
@media only screen and (max-width: 1440px) {
    iframe#gameiframe {
        height: 700px !important;
    }
    .main-headding{
        font-size: 70px ;
        line-height: 80px;
        font-weight: 400 !important;
    }
}
@media only screen and (min-width: 1024px) {
    iframe#gameiframe {
        height: 600px !important;
    }
}
@media only screen and (max-width: 1024px) {
    iframe#gameiframe {
        height: 450px !important;
    }
    .main-headding{
        font-size: 60px ;
        line-height: 70px;
        font-weight: 400 !important;
    }
}
@media only screen and (max-width: 768px) {
    iframe#gameiframe {
        height: 355px !important;
    }
    .game-iframe-column{
        background:none !important;
    }
    .main-headding{
        font-size: 32px;
        line-height: 55px;
        font-weight: 400 !important;
    }
    button.play-now-button {
        font-size: 20px !important;
        font-weight: 600 !important;
        padding: 10px 30px !important;
    }
}
@media only screen and (max-width: 640px) {
    iframe#gameiframe {
        height: 215px !important;
    }

}

@media only screen and (max-width: 426px) {
    iframe#gameiframe {
        height: 200px !important;
    }
    .game-iframe-column{
        background:none !important;
    }
    .main-headding {
        font-size:35px !important;
        line-height: 45px !important;
        font-weight: 400 !important;
        text-align: center;
    }
    .body-background {
        background-image: none !important;
    }
    .headding-section-bg{
        background-image:none;
    }
    button.play-now-button {
        font-size: 20px !important;
        font-weight: 600 !important;
        padding: 10px 30px !important;
        margin:auto;
    }

}
@media only screen and (max-width: 365px) {
    iframe#gameiframe {
        height: 190px !important;
    }
}

iframe#gameiframe {
    height: 450px;
}
.btn-con .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;

}
.btn-con {
    position: relative;
    width: 100%;
}
.games-img {
    opacity: 1;
    display: block;
    width: 90%;
    margin-bottom: 10px;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}
.btn {
    transition: .1s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.btn-con:hover .games-img {
    opacity: 0.3;
}

.btn-con:hover .btn {
    opacity: 1;
}

.btn {
    background: #ffc000 !important;
    border-radius: 50px !important;
    color: white !important;
    font-width: 700 !important;
    font-size: 19px !important;
    font-weight: 400 !important;
    padding: 5px 20px;
    text-transform: uppercase;


}
.hero-section{
    background-image:url("static/hero-section-bg.png");
    background-size: cover ;
    background-repeat:no-repeat ;
    background-position: top center;
    border-radius: 50px;
/* border-bottom:4px solid #060d1b ;*/
}
.hero-img{
    background-image: url("static/hero-section-img.png");
    background-size: cover !important;
    background-repeat: no-repeat ;
    border-radius: 5px 0px 0px 5px;
    background-position: center center;
}
.game-box-column{
    background-color: none;
    border-radius: 0px!important;
}
.game-name{
    color: #ffffff;
}
