﻿/*@import "https://fonts.googleapis.com/css?family=Open+Sans:300,700";
@import "https://fonts.googleapis.com/css?family=Kreon:300,700";
*/
/*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: inherit;
    font-size: 100%;
    vertical-align: baseline;
}*/
html, body {
    font-family: "Segoe UI", -apple-system, Arial, Verdana, sans-serif;
    font-size: 14px /*15px*/;
    line-height: 1.5;
   
}

body {
    margin: 0;
    /* margin-top: 30px;*/
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(0, 0, 0, .8);
    /*  background-color: whitesmoke;*/
    background-color: white;
    /*font-family: Roboto, sans-serif;*/
    /* font-weight: 400;*/
    word-wrap: break-word;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    -ms-font-feature-settings: "kern","liga","clig","calt";
    font-feature-settings: "kern", "liga", "clig", "calt";
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
/*----------------*/
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.stickyBlock {
    position: sticky;
    top: 44px;
    z-index: 99;
}

.uppercase-text {
    text-transform: uppercase;
}

.older {
    list-style: none;
    margin: 0 auto;
    max-width: 1500px;
    counter-reset: li;
}

.older li {
        border-bottom: dashed 1px #006699;
        margin-top: 10px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        padding: 5px;
    }

.older a {
        text-decoration: none;
        padding: 10px;
        display: block;
        line-height: 30px;
        color: #3A3A3A;
        font-family: 'EB Garamond', serif;
        font-size: 20px;
    }

.older a:before {
            display: inline-block;
            content: counter(li);
            counter-increment: li;
            height: 30px;
            width: 30px;
            text-align: center;
            border: solid 1px #dedede;
            margin-right: 20px;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 30px rgba(0, 0, 0, 0.1) inset;
            font-family: 'Fredericka the Great', cursive;
            font-size: 24px;
            -webkit-transition: .4s linear;
            transition: .4s linear;
        }

.older a:hover:before {
            color: #D72F2C;
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }
/* ** toTop */
#toTop {
    background-color: #1fabff;
    border-radius: 50%;
    bottom: 10px;
    color: transparent;
    font-size: 0;
    height: 50px;
    opacity: 0.7;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    width: 50px;
    z-index: 9999;
}

#toTop:after {
        bottom: 0;
        color: #fff;
        content: "\f106";
        display: block;
        font-family: "FontAwesome";
        font-size: 16px;
        left: 0;
        line-height: 47px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    #toTopHover,
    #toTop:hover {
        bottom: 3px;
        opacity: 1;
    }

        #toTop:hover:after {
            color: #fff;
        }

    #toTop:active,
    #toTop:focus {
        outline: medium none;
    }

.modal-open #toTop {
    visibility: hidden;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: dodgerblue;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}

    #myBtn:hover {
        background-color: gold;
        /* #555*/
    }

#myHeader {
   /* background: no-repeat url("/IMG/Lamp4.png");
    background-position-x: right;
    background-size: contain;*/
    /* background: no-repeat url("IMG/logoGrayAndYellow.svg");
                background-position-x: left;
                background-size: contain;*/
}
#mySidebar {
  /*  background: url("IMG/Shadow/classy-fabric.png");
    background-repeat: space repeat;*/
    /*background-position-x: right;*/
   /* background-size: contain;*/
}

#MyFooter {
    background: no-repeat url("IMG/shadow/back4.png");
    background-position-x: right;
    background-size: contain;
    /*  background-size: auto;*/
}

    /* body {
                background: no-repeat url("IMG/shadow/back5.png");
                background-position-x: left;

                  background-size: contain;
            }*/
}
.call-center_img {
    max-height: 50%;
    border-radius: 15px 50px;
    box-shadow :10px 20px 30px blue;
}
.page-title {
    position: relative;
    font-size: 2rem;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fdc30a;
}
.page-title:before {
    content: "";
    position: absolute;
    bottom: -51px;
    left: -98px;
    height: 35px;
    width: calc(98px + 100%);
    max-width: 299px;
    
}