/* Global */
*, html, body {
  padding: 0;
  margin: 0 auto;
}
body {
  font-family: "amaranth", "asap", "Script", "Modern", "Vox", "Tight", "Trebuchet MS", "Summa", "Rosella Engraved", "Perpetua", "Pristina", "Novecento Carved Book", "abel", "advent-pro", "anonymous-pro", "andika", "ubuntu-mono", "antic"; 
  width: 100%;
  align-content: center;
  background-color: white;
  display: block;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
a {
  text-decoration: none;
  color: hsla(121, 91%, 21%, 0.85);
}
.topBar {
  width: 100%;
  text-align: right;
  padding-top: 20px;
  padding-right: 20px;
  float: right;
}
#header {
  margin: 0 auto;
  background-image: url("images/orangevilleontario.png");
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
  height: auto;
}
.burger-navmenu div {
  display: none;
}
.bookLogo {
  vertical-align: bottom;
  margin-bottom: 5px;
  opacity: 0.9;
  transition: opacity .1s;
}
.bookLogo:hover {
  opacity: 1;
}
.desktop-titleBar {
  display: inline-block;
  font-size: 90px;
  color: white;
  opacity: 0.9;
  font-family: Modern;
}
#menu {
  font-size: 35px;
  font-weight: bold;
  color: white;
  padding-top: 10px;
  opacity: 0.98;
}
.content {
  margin: 0 auto;
  position: relative;
  padding-top: 0px;
  background-color: white;
  height: auto;
}
.contentMenuBarFadeImg {
  width: 100%;
  height: 40px;
  opacity: 0.5;
  background-image: url("images/menubarfade_blacktowhite.png");
}
.btn-quote {
  font-family: Trebuchet MS;
  background-color: hsla(120, 49%, 37%, 0.63);
}
.btn-quote:hover {
  background-color: hsla(120, 49%, 37%, 0.88);
}
.introduction {
  padding-top: 20px;
  font-family: Trebuchet MS;
  font-weight: 200;
  font-size: 30px;
  opacity: 0.92;
  width: 1000px;
}

/* BOTTOM NEWSLETTER BANNER */
.newsletterBanner {
  position: fixed;
  height: 65px;
  bottom: 0;
  width: 100%;
  background-color: hsla(0, 100%, 67%, 1.00);
  text-align: center;
  z-index: 97;
}
.newsletterBanner * {
  display: inline-block;
}
.bannerMessage {
  margin: 0 auto;
  padding-top: 13px;
  width: 100%;
  height: 60px;
  font-family: Trebuchet MS;
  font-size: 26px;
  font-weight: 300;
  color: hsla(0, 100%, 17%, 1.00);
  z-index: 98;
}
.bannerMessage a:hover {
  transform: scale(1.05);
}
.signupButton {
  font-family: Trebuchet MS;
  background-color: hsla(0, 0%, 100%, 0.84);
  border-radius: 25px;
  color: darkred;
  transition: opacity 0.1s;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 15px;
  margin-right: 10px;
  z-index: 99;
}
.bannerX {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  text-align: right;
}
.bannerX img {
  width: 13px;
  padding-right: 10px;
  padding-bottom: 38px;
  z-index: 99;
}
.bannerX:hover {
  transform: scale(1.05);
}
.gradientGrayToWhite {
    height: 30px;
}
/* FOOTER */
.footer {
  background-image: linear-gradient(rgba(0, 142, 70, 0.53), rgba(0, 142, 70, 0.82));
  background-color: hsla(120, 0%, 0%, 0.2);
  border-top: medium solid hsla(120, 0%, 0%, 0.25);
  border-bottom: thick solid hsla(120, 0%, 0%, 0.25);
  display: inline-block;
  width: 100%;
  height: 50px;
  font-size: 22px;
  padding-bottom: 60px;
}
.footer a {
  display: inline-block;
  color: white;
  margin: 40px;
  margin-left: 4%;
  margin-right: 4%;
  font-family: asap;
  font-size: 28px;
  vertical-align: middle;
}
.footerLogo {
  display: inline-block;
  margin-right: 8%;
}
.footerLogo img {
  height: 80px;
}

