
@font-face {
font-family: 'GOTHAM-MEDIUM';
src: local('GOTHAM-MEDIUM'), url('GOTHAM-MEDIUM.TTF') format('TTF');
}
body::-webkit-scrollbar { width: 0 !important; }
nav::-webkit-scrollbar { width: 0 !important; }
body { overflow: -moz-scrollbars-none; }
nav{ overflow: -moz-scrollbars-none; }
body { -ms-overflow-style: none; }
nav { -ms-overflow-style: none; }
/* CSS variables */
:root {
  --primary-color: 	#501628;
  --primary-color-hover: #830A48;
  --secondary-color: 	#501628;
  --secondary-color-hover: #830A48;
  --light-color: white;
}
html{
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
        -webkit-tap-highlight-color: transparent;   /* best code to remove _blue highlight */

}
body {
  font-family: 'GOTHAM-MEDIUM', sans-serif;
  /* background-color: #211f43 ; */
  background: url("./img/mink-mingle-HRyjETL87Gg-unsplash.jpg") no-repeat fixed;

  margin: 0;
  color: #e5e5e6;
  line-height: 1.6;
}
#no-scroll{
overflow: none;
}
#scroll{
 overflow: auto;
}
#video{
  display: none !important;
}
img{
  width:100%;
}
/* img#question1{
  height: 700px;
  width: 100%;
} */

a{
  text-decoration: none;
  color:#ccc;

}
a#Overviews{
  display: none;
}
#music{
  box-sizing: border-box;
  background-image: linear-gradient(316deg, rgba(165,98,82,0.2) 0%, rgba(79,14,80,0.2) 74%);

  /* background: url("./img/2357032.jpg") no-repeat center/cover; */
}
#music h2.section-head{
   font-size: 31px;
   margin-bottom: 40px;
}
#music .container h3{
  font-size: 1.1em;
  font-weight: 400;
}
#music .container .lead2 li{
  font-size: 17.6px;
}
/* #entertainment .lead2 li:nth-child(odd){
  font-size: 1.2rem;
  font-weight: bold;
} */
/* #entertainment .lead2 li:nth-child(even){
  font-size: 1.2rem;
} */
/* Section */
.section{
  box-sizing: border-box;
  padding: 2rem 0;

}
.section-head{
  font-size: 2.5rem;
  margin:9px 0 90px 0;
}
.section h3{
  font-size: 2rem;
}
@media screen   and  (orientation:portrait)
{
  body{
    background-size: auto 100%;
  }
  .plus{
    position: relative;
    bottom: -22px;
  }
}
@media screen   and  (orientation:landscape)
{
  body{
    background-size: 100%;
  }
}
/*boxes*/
@media screen and  (min-width: 760px){

  #music{
    height: 100%;
  }
  /* #music h2{

  } */
  #music .container h3{
  font-weight: lighter;
  }


  nav li:hover{
    border-bottom: 6px solid #151618;
  }
  nav li:active{
    border-bottom: 6px solid #7A0C2F;
  }

  .buttons{
    display: none;
  }
  /* #entertainment .lead2 li:nth-child(odd){
    font-size: 1.5rem;
    font-weight: bold;
  }
  #entertainment .lead2 li:nth-child(even){
    font-size: 1.5rem;
  } */
  #music h2.section-head{
     font-size: 40px;
     margin-bottom: 90px;
     margin-top: 30px;
  }
  #music .container h3{
    font-size: 24px;
    font-weight:400;
    margin-bottom: 80px;
  }
  #music .container .lead2 li{
    font-size: 24px;
  }
  /* #question1{
    display: block;
  }
  #question2{
    display: none;
  } */
  #centre{
    margin: 0 25px 0px 25px;
  }
  #boxes{
  height: 100%;
  margin-top: 0px;
  box-sizing: border-box;
  }
  @media screen and (min-height:1023px)
                and (max-height:1367px)
                and (orientation:portrait){
                  #boxes{
                  min-height: 70vh;
                  margin-top: 0px;
                  box-sizing: border-box;
                  }
                  #music{
                    min-height: 60vh;
                  }
                }
  #boxes .box{
    margin-top: 20px;
    display: inline-block;
    position: relative;
    width:20%;
    height: 45vh;

    text-align: left;
    box-shadow: 0 14px 28px rgba(102,0,136,0.25), 0 10px 10px rgba(102,0,136,0.22);
  }
  #boxes .s1{
    margin-left: 100px;
      transform: translateY(0);
  }


  #boxes p{
    text-align: left;
    margin-top: -30px;
    text-align: center;
    margin-left: 21px;
    margin-right: 21px;
    transform: translateY(-50px);

  }
  #boxes h3{
    text-align: center;
    font-size: 1.7em;
    margin-top: 20vh;

    min-height: 30%;
    width: 90%;
  }
  #boxes .box img{
    position: absolute;
    margin: auto;
    top:-130px;
    left: 0;
    right: 0;
    width: 200px;
    height: 300px;
  }
  #boxes h1 {
    text-align: center;
    font-size: 40px;

  }
  #boxes h2{
    text-align: center;
    margin-bottom: 80px;
    margin-left: 33px;
    margin-right: 33px;
  }
}

