Fhtml {
	scroll-behavior: smooth;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#body {
    letter-spacing: normal;
    word-spacing: normal;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	color:#000000b3;
	text-align:inherit;
}

.navbar-nav .nav-link {
	margin-right:20px;
	position:relative;
	top:7px;
	font-family:inherit;
	font-size:15px;
	color:black;
}

#navnav a {
	color:black;
}

.carousel .carousel-item {
	height:600px;
	width:100%;
}

.carousel-item img {
	position: absolute;
    object-fit: cover;
	object-position: center;
    top: 0;
    left: 0;
    height: 600px;
}

.tems:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  opacity: 0.5;
  background-image: linear-gradient(357deg, #000000 40%, #000000 100%);
}

#pad {
	padding-bottom:50px;
	padding-top:50px;
}

#headers {
	font-family: 'Poppins', sans-serif;
	border-left: 4px solid red;
    padding-left: 20px;	
}

.zoom {
   /*padding: 50px;*/
    /* background-color: green; */
    transition: transform .2s;
    /* width: 200px; */
    height: auto;
    margin: 0 auto;
}

.zoom:hover {
 transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  transition:all 1s ease;
}

.overlay_row {
    background-color: white;
    position: relative;
    bottom: 60px;
    z-index: 1;
    padding-left: 50px;
    padding-right: 50px;
}

.bgbg {
	background-image: linear-gradient(rgb(14 14 14 / 88%), rgb(35 31 32)), url(../images/hamilton.jpg);
    /*background-color: #d30000;*/
    color: white;
    padding: 50px;
    width: 100%;
	background-attachment: fixed;
}

a#news_title {
    text-decoration: none;
    font-size: 20px;
}

#news_knt {
    /*border-bottom: 3px solid white;*/
	box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
	padding:15px;
}

#news_knt:hover {
    border-bottom: 8px solid white;
	transition:ease-in 0.2s;
}

#subsub {
    color: #ffffff4a;
}

a#allall {
    float: right;
    text-decoration: none;
    background-color: white;
    color: black;
}

a#allall:hover {
	background-color:transparent;
	border:1px solid white;
	color:white;
	transition:ease-in 0.2s;
}

#news_title_big {
    background-color: #00000082;
    color: white;
    position: relative;
    bottom: 156px;
    width: 80%;
    padding: 20px;
    margin: auto;
    font-size: 20px;
	text-align:center;
    /* z-index: 123; */
}

#event_big_img {
    border-top-left-radius: 80px;
    height: 500px;
    width: 100%;
    object-fit: cover;
}

#event_list li {
    background-color: #8080801a;
    padding: 37px;
}

#event_list li a {
    font-size: 20px;
}

footer {
    background-color: #231f20;
    color: white;
	font-size: 15px;
}

#footer_li li {
	padding-bottom:10px;
}

#footer_li li a{
	text-decoration:none;
}

#footer_li li a:hover {
	border-bottom: 2px solid white;
	transition:ease-in 0.2s;
}

#footer_head {
    font-family: inherit;
    font-size: 20px;
	margin-bottom:25px;
}

.faa2 {
    background-color: white;
    color: black;
    text-align: center;
    padding: 18px;
    border-radius: 100px;
    height: 50px;
    width: 50px;
}

#tm {
    position: relative;
    bottom: 20px;
	font-size:13px;
    color: #ffffff78;
}

#pagetop {
    background-color: red;
    padding: 7px;
}

#pagetop p {
    color: white;
    position: relative;
    top: 7px;
    font-size: 13px;
    float: right;
}

#logo_area {
    margin: 10px;
}

#beneath_slide {
    position: relative;
    bottom: 90px;
    z-index: 12;
}


#someth_col {
    background-color: white;
    box-shadow: 0 0 25px rgba(24, 24, 24, .1);
    color: red;
    padding: 35px;
    font-size: 25px;
    border-radius: 5px;
    /* height: 90px; */
}

#someth_col:hover {
	background-color:red;
	color:white;
	transition:ease-in 0.2s;
}

#mrg_top {
    margin-top: -100px;
}

.nopad {
	padding:0;
}

#givbg {
    background-color: #f2f2f2;
    padding: 100px;
	height: 520px;
}

#nopad_img {
    height: 520px;
    width: 100%;
    object-fit: cover;
}

a#rdbtn {
    background-color: red;
    color: white;
    border-radius: 0;
}

a#rdbtn:hover {
	color:red;
	transition:ease-in 0.2s;
	border:1px solid red;
	background-color:transparent;
}

#carocaro {
    z-index: 1;
    bottom: 180px;
    font-family: inherit;
}

#index_head {
    font-weight: 700;
    font-family: 'Poppins';
}

#carocaro p {
    color: white;
    width: 70%;
    margin: auto;
}

