@charset "utf-8";
@import "font-awesome.css";
/*
Main sizing variables
*/
/*
Directories
*/
/*
Fonts
*/
@font-face {
  font-family: AlegreyaSans;
  src: local('AlegreyaSans-Light'), url('Fonts/AlegreyaSans/AlegreyaSans-Light.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: local('Roboto-Regular'), url('Fonts/Roboto/Roboto-Regular.ttf') format('truetype');
  font-display: swap;
}
/*
Color palette
supported master colors are:
main
accent

each has a reverse, with a dark, darker, light and lighter
version of each 

also included are a master background color and a blackout color
*/
:root {
  --neutral-color: hsl(0, 0%, 20%);
  --dark-neutral-color: hsl(0, 0%, 10%);
  --darker-neutral-color: hsl(0, 0%, 0%);
  --light-neutral-color: hsl(0, 0%, 30%);
  --lighter-neutral-color: hsl(0, 0%, 40%);
  --accent-color: hsl(211, 65%, 50%);
  --dark-accent-color: #2b6aad;
  --darker-accent-color: #28588a;
  --light-accent-color: #2784e7;
  --lighter-accent-color: #248bf9;
  --background-color: hsl(0, 0%, 98%);
  --navitems: 0;
}
/*
Media queries
*/
/*
Global page definitions and common elements
*/
*,
:after,
:before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  transition: inherit;
  color: inherit;
  z-index: 0;
}
html {
  min-height: 100vh;
  min-width: 360px;
  width: 100%;
  scroll-behavior: smooth;
  box-sizing: border-box;
  background-color: hsl(0, 0%, 98%);
  /*------------this is the global sizing operator------------------*/
  font-size: 20px;
  /*----------------------------------------------------------------*/
}
body {
  font-family: AlegreyaSans, Geneva, sans-serif;
  -moz-background-size: cover;
  background-size: cover;
}
h1,
h2,
h3,
p {
  font-weight: normal;
  font-size: inherit;
}
a {
  text-decoration: none;
}
p > a {
  color: #2b6aad;
  display: inline-block;
  transition: all 0.1s ease-out;
}
p > a:hover {
  color: hsl(211, 65%, 50%);
  transform: scale(1.1, 1.1);
}
a[href^="tel:"]:before {
  content: "\260e";
  margin-right: 0.25rem;
}
a[href^="mailto:"]:before {
  content: "\260e";
  margin-right: 0.25rem;
}
.hero-text,
.splash-header > div > h1,
#index_header > div > h1,
#about_header > div > h1,
#services_header > div > h1,
#contact_header > div > h1 {
  font-size: 2rem;
}
@media (min-width: 960px) {
  .hero-text,
  .splash-header > div > h1,
  #index_header > div > h1,
  #about_header > div > h1,
  #services_header > div > h1,
  #contact_header > div > h1 {
    font-size: 2.75rem;
  }
}
.huge-text,
.section_header,
.subsection_header,
#ajaxform_root > h1,
#services h1,
#about_info > div > div:nth-of-type(1) > h1,
#service_main > h1,
#service_main #service_info > div > div:nth-of-type(1) > h1,
#contact_body > div:nth-of-type(1) > h1 {
  font-size: 1.5rem;
}
@media (min-width: 960px) {
  .huge-text,
  .section_header,
  .subsection_header,
  #ajaxform_root > h1,
  #services h1,
  #about_info > div > div:nth-of-type(1) > h1,
  #service_main > h1,
  #service_main #service_info > div > div:nth-of-type(1) > h1,
  #contact_body > div:nth-of-type(1) > h1 {
    font-size: 2rem;
  }
}
.large-text,
.splash-header > div > h2,
.hero_button,
.normal_button,
#player_root #player_info #player_title,
#about_info > div > div:nth-of-type(2) > h3,
#service_main #service_info > div > div:nth-of-type(2) > h3,
#index_header > div > h2,
#about_header > div > h2,
#services_header > div > h2,
#contact_header > div > h2,
#ajaxform_root > div > form #form_submit,
#message_root > div > div > input {
  font-size: 1rem;
}
@media (min-width: 960px) {
  .large-text,
  .splash-header > div > h2,
  .hero_button,
  .normal_button,
  #player_root #player_info #player_title,
  #about_info > div > div:nth-of-type(2) > h3,
  #service_main #service_info > div > div:nth-of-type(2) > h3,
  #index_header > div > h2,
  #about_header > div > h2,
  #services_header > div > h2,
  #contact_header > div > h2,
  #ajaxform_root > div > form #form_submit,
  #message_root > div > div > input {
    font-size: 1.25rem;
  }
}
.medium-text,
#nav_root #nav_title,
#nav_root #nav_items,
#player_root #player_info #player_artist,
#playlist_root .playlist_entry,
#ajaxform_root > div > form > input,
#ajaxform_root > div > form > textarea,
.data_div_container,
#services #service_icons h3,
#services #service_desc,
#about_info > div > div:nth-of-type(2) > p,
#service_main #service_info > div > div:nth-of-type(2) > p,
#contact_body > div:nth-of-type(1) > div > p {
  font-size: 0.75rem;
}
@media (min-width: 960px) {
  .medium-text,
  #nav_root #nav_title,
  #nav_root #nav_items,
  #player_root #player_info #player_artist,
  #playlist_root .playlist_entry,
  #ajaxform_root > div > form > input,
  #ajaxform_root > div > form > textarea,
  .data_div_container,
  #services #service_icons h3,
  #services #service_desc,
  #about_info > div > div:nth-of-type(2) > p,
  #service_main #service_info > div > div:nth-of-type(2) > p,
  #contact_body > div:nth-of-type(1) > div > p {
    font-size: 0.8rem;
  }
}
.small-text,
#player_root #player_info #player_services span,
#ajaxform_root > div > form > label,
#contact_body > div:nth-of-type(1) > div > h3 {
  font-size: 0.5rem;
}
@media (min-width: 960px) {
  .small-text,
  #player_root #player_info #player_services span,
  #ajaxform_root > div > form > label,
  #contact_body > div:nth-of-type(1) > div > h3 {
    font-size: 0.5rem;
  }
}
.section_header,
#service_main > h1 {
  padding: 0.5rem;
  margin: 1rem auto 0;
  text-align: center;
  background-color: hsl(0, 0%, 30%);
  color: #ffffff;
}
@media (min-width: 960px) {
  .section_header,
  #service_main > h1 {
    border-radius: 0.25rem;
  }
}
.subsection_header,
#about_info > div > div:nth-of-type(1) > h1,
#service_main #service_info > div > div:nth-of-type(1) > h1,
#contact_body > div:nth-of-type(1) > h1 {
  color: #ffffff;
  background-color: hsl(211, 65%, 50%);
  text-align: center;
  padding: 0.5rem 0;
}
@media (min-width: 600px) {
  .subsection_header,
  #about_info > div > div:nth-of-type(1) > h1,
  #service_main #service_info > div > div:nth-of-type(1) > h1,
  #contact_body > div:nth-of-type(1) > h1 {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
}
.responsive_edge,
.section_header,
.cta a > h2,
#service_main > h1 {
  border-radius: 0px;
  max-width: 960px;
}
@media (min-width: 960px) {
  .responsive_edge,
  .section_header,
  .cta a > h2,
  #service_main > h1 {
    border-radius: 0.25rem;
  }
}
/*
Common Page Elements
*/
.splash-header,
#index_header,
#about_header,
#services_header,
#contact_header {
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 600px) {
  .splash-header,
  #index_header,
  #about_header,
  #services_header,
  #contact_header {
    background-position: top;
  }
}
.splash-header > div,
#index_header > div,
#about_header > div,
#services_header > div,
#contact_header > div {
  height: 20rem;
  text-align: center;
  padding: 6rem 0 0 0;
}
@media (min-width: 600px) {
  .splash-header > div,
  #index_header > div,
  #about_header > div,
  #services_header > div,
  #contact_header > div {
    height: 15rem;
    text-align: right;
    padding: 1rem 1rem 0 0;
  }
}
@media (min-width: 960px) {
  .splash-header > div,
  #index_header > div,
  #about_header > div,
  #services_header > div,
  #contact_header > div {
    height: 20rem;
    padding-top: 4rem;
  }
}
.splash-header > div > h1,
.splash-header > div > h2,
#index_header > div > h1,
#index_header > div > h2,
#about_header > div > h1,
#about_header > div > h2,
#services_header > div > h1,
#services_header > div > h2,
#contact_header > div > h1,
#contact_header > div > h2 {
  line-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 600px) {
  .splash-header > div > h1,
  .splash-header > div > h2,
  #index_header > div > h1,
  #index_header > div > h2,
  #about_header > div > h1,
  #about_header > div > h2,
  #services_header > div > h1,
  #services_header > div > h2,
  #contact_header > div > h1,
  #contact_header > div > h2 {
    background-color: transparent;
  }
}
.splash-header > div > div,
#index_header > div > div,
#about_header > div > div,
#services_header > div > div,
#contact_header > div > div {
  padding-top: 1rem;
}
@keyframes hero_pulsate {
  0% {
    background-color: #f98b15;
  }
  /*50% {background-color: var(--media-med-color);color:var(--media-med-neutral);}*/
  50% {
    background-color: #faa244;
  }
  100% {
    background-color: #f98b15;
  }
}
.hero_button,
#ajaxform_root > div > form #form_submit {
  background-color: #f98b15;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  display: inline-block;
  cursor: pointer;
  text-shadow: 1px 1px hsl(31, 65%, 50%);
  border: solid 1px #f98b15;
  box-shadow: 1px 1px hsl(31, 65%, 50%);
  font-family: Roboto;
  transition: all 0.3s ease-out;
  webkit-animation: hero_pulsate 2s ease-in infinite;
  -moz-animation: hero_pulsate 2s ease-in infinite;
  animation: hero_pulsate 2s ease-in infinite;
  color: #ffffff;
}
.hero_button:hover,
#ajaxform_root > div > form #form_submit:hover {
  background-color: #faa244;
  transform: scale(1.1, 1.1);
}
.hero_button i,
#ajaxform_root > div > form #form_submit i {
  display: inline-block;
  padding-left: 0.25rem;
  font-size: 1rem;
}
.normal_button,
#message_root > div > div > input {
  background-color: hsl(211, 65%, 50%);
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  display: inline-block;
  cursor: pointer;
  text-shadow: 1px 1px #28588a;
  border: solid 1px #248bf9;
  box-shadow: 1px 1px #28588a;
  font-family: Roboto;
  color: #ffffff;
  transition: all 0.3s ease-out;
}
.normal_button:hover {
  background-color: #5797db;
  transform: scale(1.1, 1.1);
}
#index_header {
  background-image: url('PageElements/index-header-mobile.jpg');
}
@media (min-width: 600px) {
  #index_header {
    background-image: url('PageElements/index-header-tablet.jpg');
  }
}
@media (min-width: 960px) {
  #index_header {
    background-image: url('PageElements/index-header-desktop.jpg');
  }
}
#about_header {
  background-image: url('PageElements/about-header-mobile.jpg');
}
@media (min-width: 600px) {
  #about_header {
    background-image: url('PageElements/about-header-tablet.jpg');
  }
}
@media (min-width: 960px) {
  #about_header {
    background-image: url('PageElements/about-header-desktop.jpg');
  }
}
#services_header {
  background-image: url('PageElements/services-header-mobile.jpg');
}
@media (min-width: 600px) {
  #services_header {
    background-image: url('PageElements/services-header-tablet.jpg');
  }
}
@media (min-width: 960px) {
  #services_header {
    background-image: url('PageElements/services-header-desktop.jpg');
  }
}
#contact_header {
  background-image: url('PageElements/contact-header-mobile.jpg');
}
@media (min-width: 600px) {
  #contact_header {
    background-image: url('PageElements/contact-header-tablet.jpg');
  }
}
@media (min-width: 960px) {
  #contact_header {
    background-image: url('PageElements/contact-header-desktop.jpg');
  }
}
/*
Plugins
references to variables for plugin javascript
*/
#navigation {
  z-index: 50;
}
#nav_spacer {
  display: block;
  height: 2rem;
}
@media (min-width: 960px) {
  #nav_spacer {
    display: none;
  }
}
#page_top {
  position: absolute;
  height: 2rem;
  width: 100%;
}
#nav_root {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  font-family: Roboto;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  grid-template-areas: "title navbutton" "navitems navitems";
  line-height: 100%;
  color: hsl(0, 0%, 20%);
  border-bottom: 2px inset hsl(0, 0%, 0%);
  counter-reset: navitem_count;
  z-index: 10;
  transition: top 0.3s ease-out;
}
@media (min-width: 960px) {
  #nav_root {
    height: auto;
    background-color: transparent;
    color: #ffffff;
    grid-template-areas: "title navitems";
    border-bottom: 1px inset #999999;
  }
}
#nav_root.scroll {
  background-color: #ffffff;
  color: hsl(0, 0%, 20%);
}
#nav_root.scrollup {
  top: -4rem !important;
}
#nav_root #nav_title {
  grid-area: title;
  justify-self: start;
  pointer-events: none;
  z-index: 10;
  font-weight: bold;
  text-align: left;
  padding: 0.5rem 0 0.5rem 1rem;
}
@media (min-width: 960px) {
  #nav_root #nav_title {
    padding: 1rem 0 1rem 1rem;
  }
  #nav_root #nav_title h1 {
    padding-top: 0.5rem;
  }
}
#nav_root #nav_items {
  position: absolute;
  grid-area: navitems;
  top: 1px;
  height: 0;
  text-align: right;
  display: block;
  background-color: #ffffff;
  width: 100%;
  padding: 0;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
