/* 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);
}
#bg {
  min-width: 1200px;
}
.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%;
  min-width: 769px;
  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);
}
/* 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: 100px;
    font-family: Gotham;
    font-weight: 900;
    color: hsla(359, 100%, 54%, 0.85);
    border-bottom: medium ridge hsla(0, 0%, 0%, 0.7);
    border-bottom-left-radius: 15%;
    border-bottom-right-radius: 15%;
    margin-bottom: 60px;
  }
  .content .contentIntro {
    font-size: 22px;
    font-family: asap;
    width: 100%;
    display: inline-block;
  }
  .contentIntro p {
    opacity: 0.8;
    min-width: 901px;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 50px;
    display: inline-block;
  }
  .contentIntro p:first-child {
    width: 901px;
    font-size: 28px;
    font-weight: 300;
  }
  .contentIntro p:nth-child(2) {
    width: 80%;
    font-weight: bold;
  }
  .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;
    width: 460px;
    margin: 0 auto;
    float: left;
    opacity: 0.8;
  }
  .software img {
    height: 200px;
    padding-bottom: 40px;
  }
  .services {
    margin-top: 100px;
    margin-bottom: 30px;
    width: 100%;
  }
  .servicesTitle {
    width: 901px;
    opacity: 0.8;
    color: darkblue;
    border-bottom: medium solid;
    padding-bottom: 20px;
    margin-bottom: 50px;
    font-family: Trebuchet MS;
    font-size: 60px;
  }
  .services table tr td {
    background-color: aliceblue;
    border: medium solid hsla(219, 79%, 50%, 1.00);
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-family: asap;
    color: hsla(219, 79%, 50%, 1.00);
    font-weight: bold;
  }
  .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.23);
    border: medium solid hsla(108, 81%, 44%, 0.2);
    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;
    color: hsla(120, 100%, 17%, 0.95);
    padding-bottom: 10px;
  }
  .katmessage p {
    display: inline-block;
    margin-top: 25px;
    margin-left: 50px;
    margin-right: 50px;
    font-family: asap;
    font-size: 18px;
    text-align: left;
    opacity: 0.9;
  }
  /* 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: 130px;
    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;
  }
} /* 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;
  }
  .signupButton {
    margin-left: 5px;
  }
  .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-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;
  }
  .burger-display {
    display: inline-block;
  }
  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 VIEW MAIN CONTENT */
  .content {
    text-align: center;
  }
  .content h1 {
    width: 80%;
    font-size: 50px;
    font-family: Gotham;
    font-weight: 900;
    color: hsla(359, 100%, 54%, 0.85);
    border-bottom: medium ridge hsla(0, 0%, 0%, 0.7);
    border-bottom-left-radius: 15%;
    border-bottom-right-radius: 15%;
    margin-bottom: 50px;
  }
  .content .contentIntro {
    font-size: 22px;
    font-family: asap;
    width: 100%;
    display: inline-block;
  }
  .contentIntro p {
    opacity: 0.8;
    min-width: 401px;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    display: inline-block;
  }
  .contentIntro p:first-child {
    width: 401px;
    font-size: 20px;
    font-weight: 300;
  }
  .contentIntro p:nth-child(2) {
    width: 80%;
    font-weight: bold;
  }
  .headshotCredentials {
    display: inline-block;
    border-left: thick ridge;
    border-bottom: thick ridge;
    width: 401px;
    text-align: center;
  }
  .headshotCredentials .headshot img {
    display: inline-block;
    height: 275px;
    width: 210px;
    margin: 0 auto;
    float: left;
    opacity: 0.8;
  }
  .software img {
    height: 80px;
    padding-top: 20px;
    display: inline-block;
  }
  .services {
    margin-top: 100px;
    margin-bottom: 30px;
    width: 100%;
  }
  .servicesTitle {
    width: 401px;
    opacity: 0.8;
    color: darkblue;
    border-bottom: medium solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: Trebuchet MS;
    font-size: 40px;
  }
  .services table tr td {
    background-color: aliceblue;
    border: medium solid hsla(219, 79%, 50%, 1.00);
    border-radius: 50px;
    padding: 10px 15px;
    font-size: 14px;
    font-family: asap;
    color: hsla(219, 79%, 50%, 1.00);
    font-weight: bold;
  }
  .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);
  }
  .gradientWhiteToGray {
    height: 50px;
  }
  /* CONTACT AND HOURS PANELS */
  .wordFromKat {
    padding-bottom: 50px;
    width: 401px;
    display: inline-block;
    background-color: hsla(108, 81%, 47%, 0.43);
    border: medium solid hsla(108, 81%, 44%, 0.72);
    border-radius: 70px;
    opacity: 0.90;
  }
  .wordFromKatHeader {
    margin-top: 20px;
    width: 85%;
    font-size: 30px;
    border-bottom: medium solid;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: hsla(120, 100%, 17%, 0.95);
    padding-bottom: 5px;
  }
  .katmessage p {
    display: inline-block;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: asap;
    font-size: 13px;
    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;
  }
  .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-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;
    color: hsla(121, 91%, 21%, 0.85);
    z-index: 99;
    font-size: 14px;
    border-radius: 20px;
  }
  .burger-navbuttons tr td a {
    color: hsla(121, 91%, 21%, 0.85);
  }
  .burger-display {
    display: inline-block;
  }
  .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 VIEW MAIN CONTENT */
  .content {
    text-align: center;
  }
  .content h1 {
    width: 80%;
    font-size: 36px;
    font-family: Gotham;
    font-weight: 900;
    color: hsla(359, 100%, 54%, 0.85);
    border-bottom: medium ridge hsla(0, 0%, 0%, 0.7);
    border-bottom-left-radius: 15%;
    border-bottom-right-radius: 15%;
    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: 14px;
    font-weight: 200;
  }
  .contentIntro p:nth-child(2) {
    width: 80%;
    font-size: 18px;
    font-weight: 900;
  }
  .headshotCredentials {
    padding: 0px;
    display: inline-block;
    border-left: thick ridge;
    border-bottom: thick ridge;
    width: 340px;
    text-align: center;
  }
  .headshotCredentials .headshot img {
    display: inline-block;
    height: 150px;
    width: 110px;
    margin: 0 auto;
    float: left;
    opacity: 0.8;
  }
  .software img {
    height: 50px;
    padding-top: 20px;
    display: inline-block;
  }
  .services {
    margin-top: 100px;
    margin-bottom: 30px;
    width: 100%;
  }
  .servicesTitle {
    width: 90%;
    opacity: 0.8;
    color: darkblue;
    border-bottom: medium solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: Trebuchet MS;
    font-size: 26px;
  }
  .services table {
    max-width: 80%;
  }
  .services table tr td {
    background-color: aliceblue;
    border: medium solid hsla(219, 79%, 50%, 1.00);
    border-radius: 50px;
    padding: 5px 5px;
    font-size: 10px;
    font-family: asap;
    color: hsla(219, 79%, 50%, 1.00);
    font-weight: bold;
  }
  .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);
  }
  .gradientWhiteToGray {
    height: 50px;
  }
  /* CONTACT AND HOURS PANELS */
  .wordFromKat {
    padding-bottom: 20px;
    width: 90%;
    display: inline-block;
    background-color: hsla(108, 81%, 47%, 0.43);
    border: medium solid hsla(108, 81%, 44%, 0.72);
    border-radius: 50px;
    opacity: 0.90;
  }
  .wordFromKatHeader {
    margin-top: 10px;
    width: 85%;
    font-size: 24px;
    border-bottom: medium solid;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: hsla(120, 100%, 17%, 0.95);
    padding-bottom: 5px;
  }
  .katmessage p {
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: asap;
    font-size: 10px;
    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;
  }
  .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 */