@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,700,900");

@import url('https://fonts.cdnfonts.com/css/boowie');

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@media (min-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body,
input,
select,
textarea {
    color: #585858;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: 300;
    line-height: 1.75;
}

.navbar {
    background-color: #ffffff !important;
    border: 0px;
}

@media (min-width: 1400px) {
    .navbar-nav li {
        padding: 1rem 1rem;
    }

    .navbar-nav .active a {
        border-bottom: black 0.1rem solid;
    }

    .navbar-nav li a:hover {
        transition: color 300ms ease;
        transition: border-bottom-color 300ms linear;
        border-bottom-color: #777;
        border-bottom-width: 0.1rem;
        border-bottom-style: solid;
        color: black !important;
    }
}

.navbar-nav li a:focus {
    color: #777 !important;
}

.navbar-nav li.active a {
    font-size: 87% !important;
    font-weight: bold;
}

.navbar-nav li a {
    border-bottom-color: #fff;
    font-size: 87% !important;
    font-weight: bold;
}

@media (max-width: 1399px) {
    .navbar-nav li a:hover {
        transition: color 300ms ease;
        color: black !important;
    }
}



.navbar-nav .active a {
    background-color: #fff !important;
    color: black !important;
}






.mylogo {
    color: inherit;
    font-weight: bold;
    letter-spacing: 0.35em;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 87%;
    font-family: 'BOOWIE', sans-serif;
}


.mysymbol img {
    height: 2em;
}

.coolphrase {
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
    border-bottom: #585858 0.1rem solid;
    border-right: #585858 0.1rem solid;
    border-bottom-right-radius: 0.25rem;
    color: #377830;
    padding-right: 2rem;
    margin-bottom: 2rem;
}

.mygallery {
    margin-top: 5rem;
}


.myfooter {
    border: 0;

    border-top: 0.15rem;
    border-color: #585858;
    border-style: ridge;
}

/* Icon */

.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.icon>.label {
    display: none;
}

.icon:before {
    line-height: inherit;
}

.icon.solid:before {
    font-weight: 900;
}

.icon.brands:before {
    font-family: 'Font Awesome 5 Brands';
}

.icon.style2 {
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    background-color: transparent;
    border: solid 1px #c9c9c9;
    border-radius: 4px;
    width: 2.65em;
    height: 2.65em;
    display: inline-block;
    text-align: center;
    line-height: 2.65em;
    color: #585858;
    margin-top: 1rem;
    margin-left: 1rem;

}

.icon.style2:before {
    font-size: 1.1em;
}

.icon.style2:hover {
    color: #000000;
    border-color: #000000;
}

.icon.style2:active {
    background-color: rgba(242, 132, 158, 0.1);
}

/* address  */


.addricon {
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    background-color: transparent;
    color: #585858;
    border-style: none !important;

}

.addricon:hover {
    color: #000000;
}

.addricon:active {
    background-color: rgba(242, 132, 158, 0.1);
}


/* list  */


.list-group-item:hover {
    z-index: 1;
}

.list-group-item:focus {
    z-index: 1;
}

.list-group-item {
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    z-index: 1;
    padding: .75rem 1.25rem;
}

.list-group-item h5 {
    font-weight: bold;
}

.list-group-item + .list-group-item {
    border-top: 1px solid rgba(0,0,0,.125);
}

.list-group-item:first-child {
    border-top: 0px;
}

.list-group-item h5 {
    color: #585858;
}