/*-- PORTFOLIO PROJECTS STYLES --*/#project-section-top {	background-color:transparent;	min-height:70px;}.project-credits .row {padding:0 3em 0 3em;	}.project-credits {	padding:4em 0 4em 0;}.project-credits-client,.project-credits-project,.project-credits-category,.project-credits-description,.project-credits-role,.project-credits-name,.project-credits-tagline,.project-credits-disclamier{	text-align:center;}.project-credits-project {	font-size:30px;	font-weight:500;	margin-bottom:.25em;}.project-credits-client {	font-size:28px;	margin-bottom: 1em;}.project-credits-category {	font-size:22px;	margin-bottom: 1em;}.project-credits-role {	margin-bottom: 1em;}.project-credits-description {	margin-bottom: 0;}.project-credits-disclamier {}.project-images-container {}.project-image {/*border: 1px solid #ddd;*/box-shadow: rgba(0, 0, 0, 0.5) 0px 25px 15px -21px, rgba(0, 0, 0, 0.2) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;}.project-caption,.project-caption a {	font-size:16px;	text-align:center;	padding:1em 0 3em 0;	margin:0;}/*-- projects sub navigation --*/.projects-nav-container {	display: flex;	justify-content: center;	padding:0 0 5em 0;}.projects-nav-button a img {	height: 36px;	padding: 0 18px 0 18px;	margin: 0 auto;	opacity: .5;}/*-- MEDIA QUERIES (VIEWPORT ORIENTATION) --*/@media all and (orientation: portrait) {}@media all and (orientation: landscape) {}/*-- MEDIA QUERIES --*//* Laptops and desktops - 1200px and up */@media only screen and (min-width: 1200px) {}/* Tablets and large phones - 600px and up */@media only screen and (max-width: 992px) {#project-section-top {}.project-caption,.project-caption a {font-size: 14px;padding:1em 0 2em 0;}}/* Phones - 600px and down */@media only screen and (max-width: 600px) {.project-credits .row {padding:0 1.5em 0 1.5em;	}.project-credits {  padding: 3em 0 2em 0;}.project-credits-project {font-size: 18px;}.project-credits-client {font-size: 18px;}.project-credits-category {font-size: 16px;margin-bottom: 1.5em;}.project-caption, .project-caption a {font-size: 13px;padding: 1em 0 2em 0;}.projects-nav-container .col-xs-4 {	padding-right: 0;	padding-left: 0;}}