@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500&display=swap');

/*! True North Weather Consulting
    Colors:
    #ba6023, rgba(186,96,35,73)
    #3b1e0b, rgba(59,30,11,23)
    #c68961, rgba(198,137,97,78)
    #3b291d, rgba(59,41,29,23)
    #87451a, rgba(135,69,26,53)

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* global styles class=. id=# */
* {
    box-sizing: border-box;
    margin: 0;
}

a, a:visited {
    text-decoration: none;
}

p {
    padding-bottom: 15px;
}

.page {
    background-color: #282828;
    color: white;
    font-family:Arial, Helvetica, sans-serif;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5em;
    margin-bottom: 0;
    padding-bottom: 0;
}

#menu li {
        border: 1px white solid;
        border-radius: 15px;
    }

.currentpage {
    border: 1px ;
    border-radius: 15px;
    box-shadow: 0 2px 10px 0 white, 0 0 5px white;
    pointer-events: none;
    opacity: 0.75;
}

#contact tel, #contact a {
    color: white;
    text-decoration: underline;
}

.button {
    background-color: #282828;
    width: 290px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    border-radius: 25px;
    border-style: ridge;
    border-color: lightgrey;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    color: rgba(186,96,35,73);
    margin-left: auto;
    margin-right: auto;
}

.button a {
    color: rgba(186,96,35,73);
}

.button a:visited {
    color: rgba(186,96,35,73);
}

.button span {
    color: white;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px; 
    z-index: 99;
    border: none; 
    outline: none;
    background-color: RGBA(44,167,178,1);
    box-shadow: 0 0 5px rgba(42,162,176,69), 0 0 25px rgba(112,243,255,100), 0 0 30px rgba(179,88,21,70);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
}

#myBtn:hover {
    background-color: #555;
}

footer {
    display: inline-block;
    height: 100%;
    width: 100%;
    background-color: #282828;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    color: white;
}

footer a {
    text-decoration: underline;
    color: white;
}

footer a:visited {
    color: white;
}

