:root {
  --main-bg-color: white;
  --main-color: #777;
  --main-h-color: #12005c;
  
  --main-2-bg-color: rgba(11, 0, 56, 0.7);
  --main-2-color: white;
  --main-2-h-color: white;

  --btn-bg-color: rgba(11, 0, 56, 0.7);
}

:root {
  --main-bg-color: white;
  --main-color: #777;
  --main-h-color: #bd2c2c;
  
  --main-2-bg-color: rgba(68, 68, 68, 0.7);
  --main-2-color: white;
  --main-2-h-color: white;

  --btn-bg-color: rgba(11, 0, 56, 0.7);
}


/* catamaran-regular - latin */
@font-face {
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/catamaran-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/catamaran-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/catamaran-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/catamaran-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/catamaran-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/catamaran-v17-latin-regular.svg#Catamaran') format('svg'); /* Legacy iOS */
}

/* catamaran-800 - latin */
@font-face {
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/catamaran-v17-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/catamaran-v17-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/catamaran-v17-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/catamaran-v17-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/catamaran-v17-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/catamaran-v17-latin-800.svg#Catamaran') format('svg'); /* Legacy iOS */
}

/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v23-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

@font-face { 
  font-family: 'HANDGOTN';
  src: url('../fonts/HANDGOTN.TTF') 
  format('truetype');
}

body {
  font-family: 'Lato';
  font-size: 1.2em;
  color: var(--main-color);
  background-color: var(--main-bg-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato';
  color: var(--main-h-color);
}

h2 a, .fa-facebook-square{
  color: var(--main-h-color);
}

.display-4{
  font-size: 2.5rem;
  font-weight: 500;
 
}
p{
  text-align: justify;
}


.dj-reference a{
  color: #000;
}

.dj-event{
  font-size: 1rem;
}

.dj-img-frame{
  padding-left: 0rem;
  padding-right: 0rem;
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.frame {
  height: 300px;
  width: 300px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.zoomin img {
  
  height: 300px;
  width: 300px;
  filter: grayscale(0%);
  opacity: 1;
  -webkit-transition: all 1.5s ease;
     -moz-transition: all 1.5s ease;
      -ms-transition: all 1.5s ease;
          transition: all 1.5s ease;
}
.zoomin img:hover {
  opacity: 1;
  transform: scale(1.1);
  filter: grayscale(100%);
}


hr {
    max-width: 60%;
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.lead{
  color: #ff0808;
}

.btn-xl {
  text-transform: uppercase;
  padding: 1.5rem 3rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.dj-bg {
  background-color: var(--main-2-bg-color) !important;
}

.bg-black {
  background-color: #000 !important;
}

.rounded-pill {
  border-radius: 5rem;
}

.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: var(--main-2-bg-color);
}

.navbar-custom .navbar-brand {
  font-family: 'HANDGOTN';
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  /*text-transform: uppercase;*/
  font-size: 1 rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: white;
}

header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(7rem + 72px);
  padding-bottom: 7rem;
  background: linear-gradient(0deg, #ff6a00 0%, #ee0979 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}
header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("https://unsplash.it/1900/1080?image=304") no-repeat center center ;
  background: url("../img/title2_2.jpg") no-repeat center center;
  filter: brightness(0) invert(1);
  -webkit-filter: grayscale(0%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}

header.masthead>.xoverlay {
  padding: 8rem 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}

header.masthead .masthead-content {
  z-index: 1;
  position: relative;
  text-shadow: 0px 0px 6px #000000;
  color: #fff;

}

header.masthead .masthead-content .masthead-heading {
  font-size: 4rem;
  font-weight: 800 !important;
  font-family: 'HANDGOTN';
  color: #fff;
}

header.masthead .masthead-content .masthead-subheading {
  font-size: 2rem;
  color: #fff;
}

header.masthead .bg-circle {
  z-index: 0;
  position: absolute;
  border-radius: 100%;
  background: linear-gradient(0deg, #ee0979 0%, #ff6a00 100%);
}

header.masthead .bg-circle-1 {
  height: 90rem;
  width: 90rem;
  bottom: -55rem;
  left: -55rem;
}

header.masthead .bg-circle-2 {
  height: 50rem;
  width: 50rem;
  top: -25rem;
  right: -25rem;
}

header.masthead .bg-circle-3 {
  height: 20rem;
  width: 20rem;
  bottom: -10rem;
  right: 5%;
}

header.masthead .bg-circle-4 {
  height: 30rem;
  width: 30rem;
  top: -5rem;
  right: 35%;
}


.dj-img-fluid {
  position: relative;
  background-color: #343a40;
  filter: brightness(0) invert(1);
  -webkit-filter: grayscale(0%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 300px;
  opacity: .9;
  margin-top: 4rem;
  margin-bottom: 4rem;
}



ul{
  padding-left: 20px;
}


@media (min-width: 992px) {
  body {
    font-size: 1.5em;
  }
  header.masthead {
    padding-top: calc(20rem + 55px);
    padding-bottom: 20rem;
  }
  header.masthead .masthead-content .masthead-heading {
    font-size: 6rem;
  }
  header.masthead .masthead-content .masthead-subheading {
    font-size: 4rem;
  }
  .display-4{
  font-size: 3.5rem;
  font-weight: 300;
  }
  .dj-img-frame{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  ul{
    padding-left: 40px;
  }

}

.bg-primary {
  background-color: #ee0979 !important;
}

.btn-primary {
  background-color: var(--btn-bg-color);
  border-color:  var(--btn-bg-color);
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #bd0760 !important;
  border-color: #bd0760 !important;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
}

.btn-secondary {
  background-color: #ff6a00;
  border-color: #ff6a00;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #cc5500 !important;
  border-color: #cc5500 !important;
}

.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
}

footer h2, footer a{
  color: lightgrey;
}