#nopad_img:hover {
	-webkit-filter: brightness(50%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

#bome_mmember {
    position: relative;
    bottom: 300px;
    width: 80%;
    margin: auto;
    z-index: 12;
    background-color: #0000008c;
    text-align: center;
    font-size: 30px;
    color: white;
    padding: 20px;
}

a#memebrbtn {
    font-size: 15px;
    background-color: white;
    color: black;
}

#dir_banner {
    background-image: linear-gradient(rgb(14 14 14 / 58%), rgb(35 31 32)), url(../images/business_directory_banner.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border-bottom: 5px solid #ee1c25;
    color: white;
    font-family: 'Poppins';
}

#pages_head {
    font-family: 'Poppins';
}
	
#list_my_business_bg {
    background-color: #ee1c25;
    padding: 50px;
    color: white;
    font-size: 25px;
	position: sticky;
    top: 20px;
}

a#list_btn {
    border: 1px solid white;
    color: white;
}

a#list_btn:hover {
    border: 1px solid white;
    color: black;
	background-color:white;
	transition:ease-in 0.2s;
}	

#stickyy {
    position: sticky;
    top: 0;
}

.member_cnt {
    box-shadow: 0 0 25px rgba(24, 24, 24, .1);
    padding: 20px;
}

#member_img {
    width: 60%;
    height: 90px;
    margin-bottom: 40px;
    object-fit: contain;
}

#membership_socials li {
	display:inline-block;
	padding:10px;
}

#search_result span {
    font-style: oblique;
    color: red;
    font-size: 20px;
}

.bookform_field {
    height: 50px;
}

#book_bttn {
    background-color: red;
    color: white;
}

#allpages {
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border-bottom: 5px solid #ff0000;
    color: white;
    font-family: 'Poppins';
    background-color: #231f20;
}

#contact_list li {
	padding-bottom:20px;
}

#map {
	width:100%;
	height:300px;
}

#member_img2 {
    width: 30%;
    height: 110px;
    margin-bottom: 40px;
    object-fit: fill;
}

#news_imgz {
    width: 20%;
    margin-right: 20px;
    height: 100px;
    object-fit: cover;
}

#member_benefits {
    background-color: #ff0000;
    color: white;
    padding: 20px;
}

#page_img {
    width: auto;
    margin-right: 20px;
    height: 400px;
    object-fit: cover;
}

#thumb_cnt {
    box-shadow: 0 0 25px rgba(24, 24, 24, .1);
    padding: 15px;
	height:105px;
}

a#thumb_title {
    text-decoration: none;
    font-weight: bold;
    color: black;
    font-size: 14px;
}

#thumb_news_img {
    width: 35%;
    height: 80px;
    object-fit: cover;
    margin-right: 20px;
}

.fashare2 {
    width: 50px;
    text-align: center;
    padding: 7px;
    color: white;
    border-radius: 3px;
    font-size: 12px;
}

#pages_head_news {
	font-family: 'Poppins';
}

#gallery_img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

#gallery_title {
    background-color: red;
    color: white;
    position: relative;
    width: 90%;
    margin: auto;
    bottom: 80px;
    padding: 10px;
}

#events_knt {
    /* border-bottom: 3px solid white; */
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    padding: 15px;
}

#page_img_2 {
    width: 50%;
    margin-right: 20px;
    height: auto;
    object-fit: contain;
}

#int_students {
    background-color: #231f20;
    color: white;
	margin-top: -15px;
}

#int_students p {
    font-size: 20px;
}

#int_list li {
	padding-bottom:10px;
}

#no_events {
    background-color: red;
    padding: 10px;
    color: white;
    font-size: 20px;
}

.bord-right {
    border-right: 2px solid white;
}

#index_img_z {
    object-fit: cover;
    height: 300px;
    width: 100%;
}

#catnme {
    background-color: red;
    position: absolute;
    z-index: 123;
    bottom: 35px;
    width: 90%;
    margin: auto;
    left: 0;
    right: 0;
    color: white;
    padding: 10px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #ff0000;
    color: white;
    cursor: pointer;
    padding: 10px;
}

#president_img {
    width: 20%;
    margin-right: 20px;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

#evt_imgs {
    width: 18%;
    height: 70px;
    margin-right: 50px;
    object-fit: cover;
}


@media screen and (max-width: 990px) {
#givbg {
    background-color: #f2f2f2;
    padding: 20px;
    height: 520px;
}

#event_big_img {
    border-top-left-radius: 80px;
    height: 590px;
    width: 100%;
    object-fit: cover;
}

#news_title_big {
    background-color: #00000082;
    color: white;
    position: relative;
    bottom: 217px;
    width: 80%;
    padding: 16px;
    margin: auto;
    font-size: 20px;
}

#someth_col {
    background-color: white;
    box-shadow: 0 0 25px rgba(24, 24, 24, .1);
    color: red;
    padding: 25px;
    font-size: 22px;
    border-radius: 5px;
}

