/* Text Elements */

h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.5rem;
  font-family: 'Montserrat', sans-serif;
}

h1.heading-1 {
  margin-top: 25px;
  margin-bottom: 11px;
  padding-bottom: 0;
  color: #997fb7;
  text-transform: none;
  text-shadow: #000 2px 2px 5px;
  font-size: 2.99rem;
  font-family: 'Brush Script MT', cursive;
}

h1.heading-4 {
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-size: 1.57rem;
  font-family: 'Noto Serif', 'Brush Script MT', cursive;
}

h1.phone {
  color: #997fb7;
  text-shadow: #000 2px 2px 4px;
  font-size: 2.13rem;
  font-family: 'Noto Serif', serif;
}

h1.heading-2 {
  margin-bottom: 23px;
  padding-top: 28px;
  text-transform: capitalize;
  font-style: normal;
  font-variant: small-caps;
  font-size: 2.08rem;
  font-family: 'Noto Serif', serif;
}

h1.heading-3 {
  font-size: 1.17rem;
}

h1.heading-other {
  margin-top: 67px;
  margin-bottom: 11px;
  padding-bottom: 0;
  color: #997fb7;
  text-transform: none;
  text-shadow: #000 2px 2px 4px;
  font-size: 3.1rem;
  font-family: 'Brush Script MT', cursive;
}

h1.heading-2-videos {
  margin-bottom: 23px;
  padding-top: 7px;
  text-transform: capitalize;
  font-style: normal;
  font-variant: small-caps;
  font-size: 2.08rem;
  font-family: 'Noto Serif', serif;
}

h3 {
  color: #fc6300;
  font-weight: 700;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
}

h3.sublink-header {
  margin-top: 8px;
  margin-bottom: 12px;
  color: #bf97dd;
  text-align: left;
  font-size: 20px;
  font-family: 'Inter', sans-serif;
}

p.paragraph {
  color: #808080;
  font-weight: 300;
  font-size: .81rem;
  font-family: 'Roboto', sans-serif;
  line-height: 2rem;
}

p.paragraph.paragraph-1 {
  margin-bottom: -4px;
  color: #fff;
  text-align: center;
  font-size: 1.01rem;
}

p.paragraph a.paragraph-text-2 {
  color: #b3c3ff;
}

p.paragraph a.paragraph-text-3 {
  color: #b3c3ff;
  font-size: 1.625rem;
}

p.paragraph.paragraph-2 {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0;
  color: #fff;
  text-align: center;
  font-size: 1.36rem;
  font-family: 'Halant', serif;
}

p.paragraph.imagr-subtitle {
  margin-top: 10px;
  color: #beb7d1;
  text-align: center;
  font-family: 'Noto Serif', serif;
}

p.paragraph.paragraph-3 {
  margin-right: 20px;
  margin-left: 20px;
  color: #fff;
  font-size: 1.36rem;
  font-family: 'Halant', serif;
}

p.paragraph.paragraph-4 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 1.36rem;
  font-family: 'Halant', serif;
}

p.paragraph.paragraph-5 {
  color: #fff;
  text-align: center;
}

p.paragraph a.paragraph-text-1 {
  color: #8aa9c0;
}

a.link-text.nav-item-dd {
  float: left;
  padding: 14px 8px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
}

a.link-text.sublinks {
  padding: 6px 10px 6px 0;
  color: #fffdfd;
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
}

a.link-text.nav-item-dd:hover {
  background-color: transparent;
  color: #bfa8ff;
  text-decoration: none;

  -webkit-text-stroke-color: #cab7fe;
}

a.link-text.sublinks:hover {
  font-weight: 600;
}

/* Interaction Elements */

a.link-button.btn {
  display: inline;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #004375;
  color: #fff;
  text-align: center;

  -webkit-text-stroke-width: 0;
}

/* Layout Elements */

body {
  height: 100%;
}

body.body-1 {
  background-color: #0a0041;
}

.container-grid.welcome-column {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  padding-top: 14px;
  padding-right: 10px;
  padding-left: 10px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  justify-self: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
          align-self: flex-start;
}

