body,
html {
  font-family: "Courier New", Courier, monospace;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #e0e0e0;
  font-weight: bold;
  width: 100% !important;
  height: 100% !important;
  background-color: #1a1a1a;
}
h2,
h3,
h4 {
  font-family: "Courier New", Courier, monospace;
}
h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 36px;
  color: #f5f5f5;
}
h3 {
  font-size: 20px;
  font-weight: bold;
  color: #35a854;
}
h4 {
  font-size: 16px;
  color: #e0e0e0;
  font-weight: bold;
}
h5 {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 20px;
}
p {
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  font-weight: bold;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #35a854;
  font-weight: bold;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #4dd470;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #35a854;
  margin-bottom: 20px;
  border: 0;
}
a:link {
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  font-weight: bold;
  color: #35a854;
  text-decoration: underline;
}

a:visited {
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  font-weight: bold;
  color: #4dd470;
  text-decoration: underline;
}
/**************/
/* Navigation */
/**************/
#menu {
  padding: 15px;
  transition: all 0.8s;
}
#menu.navbar-default {
  background-color: #2d2d2d;
  border-color: rgba(53, 168, 84, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#menu a.navbar-brand {
  font-family: "Courier New", Courier, monospace;
  font-size: 20px;
  font-weight: bold;
  color: #35a854;
  text-transform: uppercase;
}
#menu.navbar-default .navbar-nav > li > a {
  font-family: "Courier New", Courier, monospace;
  text-transform: uppercase;
  color: #e0e0e0;
  font-size: 17px;
  font-weight: bold;
  padding: 8px 2px;
  border-radius: 0;
  margin: 9px 20px 0;
}
#menu.navbar-default .navbar-nav > li > a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: #35a854;
  content: "";
  transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
  width: 100%;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: #35a854 !important;
  content: "" !important;
  transition: width 0.2s !important;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle {
  border-color: #3a3a3a;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #e0e0e0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #3a3a3a;
  border-color: #35a854;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #35a854;
}
.section-title {
  margin-bottom: 30px;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section-title h2::after {
  position: absolute;
  content: "";
  background: #35a854;
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
.section-title p {
  font-size: 16px;
}
.btn-custom {
  font-family: "Courier New", Courier, monospace;
  text-transform: uppercase;
  color: #fff;
  background-color: #35a854;
  background-image: none;
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-image: none;
  background-color: #4dd470;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-custom1 {
  font-family: "Courier New", Courier, monospace;
  text-transform: uppercase;
  color: #fff;
  background-color: #2d2d2d;
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 2px solid #35a854;
}
.btn-custom1:hover,
.btn-custom1:focus,
.btn-custom1.focus,
.btn-custom1:active,
.btn-custom1.active {
  color: #ffffff;
  background-image: none;
  background-color: #35a854;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}

/*******************/
/* Teaching Section */
/*******************/
#teaching {
  background: #2d2d2d;
  border-bottom: 1px solid #3a3a3a;
}

#teaching a:link {
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;

  color: #35a854;
  text-decoration: underline;
}

#teaching a:visited {
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  color: #4dd470;
  text-decoration: underline;
}

#teaching .teaching-text {
  padding-bottom: 50px;
}

/*******************/
/* Research Section */
/*******************/
#research {
  background: #2d2d2d;
  border-bottom: 1px solid #3a3a3a;
}
#research i.fa {
  font-size: 38px;
  margin-bottom: 20px;
  transition: all 0.5s;
  color: #fff;
  width: 100px;
  height: 100px;
  padding: 30px 0;
  border-radius: 30%;
  background: #35a854;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}
#research .research-text {
  padding-bottom: 50px;
}
#research .research-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#research .research-text li:before {
  content: "\f00c";
  font-family: "Courier New", Courier, monospace;
  color: #35a854;
  font-size: 11px;
  font-weight: bold;
  padding-right: 8px;
}
#research .logo-responsive {
  width: 300px;
}

/*******************/
/* Contact Section */
/*******************/
#contact {
  padding: 70px 0 50px;
  background: #1a1a1a;
  color: rgba(255, 255, 255, 0.85);
  border-top: 2px solid #35a854;
}
#contact .section-title {
  margin-bottom: 40px;
}
#contact .img-padding {
  margin-bottom: 4px;
}
#contact .section-title p {
  font-size: 16px;
}