/*--mobile display--*/
@media screen and (max-width:524px) {
    #wrapper {
        background-color: rgba(79,55,39,0.5);
        height: 100%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        padding: 5px;
    }
    .header {
        padding: 25px 0 25px 5px;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        align-self: center;
        vertical-align: middle;
        justify-content: center;
        justify-items: center;
        justify-self: center;
        background-image: url();
        background-repeat: no-repeat;
        background-position: center;
        background-size: 800px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    
    .header img {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        align-self: center;
        vertical-align: middle;
        justify-content: center;
        justify-items: center;
        justify-self: center;
    }
    
    .header h1 {
        font-size: 2em;
        color: white;
        text-align: center;
        line-height: 1.15em;
    }

    .header h2 {
        padding-bottom: 10px;
        text-align: center;
        font-size: 1em;
        color: rgba(186,96,35,73);
    }
    
    #aside h3 {
        padding-bottom: 25px;
        text-align: center;
        font-size: 1.25em;
        color: rgba(186,96,35,73);
    }

    #menu {
        display: none;
        visibility: hidden;
    }
    
    .mobilenav {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 15px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        align-self: center;
        vertical-align: middle;
        justify-items: center;
        width: 100%;
    }
    
    .mobilenav li {
        list-style-type: none;
        display: inline;
        text-align: center;
        font-size: 1.15em;
        font-weight: bold;
        margin-left: 5px;
        margin-right: 5px;
        text-decoration: underline;
    }

    .mobilenav li:hover {
        transform: scaleY(1.25) scaleX(1.25);
        text-shadow: 0 0 5px cornflowerblue, 0 0 15px cornflowerblue;
    }

    .mobilenav li a{
        list-style-type: none;
        color: white;
        font-family:Arial, Helvetica, sans-serif;
        text-align: center;
        padding: 5px;
    }
    
    #side, #aside, #description, #contact {
        width: 90%;
        padding: 5px 0 5px 0;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
        margin-bottom: 0;
    }
    
    #side li {
        padding-bottom: 10px;
    }
    
    #side img {
        width: 250px;
        padding-bottom: 10px;
    }
    
    #services {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        align-self: center;
        vertical-align: middle;
        justify-items: center;
        text-align: center;
        padding: 5px;
    }
    
    #services h2 {
        visibility: hidden;
        display: none;
    }
    
    #services img {
        padding-top: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        align-self: center;
        vertical-align: middle;
        justify-items: center;
        width: 175px;
        visibility: hidden;
        display: none;
    }
    
    #myBtn {
        display: none;
        position: fixed;
        bottom: 10px;
        right: 10px; 
        z-index: 99;
        border: none; 
        outline: none;
        background-color: RGBA(44,167,178,1);
        box-shadow: 0 0 5px rgba(42,162,176,69), 0 0 25px rgba(112,243,255,100), 0 0 30px rgba(179,88,21,70);
        color: white;
        cursor: pointer;
        padding: 10px;
        border-radius: 10px;
        font-size: 18px;
    }
    
    .button {
        float: left;
        margin-top: 2px;
        margin-bottom: 2px;
    }
    
    .activepage {
        pointer-events: none;
    }
    
    #side h2, #aside h2 {
        padding-bottom: 25px;
    }
    
    #side h3, #aside h3, #description h3 {
        padding-bottom: 10px;
        color: rgba(186,96,35,73);
    }
    
    #contact p, #contact a {
        text-decoration-color: white;
    }
    
    #contact h3 {
        display: block;
        padding: 0 0 10px 0;
        margin: 0;
        color: rgba(186,96,35,73);
        text-align: center;
        font-size: 1.25em;
    }
    
    #contact img {
        display: none;
        visibility: hidden;
    }
    
    #aside li {
        padding-bottom: 2px;
        padding-top: 3px;
        list-style-type: circle;
        color: rgba(186,96,35,73);
    }
    
    #aside li span {
        color: white;
    }
    
    #herobanner {
        display: inline-flex;
        align-content: center;
        align-items: center;
        align-self: center;
        vertical-align: middle;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        width: 100%;
    }

    #herobanner img {
        padding: 3px;
        width: 70%;
    }
    
    #description h2, contact h2 {
        visibility: hidden;
        display: none;
    }
    
    #description h4, contact h4 {
        text-align: center;
    }
}

/*--tablet display--*/
@media screen and (min-width: 525px) and (max-width:1025px) {
    #wrapper {
        background-color: rgba(79,55,39,0.5);
        height: 100%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        padding: 5px;
    }
    .header {
        padding: 25px 0 25px 5px;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        align-self: center;
        vertical-align: middle;
        justify-content: center;
        justify-items: center;
        justify-self: center;
        background-image: url();
        background-repeat: no-repeat;
        background-position: center;
        background-size: 800px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    
    .header img {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        align-self: center;
        vertical-align: middle;
        justify-content: center;
        justify-items: center;
        justify-self: center;
    }
    
    .header h1 {
        font-size: 2em;
        color: white;
        text-align: center;
    }

    .header h2 {
        padding-bottom: 10px;
        text-align: center;
        font-size: 1.25em;
        color: rgba(186,96,35,73);
    }
    
    #aside h3 {
        padding-bottom: 25px;
        text-align: center;
        font-size: 1.25em;
        color: rgba(186,96,35,73);
    }

    #menu {
        margin-bottom: 15px;
        padding-top: 15px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        align-self: center;
        vertical-align: middle;
        justify-items: center;
        width: 100%;
    }

    #menu li {
        list-style-type: none;
        display: inline;
        text-align: center;
        font-size: 1.15em;
        font-weight: bold;
        padding: 5px 0 5px 0;
        margin-left: 15px;
        margin-right: 15px;
    }

    #menu li:hover {
        transform: scaleY(1.25) scaleX(1.25);
        text-shadow: 0 0 5px cornflowerblue, 0 0 15px cornflowerblue;
    }

    #menu li a{
        list-style-type: none;
        color: white;
        font-family:Arial, Helvetica, sans-serif;
        text-align: center;
        padding: 5px;
    }
    
    .mobilenav {
        display: none;
        visibility: hidden;
    }
    
    #side {
        width: 90%;
        padding: 25px 10px 5px 10px;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
        margin-bottom: 0;
    }
    
    #side li {
        padding-bottom: 10px;
    }
    
    #side img {
        padding-bottom: 10px;
    }
    
    #aside {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 25px 10px 50px 10px;
        height: 100%;
        margin-bottom: 0;
    }
    
    #services {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        align-self: center;
        vertical-align: middle;
        justify-items: center;
        text-align: center;
        padding: 5px;
    }
    
    #services h2 {
        visibility: hidden;
        display: none;
    }
    
    #services img {
        padding-top: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        align-self: center;
        vertical-align: middle;
        justify-items: center;
        width: 175px;
        visibility: hidden;
        display: none;
    }
    
    .button {
        float: left;
        margin-top: 2px;
        margin-bottom: 2px;
    }
    
    .activepage {
        pointer-events: none;
    }
    
    #side h2, #aside h2, #description h2, #contact h2 {
        padding-bottom: 25px;
    }
    
    #side h3, #aside h3, #description h3, #contact h3 {
        padding-bottom: 10px;
        color: rgba(186,96,35,73);
    }
    
    #aside li {
        padding-bottom: 2px;
        padding-top: 3px;
        list-style-type: circle;
        color: rgba(186,96,35,73);
    }
    
    #aside li span {
        color: white;
    }
    
    #herobanner {
        display: inline-flex;
        align-content: center;
        align-items: center;
        align-self: center;
        vertical-align: middle;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        width: 100%;
    }

    #herobanner img {
        padding: 5px;
        width: 82%;
    }

    #description, #contact {
        width: 100%;
        display: block;
        padding: 25px 50px 50px 50px;
    }
    
    #description .button {
        display: block;
        float: none;
        margin-top: 5px;
        margin-bottom: 15px;
    }
    
    #description h3, #contact h3 {
        padding-top: 10px;
    }
    
    #description h4, #contact h4 {
        text-align: center;
    }
}

