@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap');
//general styles
p {
    font-family: 'Open Sans', sans-serif;
    font-size: 21px !important;
}
p.info {
    line-height:1.75em !important;
}
p.leadership {
    margin:0 !important;
}
h1, h2, h3, h4, h5 {
    font-family: 'Open Sans', sans-serif;
}
//specific styles
.tel-tec-bg
{
    bg-color: #f3f5f5 !important
}
.tel-tec-text {
    color: #521E21;
}
.tel-tec-btn-outline {
    border: 2px solid #521E21;
    color: #521E21;
    background-color: transparent;
    border-radius: 0 !important;
}
.tel-tec-btn-outline:hover {
    border-color: transparent;
    color: white;
    background-color: #521E21;
}
.btn-xl {
    padding-y: 1rem;
    padding-x: 2rem;
    font-size: 1.5rem;
}
.img-contaner > img {
    object-fit: contain;
}
.fs-7{
    font-size: .7rem;
}
.tel-tec-border::after {
    content: '';
    margin: 0 auto;
    display: block;
    background-color: #521E21;
    height: 2px;
    width: 295px;
    margin-top: 50px;
}
.border-teltec {
    border: 1px solid #521E21;
}
.border-teltec-top {
    border-top: 1px solid #521E21
}
.border-teltec-bottom {
    border-bottom: 1px solid #521E21
}
.border-teltec-left {
    border-left: 1px solid #521E21
}
.border-teltec-right {
    border-right: 1px solid #521E21
}
.btn-tel-tec{
    background-color:#521E21 !important;
    border-color:#521E21 !important;
    color:white !important;
}
.table-teltec {
    background-color:#521E21 !important;
    border-color:#521E21 !important;
    color:white !important;
}

table.teltec-table *{
    padding: 0.25rem .025rem !important;
}
table.teltec-table th {
    background-color:#521E21 !important;
    border-color:#521E21 !important;
    color:white !important;
}
.hide-link{
    text-decoration:none;
}
.blue-link {
    text-decoration:none;
    font-weight:bold;
    color:rgba(39, 152, 194, 0.9);
}
.blue-btn{
    font-weight:bold;
    color:rgba(39, 152, 194, 0.9);
    background:transparent;
    border:none;

}
.blue-link:hover{
    cursor: pointer;
}
.image{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.image .overlay {
    position: absolute;
    bottom: 0;
    padding-top: 15px;
    width: 100%;
    color: white;
    font-size: 20px;
    z-index: 5;
	background-color: rgba(39, 152, 194, 0.9);
    transition: 0.3s;
}

.image .overlay p {
    opacity:1;
}

.image .overlay:hover {
    cursor:pointer;
	background-color: #521E21;    
    opacity:1;
}

.about-border {
    border-left: 2px solid #521E21;
}
.about-border-bottom {
    border-bottom: 2px solid #521E21;
}
.info {
    line-height: 1.56rem !important;
    font-weight: 500;
}
.employee-info {
    font-weight:800;
    padding:0;
    margin:0;
}
.objective-list{
    list-style:none;
    counter-reset: item;
    padding:0;
}
.objective-list > li {
    counter-increment: item;
    font-family: 'Open Sans', sans-serif;
}
.objective-list > li:before {
    margin-right: 10px;
    content: counter(item) ". ";
    color: #2798c2;
    background: 0 0;
    display: inline-block;
    text-align: center;
    font-feature-settings: "pnum" on, "lnum" on;
    font-size: 16px;
    font-weight: 800;
    line-height: 25px;
}
.center {
    margin: 0 auto;
    text-align:left;
}
.measure-list{
    list-style: none;
    list-style-position: inside;
    padding:0;
}
.measure-list > li {
}
.measure-list li::before {
    content: '\F2EF';
    font-family:'bootstrap-icons';
    font-size:10px;
    color: #2798C2;
    display: inline-block;
    padding-right:10px;
}

.lesson-list {
    list-style:none;
    padding:0;
}

.lesson-list > li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.no-radius {
    border-radius: 0px !important;
}

.fs-sm {
    font-size: .75rem !important;
}

@media only screen and (max-width: 575.98px)  {
    .logo-image-container {
        margin: 0 !important;
    }

    .cta-img {
        height: 182px !important;
    }

    .menu-img {
        height: 180px !important;
    }

    .about-border {
        border-left: none !important;
        margin-top:2rem;
    }
    .about-border:before {
        content: "";
        display: block;
        width: 80%;
        margin: 1em auto 0;
        border-top: solid #521E21;
    }
    .founder-image {
        margin-top:2rem;
    }
}

@media only screen and (max-width:991.98px){

    .about-border {
        border-left: none !important;
        margin-top:2rem;
    }
    .founder-image {
        margin-top:2rem;
    }

    .about-border:before {
        content: "";
        display: block;
        width: 80%;
        margin: 1em auto 0;
        border-top: solid #521E21;
    }
}


/* Image Classes */
.main-replace {
    width: 661px;
    height: 331px;
}

.menu-img {
    width:413px;
    height: 251px;
}

.security-side {
    width:300px;
    height:272px;
}

.cta-img {
    width:648px;
    height: 365px;
}