@media (min-width: 960px) {
  #nav_root #nav_items {
    height: auto;
    position: relative;
    justify-self: end;
    background-color: transparent;
    z-index: 5;
    padding: 0 1rem 0 0;
  }
}
#nav_root #nav_items ul {
  width: 100%;
  list-style-type: none;
  line-height: 100%;
}
#nav_root #nav_items ul li {
  counter-increment: navitem_count;
  text-align: right;
  display: block;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
@media (min-width: 960px) {
  #nav_root #nav_items ul li {
    display: inline-block;
    padding: 1rem 0 1rem 1rem;
  }
}
#nav_root #nav_items ul li.linked_page:hover {
  background-color: #248bf9;
  color: #ffffff;
}
@media (min-width: 960px) {
  #nav_root #nav_items ul li.linked_page:hover {
    background-color: rgba(204, 204, 204, 0.2);
    color: #248bf9;
  }
}
#nav_root #nav_items ul li.current_page {
  background-color: #cccccc;
  cursor: default;
}
@media (min-width: 960px) {
  #nav_root #nav_items ul li.current_page {
    background-color: hsla(0, 0%, 0%, 0.5);
  }
}
#nav_root #nav_items ul li a,
#nav_root #nav_items ul li p {
  color: inherit;
  display: block;
  text-decoration: none;
  text-align: right;
  width: 100%;
  padding: 0.5rem 1rem 0.5rem 0;
}
#nav_root #nav_items.menu-open {
  height: 7rem;
}
#nav_root #nav_button {
  grid-area: navbutton;
  display: block;
  text-align: right;
  cursor: pointer;
  z-index: 10;
  padding: 0.5rem 1rem 0.5rem 1rem;
  transition: background-color 0.1s ease-out;
}
@media (min-width: 960px) {
  #nav_root #nav_button {
    grid-area: none;
    display: none;
  }
}
#nav_root #nav_button.button-open {
  background-color: #248bf9;
  color: #ffffff;
}
#audioplayer_root {
  width: 98%;
  padding: 1rem;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto auto auto;
  grid-template-areas: "player" "seekbar" "playlist";
  user-select: none;
  max-width: 960px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  #audioplayer_root {
    grid-template-columns: 49.5% 49.5%;
    column-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-areas: "player playlist" "seekbar playlist";
  }
}
#audioplayer_root > * {
  line-height: 100%;
}
#player_root {
  grid-area: player;
  width: 100%;
}
#player_root #player_info {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 1rem;
  grid-template-areas: "title services" "artist services";
}
#player_root #player_info #player_title {
  grid-area: title;
}
#player_root #player_info #player_artist {
  grid-area: artist;
  height: 1rem;
}
#player_root #player_info #player_services {
  grid-area: services;
  text-align: right;
}
#player_root #player_info #player_services span {
  vertical-align: top;
  cursor: pointer;
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  line-height: 0.5rem;
  color: #ffffff;
  background-color: #2b6aad;
  transition: all 0.3s;
}
#player_root #player_info #player_services span:hover {
  background-color: #248bf9;
  transform: scale(1.1);
}
#player_root #player_operators {
  display: grid;
  grid-template-columns: 2rem 2rem 2rem 1.35rem auto 4.5rem;
  grid-template-rows: 2rem;
  grid-template-areas: "prev play next volume volume_slider time";
  padding: 0;
}
#player_root #player_operators #player_play_button,
#player_root #player_operators #player_prev_button,
#player_root #player_operators #player_next_button,
#player_root #player_operators #player_volume_button {
  cursor: pointer;
  font-size: 1rem;
  margin-top: 0.25rem;
  margin-right: 0.25rem;
  height: 1.5rem;
}
#player_root #player_operators #player_play_button i,
#player_root #player_operators #player_prev_button i,
#player_root #player_operators #player_next_button i,
#player_root #player_operators #player_volume_button i {
  line-height: 1.5rem;
}
#player_root #player_operators #player_play_button,
#player_root #player_operators #player_prev_button,
#player_root #player_operators #player_next_button {
  background-color: hsl(211, 65%, 50%);
  border-radius: 0.25rem;
  width: 1.75rem;
  transition: background-color 0.3s;
  padding-left: calc(50% - (1rem/2));
}
#player_root #player_operators #player_play_button i,
#player_root #player_operators #player_prev_button i,
#player_root #player_operators #player_next_button i {
  color: #ffffff;
}
#player_root #player_operators #player_play_button i:before,
#player_root #player_operators #player_prev_button i:before,
#player_root #player_operators #player_next_button i:before {
  display: inline-block;
}
#player_root #player_operators #player_play_button:hover,
#player_root #player_operators #player_prev_button:hover,
#player_root #player_operators #player_next_button:hover {
  background-color: #248bf9;
}
#player_root #player_operators #player_play_button {
  grid-area: play;
}
#player_root #player_operators #player_prev_button {
  grid-area: prev;
}
#player_root #player_operators #player_next_button {
  grid-area: next;
}
#player_root #player_operators #player_volume_button {
  grid-area: volume;
}
#player_root #player_operators #player_volume_container {
  grid-area: volume_slider;
  padding-top: 0.675rem;
}
#player_root #player_operators #player_volume_container #player_volume {
  display: block;
  color: hsl(211, 65%, 50%);
  background-color: hsl(211, 65%, 50%);
  width: 100%;
}
#player_root #player_operators #player_time {
  grid-area: time;
  padding-top: 0.5rem;
  text-align: right;
  cursor: pointer;
}
#seekbar_root {
  grid-area: seekbar;
  width: 100%;
}
#seekbar_root #seekbar_graphics_root {
  height: 100%;
}
#playlist_root {
  grid-area: playlist;
}
#playlist_root .playlist_entry {
  width: 100%;
  height: 1.125rem;
  padding: 0.1875rem 0.375rem;
  border-radius: 0.25rem;
  line-height: 0.75rem;
  color: hsl(0, 0%, 30%);
  transition: background-color 0.4s ease, color 0.1s ease;
  cursor: pointer;
}
#playlist_root .playlist_entry:hover {
  background-color: #b3b3b3;
  color: #ffffff;
}
#playlist_root .playlist_entry .playlist_title {
  float: left;
  width: 50%;
}
#playlist_root .playlist_entry .playlist_artist {
  float: left;
  width: 50%;
  text-align: right;
}
@keyframes pulsate {
  0% {
    background-color: #28588a;
    color: #e6e6e6;
  }
  /*50% {background-color: var(--media-med-color);color:var(--media-med-neutral);}*/
  50% {
    background-color: #2b6aad;
    color: #ffffff;
  }
  100% {
    background-color: #28588a;
    color: #e6e6e6;
  }
}
#playlist_root .selected {
  background-color: #28588a;
  color: #e6e6e6;
  webkit-animation: pulsate 2s ease-in infinite;
  -moz-animation: pulsate 2s ease-in infinite;
  animation: pulsate 2s ease-in infinite;
  opacity: 1;
}
#ajaxform_root {
  color: hsl(0, 0%, 10%);
  width: 100%;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 0.25rem;
  padding: 2rem 0;
}
#ajaxform_root > h1 {
  background-color: hsl(0, 0%, 30%);
  color: #e6e6e6;
  border-radius: 0.25rem;
  padding: 0.5rem 0;
}
#ajaxform_root > h3 {
  padding-top: 0.25rem;
}
#ajaxform_root > div > form > label {
  display: block;
  width: 100%;
  color: hsl(0, 0%, 20%);
  padding-top: 1rem;
  font-weight: normal;
  text-align: left;
}
#ajaxform_root > div > form > input,
#ajaxform_root > div > form > textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem;
  color: hsl(0, 0%, 20%);
  border: 1px solid #e6e6e6;
  border-radius: 0.25rem;
  outline: none;
  background-color: #e6e6e6;
}
#ajaxform_root > div > form > input:focus,
#ajaxform_root > div > form > textarea:focus {
  border: 1px solid #248bf9;
  background-color: #ffffff;
}
#ajaxform_root > div > form > textarea {
  height: 5rem;
  outline: none;
  resize: none;
  overflow: auto;
}
#ajaxform_root > div > form #form_submit {
  margin-top: 2rem;
  /*
                background-color:@lighter-reverse-accent-color;
                border-radius:@global-corner;
                padding:@global-size 0;
                display:inline-block;
                cursor:pointer;
                border:solid 1px @lighter-reverse-accent-color;
                color:@lighter-reverse-neutral-color;
                width:100%;
                
                box-shadow:1px 1px @dark-reverse-accent-color;
                &:extend(.large-text);
                font-weight:normal;
                font-family:@alt-font;
                transition: all .3s ease-out;
                &:hover{
                    background-color:tint(@lighter-reverse-accent-color, 20%);
                }*/
}
#message_root {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: hsla(0, 0%, 0%, 0.5);
  z-index: 100;
  pointer-events: none;
  cursor: pointer;
}
#message_root > div {
  pointer-events: auto;
  position: relative;
  top: 25vh;
  width: 50vw;
  margin: 0 auto;
  background-color: #e6e6e6;
  border: 2px inset #2784e7;
}
#message_root > div > h2 {
  text-align: center;
  padding: 1rem;
  color: #248bf9;
}
#message_root > div > p {
  text-align: center;
  padding-bottom: 3rem;
}
#message_root > div > div {
  padding: 1rem;
  width: 100%;
  text-align: right;
}
.data_div_container {
  margin-left: 1rem;
}
.data_input,
.data_input_text,
.data_input_text_number,
.data_input_text_string {
  background-color: #e6e6e6;
}
.data_input_text,
.data_input_text_number,
.data_input_text_string {
  padding: 0.25rem;
  border-radius: 0.25rem;
}
.data_input_text_number {
  width: 2rem;
}
.data_input_text_string {
  width: 20rem;
}
/*
Pages
individual page stylesheets here
*/
#services {
  text-align: center;
  width: 100%;
  padding: 1rem 0;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  color: #ffffff;
  background-image: url('PageElements/service-mobile.jpg');
}
@media (min-width: 600px) {
  #services {
    background-image: url('PageElements/service-tablet.jpg');
  }
}
@media (min-width: 960px) {
  #services {
    background-image: url('PageElements/service-desktop.jpg');
  }
}
#services #service_icons {
  justify-items: center;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "icon1" "label1" "icon2" "label2" "icon3" "label3";
  gap: 1rem 0;
  padding: 1rem 0;
}
@media (min-width: 600px) {
  #services #service_icons {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "icon1 icon2 icon3" "label1 label2 label3";
    gap: 0;
  }
}
#services #service_icons div {
  color: hsl(211, 65%, 50%);
  font-size: 8rem;
  width: 8rem;
  height: 8rem;
  align-self: end;
  position: relative;
}
#services #service_icons h3 {
  width: 8rem;
}
#services #service_icons div:nth-of-type(1n) {
  grid-area: icon1;
  top: -0.6rem;
}
#services #service_icons div:nth-of-type(2n) {
  grid-area: icon2;
  top: 0rem;
}
#services #service_icons div:nth-of-type(3n) {
  grid-area: icon3;
  top: 0.5rem;
}
#services #service_icons h3:nth-of-type(1n) {
  grid-area: label1;
}
#services #service_icons h3:nth-of-type(2n) {
  grid-area: label2;
}
#services #service_icons h3:nth-of-type(3n) {
  grid-area: label3;
}
#services #service_desc {
  padding: 1rem 0 2rem 0;
}
#about_info {
  max-width: 960px;
  margin: 0 auto;
  padding: 1rem 0;
}
@media (min-width: 600px) {
  #about_info {
    padding: 1rem 1rem;
  }
}
#about_info > div {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  padding-top: 1rem;
}
#about_info > div:nth-of-type(1) > div > div {
  background-image: url('PageElements/about-story-mobile.jpg');
}
@media (min-width: 600px) {
  #about_info > div:nth-of-type(1) > div > div {
    background-image: url('PageElements/about-story-mobile.jpg');
  }
}
@media (min-width: 960px) {
  #about_info > div:nth-of-type(1) > div > div {
    background-image: url('PageElements/about-story-mobile.jpg');
  }
}
#about_info > div:nth-of-type(2) > div > div {
  background-image: url('PageElements/about-bio-mobile.jpg');
}
@media (min-width: 600px) {
  #about_info > div:nth-of-type(2) > div > div {
    background-image: url('PageElements/about-bio-mobile.jpg');
  }
}
@media (min-width: 960px) {
  #about_info > div:nth-of-type(2) > div > div {
    background-image: url('PageElements/about-bio-mobile.jpg');
  }
}
#about_info > div:first-child {
  padding-top: 0;
}
@media (min-width: 600px) {
  #about_info > div {
    flex-direction: row;
  }
  #about_info > div > div:nth-of-type(1) {
    margin-right: 1rem;
  }
  #about_info > div:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  #about_info > div:nth-of-type(2n) > div:nth-of-type(1) {
    margin-right: 0;
  }
  #about_info > div:nth-of-type(2n) > div:nth-of-type(2) {
    margin-right: 1rem;
  }
}
#about_info > div > div:nth-of-type(1) {
  width: 100%;
  flex: 1;
}
#about_info > div > div:nth-of-type(1) > div {
  background-size: contain;
  padding-bottom: 100%;
}
@media (min-width: 600px) {
  #about_info > div > div:nth-of-type(1) > div {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
}
#about_info > div > div:nth-of-type(2) {
  flex: 1 1;
}
#about_info > div > div:nth-of-type(2) > h3 {
  color: #2b6aad;
  text-align: center;
  font-weight: bold;
  padding-top: 0.5rem;
}
#about_info > div > div:nth-of-type(2) > p {
  padding-top: 0.5rem;
  text-indent: 2rem;
  text-align: justify;
}
#about_info > div > div:nth-of-type(2) > p.info_header {
  font-weight: bold;
  text-align: center;
}
#service_main #service_info {
  max-width: 960px;
  margin: 0 auto;
  padding: 1rem 0;
}
@media (min-width: 600px) {
  #service_main #service_info {
    padding: 1rem 1rem;
  }
}
#service_main #service_info > div {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  padding-top: 1rem;
}
#service_main #service_info > div:nth-of-type(1) > div > div {
  background-image: url('PageElements/services-song-mobile.jpg');
}
@media (min-width: 600px) {
  #service_main #service_info > div:nth-of-type(1) > div > div {
    background-image: url('PageElements/services-song-mobile.jpg');
  }
}
@media (min-width: 960px) {
  #service_main #service_info > div:nth-of-type(1) > div > div {
    background-image: url('PageElements/services-song-mobile.jpg');
  }
}
#service_main #service_info > div:nth-of-type(2) > div > div {
  background-image: url('PageElements/services-record-mobile.jpg');
}
@media (min-width: 600px) {
  #service_main #service_info > div:nth-of-type(2) > div > div {
    background-image: url('PageElements/services-record-mobile.jpg');
  }
}
@media (min-width: 960px) {
  #service_main #service_info > div:nth-of-type(2) > div > div {
    background-image: url('PageElements/services-record-mobile.jpg');
  }
}
#service_main #service_info > div:nth-of-type(3) > div > div {
  background-image: url('PageElements/services-mix-mobile.jpg');
}
@media (min-width: 600px) {
  #service_main #service_info > div:nth-of-type(3) > div > div {
    background-image: url('PageElements/services-mix-mobile.jpg');
  }
}
@media (min-width: 960px) {
  #service_main #service_info > div:nth-of-type(3) > div > div {
    background-image: url('PageElements/services-mix-mobile.jpg');
  }
}
#service_main #service_info > div:first-child {
  padding-top: 0;
}
@media (min-width: 600px) {
  #service_main #service_info > div {
    flex-direction: row;
  }
  #service_main #service_info > div > div:nth-of-type(1) {
    margin-right: 1rem;
  }
  #service_main #service_info > div:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  #service_main #service_info > div:nth-of-type(2n) > div:nth-of-type(1) {
    margin-right: 0;
  }
  #service_main #service_info > div:nth-of-type(2n) > div:nth-of-type(2) {
    margin-right: 1rem;
  }
}
#service_main #service_info > div > div:nth-of-type(1) {
  width: 100%;
  flex: 1;
}
#service_main #service_info > div > div:nth-of-type(1) > div {
  background-size: contain;
  padding-bottom: 100%;
}
@media (min-width: 600px) {
  #service_main #service_info > div > div:nth-of-type(1) > div {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
}
#service_main #service_info > div > div:nth-of-type(2) {
  flex: 1 1;
}
#service_main #service_info > div > div:nth-of-type(2) > h3 {
  color: #2b6aad;
  text-align: center;
  font-weight: bold;
  padding-top: 0.5rem;
}
#service_main #service_info > div > div:nth-of-type(2) > p {
  padding-top: 0.5rem;
  text-indent: 2rem;
  text-align: justify;
}
#service_main #service_info > div > div:nth-of-type(2) > p.info_header {
  font-weight: bold;
  text-align: center;
}
.cta {
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
  padding: 0 0 1rem 0;
}
.cta a > h2 {
  width: 100%;
  text-align: center;
}
#contact_body {
  display: grid;
  grid-template-columns: 1 fr;
  grid-template-rows: auto;
  grid-template-areas: "details" "form";
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0;
}
@media (min-width: 600px) {
  #contact_body {
    padding: 0 1rem;
    grid-template-columns: 12rem 1fr;
    grid-template-areas: "details form";
    gap: 1rem;
  }
}
#contact_body > div:nth-of-type(1) {
  margin: 2rem 0;
  grid-area: details;
  background-color: #e6e6e6;
}
#contact_body > div:nth-of-type(1) > div {
  text-align: center;
}
#contact_body > div:nth-of-type(1) > div > h3 {
  padding-top: 1rem;
}
#contact_body > div:nth-of-type(2) {
  grid-area: form;
}
