html {
  scrollbar-color: #373a4b #eeeeee;
  scrollbar-width: thin;
}

td.td-course-info, th.td-course-info {
    background: rgba(0,0,0,.125);
    font-weight: bold;
}

.w-10{width:10%!important}
.w-15{width:15%!important}
.w-20{width:20%!important}
.w-40{width:40%!important}
.w-60{width:60%!important}
.w-80{width:80%!important}
.w-85{width:85%!important}

.display-5{
    font-size:3rem;
    font-weight:300;
    line-height:1.2;
}

.callout-primary {border-left: .25rem solid #373a4b;}

#prospectiveCarousel .carousel-item {height: 32rem;}

ul.galleryList {
	margin: 0;
	padding: 0;
}

ul.galleryList li {list-style: none;}

@media (min-width: 750px) {
	ul.galleryList li img {height: 129px;}
}

button.btn-circle {
  width: 64px;
  height: 64px;
  padding: 10px 16px;
  font-size: 1.25rem;
  line-height: 1.33;
  border-radius: 32px;
}

button#goToTopBtn {
    display: none;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 1000;
    cursor: pointer;
    box-shadow: 0 0 10px #000;
}

.logo-ceng {width:125px;}

.btn-brand {
	border-radius: 50%;
    color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
    font-size: 1.3rem;
}

.btn-brand-large {
	width: 75px;
	height: 75px;
	line-height: 75px;
    font-size: 2.6rem;
}

.btn-brand:hover {
	filter: brightness(105%);
    color: #fff;
}

.btn-brand-facebook  {background-color:#3b5998}
.btn-brand-linkedin  {background-color:#0082ca}
.btn-brand-instagram {background-color:#d12798}
.btn-brand-telegram  {background-color:#23aaea}

a.btn-brand small {color: 0;}

#indexCarousel {padding:0}

#indexCarousel .carousel-caption {
    background-color: rgba(0,0,0,.75);
	border-radius: .5rem;
    color: #fff;
    font-weight: bold;
}


.list-cengbox li {background: #4a5056 url('/media/background_box.png');}

.list-cengbox li a {
    display:inline-block;
    width: 173px;
    height: 118px;
    line-height:120px;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    border: 1px solid #000;
    transition: all 0.3s ease-out;
    text-decoration: none;
}

.list-cengbox li a:hover {color: #ffca08;}

.list-cengbox .box-alumni {background: #4a5056 url('/media/box_alumni.png');}
.list-cengbox .box-clubs {background: #4a5056 url('/media/box_clubs.png');}
.list-cengbox .box-forms {background: #4a5056 url('/media/box_forms.png');}
.list-cengbox .box-galleries {background: #4a5056 url('/media/box_galleries.png');}
.list-cengbox .box-prospective {background: #4a5056 url('/media/box_prospective.png');}

.card-columns {column-count: 2;}

.contactFlash {
    animation-name: contactKeyframes;
    animation-duration: 750ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
}

@keyframes contactKeyframes {
  0% {background-color: #ffca08;}
  50% {background-color: #fff;}
  100% {background-color: #ffca08;}
}

.card-member {border-bottom-width: 3px;}
.card-member h5 a {display:none}
.card-member h5:hover a {display:inline}
.fa-link{font-size:.75rem;vertical-align:25%}

#rightNavbar {overflow: hidden;white-space: nowrap;}