/*--in-between display--*/
@media screen and (min-width: 1026px) and (max-width: 1250px) {
    #wrapper {
        background-color: rgba(79,55,39,0.5);
        height: 100%;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        padding: 0;
    }
    .header {
        padding: 25px 0 25px 5px;
        margin: 0;
        display: block;
        background-image: url();
        background-repeat: no-repeat;
        background-position: center;
        background-size: 800px;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }
    
    .header img {
        padding-left: 100px;
        float: left;
        margin: 0;
    }
    
    .header h1 {
        font-size: 2.25em;
        padding-bottom: 25px;
        padding-left: 25px;
        color: white;
        float: right;
    }

    .header h2 {
        padding-bottom: 25px;
        text-align: center;
        font-size: 1.05em;
        color: rgba(186,96,35,73);
        float: right;
    }
    #aside h3 {
        padding-bottom: 25px;
        text-align: center;
        font-size: 1.25em;
        color: rgba(186,96,35,73);
    }

    #menu {
        margin-bottom: 25px;
        padding-top: 35px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        align-self: center;
        vertical-align: middle;
        justify-items: center;
        width: 120%;
    }

    #menu li {
        list-style-type: none;
        display: inline;
        text-align: center;
        font-size: 1.5em;
        font-weight: bold;
        padding: 7px 0 7px 0;
        width: 20%;
    }

    #menu li:hover {
        transform: scaleY(1.25) scaleX(1.25);
        text-shadow: 0 0 5px cornflowerblue, 0 0 15px cornflowerblue;
    }

    #menu li a{
        list-style-type: none;
        color: white;
        font-family:Arial, Helvetica, sans-serif;
        text-align: center;
        padding: 30px;
    }
    .mobilenav {
        display: none;
        visibility: hidden;
    }
    
    #side {
        width: 60%;
        float: left;
        padding: 25px 50px 50px 50px;
        display: inline-block;
        height: 1100px;
        margin-bottom: 0;
        background-color: rgba(79,55,39,0.5);
    }
    
    #side li {
        padding-bottom: 10px;
    }
    
    #side img {
        padding-bottom: 10px;
    }
    
    #aside {
        width: 40%;
        float: none;
        display: inline-block;
        padding: 25px 50px 50px 50px;
        height: 1100px;
        margin-bottom: 0;
    }
    
    #services {
        width: 30%;
        float: left;
        padding: 25px 50px 50px 50px;
        display: inline-block;
    }
    
    #services img {
        padding-top: 15px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        display: block;
    }
    
    .activepage {
        pointer-events: none;
    }
    
    #side h2, #aside h2, #description h2, #contact h2 {
        padding-bottom: 25px;
    }
    
    #side h3, #aside h3, #description h3, #contact h3 {
        padding-bottom: 10px;
        color: rgba(186,96,35,73);
    }
    
    #aside li {
        padding-bottom: 2px;
        padding-top: 3px;
        list-style-type: circle;
        color: rgba(186,96,35,73);
    }
    
    #aside li span {
        color: white;
    }
    
    #herobanner {
        display: inline-flex;
        align-content: center;
        align-items: center;
        align-self: center;
        vertical-align: middle;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        width: 100%;
    }

    #herobanner img {
        padding: 5px;
    }

    #description, #contact {
        width: 70%;
        background-color: rgba(79,55,39,0.5);
        display: inline-block;
        padding: 25px 50px 50px 50px;
    }
    
    #description, #contact h4 {
        text-align: center;
    }
}

