@charset "UTF-8";
/* CSS Document */

body {
	background-color: #f5f5f5;
}
.jumbotron {
	background-color: white;
	margin-bottom: 0;
	padding: 0;
}
.row.mobile-reverse {
	display: flex;
    align-items: center;
}
.container.who-am-i {
    padding-top: 15px;
}
.container.who-am-i img {
	max-height: 100px;
}
.container.who-am-i .h1,
.container.who-am-i h1 {
    font-size: 2rem;
}
section.view-resume-section,
section.client-facing-site {
	background-color: #e4e4e4;
}
section.client-facing-site {
	padding: 40px 0;
}
section.client-facing-site p {
    margin: 0;
    font-size: .8rem;
    text-transform: uppercase;
}
.container.view-resume {
	background-color: #e4e4e4;
    width: 100%;
    text-transform: uppercase;
    font-size: .8em;
    padding: 10px 0px;
}
.row.view-resume-row {
	margin: auto;
    display: flex;
    justify-content: flex-end;
}
.row.view-resume-row.case-study-page {
	justify-content: space-between;
}
.row.view-resume-row p {
	margin: 0;
}
.row.view-resume-row .fas {
	margin-right: 8px;
    font-size: 1.25em;
}
.card {
	border: 1px solid #ddd;
    padding: 25px;
    border-radius: 5px;
    background-color: white;
}
.card h3, .card h4 {
	margin-top: 0px;
    margin-bottom: 15px;
}
.card img {
	margin-bottom: 15px;
	width: 100%;
	border: 1px solid #ddd;
}
.card-text p {
	margin-bottom: 15px;
}
.card-body {
    padding: 0;
}
.padding-top-bottom {
	padding: 30px 0 10px;
}
.top-title {
	display: flex;
	justify-content: space-between;
}
.top-title p {
	margin: 0;
    font-size: .7em;
    text-transform: uppercase;
}
.top-title p a {
    font-size: 1.85em;
    color: #808080;
}
.carousel-control-next, .carousel-control-prev {
    width: 7%;
	opacity: 1;
	top: inherit;
	color: #333;
}
.carousel.slide .fas {
	font-size: 1.5em;
	colore: #333;
}
.carousel p.card-text,
.carousel .breakdown {
	font-size: .8em;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #333;
}
.carousel-control-prev {
    left: -15px;
}
.carousel-control-next {
    right: -15px;
}
.carousel-body {
	padding-bottom: 40px;
    margin-top: 20px;
}
.carousel-indicators {
    bottom: -10px;
}
.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: gray;
}
.carousel-indicators .active {
    background-color: cornflowerblue;
}
section.case-study-section {
	margin: 60px 0 100px;
}
.card.homepage-card {
	text-align: center;
    margin-bottom: 25px;
}
.bc-back {
	text-align: center;
    padding: 20px 0px;
}
.portfolio-rows .row {
	margin-bottom: 25px;
}
h5.card-title {
	font-size: .85em;
}
.more-work-row p {
	font-size: .7em;
}
.more-work-row img {
	max-width: 100%;
    margin-bottom: 15px;
}
.row.more-work-row {
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
}
.row.more-work-row:last-of-type {
	border-bottom: none;
}
.row.more-work-row > div {
	border-right: 1px solid #ddd;
    padding: 15px;
}
.row.more-work-row > div p {
	min-height: 50px;
}
.row.more-work-row > div:last-of-type {
	border-right: none;
}
.row.more-work-row h6 {
	min-height: 40px;
}
footer.footer-area {	
	padding: 40px 0 100px;
    background: white;
}
.footer-area a {
	font-size: 2em;
}
.temp-hide {
	display: none;
}
.carousel-item .d-block.mobile img {
    max-width: 380px !important;
}
.card img.mobile {
    width: initial;
    margin: auto;
}
.title-block {
    display: flex;
    margin-bottom: 15px;
}
.percent-tag {
    background: var(--teal);
    color: white;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: .75rem;
    margin-right: 5px;
    margin-left: 5px;
}
.percent-tag:first-of-type {
    margin-left: 0;
}
.video-embed video {
	margin-bottom: 20px;
}

/* db */

/* bootstrap overrides */
.btn-primary {
    background-color: #4c86c5;
    border-color: #4c86c6;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 4px 12px;
    font-size: 0.7em;
}

/* portrait phones and smaller */ 
@media (max-width: 480px) {
    .row.more-work-row h6 {
    	min-height: inherit;
	}
	.row.more-work-row > div p {
    	min-height: inherit;
	}
	.row.more-work-row > div {
    	border-right: none;
		border-bottom: 1px solid #ddd;
	}
	.row.more-work-row > div:last-of-type {
		border-bottom: none;
	}
	.portfolio-rows .row {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.card.homepage-card {
    	margin-bottom: 15px;
	}
	.text-right.mobile-center {
		text-align: center !important;
	}
	.row.view-resume-row {
    	justify-content: center;
	}
	.container.who-am-i {
		text-align:center;
	}
	.container.who-am-i .row.mobile-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
} 

/* phones and larger */ 
@media (min-width: 481px) {
	.card.homepage-card h5.card-title {
		min-height: 35px;
	}	
}