.container-grid.hero-container-home {
  min-height: 95vh;
  background-color: #0a0041;
  background-image: -webkit-linear-gradient(top, rgba(65, 47, 105, 1) 10%, rgba(10, 0, 65, 1) 20%, rgba(10, 0, 65, 1) 20%, rgba(10, 0, 65, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(65, 47, 105, 1) 10%, rgba(10, 0, 65, 1) 20%, rgba(10, 0, 65, 1) 20%, rgba(10, 0, 65, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(65, 47, 105, 1) 10%, rgba(10, 0, 65, 1) 20%, rgba(10, 0, 65, 1) 20%, rgba(10, 0, 65, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(65, 47, 105, 1) 10%, rgba(10, 0, 65, 1) 20%, rgba(10, 0, 65, 1) 20%, rgba(10, 0, 65, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.html-element.html-element-1 {
  display: block;
  padding-top: 78px;
  padding-bottom: 0;
  text-indent: 0;
  word-spacing: 0;

  justify-self: center;
}

.container-grid.container-6 {
  background-color: #3e3e3e;
}

.container-grid.holding-container-dd {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  min-height: 0vh;
  max-width: 1280px;
}

.container-grid.navwrap-dd {
  position: fixed;
  z-index: 10;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  min-height: 60px;
  max-width: 1280px;
  width: 100%;
  background-color: #000;
}

.container-grid.navbar-dd {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  overflow: hidden;
  padding-right: 16px;
  padding-left: 16px;
  min-height: 60px;
  max-width: 1280px;
  background-color: #000;
  color: #fff;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

a.responsive-picture.nav-logo {
  margin-right: 8px;
  min-width: 60px;
  max-width: 78px;
  width: 100%;
}

.container-grid.dropdown-bootstrap {
  float: left;
  padding-top: 8px;
  padding-bottom: 8px;
}

button.dropbtn {
  padding: 14px 25px 14px 8px;
  border-width: 0;
  background-color: #000;
  color: #fff;
  letter-spacing: 0;
  font-size: 14px;
}

span.glyph.font-icon-1 {
  display: inline;
  margin-left: -20px;
  font-size: 12px;
}

.container-grid.dropdown-content-bootstrap {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1;
  display: none;
  max-width: 1280px;
  width: 100%;
}

.container-grid.mega-header {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  padding: 4px 16px;
  min-height: 15px;
  background-color: #5d5571;
  background-image: -webkit-linear-gradient(45deg, rgba(0, 23, 36, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background-image:    -moz-linear-gradient(45deg, rgba(0, 23, 36, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background-image:      -o-linear-gradient(45deg, rgba(0, 23, 36, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background-image:         linear-gradient(45deg, rgba(0, 23, 36, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
  box-shadow: none;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background-blend-mode: normal;
}

.container-grid.category-holder {
  display: grid;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 16px;
  background-color: #564681;

  grid-template-columns: 1fr;
  grid-template-rows: repeat(3 , auto);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.category {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.html-element.html-element-3 {
  margin-right: auto;
  margin-left: auto;
}

.container-grid.image-section {
  margin: 6px auto 24px;
  padding-top: 15px;
  padding-right: 0;
  padding-left: 15px;
  max-width: 1000px;
  background-color: transparent;
}

.container-grid.picture-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  margin-top: -10px;
  padding: 12px 8px 5px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

div.responsive-picture.gallery-image {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: none;
  border: .3125rem solid #fff;
}

.container-grid.hero-container-home.row-all-other-pages {
  background-image: -webkit-linear-gradient(top, rgba(65, 47, 105, 1) 10%, rgba(10, 0, 65, 1) 20%, rgba(10, 0, 65, 1) 20%, rgba(10, 0, 65, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(65, 47, 105, 1) 10%, rgba(10, 0, 65, 1) 20%, rgba(10, 0, 65, 1) 20%, rgba(10, 0, 65, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(65, 47, 105, 1) 10%, rgba(10, 0, 65, 1) 20%, rgba(10, 0, 65, 1) 20%, rgba(10, 0, 65, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(65, 47, 105, 1) 10%, rgba(10, 0, 65, 1) 20%, rgba(10, 0, 65, 1) 20%, rgba(10, 0, 65, 1) 100%);
}

.container-grid.hero-container-ja-home {
  min-height: 95vh;
  background-color: #0a0041;
  background-image: -webkit-linear-gradient(top, rgba(65, 47, 105, 1) 4%, rgba(10, 0, 65, 1) 8%, rgba(10, 0, 65, 1) 20%, rgba(10, 0, 65, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(65, 47, 105, 1) 4%, rgba(10, 0, 65, 1) 8%, rgba(10, 0, 65, 1) 20%, rgba(10, 0, 65, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(65, 47, 105, 1) 4%, rgba(10, 0, 65, 1) 8%, rgba(10, 0, 65, 1) 20%, rgba(10, 0, 65, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(65, 47, 105, 1) 4%, rgba(10, 0, 65, 1) 8%, rgba(10, 0, 65, 1) 20%, rgba(10, 0, 65, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.html-element.html-element-other-video-sampl {
  display: block;
  padding-top: 10px;
  padding-bottom: 0;
  text-indent: 0;
  word-spacing: 0;

  justify-self: center;
}

.html-element.html-element-music-1 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.html-element.html-element-music-2 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.html-element.html-element-video-sample-4 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-grid.nav-extra-4-amd1 {
  position: fixed;
  z-index: 10;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  min-height: 60px;
  max-width: 1280px;
  width: 100%;
  background-color: #000;
}

a.responsive-picture.picture-link-1 {
  padding-bottom: 69px;
  min-width: 30%;
  max-width: none;
}

button.dropbtn:hover {
  background-color: #001723;
  color: #cab7fe;
}

@media screen and (min-width: 28.75rem) {
  button.dropbtn {
    padding-left: 16px;
  }

  .container-grid.category-holder {
    grid-template-columns: repeat(3 , 1fr);
    grid-template-rows: auto;
  }
}

@media screen and (min-width: 36rem) {
  /* Text Elements */

  p.paragraph {
    font-size: 1.25rem;
    line-height: 1.53rem;
  }

  .container-grid.picture-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 48rem) {
  /* Text Elements */

  p.paragraph {
    font-weight: 300;
    font-size: .93rem;
    line-height: 1.7rem;
  }

  a.link-text.nav-item-dd {
    padding-right: 16px;
    padding-left: 16px;
  }

  a.responsive-picture.nav-logo {
    margin-right: 16px;
  }

  .container-grid.image-section {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    margin-top: -10px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container-grid.picture-container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -7px;
    padding-top: 10px;
    width: 50%;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  div.responsive-picture.gallery-image {
    width: 100%;
  }
}

@media screen and (min-width: 62rem) {
  /* Text Elements */

  p.paragraph {
    font-size: .93rem;
    line-height: 2rem;
  }

  .container-grid.hero-container-home {
    -ms-flex-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container-grid.hero-container-ja-home {
    -ms-flex-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
}