i.fa-quote-left{
  font-size: 2rem;
  color:rgba(17, 26, 34,0.8);
}
/* section#entertainment{
  background: url(./img/acrylic-art-artistic-1083617.jpg) no-repeat center/cover;
  padding: 10rem 0;
} */
.neon{
  letter-spacing: 5px;
  color: white;
  text-shadow: 0 0 0.1em white, 0 0 0.1em white, 0 0 0.01em white;
}
.giftCards{
  display: grid;
  grid-gap: 55px;
  grid-template-columns: repeat(2, 1fr);
  text-align: left;
}
.contacts h3{
  font-size: 30px;
}
.contacts h4 {
  font-size: 22px;
  margin-bottom: -10px;
}
.contacts p {
  font-weight: bold;

}
.contacts a{
  font-weight: 900;
}
.contacts .shade{
  color: rgba(12,12,12,0.5);
}
/* showcase */
#showcase{
  margin: 0;
  padding: 0;
  background: url(./img/Bill121.png) center/cover no-repeat , url(./img/BillBoard.jpg) no-repeat top/cover;
  background-size: auto 90% , cover;
  width: 100%;
  box-sizing: content-box;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
}
@media screen and (min-height:1023px)
              and (max-height:1370px)
              and (orientation:portrait){
               #showcase{

                 background:url(./img/lapt.jpg) no-repeat top/cover !important;

               }
               .arrows {
                 bottom: 10vh !important;
               }
}
#showcase .container{
  margin-top: 25vh;
}
#showcase h1{
  font-size: 4em;
  margin-bottom: 0;
}
#showcase h2{
  font-size: 2rem;
}

/* Footer */
footer{
  background-color: #000807;
}
footer .footer-cols{
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4,1fr);
  text-align: left;
  font-size: 14px;
}
footer .footer-cols ul{
  list-style: none;
}
footer .footer-cols ul li:first-child{
  font-size: 1.2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #151618 ;
  margin-bottom: 1rem;
}
footer .footer-bottom{
  background-color: #151618;
  padding: .5rem;
}
footer .footer-rows{
  display: none;
}
/*Utility Classes*/
.container{
max-width: 1180px;
text-align: center;
margin: 0 auto;
padding: 0 3rem;

}
.lead {
  font-size: 1.3rem;
  text-align: center;
}
.lead2{
  font-size: 1.3rem;
  text-decoration: none;
}
.lead2 li{
  list-style: none;
  transform: translateX(-25px);
}
#video h3{
  font-size: 2em;
}
#video h4{
  font-size: 1.5em;
}
#video .lead2 li:nth-child(odd){
  font-size: 1.2rem;
  font-weight: bold;
}
#video .lead2 li:nth-child(even){
  font-size: 1.2rem;
}
.text-center{
  text-align: center;
}
.mb{
  margin-bottom: 1rem;
}
.mt{
  margin-top: 1rem;
}
/* Navigation */
nav {
  height: 50px;
  width: 100%;
  background-color: #000807 ;
  color: #eee;
  position: fixed;
  z-index: 3;
  overflow-x: hidden;
}
nav ul {
  padding: 0;
  margin: 0;
}
nav li {
  display: inline;
  float: left;
}
nav a {
  display: inline-block;
  width: 100px;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  color: #eee;
  text-decoration: none;
}
nav li:hover {
  background-color:#151618;

}
nav li:active{
  background-color:#7A0C2F;
}
nav a#openup {
  display: none;
}
nav a#openup img {
  height: 33px;
  width: 105px;
  padding-top: 4px;
  padding-bottom: 1px;
  margin: -15px;
  margin-left: 1px;
}
.image0{
  content: url(./img/ky1.png);
  margin-left: 18px;
  margin-right: 18px;
  margin-bottom: -17px;
}
/* buttons */
.btn{
  padding: 1rem;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
}
.btn-primary{
  background-color: var(--primary-color);
}
.btn-primary:hover{
  background-color: var(--primary-color-hover);
}
.btn-secondary{
  background-color: var(--secondary-color);
}
.btn-secondary:hover{
  background-color: var(--secondary-color-hover);
}
/* text colors */
.text-primary{
  color: var(--primary-color);
}
.text-secondary{
  color: var(--secondary-color);
}
.text-light{
  color: var(--light-color);
}
.bg-light{
  background: var(--light-color);
  color: #333;
}