footer {
    background-color: #231f20;
    color: white;
    font-size: 15px;
    margin-top: -50px;
}

.navbar-nav .nav-link {
     	color: white !important;
        margin-right: 0;
        position: relative;
        top: 55px;
        text-transform: uppercase;
        font-family: inherit;
        font-weight: bold;
        font-size: 14px;
        background-color: #750000;
        padding: 10px;
        margin: 1px;
        z-index: 12;
}

button.navbar-toggler {
   position: absolute;
   right: 0;
   top: 10px;
   background-color: black;
   border: none;
   color: white;
   border-radius: 0;
   padding: 11px;
   font-size: 13px;
}

#logo {
    width: 90%;
}

#president_img {
    width: 40%;
    margin-right: 20px;
    height: auto;
}
}

@media screen and (max-width: 768px) {
.bgbg {
    /*background-color: #d30000;*/
	background-image: linear-gradient(rgb(14 14 14 / 88%), rgb(35 31 32)), url(../images/hamilton.jpg);
    color: white;
    padding: 0;
    padding-top: 50px;
    padding-bottom: 50px;
	width: 100%;
    border-top-right-radius: 0;
}

.overlay_row {
    background-color: white;
    position: relative;
    bottom: 0;
    z-index: 1;
    padding-left: revert-layer;
    padding-right: 0;
}

#event_big_img {
    border-top-left-radius: 80px;
    height: 500px;
    width: 100%;
    object-fit: cover;
    margin-bottom: -75px;
}

#news_title_big {
    background-color: #00000082;
    color: white;
    position: relative;
    bottom: 70px;
    width: 80%;
    padding: 20px;
    margin: auto;
    font-size: 20px;
	text-align:center;
    /* z-index: 123; */
}

.carousel .carousel-item {
	height:300px;
	width:100%;
}

.carousel-item img {
	position: absolute;
    object-fit: cover;
	object-position: center;
    top: 0;
    left: 0;
    height: 300px;
}

#beneath_slide {
    position: relative;
    bottom: 0;
    z-index: 0;
}

#mrg_top {
    margin-top: -25px;
}

#carocaro p {
    color: white;
    width: 70%;
    margin: auto;
    display: none;
}

#index_head {
    font-weight: 700;
    font-family: 'Poppins';
    font-size: 22px;
}

#carocaro {
    z-index: 1;
    bottom: 75px;
    font-family: inherit;
}

#givbg {
    background-color: #f2f2f2;
    padding: 20px;
    height: auto;
}

#nopad_img {
    height: auto;
    width: 100%;
    object-fit: cover;
    margin-top: -15px;
}

footer {
        background-color: #231f20;
        color: white;
        font-size: 15px;
        margin-top: 50px;
}

.navbar-nav .nav-link {
        color: white !important;
        margin-right: 0;
        position: relative;
        top: 0;
        text-transform: uppercase;
        font-family: inherit;
        font-weight: bold;
        font-size: 14px;
        background-color: #750000;
        padding: 10px;
        margin: 1px;
}

button.navbar-toggler {
   position: absolute;
   right: 0;
   top: -40px;
   background-color: black;
   border: none;
   color: white;
   border-radius: 0;
   padding: 11px;
   font-size: 13px;
}

#logo {
	width: 33%;
}

#dir_banner {
    background-image: linear-gradient(rgb(14 14 14 / 58%), rgb(35 31 32)), url(../images/business_directory_banner.jpg);
    padding: 25px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border-bottom: 5px solid #ee1c25;
    color: white;
    font-family: 'Poppins';
}

#stickyy {
    position: relative;
    top: 0;
}

#search_result span {
    font-style: oblique;
    color: red;
    font-size: 20px;
}

#list_my_business_bg {
	position: relative;
    top: 0;
}

#page_img {
    width: 100%;
    margin-right: 0;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
}

#bome_mmember {
    position: relative;
    bottom: 230px;
    width: 80%;
    margin: auto;
    z-index: 12;
    background-color: #0000008c;
    text-align: center;
    font-size: 30px;
    color: white;
    padding: 20px;
}

#page_img_2 {
    	width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        height: auto;
        object-fit: fill;
}

#news_imgz {
    width: 25%;
    margin-right: 20px;
    height: 100px;
    object-fit: cover;
}

.bord-right {
    border-right:none;
}

#index_img_z {
    object-fit: cover;
    height: 200px;
    width: 100%;
}

#catnme {
    background-color: red;
    position: absolute;
    z-index: 123;
    bottom: 35px;
    width: 90%;
    margin: auto;
    left: 0;
    right: 0;
    color: white;
    font-size: 12px;
    padding: 5px;
}

#president_img {
        width: 40%;
        margin-right: 20px;
        margin-bottom: 0;
    }

#evt_imgs {
    width: 25%;
    height: 70px;
    margin-right: 20px;
    object-fit: cover;
}

#event_list li a {
    font-size: 16px;
}
}