/* some style */

html {
    font-family: 'Ariel', sans-serif;
    font-weight: 400;
    font-size: 0.3820cm;
    line-height: 140%;

    height: 100% !important;
    width: 100% !important;
    position: fixed !important;

    background: rgba(22, 22, 22, 0.85);
}

body{
    /* background-image: linear-gradient(0deg, rgba(22, 22, 22, 0.85), rgba(22, 22, 22, 0.85)), url("/img/sheet-music-texture.jpg"); */
    background: rgba(22, 22, 22, 0.85);
    position: fixed !important;
    /* In some ways, this is here for rediculously messed up aspect ratios, where the page is super skinny. Shouldn't ever really see this. Maybe if the page loads slow. */
}

#header-pic-area{
  background-image: url("/img/background-image.jpeg");
  background-size: cover, cover;
  background-position: 68% 36%;
  background-repeat: no-repeat, no-repeat;

  min-height: 18cm;
  /* height: 18cm; */
}

.fixed-height-header-pic-area{
  height: 18cm;
  max-height: 18cm;
}

#art-picture{
  max-width: 100%;
  /* Fixes a flex resizing inconsistancy with img tags in edge and chrome. */
}

#nav-menu-fade{
  background: linear-gradient(0deg, rgba(22,22,22,0), rgba(22,22,22,.99)) ;
}

#textured-page-gradient{
  background: linear-gradient(180deg, rgba(22,22,22,0), rgba(22,22,22,1) 1.6cm, rgba(22,22,22,.9), rgba(22,22,22,.85), rgba(22,22,22,.85) 100%);
  /* Make it take a little longer to transition */
  margin-top: -1.6cm;
  height: calc(100% + 1.6cm);
}

.background-overlay-color{
  background: rgba(22,22,22,.85);
  /* margin-top: -5px; */
}

.note-background-texture{
  background-image: url("/img/sheet-music-texture.jpg");
  background-size: cover, cover;
  background-repeat: no-repeat;
}

.picture-size{
  width: 10.6955cm;
  border-radius: 16px;
}

#virtual-vertical-nav-spacer{
  /* height based on the space of the navbar, which is determined by text size */
  height: 55.333px;
}

#actual-navbar{
 background: linear-gradient(90deg, rgba(0,0,0,1), 50%, rgba(22,22,22,.6) );
}

#aj-logo{
  height: 57.0333px;
  width: 98.9px;
  padding: 2px;
}

#logo-text{
  font-size: 180%;
  line-height: 100%;

  min-width: 208px;
}
.textured-page{
  /* min-height: 16cm; */
  /* min-height: calc(100vh - 4.67cm); */
  min-height: calc(100vh - 177.9667px);
  /* We have a problem here, since it needs to be able to grow past this height */
  /* Can't really do this right without Javascript. The min-height should be the size of the remaining screen space after the header. */
}
.textured-page-main-page{
  min-height: calc(100vh - 18cm);
}

.embeded-map-size{
  width: 10.6955cm;
  height: 323.9px;
}

.embeded-map-background-placeholder{
  border-radius: 16px;
  background-color: #f5f5f5;
}
/* .background-texture{
  background-image: linear-gradient(0deg, rgba(22, 22, 22, 0.85), rgba(22, 22, 22, 0.85)), url("/img/sheet-music-texture.jpg");
} */
/*=====================================================
   Text
=====================================================*/
.quote-text{
  text-shadow: 0 0 1px #515151;

  font-size: calc(121.80% + 1vw);

  line-height: 130%;
  width: 100%;

  text-align: center;
}

.text-align-center{
  text-align: center;
}

.title-text{
  font-size: 200%;
  line-height: 130%;

}
.sub-title-text{
  color: #515151;
}

.main-content-text{
  font-size: calc(100% + .7vw);
  line-height: 130%;
}

.services-content-text{
  font-size: calc(100% + .2vw);
  line-height: 130%;
}

@media (min-width: 1242px){
  .main-content-text{
    font-size: 23.1167px !important;
  }
  .main-content-text-title{
    font-size: 31.7833px !important;
  }
  .services-content-text{
    font-size: 16.9167px !important;
  }
/* Forgive me lord, for I have sinned. #media-queries. This is probably the least hassel-free way--for now--to build in a max font size. */
}

.main-content-text-title{
  font-size: calc(160% + .7vw);
  line-height: 130%;
}
.quote-author{
  color: rgba(241, 236, 235, .7);
  font-style: normal;
}

/*=====================================================
   Color
=====================================================*/
.main-text-color{
  color: rgba(241, 236, 235, 1);
}