/* Desktop view */
@media (min-width:901px) {
        .burger-navbuttons {
        display: none;
    }
  a {
    opacity: 0.9;
    transform: opacity 0.2s;
  }
  a:link {
    text-decoration: none;
    color: white;
    opacity: 0.82;
  }
  a:visited {
    text-decoration: none;
    color: white;
    opacity: 0.82;
  }
  a:hover {
    opacity: 1;
    transform: scale(1.25);
  }
  a:active {
    text-decoration: none;
    color: white;
    opacity: 0.82;
  }
  .desktop-navmenu a:hover {
    color: hsla(120, 85%, 70%, 0.93);
  }
  .desktop-navmenu a {
    transition: color 0.15s;
  }
  #header {
    min-height: 700px;
    width: auto;
    height: auto;
  }
  .topBar img {
    height: 35px;
    width: 35px;
  }
  .desktop-navmenu {
    width: 90%;
    display: block;
    margin: 1.5% auto;
  }
  .burgerIcon {
    display: none;
  }
  .desktop-navmenu span {
    margin: 2%;
    padding: 2%;
  }
  .introduction {
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
    color: white;
    font-size: 40px;
    text-align: center;
    width: 80%;
  }
  .quote {
    padding-bottom: 110px;
    width: 350px;
    transition: transform .2s;
  }
  .quote:hover {
    transform: scale(1.05);
  }
  .quote a:hover {
    text-decoration: none;
  }
  .btn-quote {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    width: 350px;
    background-color: hsla(120, 49%, 37%, 0.63);
    border-radius: 40px;
    font-size: 30px;
    color: hsla(0, 0%, 100%, 0.87);
    transition: transform .2s, color .2s, opacity .2s;
  }
  .btn-quote:hover {
    transform: scale(1.05);
  }
  .btn-quote a:hover {
    text-decoration: none;
    color: white;
    opacity: 1;
  }
  /* DESKTOP MAIN CONTENT */
  .content {
    margin-top: 50px;
    text-align: center;
  }
  .content h1 {
    width: 80%;
    font-size: 120px;
    font-family: Gotham;
    font-weight: 900;
    color: hsla(125, 79%, 22%, 0.9);
    border-bottom: medium ridge hsla(125, 79%, 22%, 0.95);
    border-bottom-left-radius: 15%;
    border-bottom-right-radius: 15%;
    margin-bottom: 100px;
  }
  .content .contentIntro {
    font-size: 28px;
    font-family: asap;
    width: 100%;
    display: inline-block;
  }
  .contentIntro p {
    opacity: 0.8;
    min-width: 901px;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 90px;
    display: inline-block;
  }
  .contentIntro p:first-child {
    width: 901px;
    font-weight: bold;
    font-size: 50px;
  }
  .contentIntro p:nth-child(2) {
    width: 80%;
    font-weight: 300;
  }
  .headshotCredentials {
    display: inline-block;
    border-left: thick ridge;
    border-bottom: thick ridge;
    width: 901px;
    text-align: center;
  }
  .headshotCredentials .headshot img {
    display: inline-block;
    height: 600px;
    margin: 0 auto;
    float: left;
  }
  .software img {
    height: 200px;
    padding-bottom: 40px;
  }
  /* SERVICES PANEL */
  .services {
    margin-bottom: 80px;
    max-width: 1100px;
  }
  .servicesTitle {
    font-family: amaranth;
    font-size: 60px;
    color: hsla(125, 59%, 12%, 0.9);
    font-weight: 300;
    padding-bottom: 5px;
    border-bottom: solid;
  }
  .services table {
    width: 50%;
    border: medium double hsla(125, 59%, 12%, 0.1);
    background-color:hsla(120,73%,75%,0.4);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    border-radius: 90px;
    border-spacing: 23px;
  }
  .services table tr td {
    background-color: mintcream;
    border: medium double hsla(90, 50%, 46%, 0.7);
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-family: asap;
    color: hsla(125, 59%, 12%, .9);
    font-weight: bold;
  }
  /* PRICING PANEL */
  .pricing {
    margin-bottom: 30px;
    max-width: 1800px;
  }
  .pricing table {
    width: 50%;
    border: medium double hsla(194, 100%, 18%, 0.4);
    background-color: hsla(194, 80%, 25%, 0.3);
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 30px;
    padding-bottom: 60px;
    border-radius: 50px;
    border-spacing: 0px 0px;
  }
  .pricingTitle {
    font-family: asap;
    font-size: 70px;
    color: hsla(194, 30%, 28%, .95);
    padding-bottom: 15px;
    font-weight: bold;
  }
  .pricing .columnHeader {
    background-color: azure;
    color: hsla(194, 100%, 6%, 0.90);
    font-size: 38px;
    font-family: asap;
    padding: 23px;
    border: thick ridge; /* That's what she said */
      opacity: 0.9;
  }
  .columnHeader:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .columnHeader:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .pricing table tr td {
    background-color: azure;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom:15px;
    font-size: 22px;
    font-family: amaranth;
    color: hsla(194, 100%, 18%, .9);
    font-weight: bold;
    max-width: 200px;
    border-top: medium ridge;
    border-bottom: medium ridge;
    opacity: 0.97;
  }
  .pricing table tr td:nth-child(1) {
    border-right: medium ridge;
    border-left: medium ridge;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    color: hsla(194, 100%, 6%, 0.90);
      text-align: right;
  }
  .pricing table tr td:nth-child(2) {
    border-right: medium ridge;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .gradientWhiteToGray {
    margin: 0 auto;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(white, hsla(0, 0%, 0%, 0.075));
  }
  .gradientGrayToWhite {
    margin: 0 auto;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(hsla(0, 0%, 0%, 0.075), white);
  }
  .firstPanels {
    background-color: hsla(0, 0%, 0%, 0.075);
  }
  /* CONTACT AND HOURS PANELS */
  .wordFromKat {
    padding-bottom: 50px;
    width: 80%;
    display: inline-block;
    background-color: hsla(108, 81%, 47%, 0.68);
    border: medium solid hsla(108, 81%, 44%, 0.72);
    border-radius: 70px;
    opacity: 0.90;
  }
  .wordFromKatHeader {
    margin-top: 40px;
    width: 75%;
    font-size: 60px;
    border-bottom: medium solid;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .katmessage p {
    display: inline-block;
    margin-top: 50px;
    margin-left: 70px;
    margin-right: 70px;
    font-family: asap;
    font-size: 23px;
    text-align: left;
  }
} /* end Desktop view */
/* Tablet View */
@media (min-width:401px) and (max-width:900px) {
  .newsletterBanner {
        height: 35px;
    }
    .bannerMessage {
        font-size: 10px;
        padding-top: 7px;
        font-weight: bold;
    }
    .bannerX img {
        width: 8px;
        padding-bottom: 18px;
        padding-right: 5px;
    }
    #header {
        min-width: 401px;
    }
  #bg {
    width: 100%;
    min-width: 401px;
    max-width: 900px;
  }
  .desktop-navmenu {
    display: none;
  }
  .burgerIcon {
    position: absolute;
    display: block;
    float: left;
    padding-left: 36px;
  }
  .burgerIcon img {
    width: 8%;
    height: 8%;
    float: left;
  }
