@font-face{font-family:'Laila';font-style:normal;font-weight:400;src:local('Laila'), local('Laila-Regular'), url(../fonts/laila-regular.woff) format('woff');}
@font-face{font-family:'Laila';font-style:normal;font-weight:700;src:local('Laila Bold'), local('Laila-Bold'), url(../fonts/laila-bold.woff) format('woff');}
@font-face{font-family:'Lobster';font-style:normal;font-weight:400;src:local('Lobster'), url(../fonts/lobster.woff) format('woff');}

/* ==========================================================================
   Navigation
   ========================================================================== */
.navbar{
    width:100%;
	text-transform: uppercase;
	text-align: center;
}

@-moz-document url-prefix()  {
    .navbar-nav {
	    display: -moz-inline-box;
	    float: none;
	}
	
	#flashIcon {
	  -moz-animation-duration: 3s;
	  -moz-animation-delay: 1s;
	  -moz-animation-iteration-count: infinite;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .navbar-nav {
        display: -webkit-inline-box;
        float: none;
    }
    
    #flashIcon {
	  -webkit-animation-duration: 3s;
	  -webkit-animation-delay: 1s;
	  -webkit-animation-iteration-count: infinite;
	}
}

#degreeCertificate:hover {
	cursor: pointer;
}
.navbar-nav>li>a {
	padding-bottom: 0 !important;
}

span.hidden-xs {
	display: inline !important;
}

@media ( min-width : 500px) and (max-width: 840px) {
    span.hidden-xs {
        display: none !important
    }
    
    .navbar-nav {
	    display: -webkit-inline-box;
	}
	
	.social-icons .btn {
	    margin-right: 5px !important;
	}
    
    h1 {
        font-size:50px !important;
    }
	
	h2 {
	    font-size:30px !important;
	}
	
	h3 {
	   font-size: 20px !important;
	}
	
	h4 {
	   font-size: 15px !important;
	}
	
	#page-welcome header {
    padding-top: 23%;
}
}

/* ==========================================================================
  Layout 
   ========================================================================== */
#page-contact {
	padding: 50px 0;
	background: #1e3a5f;
}

#page-writing {
    padding: 50px 0;
    background: #1a2d47;
    color: rgba(255,255,255,0.85);
}

#page-writing .section-title {
    color: #fff;
}

#page-writing .section-title i {
    color: #64b5f6;
}

.writing-intro {
    color: rgba(255,255,255,0.65);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 28px;
}

.writing-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
}

.writing-card {
    display: block;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(100,181,246,0.18);
    border-radius: 12px;
    padding: 18px 20px;
    flex: 1 1 280px;
    max-width: 380px;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
}

.writing-card:hover {
    background: rgba(100,181,246,0.08);
    border-color: rgba(100,181,246,0.4);
    text-decoration: none;
}

.writing-card-tag {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #64b5f6;
    margin-bottom: 7px;
}

.writing-card-title {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 7px;
    line-height: 1.4;
}

.writing-card-desc {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    line-height: 1.55;
}

.writing-footer {
    margin-top: 4px;
    font-size: 13px;
    color: rgba(255,255,255,0.45);
}

.writing-footer a {
    color: #64b5f6;
}

.writing-footer a:hover {
    color: #90caf9;
}



#page-footer {
    padding: 20px 0;
    background: #141e2e;
}

#page-portfolio {
	padding: 50px 0;
	background: #fff;
}

#page-blog {
	padding: 50px 0;
	background: #fff;
}

#page-education {
	padding: 50px 0;
	background: #1a2d47;
}

#page-experience {
	padding: 50px 0;
	background: #1a2d47;
}

#page-skills {
	padding: 50px 0;
	background: #1e3a5f;
}

#page-profile {
	padding: 50px 0;
	background: #fff;
}

/* ==========================================================================
   Dark theme — inner sections
   ========================================================================== */

/* Section headings */
#page-experience .section-title,
#page-skills .section-title,
#page-education .section-title,
#page-homelab .section-title,
#page-writing .section-title,
#page-contact .section-title {
    color: #fff;
}

#page-experience .section-title i,
#page-skills .section-title i,
#page-education .section-title i,
#page-homelab .section-title i,
#page-writing .section-title i,
#page-contact .section-title i {
    color: #64b5f6;
}