.dark-container-color{
  background-color: rgba(22,22,22,.4);
}

.link-style{
  color: rgba(170,227,255,1);
  text-decoration: none;
  text-shadow: 0 0 1px #515151;
}

/*=====================================================
   Navigation
=====================================================*/

.nav-element {
    text-decoration: none;

    margin-left: 0.0955cm;
    margin-right: 0.0955cm;

    color: white;
    font-weight: 600;
    text-shadow: 0 0 .8px #515151;
    cursor: pointer;
    -webkit-filter: drop-shadow(0 0 .5px #515151 );
    filter: drop-shadow(0 0 .5px #515151 );

    font-size: 120%;
    /* font-size: calc(1.2 * 0.3820cm); */
    font-weight: 700;
    flex-shrink: 0;
}

.nav-element.active {
    /* color: #515151; */

    border: rgba(255,12,12, 1);
    border-style: solid;

    border-top-width: 1px;
    border-bottom-width: 1px;

    border-left-width: 0;
    border-right-width: 0;

    text-shadow: none;
}

.nav-element:hover {
    -webkit-filter: drop-shadow(0 0 1px #515151 );
    filter: drop-shadow(0 0 1px #515151 );

    background-color: rgba(255,255,255,.1);
}

.nav-menu-element:hover {
    -webkit-filter: drop-shadow(0 0 1px #515151 );
    filter: drop-shadow(0 0 1px #515151 );

    background-color: rgba(255,255,255,.1);
}

#nav-menu {
    background-color: rgba(22,22,22,.99);
    width: 100%;
    /* background-image: linear-gradient(180deg, rgba(22,22,22,1) 90%, rgba(22,22,22,0)); */

}

#nav-menu div, #nav-menu a {
    width: 100%;
    margin-left: 0px;
    text-align: center;
    margin-top: 0.03cm;
    display: block;
}

.nav-element {
    padding: 0.27cm;
    /* 0.34cm */
}

@media (max-width: 560px){
  .nav-centering-fix{
    flex-basis: 100%;
  }
  /* Activates somewhere within the range of the problem sizes, and prevents the flex-spring from entering the same line as the navigation. Kind of a dirty fix.*/
}


/*=====================================================
   Components
=====================================================*/
/* .main-action-button{
  background-color: #F2ED92;
  box-shadow: inset 0px 1px 3px white, 0 0 2px #515151, 1px 1px 2px #26643377, 1px 1px 2px #D3EFD977  ;
  font-weight: 600;
  color: #515151;
  border: 0;
  cursor: pointer;
  margin: 0;
  outline: none;
  text-decoration: none;
  display: block;
} */

.contact-id-var-text{
  width: 1.6cm;
  text-align: right;
  flex-shrink: 0;
  padding-top: 14px;
}

.contact-page-id-text{
  /* width: calc(4.2cm + .7vw); */
  width: calc(4.2cm + .5vw);
  /* width: 4.2cm; */
  text-align: left;
  flex-shrink: 0;
}
.contact-page-var-text{
  flex-basis: 10cm;
}

.title-border-lines{
  border-top: rgba(255,255,255,.4);
  border-style: solid;

  border-top-width: 1px;

  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}

.fb-find-us-badge-container{
  height: 56px;
}

.fb-find-us-badge{
  height: 100%;
  width: 151.467px;

  border-radius: 4px;
  background-color: white;
}

#about-text{
  flex-basis: 260px;
}

#main-page-dimming-layer{
  background-color: rgba(22,22,22,.4);
}

.about-img-tile{
  width: 25%;
  border-radius: 16px;
  flex-basis: 6cm;
  height: auto;
}

/*=====================================================
   Style Aids
=====================================================*/
.content-separator{
  background-color: #515151;
  height: 1px;
}

.smooth-corners {
    border-radius: 4px;
}

.vertical-spacer-lg{
  height: 1.6cm;
}

.vertical-spacer-sm{
  height: .6cm;
}

.page-segment{
  /* flex-basis: 10cm; */
  max-width: 28cm;
}
.flex-basis-content{
  flex-basis: 12cm;
}

/*=====================================================
   Helper
=====================================================*/

.margin-remove{
  margin: 0 !important;
}

.overflow-visible{
  overflow: visible !important;
}
.normalize-text-style{
  font-style: normal;
  font-weight: normal;
}

.flex-spring{
  flex-grow: 10000;
}

.full-height-width{
  height: 100%;
  width: 100%;
}

.gradient-line-fix{
   background-position: 0;
}
