﻿@import url('https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:400|Montserrat&display=swap');

body {
    max-width: 1100px;
    margin: auto;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    background-image: url('../images/ltc-strat-bg2.png');
}

h1, h2, h3, h4, h5 {
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 500;
}

.container {
    padding-left:0px;
    padding-right:0px;
}

.bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bullet {
    padding-left: 1em;
    text-indent: -.7em;
}

li.bullet::before {
    font-size: 32px;
    content: "• ";
    color: #00ADAB; /* or whatever color you prefer */
}


hr.footer {
    border-top: 1px solid #fff;
    width: 80%;
}

.custom-card {
    border: solid black 1px;
}

nav {
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 500;
    font-size: 22px;
}

.underline {
    text-decoration-line: underline;
}

.page-title-bar {
    background-color: #000000;
    color: #ffffff;
}

.bg {
    background-color: #007A29;
    color: #fff;
}

.header-text {
    color: #007A29;
}

.divider {
    border-right: 3px solid #005E5E;
}

.custom-container {
    padding: 0 25px 0 25px;
}

.bg a {
    color: rgba(255,255,255, 1);
}

.bg a:link {
    color: rgba(255,255,255, 1);
}

.bg a:hover {
    color: rgba(255,255,255, .6);
}

.social-icon {
    max-width: 60px;
    height: auto;
}

a {
    color: rgba(0,0,0, 1);
}

a:link {
    color: rgba(0,0,0, 1);
}

a:hover {
    color: rgba(0,0,0, .6);
}

ul, ol {
    list-style-position: outside;
    margin: 0px 0px 0px 0px;
}

ol li {
    padding-left: 20px;
}

.navbar-custom,
.navbar-custom .navbar-nav > li > .dropdown-menu {
    background-color: #007A29;
    min-width: 250px;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255, 1);
}

.white-font {
    color: #fff;
}


/* change the link color */
.navbar-custom .navbar-nav .nav-link,
.navbar-custom .navbar-nav > li > .dropdown-menu > a.nav-link {
    color: rgba(255,255,255, 1);
}

/* change the color of active or hovered links*/
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .navbar-nav > li > .dropdown-menu > a:hover {
    color: rgba(255,255,255, .6);
}

.navbar-custom .navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}

.navbar-custom .navbar-toggler-icon {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.carousel-inner img {
    width: 100%;
    height: auto;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.logo {
    max-width: 100%;
    height: auto;
}

.staff-list {
    max-width: 290px;
}