/*--large desktop display--*/
@media screen and (min-width: 1251px) and (max-width:1559px) {
    #wrapper {
        background-color: rgba(79,55,39,0.5);
        height: 100%;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        padding: 0;
    }
    .header {
        padding: 25px 0 25px 5px;
        margin: 0;
        display: block;
        background-image: url();
        background-repeat: no-repeat;
        background-position: center;
        background-size: 800px;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }
    
    .header img {
        padding-left: 175px;
        float: left;
        margin: 0;
    }
    
    .header h1 {
        font-size: 2.5em;
        padding-bottom: 25px;
        padding-left: 100px;
        color: white;
        float: right;
    }

    .header h2 {
        padding-bottom: 25px;
        text-align: center;
        font-size: 1.25em;
        color: rgba(186,96,35,73);
        float: right;
    }
    #aside h3 {
        padding-bottom: 25px;
        text-align: center;
        font-size: 1.25em;
        color: rgba(186,96,35,73);
    }

    #menu {
        margin-bottom: 25px;
        padding-top: 35px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        align-self: center;
        vertical-align: middle;
        justify-items: center;
        width: 120%;
    }

    #menu li {
        list-style-type: none;
        display: inline;
        text-align: center;
        font-size: 1.5em;
        font-weight: bold;
        padding: 7px 0 7px 0;
        margin-left: 4px;
        margin-right: 4px;
        width: 20%;
    }

    #menu li:hover {
        transform: scaleY(1.05) scaleX(1.05);
        text-shadow: 0 0 5px cornflowerblue, 0 0 15px cornflowerblue;
    }

    #menu li a{
        list-style-type: none;
        color: white;
        font-family:Arial, Helvetica, sans-serif;
        text-align: center;
        padding: 30px;
    }
    .mobilenav {
        display: none;
        visibility: hidden;
    }
    
    #side {
        width: 60%;
        float: left;
        padding: 25px 50px 50px 50px;
        display: inline-block;
        height: 985px;
        margin-bottom: 0;
        background-color: rgba(79,55,39,0.5);
    }
    
    #side li {
        padding-bottom: 10px;
    }
    
    #side img {
        padding-bottom: 10px;
    }
    
    #aside {
        width: 40%;
        float: none;
        display: inline-block;
        padding: 25px 50px 50px 50px;

        height: 985px;
        margin-bottom: 0;
    }
    
    #services {
        width: 30%;
        float: left;
        padding: 25px 50px 50px 50px;
        display: inline-block;
    }
    
    #services img {
        padding-top: 15px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        display: block;
    }
    
    .activepage {
        pointer-events: none;
    }
    
    #side h2, #aside h2, #description h2, #contact h2 {
        padding-bottom: 25px;
    }
    
    #side h3, #aside h3, #description h3, #contact h3 {
        padding-bottom: 10px;
        color: rgba(186,96,35,73);
    }
    
    #aside li {
        padding-bottom: 2px;
        padding-top: 3px;
        list-style-type: circle;
        color: rgba(186,96,35,73);
    }
    
    #aside li span {
        color: white;
    }
    
    #herobanner {
        display: inline-flex;
        align-content: center;
        align-items: center;
        align-self: center;
        vertical-align: middle;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        width: 100%;
    }

    #herobanner img {
        padding: 5px;
    }
    
    #description, #contact {
        width: 70%;
        background-color: rgba(79,55,39,0.5);
        display: inline-block;
        padding: 25px 50px 50px 50px;
    }
    
    #description h4, #contact h4 {
        text-align: center;
    }
}

