html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,footer,header,main,menu,nav,section {
    display: block
}

main {
    margin-left: 10%;
    margin-right: 10%;
    background-color: #fff;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 4%;
    padding-top: 4%;
}

[hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,a:hover {
    outline-width: 0
}

strong {
    font-weight: inherit
}

strong {
    font-weight: bolder
}

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

img {
    border-style: none
}

button,input {
    font: inherit;
    margin: 0
}

button,input {
    overflow: visible
}

button {
    text-transform: none
}

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

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

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

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

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

html,input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,::after,::before {
    box-sizing: inherit
}

.entry-content::before,.entry::before,.site-container::before,.site-footer::before,.site-header::before,.wrap::before {
    content: " ";
    display: table
}

.entry-content::after,.entry::after,.site-container::after,.site-footer::after,.site-header::after,.wrap::after {
    clear: both;
    content: " ";
    display: table
}

html {
    font-size: 62.5%
}

body {
    background-color: #f7f8f9;
    color: #222;
    font-family: 'PT Sans',sans-serif;
    font-size: 20px;
    font-size: 2.4rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
    text-align: justify;
}

.button,a,button,input:focus,input[type=button],input[type=reset],input[type=submit] {
    transition: all .2s ease-in-out
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:focus,a:hover {
    color: #71f26e;
    text-decoration: none
}

p {
    margin: 0 0 28px;
    padding: 0
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style-type: inherit;
    margin-bottom:inherit;
}

strong {
    font-weight: 700
}

em,i {
    font-style: italic
}

h1,h2,h3,h4,h5,h6 {
    font-family: Merriweather,serif;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 25px
}

h1 {
    font-size: 4rem;
    letter-spacing: -0.5px;
    line-height: 1.4;
    text-align: center;
}

h2 {
    font-size: 30px;
    letter-spacing: -.5px;
    padding: 1.25em 2.375em;
    color: #fff;
    text-align: center;
    font-family: font-family: var(--headingsfontfamily),var(--nv-fallback-ff)
}

h3 {
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    color: #2c3e50;
    background-color: #f0f4f7;
    padding: 10px;
    border-left: 4px solid #3498db;
    margin-top: 20px;
}

.entry-content h2,.entry-content h3,.entry-content h4 {
    margin-top: 40px
}

h4 {
    font-family: 'Merriweather', serif; /* Stylish, classic font */
    font-size: 26px; /* Adjust size for better readability */
    font-weight: 700; /* Stronger emphasis */
    color: #333; /* Deep, elegant color */
    margin-bottom: 20px; /* Space below the heading */
    position: relative; /* Needed for the decorative line */
    line-height: 1.3; /* Spacing between lines */
    text-transform: capitalize; /* Capitalizes the first letter */
}

h4::after {
    content: ''; /* Creates a decorative line */
    display: block;
    width: 60px; /* Length of the line */
    height: 3px; /* Thickness */
    background: #3498dc; /* Color of the line */
    margin-top: 8px; /* Space between text and line */
    border-radius: 2px; /* Rounded edges */
    transition: width 0.3s; /* Smooth transition on hover */
}

h4:hover::after {
    width: 100px; /* Extends the line on hover */
}


h5 {
    font: 600 1em Poppins-R,sans-serif;
    letter-spacing: 1.5px
}

h6 {
    color: #666;
    font-size: 15px;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 400
}

ul {
    list-style-type: disc;
    background-color: aliceblue;
    padding: 4%;
    margin: 20px 0 20px 20px;
}

img {
    max-width: 100%
}

img {
    height: auto
}

input {
    border-radius: 100px
}

input {
    background-color: #fff;
    border: 2px solid #ddd;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 16px 32px 14px;
    width: 100%
}

input:focus {
    border: 2px solid #e4e4e4;
    outline: 0
}

button:focus,input[type=button]:focus,input[type=reset]:focus,input[type=submit]:focus {
    outline: 1px solid #ccc
}

input[type=checkbox],input[type=image],input[type=radio] {
    width: auto
}

::placeholder {
    color: #333;
    opacity: 1
}

::-ms-input-placeholder {
    color: #333;
    opacity: 1
}

.button,button,input[type=button],input[type=reset],input[type=submit] {
font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: 600;
    border-width: 1px;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    padding: 1.6rem 3.2rem;
    background-color: #ffe623 !important;
    border-color: #ffe623 !important;
    color: #231f00 !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    text-align: center;
}

a.button:focus,a.button:hover,button:focus,button:hover,input:focus[type=button],input:focus[type=reset],input:focus[type=submit],input:hover[type=button],input:hover[type=reset],input:hover[type=submit] {
    background-color: #000000;
    box-shadow: none;
    color: #fff;
    outline-offset: 3px;
    -moz-outline-radius: 100px
}

.entry-content .button:focus,.entry-content .button:hover {
    color: #eb0707
}

.button {
    display: inline-block;
    margin-bottom: 2%;
}

.menu>.highlight>a {
    background-color: #fff;
    border: 2px solid #e4e4e4;
    border-radius: 100px;
    box-shadow: none;
    color: #222;
    -moz-outline-radius: 100px
}

.button.text,a.more-link.button.text,button.text,input[type=button].text,input[type=reset].text,input[type=submit].text {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 2px solid #e4e4e4;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    color: #222;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 16px 0 6px 0;
    text-decoration: none;
    text-transform: uppercase
}

.button.text:focus,.button.text:hover,a.more-link.button.text:focus,a.more-link.button.text:hover,button.text:focus,button.text:hover,input[type=button].text:focus,input[type=button].text:hover,input[type=reset].text:focus,input[type=reset].text:hover,input[type=submit].text:focus,input[type=submit].text:hover {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 2px solid #e4e4e4;
    border-radius: 0;
    color: #e4e4e4;
    padding: 16px 0 6px 0;
    -moz-outline-radius: 0
}

a.button.large.text,button.large.text,input[type=button].large.text,input[type=reset].large.text,input[type=submit].large.text {
    padding: 20px 0 6px 0
}

a.button.large,button.large,input[type=button].large,input[type=reset].large,input[type=submit].large {
    font-size: 20px;
    font-size: 2rem;
    padding: 24px
}

.site-container button:disabled,.site-container button:disabled:hover,.site-container input:disabled,.site-container input:disabled:hover,.site-container input[type=button]:disabled,.site-container input[type=button]:disabled:hover,.site-container input[type=reset]:disabled,.site-container input[type=reset]:disabled:hover,.site-container input[type=submit]:disabled,.site-container input[type=submit]:disabled:hover {
    background-color: #eee;
    border-width: 0;
    box-shadow: 0 7px 16px 0 rgba(0,0,0,.2);
    color: #666;
    cursor: not-allowed
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button {
    display: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
    word-break: break-all
}

.more-link {
    position: relative
}

.wrap {
    margin: 0 auto;
    max-width: 1200px
}

.site-inner {
    clear: both;
    word-wrap: break-word
}

.site-inner {
    background-color: transparent;
    position: relative;
    width: 100%
}

.site-inner::before {
    content: "";
    background-color: #f5f5f5;
    height: 50%;
    position: absolute;
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg);
    top: 120px;
    width: 100%;
    z-index: -1
}

.site-inner::after {
    bottom: 100px;
    background-color: #f5f5f5;
    content: "";
    height: 50%;
    position: absolute;
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg);
    width: 100%;
    z-index: -1
}

.content {
    float: right;
    width: 880px
}

.full-width-content .content {
    float: none;
    margin: 0 auto;
    max-width: 880px
}

.one-half {
    float: left;
    margin-left: 2.564102564102564%
}

.one-half {
    width: 48.717948717948715%
}

.first {
    clear: both;
    margin-left: 0
}

.after-entry {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 40px
}

.full-width-content .after-entry {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px
}

.entry-title {
    font-size: 54px;
    font-size: 5.4rem;
    letter-spacing: -1.5px;
    margin-bottom: 100px;
    text-align: center
}

.full-width-content .entry-title {
    margin-bottom: 50px;
    text-align: center;
    padding-top: 5%
}

.entry-title a {
    color: #333;
    text-decoration: none
}

.entry-title a:focus,.entry-title a:hover {
    color: #ecdede
}

:focus {
    color: #333;
    outline: #ccc solid 1px
}

.site-header {
    background-color: #000;
    z-index: 9
}

.site-header>.wrap {
    max-width: none;
    padding: 40px 50px 500px;
    background-image: linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.8));
    background-repeat: no-repeat;
    background-position: center 75%;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.title-area {
    float: left;
    margin-top: 2%;
    padding: 0 0;
    width: 40%
}

