body::-webkit-scrollbar {
	width:.5em;
}

body::-webkit-scrollbar-track {
	box-shadow:inset 0 0 1px rgb(0,0,0);
}

body::-webkit-scrollbar-thumb {
	background-color: #363636;
}

.navbar-custom {
	background: transparent;
	background-color: none;
	padding-top: 20px;
	transition: background .5s; 
	font-family: proxima-nova, sans-serif;
	margin: 0 auto 150px;
}

.navbar-custom .dropdown-menu {
	background: transparent;
	border: none;
	transition: background .5s; 
}

.navbar-custom .dropdown-menu a:hover {
	background: none;
	color: #b85f56;
	opacity: 0.5;
}


.navbar-custom a {
	text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 4px;
    font-weight: 700;
}

.navbar-custom a:hover {
	color: #b85f56;
	opacity: 0.5;
}

.scrolled {
	background-color: #363636 !important;
}

.scrolled .dropdown-menu {
	background-color: #363636 !important;
	border: none;
}

.scrolled .dropdown-menu a:hover {
	background: none;
	color: #843129;
	opacity: 0.5;
}

.navbar-toggler {
	color: #FFFFFF !important;
	margin-left: 90%;
}

#banner {
  background-position: center center;
  background-size: cover;
  background-image: url(https://atcband.rocks/wp-content/themes/atc-news/img/ATC-cover.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 60px;
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  margin-bottom: 25px;
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  line-height: 1.3;
}

#banner .text-banner {
  margin-top: 0;
  padding-top: 225px;
}


a {
	color: #363636;
}

a:hover {
	color: #843129;
	text-decoration: none;
}


.social-icons a {
	color: #fff;
	font-size: 25px;
}

.social-icons a:hover {
	color: #843129;
}

.social-icons-side a {
	font-size: 18px;
}

.social-icons-side a:hover {
	color: #843129;
}

.card {
	margin-bottom: 10px;
	border-radius: 0;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.card-img-top {
	border-radius: 0;
	padding: 0;
    size: cover;
    opacity: 1;
    transition: opacity 500ms;
	max-height: 415px;
}
.sticky .card {
	border: solid #3c3c3c 2px;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
} 

.btn-outline-custom {
    color: #3d3d3d;
    background-color: transparent;
    background-image: none;
    border-color: #3d3d3d;
    border-radius: 0;
}

.btn-outline-custom:hover {
	color: #fff;
	background-color: #3d3d3d;
	border-color: #3d3d3d;
}

.btn-outline-search {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    border-radius: 0;
}

.widget_search .form-control {
	border-radius: 0;
}

.btn-outline-search:hover {
	color: #fff;
	background-color: #2f7285;
}

.side-box-outline {
	border: solid #363636 1px;
	padding: 15px;
	margin-bottom: 10px;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.side-box-filled {
	background-color: #363636;
	color: #fff;
	padding: 15px;
	margin-bottom: 10px;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.side-box-filled a {
	color: #fff;
}

.side-box-filled a:hover {
	color: #843129;
}

li.widget { list-style: none; }

.li-colour { color: #3d3d3d; }

#main {
}

#main h2, h3, h4 {
	color: #3d3d3d;
	font-family: proxima-nova, sans-serif;
	font-weight: 500;
}

#main .pagination {
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

#main .page-link {
	color: #3d3d3d;
	border: .5px solid #3d3d3d;
	border-radius: 0;
}

#main .page-item.active .page-link {
	color: #fff;
	background-color: #3d3d3d;
	border: .5px solid #3d3d3d;
	border-radius: 0;
}

#side .side-box-outline h4 {
	color: #3d3d3d;
}

#side .widgettitle {
	font-size: 1.5rem;
}

#comments .media-left {
	padding-right: 20px;
}

#comments h3,h4 {
	color: #3d3d3d;
}

#footer {
	background-color: #363636;
	color: #fff;
	padding-top: 15px;
}

#footer a {
	color: #fff !important;
}

#footer a:hover {
	color: #cfcfcf !important;
}