@media screen and (max-width: 760px) {
h1.neon{
  text-align: center;
}
#boxes{
margin-top: 0px;
box-sizing: border-box;
}
#boxes .box{
  margin-top: 100px;

  display: inline-block;
  position: relative;
  width:28%;
  min-height: 40vh;
  padding: 15px;
  text-align: left;
  box-shadow: 0 14px 28px rgba(102,0,136,0.25), 0 10px 10px rgba(102,0,136,0.22);
}
#boxes p{
  margin-top: 20vh;
  margin-left: 11px;
  min-height: 30%;
  width: 90%;
}
#boxes h3{
  text-align: left;
  font-size: 1.7em;
  margin-left: 11px;
}
#boxes .box img{
  position: absolute;
  margin: auto;
  top:-150px;
  left: 0;
  right: 0;
  width: 200px;
  height: 300px;
}
#boxes h1{
  font-size: 40px;
}


  /* #question1{
    display: none;
  }
  #question2{
    display: block;
  } */
  .hide-on-small {
    display: none;
  }
  a#Overviews{
    display: block;
  }
  #boxes .box{
    float: none;
    text-align: center;
    width: 100%;
  }
  /* section#entertainment{
    background: url(./img/acrylic-art-artistic-1083617.jpg) no-repeat center/cover;
    padding: 10rem 0;
  } */

  #showcase{
    margin: 0;
    padding: 0;
    background: url(./img/phon.jpg) no-repeat top/cover;
    width: 100%;
    min-height: 100vh;
    box-sizing: content-box;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  #showcase .container{
    margin-top: 15vh;
  }
  #showcase h1{
    font-size: 3rem;
  }
  #showcase h2{
    font-size: 1.5rem;
  }
  nav {
    height: auto;
    border-bottom: 0;
    overflow-x: hidden;
  }
  nav ul {
    display: none;
    height: auto;
  }
  nav li {
    width: 100%;
    float: left;
    position: relative;
  }
  nav a {
    text-align: left;
    width: 100%;
    text-indent: 25px;
    background: #000807 ;
    border-bottom: 1px solid #555;
  }
  svg.white{
    float: right;
    height: 20px;
    width: 20px;
    margin-right: -44px;
    margin-top: 4px;
    color: transparent;
  }
  svg.white:hover{
    color: #fff;
  }
  nav a:hover {
    background: #151618;
    border-bottom: 1 solid #000;
  }
  nav a:active{
    background:#7A0C2F;
    border-bottom: 1 solid #000;
  }

  span.hamburger {
    font-size: 20px;
    color: white;
    float: right;
    margin: 0px 20px 0px 0;
  }
  span.hamburger:hover{
    z-index: -1;
    color: white;
  }

  /* nav a#openup:after {
    content: "|||";
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    /* -webkit-transform: rotate(-90deg); */
    /* Safari and Chrome */
    /* width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 23px;
  } */
  nav a#openup {
    display: block;
    background-color: #000807;
    width: 100%;
    position: relative;
  }
}
/* end of media query */
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
@media screen and (max-width: 780px) {
  #showcase h1{
    font-size: 2.4em;
  }
  #showcase h2{
    font-size: 1.4rem;
  }
  #showcase{
    box-sizing: content-box;
  }
  #modalBtn{
    display: block;
  }
.giftCards{
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}
footer .footer-cols{
  display: none;
}
footer .footer-rows{
  display: block;
}
footer .footer-rows{
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2,1fr);
  text-align: left;
  font-size: 14px;
}
footer .footer-rows ul{
  list-style: none;
}
footer .footer-rows ul li:first-child{
  font-size: 1.2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000807;
  margin-bottom: 1rem;
}
@media screen and (max-height:580px){
#showcase p.lead {
  display: none;
}

#showcase {
  height: 150vh;
}
}
}
@media screen and  (max-width: 340px){
  #showcase h1{
    font-size: 2em;

  }
  #showcase h2{
    font-size: 1.2em;
  }
  .contacts{
    zoom:0.90;
  }

}
@media screen and  (max-width: 768px)
              and (orientation: portrait){
  .col{
    zoom:0.76;
  }

}
