/* custom css */

/* google fonts */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/* google fonts */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: .8rem;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 5px;
}
h1, .h1 {
    font-size: 2rem;
}
h2, .h2 {
    font-size: 1.6rem;
}
h3, .h3 {
    font-size: 1.4rem;
}
h4, .h4 {
    font-size: 1.2rem;
}
h5, .h5 {
    font-size: .9rem;
}
h6, .h6 {
    font-size: .8rem;
}

@media (min-width: 576px) {
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
}
h1, .h1 {
    font-size: 2.5rem;
}
h2, .h2 {
    font-size: 2rem;
}
h3, .h3 {
    font-size: 1.75rem;
}
h4, .h4 {
    font-size: 1.5rem;
}
h5, .h5 {
    font-size: 1.25rem;
}
h6, .h6 {
    font-size: 1rem;
}
}
/*@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}*/

a {
    color: rgba(65,85,228,1.00);
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}
a:hover, a:focus {
    text-decoration: none;
    /*color: #2a95be;*/
    color: rgba(192,0,0,1.00);
}
.fa-icons-footer {
    transition: 0.8s;
    color: rgba(0,105,92,1.00);
}
.fa-icons-footer:hover {
    color: rgba(112,195,129,1.00);
}
b, strong {
    font-weight: 600;
}
.navbar-dhanis-lions-club .navbar-brand {
    color: rgba(255, 255, 255, 1.0);
}
.navbar-dhanis-lions-club .navbar-brand:hover, .navbar-dhanis-lions-club .navbar-brand:focus {
    color: rgba(255, 255, 255, 1.0);
}
.navbar-dhanis-lions-club .navbar-nav .nav-link {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 1.0);
}
.navbar-dhanis-lions-club .navbar-nav .nav-link:hover, .navbar-dhanis-lions-club .navbar-nav .nav-link:focus {
    color: rgba(245,162,144,1.00);
}
.navbar-dhanis-lions-club .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.3);
}
.navbar-dhanis-lions-club .navbar-nav .show > .nav-link, .navbar-dhanis-lions-club .navbar-nav .active > .nav-link, .navbar-dhanis-lions-club .navbar-nav .nav-link.show, .navbar-dhanis-lions-club .navbar-nav .nav-link.active {
    color: rgba(255, 255, 255, 0.9);
}
.navbar-dhanis-lions-club .navbar-toggler {
    color: rgba(255,245,0,1.0);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dhanis-lions-club .navbar-toggler-icon {
    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, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dhanis-lions-club .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dhanis-lions-club .navbar-text a {
    color: rgba(255, 255, 255, 0.9);
}
.navbar-dhanis-lions-club .navbar-text a:hover, .navbar-dhanis-lions-club .navbar-text a:focus {
    color: rgba(255, 255, 255, 0.9);
}
/*.dropdown:hover>.dropdown-menu {
    display: block;
}*/
.dropdown-menu {
    /*margin: -0.125rem 0 0;*/
    color: rgba(0,8,17,1.00);
    background-color: rgba(99,226,255,1.00);
}
.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active, .dropup .dropdown-menu .dropdown-item:hover, .dropup .dropdown-menu .dropdown-item:active, .dropleft .dropdown-menu .dropdown-item:hover, .dropleft .dropdown-menu .dropdown-item:active, .dropright .dropdown-menu .dropdown-item:hover, .dropright .dropdown-menu .dropdown-item:active {
    -webkit-box-shadow: 1px 3px 2px 0px rgba(0, 0, 0, 0.38);
    box-shadow: 1px 3px 2px 0px rgba(0, 0, 0, 0.38);
    background-color: rgba(4,33,39,1.00);
    -webkit-border-radius: 0.125rem;
    border-radius: 0.125rem;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.dropdown .dropdown-menu .dropdown-item,  .dropup .dropdown-menu .dropdown-item,  .dropleft .dropdown-menu .dropdown-item,  .dropright .dropdown-menu .dropdown-item {
    padding: 0.1rem;
    margin-left: 0;
    font-size: 0.9rem;
}
/*.dropdown>.dropdown-toggle:active {
    pointer-events: none;*//*Add this, to prevent clicking dropdown's default click function
}*/
.bg-dhanis-lions-club-logo {
    background-color: rgba(13,29,55,1.00);
    background: url(../images/misc/bg_logo.jpg) no-repeat;
    width: 100%;
    height: 100%;
    background-position: top center;
}
a.bg-dhanis-lions-club-logo:hover, a.bg-dhanis-lions-club-logo:focus, button.bg-dhanis-lions-club-logo:hover, button.bg-dhanis-lions-club-logo:focus {
    background-color: rgba(13,35,71,1.00);
}
.bg-dhanis-lions-club-navbar {
    background-color: rgba(10,93,111,1.00);
}
a.bg-dhanis-lions-club-navbar:hover, a.bg-dhanis-lions-club-navbar:focus, button.bg-dhanis-lions-club-navbar:hover, button.bg-dhanis-lions-club-navbar:focus {
    background-color: rgba(13,35,71,1.00);
}
.bg-dhanis-lions-club-footer {
    background-color: rgba(255,255,255,1.00);
    /**background: url(../images/misc/bg_footer.jpg) no-repeat;
    background-size: cover;
    background-position: top center;**/
}
a.bg-dhanis-lions-club-footer:hover, a.bg-dhanis-lions-club-footer:focus, button.bg-dhanis-lions-club-footer:hover, button.bg-dhanis-lions-club-footer:focus {
    background-color: rgba(13,35,71,1.00);
}
.bg-home-page {
    background: url(../images/misc/bg_home_page.jpg) no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: 100%;
}
.bg-logo-header {
	background-color: rgba(200,224,154,1.00);
    /**background: url("../images/misc/bg_logo.jpg") no-repeat;
    background-position: top center;
    background-size: cover;**/
}
.font-open-sans {
    font-family: 'Open Sans', sans-serif;
}
.font-16px {
    font-size: 17px;
}
.font-18px {
    font-size: 18px;
}
.font-24px {
    font-size: 24px;
}
.font-30px {
    font-size: 30px;
}
.color-black {
    color: black;
}
.color-red {
    color: rgba(175,0,0,1.00);
}
.color-white {
    color: white;
}
.color-green {
    color: rgba(0,100,2,1.00);
}
.color-blue {
    color: rgba(0,0,255,1.00);
}
.color-navy {
    color: rgba(13,29,55,1.00);
}
.color-yellow {
    color: rgba(255,234,122,1.00);
}
.color-coral {
    color: rgba(215,181,109,1.00);
}
.color-brown {
    color: rgba(100,37,0,1.00);
}
.color-teal-darken-3 {
    color: rgba(0,105,92,1.00);
}
.color-teal-light {
    color: rgba(29,146,77,1.00);
}
.badge-dark-red {
    background-color: rgba(99,0,1,1.00) !important;
    color: rgba(255,245,0,1.00) !important;
}
.badge-light-blue {
    background-color: rgba(94,255,237,1.00) !important;
    color: rgba(0,0,0,1.00) !important;
}
.column-title {
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #DC8900;
    margin: 5px 0px 5px 0px;
    position: relative;
}
.column-title:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(132,82,0,1.00);
}
.padding-horizontal-5px {
    padding-right: 5px;
    padding-left: 5px;
}
.padding-vertical-5px {
    padding-top: 5px;
    padding-bottom: 5px;
}
.padding-5px {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.img-responsive-hover {
    display: block;
    max-width: 100%;
    height: auto;
    transition: 0.8s;
    opacity: 1.0;
}
.img-responsive-hover:hover {
    transition: 0.4s;
    opacity: 0.7;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.img-fadeout-hover {
    display: block;
    max-width: 100%;
    height: auto;
    transition: 0.8s;
    opacity: 1.0;
}
.img-fadeout-hover:hover {
    transition: 0.4s;
    opacity: 0.7;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,23,132,1.00);
}
hr.thin-padding {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    border: 0;
    border-top: 1px solid rgba(0,23,132,1.00);
}
.border-1px-brown {
    border: 1px solid rgba(132,82,0,1.00);
}
ul.nostyle {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
ul.nostyle i {
    color: #bf0000;
}
.padded-2px {
    padding: 2px 2px 2px 2px;
}
.img-responsive-hover {
    display: block;
    max-width: 100%;
    height: auto;
    transition: 0.8s;
    opacity: 1.0;
}
.img-responsive-hover:hover {
    transition: 0.8s;
    opacity: 0.7;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

@media (min-width: 1px) {
.img-left-then-centered {
    margin-right: auto;
    margin-left: auto;
    display: block;
    padding: 0px 0px 0px 0px;
}
.img-right-then-centered {
    margin-right: auto;
    margin-left: auto;
    display: block;
    padding: 0px 0px 0px 0px;
}
}

@media (min-width: 768px) {
.img-left-then-centered {
    float: left;
    display: block;
    padding: 0px 3px 0px 0px;
}
.img-right-then-centered {
    float: right;
    display: block;
    padding: 0px 0px 0px 3px;
}
}
.rotate-icon {
}
.rotate-icon:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 450ms ease-in 0s;
    -o-transition: all 450ms ease-in 0s;
    transition: all 450ms ease-in 0s;
}
.gmap-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.gmap-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.responsive-container {
    position: relative;
    padding-bottom: 45%;
    padding-top: 5px;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
}
.responsive-container, .responsive-container iframe {
    max-width: 960px;
    max-height: 540px;
}
.responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(252,248,228,1.00);
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(215,215,215,1.00);
}
table.table-hover tbody tr:hover {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: rgba(173,249,184,1.00);
}
table td {
    font-size: 1rem;
    font-weight: 300;
}*/
table.table-xxs th, table.table-xxs td {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}
