/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}
/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {
    height: auto;
}
/* Set gray background color and 100% height */
.sidenav {
    padding-top: 20px;
    background-color: #f1f1f1;
    height: auto;
}
.nk-middle-section {
    height: auto;
}
/* Set black background color, white text and some padding */
footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #101010;
    color: white;
    text-align: center;
}
/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
    .sidenav {
        height: auto;
        padding: 15px;
    }
    .row.content {
        height: auto;
    }
    .nk-middle-section {
        height: auto;
    }
}
.nk-display-inline {
    display: inline;
}
.nk-middle-section-navbar {
    margin: -20px 0 0 0;
}
.nk-index-work-experience-logo {
    margin-top: 10px;
}

.nk-index-work-experience-logo-mathworks {
    width: 70px;
    height: 70px;
}
.nk-index-work-experience-logo-fathomd {
    width: 70px;
    height: 70px;
}
.nk-index-work-experience-logo-ecalcharge {
    width: 70px;
    height: 70px;
}
.nk-index-work-experience-logo-utdallas {
    width: 70px;
    height: 70px;
}

.nk-index-work-experience-logo-zycus {
    width: 70px;
    height: 70px;
}
.nk-index-work-experience-logo-siemens {
    width: 70px;
    height: 70px;
}

.nk-index-education-logo {
    margin-top: 10px;
    width: 80px;
    height: 80px;
}

.nk-index-education-logo-utdallas {
    width: 100px;
    height: 100px;
}

.nk-index-education-logo-harvard {
    width: 100px;
    height: 100px;
}

.nk-index-education-logo-mit {
    width: 100px;
    height: 100px;
}

.nk-index-education-logo-wbut {
    width: 100px;
    height: 100px;
}
.nk-index-work-experience-div {
    width: 100%
}

.nk-index-work-experience-div h3 {
    width: 49%;
}
.nk-index-work-experience-time {
    padding-top: 15px;
}

.nk-display-none {
    display: none;
}

.nk-display-block {
    display: block;
}

.nk-float-right {
	float: right;
}

.nk-index1-background-image {
    background: url(../img/nirmallya/nirmallya.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}