#contact h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#contact .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 30px;
}
#contact h3 {
  color: #fff;
  margin-top: 80px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-weight: bold;
}
#contact form {
  padding-top: 20px;
}
#contact .text-danger {
  color: #cc0033;
  text-align: left;
}
#contact .btn-custom {
  margin: 30px 0;
  background: transparent;
  border: 2px solid #35a854;
}
#contact .btn-custom:hover {
  color: #fff;
  background: #35a854;
}
label {
  font-size: 12px;
  font-weight: bold;
  font-family: "Courier New", Courier, monospace;
  float: left;
}
#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #e0e0e0;
  background-color: #2d2d2d;
  background-image: none;
  border: 1px solid #3a3a3a;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#contact .form-control:focus {
  border-color: #35a854;
  outline: 0;
  -webkit-box-shadow: 0 0 5px rgba(53, 168, 84, 0.3);
  box-shadow: 0 0 5px rgba(53, 168, 84, 0.3);
}
.form-control::-webkit-input-placeholder {
  color: #888;
}
.form-control:-moz-placeholder {
  color: #888;
}
.form-control::-moz-placeholder {
  color: #888;
}
.form-control:-ms-input-placeholder {
  color: #888;
}
#contact .contact-item {
  margin: 20px 0;
}
#contact .contact-item span {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
  display: block;
}
#contact .contact-item i.fa {
  margin-right: 10px;
}
#contact .social {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 50px;
  margin-top: 50px;
  text-align: center;
}
#contact .social ul li {
  display: inline-block;
  margin: 0 20px;
}
#contact .social i.fa {
  font-size: 22px;
  width: 48px;
  height: 48px;
  padding: 12px 0;
  border: 2px solid #35a854;
  color: #35a854;
  border-radius: 50%;
  transition: all 0.3s;
}
#contact .social i.fa:hover {
  color: #1a1a1a;
  background: #35a854;
}

/*****************/
/* Footer Section*/
/*****************/
#footer {
  background: #1a1a1a;
  padding: 30px 0;
}
#footer p {
  color: #888;
  font-size: 14px;
}
#footer a {
  color: #35a854;
}
#footer a:hover {
  border-bottom: 2px solid #35a854;
}

@media (max-width: 768px) {
  #info img {
    margin: 50px 0;
  }
}

/*******************/
/* ProfServ Section */
/*******************/
#profServ {
  padding: 70px 0;
  background: #1a1a1a;
  border-bottom: 1px solid #3a3a3a;
}
#profServ h4 {
  margin: 5px 0;
  color: #e0e0e0;
}
#profServ .profServ-img {
  width: 240px;
}
#profServ .thumbnail {
  background: transparent;
  border: 0;
}
#profServ .thumbnail .caption {
  padding: 10px 0 0;
  color: #e0e0e0;
}

/*******************/
/* Bio             */
/*******************/
#bioNote {
  background: #2d2d2d;
  padding: 70px 0;
  border-bottom: 1px solid #3a3a3a;
}
#bioNote i.fa {
  font-size: 38px;
  margin-bottom: 20px;
  transition: all 0.5s;
  color: #fff;
  width: 100px;
  height: 100px;
  padding: 30px 0;
  border-radius: 30%;
  background: #35a854;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}
#bioNote .bioNote-text {
  padding-bottom: 50px;
}
#bioNote .bioNote-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#bioNote .bioNote-text li:before {
  content: "\f00c";
  font-family: "Courier New", Courier, monospace;
  color: #35a854;
  font-size: 11px;
  font-weight: bold;
  padding-right: 8px;
}
#bioNote .logo-responsive {
  width: 300px;
}
#bioNote a:link {
  font-family: "Courier New", Courier, monospace;
  color: #35a854;
  text-decoration: underline;
}

#bioNote a:visited {
  font-family: "Courier New", Courier, monospace;
  color: #4dd470;
  text-decoration: underline;
}

/*******************/
/* Table Styling    */
/*******************/
.table {
  color: #e0e0e0;
  background-color: transparent;
}

.table th,
.table td {
  border-color: #3a3a3a;
  color: #e0e0e0;
}

.table-bordered {
  border-color: #3a3a3a;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-color: #3a3a3a;
}

.table-hover > tbody > tr:hover {
  background-color: #2d2d2d;
}

#bioNote .table {
  background-color: transparent;
}

#bioNote .table th,
#bioNote .table td {
  background-color: transparent;
  border-color: #3a3a3a;
  color: #e0e0e0;
}
