@charset "UTF-8";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  background-color: #291F1E;
}

p {
  color: #727272;
  font-size: 16px;
  line-height: 28px;
}

h1.feature-title {
  color: white;
  font-family: 'Noto Serif', serif;
  font-style: italic;
  line-height: 40px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

h3 {
  color: #da1f82;
  font-family: 'Noto Serif', serif;
}

p.light-txt {
  color: white;
}

a {
  color: #da1f82;
  text-decoration: none;
}

a:hover {
  color: white;
}

a.copy-links:hover {
  color: #727272;
  cursor: pointer;
}

i {
  margin-right: 10px;
}

iframe {
  border: 3px solid #da1f82;
  width: 640px;
  height: 360px;
}

hr {
  width: 25%;
  margin: 15px 0;
  border-color: #da1f82;
}

img {
  border: 10px solid white;
  width: 100%;
  box-sizing: border-box;
}

.img-grid {
  height: 200px;
}

.img-grid-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.img-grid-container-item {
  flex-basis: 50%;
  max-height: 200px;
  margin: 5px;
}


.card {
  padding: 30px;
  background-color: white;
  border-radius: 4px;
  margin-bottom: 15px;
}

.script-font {
  font-family: 'Noto Serif', serif;
  font-style: italic;
  line-height: initial;
}

.padding-option1 {
  padding: 0 10%;
}

.spacing-01 {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.spacing-02 {
  margin-right: 20px;
}

.spacing-v-01 {
  margin: 10px 0;
}

.flex-adjustments-01 {
	display: inline-flex;
}

.info-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #1b191a;
  padding: 10px 15px;
  font-size: 16px;
  color: #BDBDBD;
  z-index: 200;
  border-bottom: 1px solid rgba(255,255,255,0.1)
}

.feature {
  height: 400px;
  background-image: url("../images/DJ-Ken-Home-01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: white;
  overflow: hidden;
}

.feature-sub {
  height: 40px;
  background-image: url("../images/FunBG-01.jpg");
  background-position: top center;
}

.feature-forms {
  background-image: url("../images/jump.jpg");
}

.feature-contact {
  background-image: url("../images/Wedding-04.jpg");
}

.feature-txt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #da1f82;
  text-align: center;
  z-index: 100;
  padding: 10px 0;
}

.logo-magic {
  display: block;
  position: relative;
  top: 340px;
  font-size: 24px;
  width: 100%;
  text-align: center;
  padding: 10px;
  background-color: rgba(0,0,0,0.40);
}

.title-magic {
  top: 45px;
}

.main-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.content-container {
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.two-col {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  background-image: url("../images/interlaced.png");
  background-repeat: repeat;
  background-position: center;
  background-color: white;
}

.two-col-sub {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  background-image: url("../images/interlaced.png");
  background-repeat: repeat;
  background-position: center;
  background-color: white;
}

.content {
  padding: 30px;
  min-width: 250px;
  width: 600px;
}

.content-sub {
  padding: 30px;
  width: 600px;
}

.video-container {
  min-width: 250px;
  background-color: rgba(0,0,0,0.70);
  display: none;
  height: 100vh;
  width: 100vw;
  text-align: center;
  padding-top: 30px;
  position: absolute;
  z-index: 300;
}

.video-hidden {
  display: none;
}

.video-visible {
  display: block;
}

.footer {
  text-align: center;
  background-color: #291F1E;
  padding: 10px;
  font-size: 16px;
  color: #BDBDBD;
  width: 100%;
}

.main-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #291F1E;
  border-bottom: 1px solid rgba(255,255,255,0.1)
}

.main-menu-item {
  padding: 15px;
  color: #EAEAEA;
  text-decoration: none;
  text-transform: uppercase;
  border-left: 1px solid rgba(255,255,255,0.1);
  border-right: 1px solid rgba(255,255,255,0.1);
}

.main-menu-item:hover {
  background-color: #da1f82;
}

.main-menu-item-selected {
  background-color: #da1f82;
}


.button-outline {
  border: 2px solid white;
  color: white;
  padding: 10px 15px;
  border-radius: 60px;
  text-transform: uppercase;
}

.button-outline:hover {
  background-color: #291F1E;
  cursor: pointer;
}

.close-btn-container:hover {
  cursor: pointer;
}

.shadow {
 -moz-box-shadow: 3px 7px 7px 1px #ccc;
  -webkit-box-shadow: 3px 7px 7px 1px #ccc;
  box-shadow: 0px 10px 15px 5px #ccc;
}

.shadow-dark {
 -moz-box-shadow: 3px 7px 7px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow: 3px 7px 7px 1px rgba(0,0,0,0.2);
  box-shadow: 0px 10px 10px 5px rgba(0,0,0,0.2);
}

/*Breakpoints*/

@media screen and (max-width: 500px) {
  .main-menu-item {
    flex-basis: 100%;
  }
  .feature-sub {
    display: none;
  }
}

@media screen and (max-width: 670px) {
  .logo-magic {
    top: 300px;
  }
}

@media screen and (max-width: 960px) {
  .content {
    padding: 20px;
    width: 80%;
  }
  .info-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main-menu-item {
    font-size: 16px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,0.1);
  }
  .main-menu {
    flex-wrap: wrap;
    align-items: center;
  }
  .contact-info {
	display: flex;
	flex-direction: row;
    justify-content: center;
	flex-wrap: wrap;
    font-size: 16px;
  }
  .spacing-01 {
    margin-right: 5px;
    padding-right: 5px;
  }
  iframe {
    border: 3px solid #da1f82;
    width: 90%;
    height: 30%;
  }
}