/*--extra large desktop display--*/
@media screen and (min-width:1560px) {
    #wrapper {
        background-color: rgba(79,55,39,0.5);
        height: 100%;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    .header {
        padding: 25px 0 25px 0;
        margin: 0;
        display: block;
        background-image: url();
        background-repeat: no-repeat;
        background-position: center;
        background-size: 800px;
        width: 100%;
    }
    
    .header img {
        float: left;
        padding-left: 450px;
        padding-right: 30px;
        margin: 0;
    }
    
    .header h1 {
        font-size: 2.5em;
        padding-bottom: 25px;
        padding-left: 100px;
        color: white;
    }
    .header h2, #aside h3 {
        padding-bottom: 25px;
        text-align: center;
        font-size: 1.25em;
        color: rgba(186,96,35,73);
    }

    #menu {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
        margin-top: 25px;
        text-align: center;
    }

    #menu li {
        list-style-type: none;
        display: inline-block;
        text-align: center;
        font-size: 1.75em;
        font-weight: bold;
        padding: 7px 0 7px 0;
        margin-left: 4px;
        margin-right: 4px;
        width: 15%;
    }

    #menu li:hover {
        transform: scaleY(1.05) scaleX(1.05);
        text-shadow: 0 0 5px cornflowerblue, 0 0 15px cornflowerblue;
    }

    #menu li a{
        list-style-type: none;
        color: white;
        font-family:Arial, Helvetica, sans-serif;
        text-align: center;
        padding: 30px;
    }
    .mobilenav {
        display: none;
        visibility: hidden;
    }
    
    #side {
        width: 70%;
        float: left;
        padding: 25px 50px 50px 50px;
        display: inline-block;
        height: 800px;
        margin-bottom: 0;
    }
    
    #side li {
        padding-bottom: 10px;
    }
    
    #side img {
        padding-bottom: 10px;
    }
    
    #aside {
        width: 30%;
        float: none;
        display: inline-block;
        padding: 25px 50px 50px 50px;
        background-color: rgba(79,55,39,0.25);
        height: 800px;
        margin-bottom: 0;
    }
    
    #herobanner {
        display: inline-flex;
        align-content: center;
        align-items: center;
        align-self: center;
        vertical-align: middle;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        width: 100%;
    }

    #herobanner img {
        padding: 5px;
    }
    
    #services {
        width: 30%;
        float: left;
        padding: 25px 50px 50px 50px;
        display: inline-block;
    }
    
    #services img {
        padding-top: 15px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        display: block;
    }
    
    .activepage {
        pointer-events: none;
    }
    
    #side h2, #aside h2, #description h2, #contact h2 {
        padding-bottom: 25px;
    }
    
    #side h3, #aside h3, #description h3, #contact h3 {
        padding-bottom: 10px;
        color: rgba(186,96,35,73);
    }
    
    #aside li {
        padding-bottom: 2px;
        padding-top: 3px;
        list-style-type: circle;
        color: rgba(186,96,35,73);
    }
    
    #aside li span {
        color: white;
    }
    
    #description{
        width: 70%;
        background-color: rgba(79,55,39,0.5);
        display: inline-block;
        padding: 25px 50px 50px 50px;
    }
    
    #contact {
        width: 70%;
        background-color: rgba(79,55,39,0.5);
        display: inline-block;
        padding: 25px 50px 50px 50px;
        height: 470px;
    }
    
    #description h4, #contact h4 {
        text-align: center;
    }

}