/* Body text */
#page-experience, #page-experience p, #page-experience dd, #page-experience dt, #page-experience li,
#page-skills, #page-skills p,
#page-education, #page-education p, #page-education dd, #page-education dt, #page-education li,
#page-contact, #page-contact p, #page-contact label {
    color: rgba(255,255,255,0.82);
}

/* h2/h3/h4 inside dark sections */
#page-experience h2, #page-experience h3, #page-experience h4,
#page-skills h2, #page-skills h3,
#page-education h2, #page-education h3, #page-education h4,
#page-contact h2, #page-contact h3 {
    color: #fff;
    text-shadow: none;
}

/* Links */
#page-experience a, #page-education a, #page-contact a {
    color: #64b5f6;
}
#page-experience a:hover, #page-education a:hover, #page-contact a:hover {
    color: #90caf9;
}

/* Wells / cards */
#page-experience .well,
#page-education .well,
#page-contact .well {
    background: rgba(255,255,255,0.05);
    border-color: rgba(100,181,246,0.2);
    box-shadow: 0 2px 12px rgba(0,0,0,0.3);
}

/* Bootstrap panels */
#page-experience .panel,
#page-education .panel {
    background: rgba(255,255,255,0.05);
    border-color: rgba(100,181,246,0.2);
    box-shadow: 0 2px 12px rgba(0,0,0,0.3);
}

#page-experience .panel-heading,
#page-education .panel-heading {
    background: rgba(100,181,246,0.1);
    border-color: rgba(100,181,246,0.2);
    color: #fff;
    cursor: pointer;
}

#page-experience .panel-heading a,
#page-education .panel-heading a {
    color: #fff;
}

#page-experience .panel-body,
#page-education .panel-body {
    color: rgba(255,255,255,0.82);
}

/* hr dividers inside dark sections */
#page-experience hr, #page-education hr, #page-contact hr,
#page-experience .horizontalLine, #page-education .horizontalLine, #page-contact .horizontalLine {
    background-image: linear-gradient(to right, rgba(100,181,246,0), rgba(100,181,246,0.4), rgba(100,181,246,0));
}

/* Form inputs */
#page-contact .form-control {
    background: rgba(255,255,255,0.08);
    border-color: rgba(100,181,246,0.3);
    color: #fff;
}

#page-contact .form-control:focus {
    background: rgba(255,255,255,0.12);
    border-color: #64b5f6;
    box-shadow: 0 0 6px rgba(100,181,246,0.35);
    color: #fff;
}

#page-contact .form-control::placeholder {
    color: rgba(255,255,255,0.35);
}

/* Footer */
#page-footer {
    color: rgba(255,255,255,0.5);
    padding-bottom: 60px;
}

#page-footer a {
    color: rgba(255,255,255,0.5);
}

/* Dev icons row */
.dev-icons a {
    color: rgba(255,255,255,0.7);
}

/* ==========================================================================
   Contact section — info card
   ========================================================================== */
.contact-info-card {
    text-align: center;
}

.contact-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(100,181,246,0.15);
    border: 2px solid rgba(100,181,246,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px auto;
    font-family: 'Lobster', cursive;
    font-size: 26px;
    color: #64b5f6;
    letter-spacing: 0.02em;
}

.contact-name {
    font-family: 'Lobster', cursive;
    font-size: 22px;
    color: #fff;
    margin-bottom: 4px;
}

.contact-role {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-family: 'Laila', serif;
}

.contact-details {
    list-style: none;
    padding: 0;
    margin: 14px 0;
    text-align: left;
}

.contact-details li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    color: rgba(255,255,255,0.82);
    font-size: 14px;
}

.contact-details li i {
    color: #64b5f6;
    margin-top: 2px;
    flex-shrink: 0;
}

.contact-details li a {
    color: #64b5f6;
}

.contact-details li a:hover {
    color: #90caf9;
}

.contact-social {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 14px;
}

.contact-social-link {
    font-size: 34px;
    color: rgba(255,255,255,0.5);
    transition: color 0.2s, transform 0.2s;
    line-height: 1;
}

