@charset "UTF-8";

/* GLOBAL */

.gray-box {
	background: #ffffff;
	-webkit-box-shadow: 2px 2px 8px rgb(36, 36, 36,0.2);
	box-shadow: 2px 2px 8px rgba(36, 36, 36,0.2);
}
.text-blue {
	color: #0356a4;
}
.text-orange {
	color: #F37122;
}
.bg-gray-gradient{
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(235,148,51,.80) 100%);
}
.bg-gray{
	background-color: #f4f4f4;
}

/* VIDEO JS */

.vjs-big-play-button {
	display: none !important;
}

.vjs-poster {
	background-size: cover !important;
}

.main-header {
	min-height: 30rem;
	position: relative;
	display: table;
	width: 100%;
	height: auto;
	padding-top: 8rem;
	padding-bottom: 8rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/dentist-team-patient.jpg), -webkit-linear-gradient(270deg,rgba(255,255,255,0.10) 0%,rgba(255,255,255,0.10) 100%);
	background-image: url(../images/dentist-team-patient.jpg), -moz-linear-gradient(270deg,rgba(255,255,255,0.10) 0%,rgba(255,255,255,0.10) 100%);
	background-image: url(../images/dentist-team-patient.jpg), -o-linear-gradient(270deg,rgba(255,255,255,0.10) 0%,rgba(255,255,255,0.10) 100%);
	background-image: url(../images/dentist-team-patient.jpg), linear-gradient(180deg,rgba(255,255,255,0.10) 0%,rgba(255,255,255,0.10) 100%);
	background-attachment: fixed;
}
.main-header .brand {
	max-width: 45rem;
}
.main-header > .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(222,225,230,0.79);
}
.main-header > .container {
    position: relative;
    z-index: 2;
}
.main-header h1 {
    color: rgba(235,148,51,1.00);
    font-weight: 900;
    font-size: 5em;
}
.main-header h3 {
	color: rgba(87,87,87,1.00);
}
.btn-primary {
	background-color: #F37122;
}
.btn-primary:hover {
	background-color: #0356A4;
}
.content-section {
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
}
.btn-xl {
	padding: 1rem 2.25rem;
	font-size: 1.5rem;
}

/* ABOUT */

#about h4 {
	font-weight: 300;
	font-size: 1.8rem;
}

#about p {
	font-size: 1.2rem;
}

#billables .card-img-top  {
	height: 5em;
}
.bg-orange {
	background-color: rgba(255,169,51,1.00);
}
.bg-ltblue {
	background-color: rgba(6,86,162,0.92);
}
.bg-orange {
	background-color: #f37122;
}
#featuredBillables .card  {
	-webkit-box-shadow: 2px 2px 8px #3B3B3B;
	box-shadow: 2px 2px 8px #3B3B3B;
	height: 13rem;
}
#contact .card {
	-webkit-box-shadow: 2px 2px 8px #3B3B3B;
	box-shadow: 2px 2px 8px #3B3B3B;
}
.btn-outline-success, .btn-outline-primary {
	-webkit-appearance: none;
}
#additionalBillables .card  {
	-webkit-box-shadow: 2px 2px 8px #3B3B3B;
	box-shadow: 2px 2px 8px #3B3B3B;
	height: 6rem;
	width: 18rem;
}
.text-gray {
	color: #616161;
}
#pillars {
	min-height: 30rem;
	position: relative;
	display: table;
	width: 100%;
	height: auto;
	padding-top: 8rem;
	padding-bottom: 8rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/pillars.jpg), -webkit-linear-gradient(270deg,rgba(255,255,255,0.10) 0%,rgba(255,255,255,0.10) 100%);
	background-image: url(../images/pillars.jpg), -moz-linear-gradient(270deg,rgba(255,255,255,0.10) 0%,rgba(255,255,255,0.10) 100%);
	background-image: url(../images/pillars.jpg), -o-linear-gradient(270deg,rgba(255,255,255,0.10) 0%,rgba(255,255,255,0.10) 100%);
	background-image: url(../images/pillars.jpg), linear-gradient(180deg,rgba(255,255,255,0.10) 0%,rgba(255,255,255,0.10) 100%);
	background-attachment: fixed;
}
#pillars .overlay {
	color: rgba(51,51,51,0.42);
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 10rem;
	margin-left: 1rem;
	line-height: 10rem;
	font-weight: 800;
}
#pillars .card-body {
	z-index: 2;
}
#pillars .bg-pillar1 {
	background-color: #ee7024;
}
#pillars .bg-pillar2 {
	background-color: #b46a44;
}
#pillars .bg-pillar3 {
	background-color: #89655b;
}
#pillars .bg-pillar4 {
	background-color: #506086;
}
#pillars .bg-pillar5 {
	background-color: #0656a2;
}
#pillars .card {
	max-width: 40rem;
}
#pillars h1 {
	font-weight: 700;
	text-transform: uppercase;
}

@media (min-width:992px){
.main-header  {
	height: 100vh;
}
.main-header h1 {
	font-size: 5.5rem;
}
}
.portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  margin: auto auto 1rem;
}

.portfolio-item .caption {
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 37, 41, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.portfolio-item .caption .caption-content {
  color: #fff;
  margin: auto 2rem 2rem;
}

.portfolio-item .caption .caption-content h2 {
  font-size: 0.8rem;
  text-transform: uppercase;
}

.portfolio-item .caption .caption-content p {
  font-weight: 300;
  font-size: 1.2rem;
}
#footer .brand {
	max-width: 25rem;
}

@media (min-width: 992px) {
  .portfolio-item {
    max-width: none;
    margin: 0;
  }
  .portfolio-item .caption {
    transition: background-color 0.7s, -webkit-clip-path 0.25s ease-out;
    transition: clip-path 0.25s ease-out, background-color 0.7s;
    transition: clip-path 0.25s ease-out, background-color 0.7s, -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
  }
  .portfolio-item .caption .caption-content {
    transition: opacity 0.25s;
    margin-left: 5rem;
    margin-right: 5rem;
    margin-bottom: 5rem;
  }
  .portfolio-item img {
    transition: -webkit-clip-path 0.25s ease-out;
    transition: clip-path 0.25s ease-out;
    transition: clip-path 0.25s ease-out, -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
  }
  .portfolio-item:hover img {
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
  .portfolio-item:hover .caption {
    background-color: rgba(29, 128, 159, 0.9);
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
}
