/* ==========================================================================

.dashed {
  --b: 5px;  /* border thickness */
--s: 30px;
/* size of the dashes */
--c1: #215A6D;
--c2: #92C7A3;

width: 250px;
aspect-ratio: 1;
position: relative;
}

.dashed::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: var(--b);
    background:
        repeating-conic-gradient(var(--c1) 0 25%, var(--c2) 0 50%) 0 0/var(--s) var(--s) round;
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}




/* ==========================================================================




/* Social Links */

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

img {
    border: 0;
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

a {
    color: #150438;
    font-weight: 500;
}

#social_side_links {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
}

#social_side_links li a {
    display: block;
}

#social_side_links li a img {
    display: block;
    max-width: 40px;
    padding: 10px;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    width: 250px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}

a:hover,
a:focus {
    text-decoration: none;
    -moz-transition: background-color, color, 0.3s;
    -o-transition: background-color, color, 0.3s;
    -webkit-transition: background-color, color, 0.3s;
    transition: background-color, color, 0.3s;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

#social_side_links li a {
    display: block;
}

#social_side_links li a img {
    display: block;
    max-width: 40px;
    padding: 10px;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    width: 250px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}

a:hover {
    color: #ff9800;
}

/* Social Links */

#gallery {
    padding-top: 40px;
}

.img-wrapper {
    position: relative;
    margin-top: 30px;
}

.img-overlay {
    background: #d4af375c;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    border-radius: 1rem;
    border: 2px solid #fff;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999; //:none;Removesbluehighlight-webkit-user-select   -moz-user-select:none;-ms-user-select:none;user-select:none;}

    #nextButton {
        color: #fff;
        font-size: 2em;
        transition: opacity 0.8s;
    }

    #prevButton {
        color: #fff;
        font-size: 2em;
        transition: opacity 0.8s;
    }

    #exitButton {
        color: #fff;
        font-size: 2em;
        transition: opacity 0.8s;
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .overlay {
        position: absolute;
        bottom: 0;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.5);
        color: #f1f1f1;
        width: 100%;
        transition: .5s ease;
        opacity: 0;
        color: white;
        font-size: 20px;
        padding: 20px;
        text-align: center;
    }

    .container:hover .overlay {
        opacity: 1;
    }

    section {
        display: block;
    }

    a {
        background-color: transparent;
    }

    a:active,
    a:hover {
        outline: 0;
    }

    h1 {
        margin: .67em 0;
        font-size: 2em;
    }

    img {
        border: 0;
    }

    @media print {

        *,
        :after,
        :before {
            color: #000 !important;
            text-shadow: none !important;
            background: 0 0 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }

        a,
        a:visited {
            text-decoration: underline;
        }

        a[href]:after {
            content: " ("attr(href) ")";
        }

        img {
            page-break-inside: avoid;
        }

        img {
            max-width: 100% !important;
        }
    }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    :after,
    :before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    a {
        color: #337ab7;
        text-decoration: none;
    }

    a:focus,
    a:hover {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    img {
        vertical-align: middle;
    }

    .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
        border-radius: 1rem !important;
        border: 4px solid #174b13;
    }

    h1 {
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
    }

    h1 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    h1 {
        font-size: 36px;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    @media (min-width:768px) {
        .container {
            width: 750px;
        }
    }

    @media (min-width:992px) {
        .container {
            width: 970px;
        }
    }

    @media (min-width:1200px) {
        .container {
            width: 1170px;
        }
    }

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .col-lg-3,
    .col-md-6,
    .col-sm-6,
    .col-xs-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-xs-12 {
        float: left;
    }

    .col-xs-12 {
        width: 100%;
    }

    @media (min-width:768px) {
        .col-sm-6 {
            float: left;
        }

        .col-sm-6 {
            width: 50%;
        }
    }

    @media (min-width:992px) {
        .col-md-6 {
            float: left;
        }

        .col-md-6 {
            width: 50%;
        }
    }

    @media (min-width:1200px) {
        .col-lg-3 {
            float: left;
        }

        .col-lg-3 {
            width: 25%;
        }
    }

    .container:after,
    .container:before,
    .row:after,
    .row:before {
        display: table;
        content: " ";
    }

    .container:after,
    .row:after {
        clear: both;
    }

    a {
        color: #013F0F;
        font-weight: 500;
    }

    .plussignw {
        color: #fff;
        font-size: 30px !important;
    }

    h1 {
        font-size: 23px;
        color: #d4af37;
    }

    a:hover,
    a:focus {
        text-decoration: none;
        -moz-transition: background-color, color, 0.3s;
        -o-transition: background-color, color, 0.3s;
        -webkit-transition: background-color, color, 0.3s;
        transition: background-color, color, 0.3s;
    }

    @media (min-width: 1200px) {
        h1 {
            display: block;
            margin: 0 0 0.2em 0;
            font-size: 2.2em;
            line-height: 1em;
        }
    }

    @media (max-width: 767px) {
        h1 {
            display: block;
            margin: 0 0 0.2em 0;
            font-size: 2.2em;
            line-height: 1em;
        }
    }

    a:hover {
        color: #d4af37;
    }