.contact-social-link:hover {
    color: #64b5f6;
    transform: translateY(-2px);
    text-decoration: none;
}

/* Download CV button */
.btn-cv-download {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(100,181,246,0.12);
    border: 1px solid rgba(100,181,246,0.45);
    color: #90caf9;
    border-radius: 4px;
    font-family: 'Laila', serif;
    font-size: 14px;
    letter-spacing: 0.04em;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    text-decoration: none;
}
.navbar-nav>li>a:focus,
.btn-cv-download:focus {
    outline: none;
}
.btn-cv-download:hover, .btn-cv-download:focus {
    background: rgba(100,181,246,0.25);
    border-color: #64b5f6;
    color: #fff;
    text-decoration: none;
}

/* Contact form buttons */
.btn-contact-send {
    background: rgba(100,181,246,0.15);
    border: 1px solid rgba(100,181,246,0.4);
    color: #90caf9;
    font-family: 'Laila', serif;
    transition: background 0.2s, border-color 0.2s;
}

.btn-contact-send:hover, .btn-contact-send:focus {
    background: rgba(100,181,246,0.28);
    border-color: #64b5f6;
    color: #fff;
}

.btn-contact-reset {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.5);
    font-family: 'Laila', serif;
    transition: background 0.2s;
}

.btn-contact-reset:hover, .btn-contact-reset:focus {
    background: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.8);
}

/* ==========================================================================
   Skills — icon tiles
   ========================================================================== */
.skill-tiles {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 10px 0;
    justify-content: center;
}

.skill-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    border-radius: 12px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(100,181,246,0.2);
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
    gap: 5px;
    padding: 6px 4px;
}

.skill-tile:hover {
    background: rgba(100,181,246,0.12);
    border-color: rgba(100,181,246,0.5);
    transform: translateY(-3px);
    text-decoration: none;
}

.skill-tile i {
    font-size: 32px;
    line-height: 1;
}

.skill-tile span {
    font-size: 10px;
    color: rgba(255,255,255,0.6);
    font-family: 'Laila', serif;
    letter-spacing: 0.02em;
    text-align: center;
    line-height: 1.2;
    word-break: break-word;
}

/* small calendar/location text in panels */
#page-experience small, #page-education small {
    color: rgba(255,255,255,0.55);
}

/* ==========================================================================
   Homelab Section
   ========================================================================== */
.page-homelab {
    background: #1e3a5f;
    color: rgba(255,255,255,0.85);
    padding: 50px 0;
}

.homelab-intro {
    color: rgba(255,255,255,0.65);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 28px;
}

.homelab-section-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(100,181,246,0.7);
    margin-bottom: 16px;
}

/* Hardware cards grid */
.homelab-hardware {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.homelab-hw-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(100,181,246,0.18);
    border-radius: 12px;
    padding: 16px 18px;
    flex: 1 1 260px;
    max-width: 340px;
    transition: background 0.2s, border-color 0.2s;
}

.homelab-hw-card:hover {
    background: rgba(100,181,246,0.08);
    border-color: rgba(100,181,246,0.4);
}

.homelab-hw-icon {
    font-size: 26px;
    color: #64b5f6;
    min-width: 32px;
    margin-top: 2px;
    line-height: 1;
}

.homelab-hw-name {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
}

.homelab-hw-desc {
    font-size: 12px;
    color: rgba(255,255,255,0.55);
    line-height: 1.5;
}

/* ==========================================================================
   Education section — two-column layout
   ========================================================================== */
.edu-meta {
    padding-right: 24px;
}

.edu-meta-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
    color: rgba(255,255,255,0.82);
    font-size: 14px;
    line-height: 1.5;
}

.edu-meta-item i {
    color: #64b5f6;
    margin-top: 2px;
    flex-shrink: 0;
}

.edu-meta-item a {
    color: #64b5f6;
}

.edu-meta-item a:hover {
    color: #90caf9;
}

.edu-section-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.4);
    margin-bottom: 8px;
    font-family: 'Laila', serif;
}

.edu-courses {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 4px;
}

.edu-course-badge {
    display: inline-block;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 12px;
    background: rgba(100,181,246,0.08);
    border: 1px solid rgba(100,181,246,0.25);
    color: rgba(255,255,255,0.75);
    letter-spacing: 0.02em;
}