.header-image .title-area {
    margin: 0 auto;
    max-width: 300px;
    padding: 0
}

.site-title {
    font-family: 'PT Sans',sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 1.2;
    text-transform: uppercase
}

.site-title a {
    color: #fff;
    display: inline-block;
    padding: 0 0 8px 5px;
    text-decoration: none
}

.site-title a:focus,.site-title a:hover {
    color: #fff;
    text-decoration: none
}

.header-image .site-title>a {
    background-size: contain!important;
    border-bottom: none;
    float: left;
    min-height: 80px;
    width: 100%
}

.site-description {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.site-description,.site-title {
    margin-bottom: 0
}

.header-image .site-title {
    display: block;
    text-indent: -9999px
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%
}

.menu>.highlight>a {
    color: #222;
    padding: 14px 18px 10px;
    outline-offset: 2px
}

.menu>.highlight>a:focus,.menu>.highlight>a:hover {
    color: #e3e3e3
}

.entry {
    margin-bottom: 40px
}

.entry-content ul {
    margin-bottom: 28px;
    margin-left: 40px
}

.entry-content ul>li {
    list-style-type: disc
}

.entry-content ul ul {
    margin-bottom: 0
}

.content .entry {
    background-color: rgba(255,255,255,0);
    border-radius: 10px;
    padding-bottom: 40px;
    transition: all .4s
}

.content .entry.focused,.content .entry:hover {
    background-color: rgba(255,255,255,1);
    border-radius: 10px;
    box-shadow: 0 35px 70px 0 rgba(0,0,0,.12);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px)
}

