/*@import "fonts/stylesheet.css";*/
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


/*
        http://meyerweb.com/eric/tools/css/reset/
        v2.0 | 20110126
        License: none (public domain)
        */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    min-height: 100% !important;
    /*height: 100%;*/
}

body {
    line-height: 1;
    min-height: 100% !important;
    /*height: 100%;*/
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1 {
    position: relative;
    background: #444;
    font-size: 32px;
    color: #fff;
    padding: 10px 20px;
    margin: 0 -20px 12px -20px;
}
.letters {
    font-size: 25px;
    margin-bottom: 20px;
}
.s10:before {
    content: '10px';
}
.s11:before {
    content: '11px';
}
.s12:before {
    content: '12px';
}
.s14:before {
    content: '14px';
}
.s18:before {
    content: '18px';
}
.s24:before {
    content: '24px';
}
.s30:before {
    content: '30px';
}
.s36:before {
    content: '36px';
}
.s48:before {
    content: '48px';
}
.s60:before {
    content: '60px';
}
.s72:before {
    content: '72px';
}
.s10:before, .s11:before, .s12:before, .s14:before,
.s18:before, .s24:before, .s30:before, .s36:before,
.s48:before, .s60:before, .s72:before {
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    color: #999;
    padding-right: 6px;
}
pre {
    display: block;
    padding: 9px;
    margin: 0 0 12px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
    font-weight: normal;
    font-style: normal;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    overflow-x: auto;
    border-radius: 4px;
}


body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 33px;
    color: #1a1a1a;
    background-color: #ffffff;
    line-height: 1.2;
}

.page {
    height: 100%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.page-content {
    padding: 70px 60px 70px 60px;
   /* background: url('../images/content_bg.svg') no-repeat top left /auto;
    text-align: center;*/
    max-width: 925px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 95%;
    text-align: center;
}

.page-content img {
    margin-top: 100px;
    max-width: 100%;
    position: relative;
    left: -120px;
}

.content-columns {
    display: flex;
    flex-wrap: wrap;
    margin-top: 140px;
}

.content-columns .row {
    width: 100%;
    color: #1a1a1a;
    font-size: 33px;
    text-align: center;
    line-height: 1.5;
}


.content-columns .row1 a{
    color: #1a1a1a;
    text-decoration: none;
}

.content-columns .row2 a.phone{
    color: #1a1a1a;
    text-decoration: none;
}

.content-columns .row2 span {
    color: #cacaca;
    padding: 0 10px 0 10px;
}

.content-columns .row2 a.email{
    color: #bf996f;
    text-decoration: none;
}

.content-columns .row3{
    margin-top: 50px;
    font-size: 22px;
}

.content-columns .row3 a {
    color: #bf996f;
    text-decoration: none;
}

.content-columns .row3 a:hover {
    text-decoration: underline;
}

.content-columns .row3 span {
    color: #cbcbcb;
}

.notes {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 15px;
    font-style: italic;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 95%;
}

.notes p {
    margin-top: 30px;
}

/* responsive */

@media (max-width: 820px) {

    body {
        font-size: 25px;
    }

    .content-columns .row {
        font-size: 30px;
    }

    .page-content img {
        margin-top: 100px;
        left: 0;
    }

    .content-columns .row3 {
        font-size: 20px;
    }

}

@media (max-width: 667px) {

    .page {
        padding: 50px 0 0 0;
    }

    .page-content {
        padding: 0;
        margin-bottom: 0px;
    }

    .page-content img {
        max-width: 90%;
        margin: 50px auto 0 auto;
    }

    .content-columns {
        margin-top: 50px;
    }

    .content-columns .column {
        text-align: center;
        width: 100%;
    }

    .brocker-logo {
        text-align: center;
    }

}