#page-welcome {
	width:100%;
	height:100%;
	text-align: center;
}

#page-welcome header {
	padding-top: 20%;
}

#page-welcome header h1 {
	margin: 0;
	padding: 0;
}

#page-welcome header h2 {
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	color: #ffffff;
}

#page-footer img {
	width:auto;
}

#page-education .well h3 {
	margin-top: 0px !important;
}

#page-education .well h4 {
    margin-bottom: 0px !important;
}

#page-profile .well h3 {
    margin-top: 0px !important;
}

#page-profile .well h4 {
    margin-bottom: 0px !important;
}

#page-experience .well h3 {
    margin-top: 0px !important;
}

#page-experience .well h4 {
    margin-bottom: 0px !important;
}
 
.justify-text {
	text-align: justify;
}

#page-profile h3 {
	margin-top:10px !important;
}

#hindiLanguage {
	color: black !important;
	cursor:pointer;
}

#hindiLanguage:hover {
	color: black !important;
	text-decoration:underline;
}

#marathiLanguage {
    color: black !important;
    cursor:pointer;
}

#marathiLanguage:hover {
    color: black !important;
    text-decoration:underline;
}

#gujaratiLanguage {
    color: black !important;
    cursor:pointer;
}

#gujaratiLanguage:hover {
    color: black !important;
    text-decoration:underline;
}

#page-profile .borderless td {
	border:none;
}

#page-profile .profile-topic {
    border-bottom: 1px solid #BCBCBC;
    text-align: right;
    width: 120px;
}

#jqueryLogo {
	height: 14px;
	width:14px;
	-webkit-filter: invert(100%);
	/* position:absolute;
	top: 339px;
    left: 21px; */
}

#jqueryuiLogo {
	height: 14px;
    width:14px;
	-webkit-filter: invert(100%);
    /* position:absolute;
    top:341px;
    left:39px; */
}

.interest-logo {
	text-align: right;
}

#myAge {
	opacity:0.80;
}

#page-profile-facebook {
	display:none;
}

#page-profile-linkedin {
    display:none;
}

.modal-body img{
	display:block;
	margin:auto;
	width:100%;
}

/* #beDegreeDetailsCollapse, #msDegreeDetailsCollapse, #yodleeDetailsCollapse, #niprDetailsCollapse, #garminDetailsCollapse{
	font-size: 24px;
} */

#flashIcon {
	cursor: pointer;
}

/* #msDegreeDetails, #beDegreeDetails, #garminDetails, #niprDetails, #yodleeDetails {
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
} */

.blankDiv5 {
	height: 10px; 
}

.blankDiv20 {
    height: 20px;
}

dl h5 {
	margin-top: 3px !important;
}
/* ==========================================================================
   Base styles
   ========================================================================== */
html,body {
	height: 100%;
	width: 100%;
	font-family: 'Laila', serif;
}

h1 {
    font-size: 4.5em;
    text-shadow: 0px 2px 3px #555;
}

#page-welcome h1, #page-welcome h2, .contact-me {
	font-family: 'Laila', serif;
	color: #fff !important;
	text-shadow: 0px 2px 3px #555;
}

h2,h3,h4,h5,h6 {
	font-family: 'Lobster',cursive;
	color: black;
}

h2 {
	font-size:3em;
	text-shadow: 0px 2px 3px #555;
}

h3 {
	opacity: 0.70;
}

h4,h5 {
	opacity: 0.40;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: black;
}

hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.50), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.50), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.50), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.50), rgba(0,0,0,0));
}

.horizontalLine {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.50));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.50));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.50));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.50));
}

.padAccolade {
    padding-left: 20px;
}

dl {
	margin-bottom: 0px;
}

/* ==========================================================================
   Social icons
   ========================================================================== */
.social-icons {
	padding-top: 10px;
	margin-bottom: 35px;
}

.social-icons .btn {
	margin-right: 15px;
}

.btn-round {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: inline-block;
	padding: 0;
	border: 1px solid #fff;
}

.btn-round i {
	font-size: 20px;
	top: 15px;
	position: relative;
}