.content .entry .entry-content,.content .entry .entry-meta,.content .entry .entry-title {
    padding: 0 60px
}

p.entry-meta {
    font-family: Merriweather,serif;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 0
}

.entry-header .entry-meta {
    margin-bottom: 40px
}

.site-footer {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center
}

.site-footer>.wrap {
    padding: 60px 0
}

.site-footer p {
    margin-bottom: 0
}

@media only screen and (max-width: 1360px) {
    .entry-title,h1 {
        font-size:50px;
        font-size: 5rem
    }

    .wrap {
        max-width: 1140px
    }

    .content {
        max-width: 680px
    }
}

@media only screen and (max-width: 1200px) {
    .wrap {
        max-width:960px
    }

    .content {
        max-width: 600px
    }

    .full-width-content .content .entry .entry-content,.full-width-content .content .entry .entry-meta,.full-width-content .content .entry .entry-title {
        padding: 0 40px
    }
}

@media only screen and (max-width: 1023px) {
    .wrap {
        max-width:800px
    }

    .content {
        max-width: 100%;
        width: 100%
    }

    .full-width-content .content .entry .entry-meta,.full-width-content .content .entry .entry-title {
        padding: 0 40px
    }

    .title-area {
        max-width: 50%
    }

    .header-image .title-area {
        margin: 0;
        max-width: 50%
    }

    .site-header .wrap {
        padding: 20px 5% 40px 5%
    }

    .header-image .title-area {
        float: none
    }

    .site-header .title-area {
        margin-bottom: 20px
    }

    .header-image .site-title>a {
        background-position: center!important
    }
}

@media only screen and (max-width: 860px) {
    body>div {
        font-size:1.8rem
    }

    body {
        font-size: 18px;
        font-size: 1.8rem
    }

    .entry-title,h1 {
        font-size: 40px;
        font-size: 4rem
    }

    .wrap {
        padding-left: 5%;
        padding-right: 5%
    }

    .header-image .title-area {
        margin: 0 auto 20px auto;
        max-width: none
    }

    .header-image .site-title>a {
        display: block;
        float: none
    }

    .after-entry {
        margin-bottom: 5%;
        padding: 30px
    }

    .full-width-content .content .entry .entry-meta,.full-width-content .content .entry .entry-title {
        padding: 0
    }

    .one-half {
        margin: 0;
        width: 100%
    }

    .content .entry .entry-content,.content .entry .entry-meta,.content .entry .entry-title,.full-width-content .content .entry .entry-content,.full-width-content .content .entry .entry-meta,.full-width-content .content .entry.entry-title {
        padding: 0 5%
    }
}

