/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
  font-family: Philosopher;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
	
  }
}

.carousel-item {
  height: 85vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

	h1, h2 {
	font-family: Oswald;
	color: #003333;
	font-weight:500;
	text-shadow:Lime 0.5px 0.5px;
}

	h3, h4, h5, h6	{
	font-family: Oswald;
	font-weight:400;
}

.zoom {
    padding: 5px;
    transition: transform .2s; /* Animation */
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

img1	{
    margin: 0 auto;
}

.img1:hover {
	opacity: 0.5;
}

.collection	{
		padding: 5px;
    	transition: transform .2s; /* Animation */
   	 	margin: 0 auto;
}

.collection:hover	{
		 transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
		 opacity: 0.5;
}

	/* start - table */
table {
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
	font-family:Ubuntu;
	font-size:11px;
}
th strong {
	color: #FFF;
}
th {
	background: #555555;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: center;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
tr {
	height: 30px;
	background: #e8e8e8;
	text-align: center;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/* blink */
.blink {
  animation: blinker 1s step-start infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.custom-scrollbar-js,
.custom-scrollbar-css {
  height: 300px;
}


/* Custom Scrollbar using CSS */
.custom-scrollbar-css {
  overflow-y: scroll;
}

/* scrollbar width */
.custom-scrollbar-css::-webkit-scrollbar {
  width: 5px;
}

/* scrollbar track */
.custom-scrollbar-css::-webkit-scrollbar-track {
  background: #eee;
}

/* scrollbar handle */
.custom-scrollbar-css::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #00d2ff;
  background-image: linear-gradient(to top, #00d2ff 0%, #3a7bd5 100%);
}