.btn.btn-clear {
	color: #fff;
	font-weight: bold;
	opacity: 0.6;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
}

.btn.btn-clear:hover,.btn.btn-clear.selected {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

.btn-twitter {
	background-color: #2BA9E0;
}

.btn-facebook{
	background-color: #204385;
}

.btn-linkedin {
	background-color: #015786;
}

.btn-google {
	background-color: #D3492C;
}

.btn-youtube {
	background-color: #C4302B;
}

.btn-github {
	background-color: #171515;
}

.btn-connect {
	background-color:navy;
}

.btn-wordpress {
	background-color:#464646;
}

.page-contact .social-icons {
	margin-bottom: auto;
	padding-top: 0;
}

.page-contact .social-icons .btn {
	margin-right: 0px;
}

/* ==========================================================================
   Forms
   ========================================================================== */
.contact-me {
	background: transparent;
	color: #fff;
	text-transform: uppercase;
	border: 0.15em solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-me:hover {
    border-color: #fff;
    color: #fff;
    background: dodgerblue;
}
/* ==========================================================================
   Dividers
   ========================================================================== */
.section-title {
	padding: 20px 0;
}












.panel-heading h3 {
	margin-top: 8px;
}

/* ==========================================================================
   Experience section — card layout
   ========================================================================== */
.exp-summary {
    margin: 0 0 14px 0;
    line-height: 1.7;
    color: rgba(255,255,255,0.82);
}

.exp-highlights {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
}

.exp-highlights li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 10px;
    line-height: 1.65;
    color: rgba(255,255,255,0.82);
}

.exp-highlights li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #64b5f6;
}

.exp-tech {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(100,181,246,0.15);
}

.exp-badge {
    display: inline-block;
    padding: 3px 10px;
    margin: 3px 4px 3px 0;
    font-size: 12px;
    border-radius: 12px;
    background: rgba(100,181,246,0.12);
    border: 1px solid rgba(100,181,246,0.3);
    color: #90caf9;
    letter-spacing: 0.02em;
}










#grid-controls-wrapper{
    text-align: center;
    float:none;
    width:100%;

}

.center-pills { 
    display: inline-block; 
}
#grid .mix{
    width: 200px;
    height: 150px;
    vertical-align: top;
    margin:20px 20px 20px 0 ;
    color: #fff;
    text-align: center;
    display: inline-block; 

}


#grid .mix .thumbnail{
    border:2px thin #F7F7F7;
    padding:0;
    border-radius:0;
}


#grid .mix .overlay{
    width: 200px;
    height: 150px;
    position:absolute;
    opacity:0;

}

#grid .mix .overlay:hover{
     opacity:.8;
}

#grid .mix .overlay i{
    font-size: 2em;
    opacity: 1;
    color: #fff;
    padding-top: 30%;
}

 
 
.isotope-item {
    z-index: 2;
}
 
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
 
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
 
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}
 
/**** disabling Isotope CSS3 transitions ****/
 
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

#grid .mix a img {
    max-width: 100%;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: gainsboro !important;
}



#grid .mix .overlay {
    background: gainsboro;
}


.grid-wrapper {
	overflow: visible !important;
}

#resumeLink, #wordpressLink, #dashboardLink, #labLink, #photography1Link, #photography2Link {
    cursor: pointer;
}

#resumeLink:hover, #wordpressLink:hover, #dashboardLink:hover, #labLink:hover, #photography1Link:hover, #photography2Link:hover {
    text-decoration:underline;
}





@media print {
    body img {
       display:none;
    }
    
    #page-welcome, #page-profile, #page-portfolio, #page-contact, #page-footer, #page-blog {
       display:none;
    }
    
    #header {
       display:block;
       border-bottom:2px solid #000;
       padding-bottom:5px;
    }
    
    section {
       padding-top:0 !important;
       padding-bottom:0 !important;
    }
    
    section h2 {
       margin-top:0 !important;
       margin-bottom:0 !important;
    }
    
    #page-skills, #page-experience {
       border-bottom:2px solid #000;
    }
    
    #page-skills #strength {
       display:none;
    }
    
    #page-experience .panel-heading a {
       display:none;
    }
    
    #page-education .panel-heading a {
       display:none;
    }
}