@media print {
    *,::after,::before {
        background: 0 0!important;
        box-shadow: none!important;
        color: #000!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]::after {
        content: " (" attr(href) ")"
    }

    .site-title>a::after,a[href^="#"]::after,a[href^="javascript:"]::after {
        content: ""
    }

    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    @page {
        margin: 2cm .5cm
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    .content {
        width: 100%
    }

    .entry-footer,.home-top,button,input {
        display: none!important
    }

    .title-area {
        text-align: center;
        width: 100%
    }

    .site-title>a {
        margin: 0;
        text-decoration: none;
        text-indent: 0
    }

    .site-inner {
        padding-top: 0;
        position: relative;
        top: -100px
    }

    h1,h2,h3,h4,h5,h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3
    }

    img {
        page-break-after: avoid;
        page-break-inside: avoid
    }

    table {
        page-break-inside: avoid
    }

    ul {
        page-break-before: avoid
    }
}

:where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

:where(.wp-block-post-commentsinput[type=submit]) {
    border: none
}

@supports (position: sticky) {
    .wp-block-cover-image:after,.wp-block-cover:after {
        content:none
    }
}

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

:where(.wp-block-file__button) {
    border-radius: 2em;
    padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background {
    padding: 1.25em 2.375em
}

@supports ((-webkit-mask-image: none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        border-radius:0;
        -webkit-mask-image: url(data:image/svg+xml;utf8,SVG_REPLACED);
        mask-image: url(data:image/svg+xml;utf8,SVG_REPLACED);
        mask-mode: alpha;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain
    }
}

ul {
    box-sizing: border-box;
    margin-bottom: 22px
}

ul.has-background {
    padding: 1.25em 2.375em
}

@keyframes overlay-menu__fade-in-animation {
    0% {
        opacity: 0;
        transform: translateY(.5em)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

p.has-background {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: .375em .625em
}

:where(pre.wp-block-verse) {
    font-family: inherit
}

@supports (position: sticky) {
    .wp-block-video [poster] {
        -o-object-fit:cover;
        object-fit: cover
    }
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height,0)
}

@media screen and (max-width: 600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset:0
    }
}

/*! This file is auto-generated */
@font-face {
    font-display: swap;
    font-family: sp-icons;
    src: url(https://bramptontiffinservice.web.app/themes/academy-pro/css/sp-icons/sp-icons.eot?6y4lku);
    src: url(https://bramptontiffinservice.web.app/themes/academy-pro/css/sp-icons/sp-icons.eot?6y4lku#iefix) format('embedded-opentype'),url(https://bramptontiffinservice.web.app/themes/academy-pro/css/sp-icons/sp-icons.ttf?6y4lku) format('truetype'),url(https://bramptontiffinservice.web.app/themes/academy-pro/css/sp-icons/sp-icons.woff?6y4lku) format('woff'),url(https://bramptontiffinservice.web.app/themes/academy-pro/css/sp-icons/sp-icons.svg?6y4lku#sp-icons) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: TablePress;
    font-style: normal;
    font-weight: 400;
    src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAPUAA0AAAAACZAAAAN+AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCUhEICoQIgnILFgABNgIkAygEIAWGcgeBARv6B8iuBzK53oAhKg2KWDsrezjalSefocfD9/uZ575PSbYEqJHAIdo6tMDGdCprFIHd+F9r+rZE46O2iHBJfoAuxwW0yfgKS8KGVFE4dHX1gPmgVhzwhcJbReQ9RWXcraeutbmNHE7T7B1sex8stfMfnkvv0XsgUZrYO1hirXme9TnUkBvQ22RGX50VAr48H54Cn9b8GD73edAAhjboBpIQ6kKOhCz7GA8V5HfzyeA6h0mnrFTJnPjxC7KCrl9caqIUg0EAYACGDBn6YGCxeIE+EkwANTWJX/brZpNfyE5o/7r9uPZjS4tESbCTExLCjxOEbxGi2dQeNEAXUMMlvADkqSV0IHXtkQXNOnI2ctJpRIPt8+HjNivx3rlQYA8FqGwdCxF2aZrdJluMnaqFvy+yngVKbBcn0fSOd1xTpnW4HTkptV8Gi2kvCeUHC0BD+D0VKMIqXniZPJyPya9D7gT6DvUpwJER6avgKDsOfW9jU+YGc/ng6MhA3VSar3NdtvrD9WHZurKVKYOi0RwlY9500YSuWDE084F+jMinu4sTudD5yBTTozA9Horpmb+M3TwIBHempnzdpu1/raWypX0JND/ki4p71CQQlFqnAvkijABrVFIq5BdNJbFncoBOF03/h3IINPQRBxJCYDoAOnkRIDR0w0BSmYiBzDinAuQ6eROg0DEGY6DUiEUYqKyILwFq2qS9GKhrpFsykdeFLmDjknYG4jKbNeNyQ1zhCoP840pdYiqu8jTW4mp6pMXH1HVJp8wRmHmQKTKiUOBVSMHrlKuBlYidxkMgw6/bMoG5RD6qfs8yO8LVqFCFa8ELrcVLEqTaS7UG5aqVq1GlWi28k3rRgCjbiU+qqOItvDEqXjkvwF/dUF595jB8LSqqgwIWAWsRmcJJ5GsHbYUqVbirBi5IpRMxLso/i2oSA6ZYDoMFCiknI7ZkGacSVYUjlLSXyG8n08nOQcXTeyzU5ozbiGRQZRt0vu/TMoEV8RLI3DiBSiVzMtNKAPgErlwLoqiAY2fJ9UbRMU/0rz38UP5FQtH3i8V3KYSHYJdSYRnwW8XazUAUop3gQY19hkEH98OA2QQ6wg0S+FjtwOwdOvF5J2VXBBLQmo2EAxsIKVJkkUcRZVRRa7NrP+my6Ns8cKszHYJf+fPPLPTq5vFcmYKZNL+fn1CZDgoYecKZHwA=) format("woff2"),url(https://bramptontiffinservice.web.app/plugins/tablepress/css/build/tablepress.woff) format("woff")
}

.hero-section {
    z-index: 3;
    padding-bottom: 0;
    position: relative
}

.hero-section-column.left {
    padding-right: 80px
}

.hero-title {
    font-size: 54px;
    font-size: 5.4rem;
    line-height: 1.2
}

.hero-section-column.right {
    position: relative;
    padding-top: 20px
}

.hero-section-column.right::before {
    background: 0 0;
    border: 4px solid #e4e4e4;
    border-radius: 10px;
    content: "";
    display: inline-block;
    left: 20px;
    height: calc(100% - 20px);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.hero-image {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 19px 70px 0 rgba(0,0,0,.12)
}

.hero-section-logo {
    margin: 0 20px
}

@media only screen and (max-width: 1360px) {
    .hero-title {
        font-size:50px;
        font-size: 5rem
    }
}

@media only screen and (max-width: 1200px) {
    .hero-section-column.left {
        padding-right:40px
    }

    .hero-title {
        font-size: 40px;
        font-size: 4rem
    }
}

@media only screen and (max-width: 1023px) {
    .hero-section {
        margin:0 auto;
        max-width: 720px;
        text-align: center
    }

    .hero-section .one-half {
        float: none;
        width: 100%
    }

    .hero-section-column.left {
        padding: 0 0 40px 0
    }

    .hero-description {
        max-width: 680px
    }
}

@media only screen and (max-width: 860px) {
    .hero-section-column.left {
        margin-bottom:40px
    }

    .hero-title {
        font-size: 36px;
        font-size: 3.6rem
    }

    .hero-section-column.right {
        padding-top: 10px
    }

    .hero-section-column.right::before {
        border-width: 3px;
        height: calc(100% - 10px);
        left: 10px
    }
}

[data-featherlight] img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

@-webkit-keyframes featherlightLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes featherlightLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

footer {
    background-color: #000;
    padding-top: 50px
}

.site-header p {
    font-size: 30px;
    color: #fff;
    font-family: sans-serif;
    text-align: center;
    top: 140px;
    width: 100%
}


.nav-container {
    margin-top: -2%;

}

.button.primary {
  display: block;     /* Makes the link behave like a block element */
  width: fit-content; /* Makes the width of the button fit its content */
  margin: 0 auto;     /* Centers the button horizontally */
  text-align: center; /* Centers the text inside the button */
}

.custom-link {
    color: #06264e;  /* Custom color for this class */
    text-decoration: none;  /* Removes underline */
}