.burger-navbuttons {
    position: absolute;
    font-size: 20px;
    left: 0;
    z-index:99;
    margin-top: 65px;
    border: thick double hsla(120,100%,10%,1.00);
    text-align: center;
    background-color: darkgreen;
    display: none;
    border-spacing: 4px;
}
    .burger-display {
        display: inline-block;
    }
    .burger-navbuttons tr td {
        background-color:hsla(0,0%,100%,0.95);
        padding: 10px 15px;
        font-family: asap;
        border: medium solid hsla(120,35%,65%,0.8);
        font-weight: 300;
        color:hsla(121,91%,21%,0.85);
        opacity: 1;
         border-radius: 20px;
    }
    
  .burgerIcon {
    position: absolute;
    display: block;
    float: left;
    padding-left: 36px;
  }
    
    .bookLogo {
        height: 70px;
        padding-bottom: 7px;
    }
  a {
    opacity: 1;
    transform: none;
  }
  a:link {
    text-decoration: none;
    color: white;
    opacity: 1;
  }
  a:visited {
    text-decoration: none;
    color: white;
    opacity: 1;
  }
  a:active {
    text-decoration: none;
    color: lightgreen;
    opacity: 1;
  }
  .topBar img {
    height: 35px;
    width: 35px;
  }
  .titleTextBlock {
    font-size: 60px;
  }
  .introduction {
    margin: 0 auto;
    margin-bottom: 30px;
    color: white;
    font-size: 24px;
    width: 80%;
  }
  .quote {
    padding-bottom: 30px;
    width: 150px;
    transition: transform .2s;
  }
  .quote:hover {
    transform: scale(1.05);
  }
  .btn-quote {
    margin: 0 auto;
    padding: 10px 10px;
    font-weight: bold;
    width: 150px;
    background-color: hsla(120, 49%, 37%, 0.63);
    border-radius: 40px;
    font-size: 18px;
    color: hsla(0, 0%, 100%, 0.87);
    transition: transform .2s, color .2s, opacity .2s;
  }
  .btn-quote:hover {
    transform: scale(1.05);
  }
  .btn-quote a:hover {
    text-decoration: none;
    color: white;
    opacity: 1;
  }
  /* TABLET MAIN CONTENT */
  .content {
    text-align: center;
  }
 .content h1 {
    width: 80%;
    font-size: 50px;
    font-family: Gotham;
    font-weight: 900;
    color: hsla(125, 79%, 22%, 0.9);
    border-bottom: medium ridge hsla(0, 0%, 0%, 0.7);
    border-bottom-left-radius: 15%;
    border-bottom-right-radius: 15%;
    padding-bottom: 3px;
    margin-bottom: 50px;
  }
  .content .contentIntro {
   font-family: asap;
    width: 80%;
    min-width: 401px;
    text-align: center;
  }
  .contentIntro p {
    opacity: 0.8;
    max-width: 900px;
  }
  .contentIntro p:first-child {
    width: 80%;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .contentIntro p:nth-child(2) {
    width: 80%;
    font-weight: 300;
      font-size: 18px;
      margin-bottom: 30px;
  }
  .headshotCredentials {
    display: inline-block;
    border-left: thick ridge;
    border-bottom: thick ridge;
    width: 901px;
    text-align: center;
  }
  .headshotCredentials .headshot img {
    display: inline-block;
    height: 600px;
    margin: 0 auto;
    float: left;
  }
  .software img {
    height: 200px;
    padding-bottom: 40px;
  }
  /* SERVICES PANEL */
  .services {
    margin-bottom: 50px;
    max-width: 601px;
  }
  .servicesTitle {
    font-size: 40px;
    color: hsla(125, 59%, 12%, 0.9);
    font-weight: 300;
    font-family: amaranth;
    border-bottom: solid;
  }
  .services table {
    width: 80%;
    border: medium double hsla(90, 80%, 46%, 0.5);
    background-color:hsla(120,73%,75%,0.8);
    padding: 3px 6px 6px 6px;
    border-radius: 70px;
    border-spacing: 15px;
  }
  .services table tr td {
    background-color: mintcream;
    border: medium double hsla(125, 59%, 12%, 0.1);
    border-radius: 50px;
    padding: 6px 5px;
    font-size: 12px;
    font-family: asap;
    color: hsla(125, 59%, 12%, .9);
    font-weight: bold;
  }
  /* PRICING PANEL */
  .pricing {
    margin-bottom: 20px;
    max-width: 601px;
  }
  .pricing table {
    width: 80%;
    border: medium double hsla(194, 100%, 18%, 0.4);
    background-color: hsla(194, 80%, 25%, 0.55);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 50px;
    border-spacing: 0 5px;
  }
  .pricingTitle {
    font-family: asap;
    font-size: 36px;
    color: hsla(194, 100%, 18%, .9);
    padding-bottom: 5px;
    font-weight: bold;
    background-color: azure;
    border: thick ridge;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
  }
  .pricing .columnHeader {
    font-size: 20px;
    font-weight: bold;
    background-color: azure;
    color: hsla(194, 100%, 6%, 0.90);
    font-family: asap;
    padding: 10px;
    border: thick ridge; /* That's what she said */
  }
  .columnHeader:first-child {
    border-bottom-left-radius: 20px;
  }
  .columnHeader:last-child {
    border-bottom-right-radius: 20px;
  }
  .pricing table tr td {
    background-color: azure;
    padding: 6px 5px;
    font-size: 12px;
    font-family: amaranth;
    color: hsla(194, 100%, 18%, .9);
    font-weight: bold;
    max-width: 200px;
    border-top: medium ridge;
    border-bottom: medium ridge;
  }
  .pricing table tr td:nth-child(1) {
    border-right: medium ridge;
    border-left: medium ridge;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    color: hsla(194, 100%, 6%, 0.90);
    text-align: right;
  }
  .pricing table tr td:nth-child(2) {
    border-right: medium ridge;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .gradientWhiteToGray {
    margin: 0 auto;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(white, hsla(0, 0%, 0%, 0.075));
  }
  .gradientGrayToWhite {
    margin: 0 auto;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(hsla(0, 0%, 0%, 0.075), white);
  }
  .firstPanels {
    background-color: hsla(0, 0%, 0%, 0.075);
  }
  /* CONTACT AND HOURS PANELS */
  .wordFromKat {
    padding-bottom: 50px;
    width: 80%;
    display: inline-block;
    background-color: hsla(108, 81%, 47%, 0.68);
    border: medium solid hsla(108, 81%, 44%, 0.72);
    border-radius: 70px;
    opacity: 0.90;
  }
  .wordFromKatHeader {
    margin-top: 40px;
    width: 75%;
    font-size: 60px;
    border-bottom: medium solid;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .katmessage p {
    display: inline-block;
    margin-top: 50px;
    margin-left: 70px;
    margin-right: 70px;
    font-family: asap;
    font-size: 23px;
    text-align: left;
  }
    /* TABLET-VIEW FOOTER */
    .footer {
  background-image: linear-gradient(rgba(0, 142, 70, 0.53), rgba(0, 142, 70, 0.82));
  background-color: hsla(120, 0%, 0%, 0.2);
  border-top: medium solid hsla(120, 0%, 0%, 0.25);
  border-bottom: thick solid hsla(120, 0%, 0%, 0.25);
  display: inline-block;
  width: 100%;
  height: 50px;
  font-size: 22px;
  display: inline-block;
}
.footer a {
  display: inline-block;
  color: white;
  margin-left: 10px;
  margin-right: 10px;
  font-family: asap;
  font-size: 16px;
  vertical-align: middle;
}
.footerLogo {
  display: inline-block;
  margin-right: 8%;
}
.footerLogo img {
  height: 35px;
  margin: 3px 5px;
}
} /* end Tablet view */
/* Mobile View */
@media (max-width: 400px) {
 .burger-navbuttons {
    position: absolute;
    font-size: 20px;
    left: 0;
    z-index:99;
    border: thick double hsla(120,100%,10%,1.00);
    text-align: center;
    background-color: darkgreen;
    margin-left: 20px;
    border-spacing: 4px;
    display: none;
}
.burger-display {
    display: inline-block;
}
  .burger-navbuttons tr td {
    background-color:hsla(0,0%,100%,0.95);
    padding: 3px 5px;
    font-family: asap;
    border: medium solid hsla(120,35%,65%,0.8);
    font-weight: bold;
    z-index: 99;
    font-size: 14px;
    border-radius: 20px;
    }
    .burger-navbuttons a {
        color:hsla(121,91%,21%,0.85);
    }
  .burgerIcon {
    position: absolute;
    display: block;
    float: left;
    padding-left: 36px;
  }
   .newsletterBanner {
    height: 20px;
    padding-top: 0px;
  }
    .signupButton {
        padding: 3px;
        margin-left: 0px;
    }
  .bannerMessage {
      bottom: 0;
    font-size: 7px;
    font-weight: bold;
    padding-top: 3px;
      vertical-align: middle;
    }
  .bannerX img {
    width: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
  }
  #bg {
    width: 100%;
    min-width: 150px;
    max-width: 400px;
  }
  #header {
    min-width: 150px;
    }
  .desktop-navmenu {
    display: none;
  }
  .burgerIcon {
    position: absolute;
    display: block;
    float: left;
    padding-left: 25px;
  }
  .burgerIcon img {
    width: 25px;
    height: 8%;
    float: left;
  }
  .burger-navmenu {
    position: fixed;
    padding-top: 40px;
    padding-left: 20px;
    color: white;
  }
  .burger-navmenu div {
    text-align: center;
    padding: 20px;
    background-color: hsla(120, 49%, 37%, 0.9);
  }
  .bookLogo {
    height: 40px;
    padding-bottom: 12px;
  }
  a {
    opacity: 1;
    transform: none;
  }
  a:link {
    text-decoration: none;
    color: white;
    opacity: 1;
  }
  a:visited {
    text-decoration: none;
    color: white;
    opacity: 1;
  }
  a:active {
    text-decoration: none;
    color: lightgreen;
    opacity: 1;
  }
  .topBar img {
    height: 25px;
    width: 25px;
      margin: 0;
      padding: 0;
  }
  .topBar {
    padding-top: 10px;
      height: 0px;
  }

  .titleTextBlock {
    font-size: 36px;
      padding-top: 0px;
      margin-top: 0px;
      height: 0px;
  }

  .introduction {
    margin: 0 auto;
    margin-bottom: 30px;
    color: white;
    font-size: 14px;
    width: 80%;
  }
  .quote {
    padding-bottom: 30px;
    width: 150px;
    transition: transform .2s;
  }
  .quote:hover {
    transform: scale(1.05);
  }
  .btn-quote {
    margin: 0 auto;
    padding: 10px 10px;
    font-weight: bold;
    width: 150px;
    background-color: hsla(120, 49%, 37%, 0.63);
    border-radius: 40px;
    font-size: 18px;
    color: hsla(0, 0%, 100%, 0.87);
    transition: transform .2s, color .2s, opacity .2s;
  }
  .btn-quote:hover {
    transform: scale(1.05);
  }
  .btn-quote a:hover {
    text-decoration: none;
    color: white;
    opacity: 1;
  }
  /* TABLET MAIN CONTENT */
  .content {
    text-align: center;
  }
 .content h1 {
    width: 80%;
    font-size: 36px;
    font-family: Gotham;
    font-weight: 900;
    color: hsla(125, 79%, 22%, 0.9);
    border-bottom: medium ridge hsla(0, 0%, 0%, 0.7);
    border-bottom-left-radius: 15%;
    border-bottom-right-radius: 15%;
    padding-bottom: 3px;
    margin-bottom: 30px;
  }
  .content .contentIntro {
    font-family: asap;
    width: 80%;
  }
  .contentIntro p {
    opacity: 0.8;
    max-width: 400px;
    padding-bottom: 30px;
  }
  .contentIntro p:first-child {
    font-size: 18px;
    font-weight: 900;
  }
  .contentIntro p:nth-child(2) {
     font-size: 14px;
    font-weight: 200;
  }
  .headshotCredentials {
    display: inline-block;
    border-left: thick ridge;
    border-bottom: thick ridge;
    width: 901px;
    text-align: center;
  }
  .headshotCredentials .headshot img {
    display: inline-block;
    height: 600px;
    margin: 0 auto;
    float: left;
  }
  .software img {
    height: 200px;
    padding-bottom: 40px;
  }
  /* SERVICES PANEL */
  .services {
    margin-bottom: 50px;
    max-width: 601px;
  }
  .servicesTitle {
    font-size: 40px;
    color: hsla(125, 59%, 12%, 0.9);
    font-weight: 300;
    font-family: amaranth;
    border-bottom: solid;
  }
  .services table {
    width: 80%;
    border: medium double hsla(90, 80%, 46%, 0.5);
    background-color:hsla(120,73%,75%,0.8);
    padding: 3px 6px 6px 6px;
    border-radius: 70px;
    border-spacing: 15px;
  }
  .services table tr td {
    background-color: mintcream;
    border: medium double hsla(125, 59%, 12%, 0.1);
    border-radius: 50px;
    padding: 6px 5px;
    font-size: 12px;
    font-family: asap;
    color: hsla(125, 59%, 12%, .9);
    font-weight: bold;
  }
  /* PRICING PANEL */
  .pricing {

    margin-bottom: 20px;
    max-width: 601px;
  }
  .pricing table {
    width: 80%;
    border: medium double hsla(194, 100%, 18%, 0.4);
    background-color: hsla(194, 80%, 25%, 0.55);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 50px;
    border-spacing: 0 5px;
  }
  .pricingTitle {
    font-family: asap;
    font-size: 36px;
    color: hsla(194, 100%, 18%, .9);
    padding-bottom: 5px;
    font-weight: bold;
    background-color: azure;
    border: thick ridge;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
  }
  .pricing .columnHeader {
    font-size: 20px;
    font-weight: bold;
    background-color: azure;
    color: hsla(194, 100%, 6%, 0.90);
    font-family: asap;
    padding: 10px;
    border: thick ridge; /* That's what she said */
  }
  .columnHeader:first-child {
    border-bottom-left-radius: 20px;
  }
  .columnHeader:last-child {
    border-bottom-right-radius: 20px;
  }
  .pricing table tr td {
    background-color: azure;
    padding: 6px 5px;
    font-size: 12px;
    font-family: amaranth;
    color: hsla(194, 100%, 18%, .9);
    font-weight: bold;
    max-width: 200px;
    border-top: medium ridge;
    border-bottom: medium ridge;
  }
  .pricing table tr td:nth-child(1) {
    border-right: medium ridge;
    border-left: medium ridge;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    color: hsla(194, 100%, 6%, 0.90);
    text-align: right;
  }
  .pricing table tr td:nth-child(2) {
    border-right: medium ridge;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .gradientWhiteToGray {
    margin: 0 auto;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(white, hsla(0, 0%, 0%, 0.075));
  }
  .gradientGrayToWhite {
    margin: 0 auto;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(hsla(0, 0%, 0%, 0.075), white);
  }
  .firstPanels {
    background-color: hsla(0, 0%, 0%, 0.075);
  }
  /* CONTACT AND HOURS PANELS */
  .wordFromKat {
    padding-bottom: 50px;
    width: 80%;
    display: inline-block;
    background-color: hsla(108, 81%, 47%, 0.68);
    border: medium solid hsla(108, 81%, 44%, 0.72);
    border-radius: 70px;
    opacity: 0.90;
  }
  .wordFromKatHeader {
    margin-top: 40px;
    width: 75%;
    font-size: 60px;
    border-bottom: medium solid;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .katmessage p {
    display: inline-block;
    margin-top: 50px;
    margin-left: 70px;
    margin-right: 70px;
    font-family: asap;
    font-size: 23px;
    text-align: left;
  }
 /* MOBILE-VIEW FOOTER */
    .footer {
  background-image: linear-gradient(rgba(0, 142, 70, 0.53), rgba(0, 142, 70, 0.82));
  background-color: hsla(120, 0%, 0%, 0.2);
  border-top: medium solid hsla(120, 0%, 0%, 0.25);
  border-bottom: thick solid hsla(120, 0%, 0%, 0.25);
  display: inline-block;
  width: 100%;
  height: 50px;
  font-size: 22px;
  display: inline-block;
}
.footer a {
  display: inline-block;
  color: white;
  margin-left: 5px;
  margin-right: 5px;
  font-family: asap;
  font-size: 8px;
  vertical-align: middle;
}
.footerLogo {
  display: inline-block;
  margin-right: 8%;
}
.footerLogo img {
  height: 30px;
  margin: 5px 5px;
}
} /* End mobile view */