
body {
  font-family: 'Lato', arial, sans-serif;
  /* color: #434343; */
  background: #DAE3E7;
  font-size: 16px;
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #778492;
}

a {
  color: #7733ff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

a:hover {
  text-decoration: underline;
  color: #7733ff;
}

a:focus {
  text-decoration: none;
}

.btn, a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-family: 'Montserrat', arial, sans-serif;
  padding: 8px 16px;
  font-weight: bold;
}

.btn .svg-inline--fa, a.btn .svg-inline--fa {
  /* margin-right: 5px; */
  position: relative;
  top: -2px;
}

.btn:focus, a.btn:focus {
  color: #fff;
  box-shadow: none;
}

a.btn-cta-primary, .btn-cta-primary {
  background: #730099;
  border: 1px solid #730099;
  color: #fff;
  font-weight: 600;
/*   text-transform: uppercase; */
}

a.btn-cta-primary:hover, .btn-cta-primary:hover {
  color: #fff;
}

 .btn-cta-secondary {
  background: #730099;
  border: 1px solid #730099;
  color: #fff;
  font-weight: 600;
/*   text-transform: uppercase; */
}

.text-highlight {
  color: #32383e;
}

.header {
  padding: 40px 0 30px 0;
  /*background:url('myfiles/cover1.jpg'); */  
background-color: rgba(255, 255, 255, 0.9);
  /*background-color: white;*/
}

.header .btn {
  margin-top: 60px;
  font-weight: bold;
}

.header .profile-image {
  margin-right: 30px;
  height: 180px;
  width:180px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.header .profile-content .name {
  color: #49515a;
  font-size: 38px;
  margin-bottom: 5px;
  margin-top: 15px;
}

.header .profile-content .desc {
  color: #666;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 15px;
}

.social a {
  background: #a37acc;
  width: 36px;
  height: 36px;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.social a:hover {
  background: #8563a6;
}

.social a .svg-inline--fa {
  font-size: 20px;
  margin-top: 8px;
}

.sections-wrapper {
  padding-top: 60px;
  padding-bottom: 0px;
}

.section {
  margin-bottom: 30px;
}

.section .section-inner {
  background: #fff;
  padding: 30px;
}

.section .heading {
  margin-top: 0;
  margin-bottom: 15px;
  color: #545e69;
  font-size: 23px;
  text-transform: uppercase;
}

.section .heading::first-letter {
  font-size: 28px;
}

.section .content .more-link .svg-inline--fa {
  margin-right: 5px;
  font-size: 14px;
  position: relative;
  top: -2px;
}


.latest .item {
  margin-bottom: 20px;
}

.latest .item .title {
  font-size: 18px;
  margin-top: 0;
}

.latest .item .title .label {
  margin-left: 5px;
  font-size: 12px;
}

.latest .item .title a {
  color: #9900cc;
}

.latest .item .title a:hover {
  color: #730099;
  text-decoration: none;
}

.latest .item .project-image:hover {
  
  opacity: 0.8;
}

.info .svg-inline--fa {
  margin-right: 15px;
  color: #999;
}

.info .svg-inline--fa.fa-envelope-o {
  font-size: 14px;
}

.info ul {
  margin-bottom: 0;
}

.info li {
  margin-bottom: 15px;
}

.info li:last-child {
  margin-bottom: 0;
}


.skills .intro {
  margin-bottom: 30px;
}

.skills .skillset .item {
  margin-bottom: 30px;
}

.skills .skillset .level-title {
  font-size: 16px;
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
}

.testimonials .item {
  margin-bottom: 30px;
}

.testimonials .item .post {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  margin-top: 0;
  color: #9900cc;
}

.testimonials .item .source {
  font-family: "Lato", arial, sans-serif;
  font-size: 16px;
}

.testimonials .item:last-child {
  margin-bottom: 0;
}

.testimonials .item .quote {
  font-size: 16px;
  /* border-left: 5px solid #a37acc;
  padding: 5px 15px; */
  margin-bottom: 15px;
}

.testimonials .item .quote p {
  margin-bottom: 0;
  padding: 0 15px;
  border-left: 5px solid #a37acc;
  margin-top: 5px;
}

.testimonials .item p.source {
  margin-bottom: 5px;  
  margin-top: 2px;
}

.testimonials .item .quote .svg-inline--fa {
  color: #79d19a;
  margin-right: 15px;
}

.testimonials .item .source {
  font-size: 14px;
  padding-left: 20px;
  font-weight: 500;
}

.testimonials .item .source .name {
  color: #939ea9;
  font-weight: 600;
}

.testimonials .item .source .title {
  color: #778492;
  text-align: left;
}


.education .item {
  margin-bottom: 30px;
}

.education .item:last-child {
  margin-bottom: 0;
}

.education .item .title {
  font-size: 16px;
  margin-top: 0;
  color: #9900cc;
}

.education .item .university {
  font-family: "Lato", arial, sans-serif;
  font-size: 16px;
  color: #778492;
  font-weight: 600;
  padding-left: 25px;
}

.education .item .university .year {
  color: #778492;
  font-weight: 500;
}

.aside .subheading {
  font-size: 18px;
  color: #545e69;
}

.footer {
  background: #32383e;
  color: #fff;
  padding: 20px;
}


@media (max-width: 767.98px) {
  .header {
    text-align: center;
  }
  .header .profile-image {
    float: none !important;
    margin: 0 auto;
  }
  .header .profile-content {
    float: none !important;
    text-align: center;
  }
  .header .btn {
    margin-top: 30px;
    float: none !important;
  }
  .project-image {
    margin-bottom: 15px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1360px;
    max-width: inherit;
  }
}


#courses .w3-bar { 
  border-left: 5px solid #a37acc; 
  margin: 5px 0;
}

#courses .w3-bar h3 {
  margin: 5px 0 5px 0 !important; 
  color: #666;
}

#courses .w3-card-4, .w3-hover-shadow:hover { 
  box-shadow:none; 
}

#keyprojects .techtag {
  display: inline-block;
  padding: 3px;
  border: 1px solid #9900cc;
  border-radius: 7px;
  opacity: 0.8;
  font-size: 12px;
  margin:0 0 1px 0;
}

.footer {
  border-top: 5px solid #9973bf; 
}

.footer .btn{
  margin: 5px 0;
/*   min-width : 160px; */
  text-align: left;
}

.footright {
  padding: 10px 0 0 0;
  text-align: center;
  color: #ddd
}

.footleft {
  padding: 0 6%;
}

.footer h3 {
  color: #ddd;
}

.footer .form-control {
  opacity: 0.8;
}

.footer .form-row {
  color: #999;
}

.navbar-dark .navbar-nav .nav-link {
  color: #ccc;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

.headghr {
  min-height: 5px;
  width: 50%;
  background: #730099;
  border-radius: 10px;
  margin: 0 0 25px 0;
}

.footer a.btn-cta-secondary {
  background:  none;
  border : 3px solid #a37acc;
}

.btn-cta-secondary:hover {
  color: #ccc;
}

.w3-gbar {
  height:15px;
  background-color:#a352cc;
}

body {
/*  background: url('https://cdn.glitch.com/2b602e73-9a76-4c51-a6f4-80acecd39acf%2Fcover2.png?v=1602364326902');  */
  background-color: rgba(0, 0, 0, 0.1);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sections-wrapper {
  opacity:0.92;
}

.navbar {
  border-bottom : 5px solid #9973bf;
}

#aboutme, #interests, #keyprojects, #experience, #contact, #publications {
  scroll-margin-top: 60px;
  color: #444;
}

#aboutme p, #experience p{
  text-align: justify;
}

.papers ul {
  padding-left: 20px;
  color: #444;
  text-align: justify;
}

.papers ul li, .latest ul li {
  padding: 2px 0;
}

.papers .btn {
  margin-left: 20px;
  padding: 5px;
}

.latest header {
  /*   background: #333; */
    display: flex;
    color: #999;
  }
  
.latest header:before, .latest header:after {
  content: '';
  border-bottom: solid 2px;
  flex: 1;
}

.latest header:before {
  margin: auto 0.5em auto 0;
}

.latest header:after {
  margin: auto 0 auto 0.5em;
}

.latest .project-type {
  position: relative;
  padding: 0.30em 1.5em;
  overflow: hidden;
  background: #666;
  border: 2px #666 solid;
  color: #fff;
  border-radius: 25px;
  font-size: 1.5rem;
  margin: 20px 0 30px 0;
}

.latest .more-link {
  display: block;
  margin-top: 7px !important;
}

.latest .ptags {
  margin-bottom: 10px;
  color: #666;
  margin-top: 0px;
}

.latest h3 {
  margin-bottom: 3px;
}

.footer {
  text-align: center;
}

.footcenter .social {
  padding-top: 7px;
}

.info svg {
  display: inline-block;
  width: 20px !important;
}

.papers svg {
  margin-right:7px;
}

.latest ul {
  padding-left:17px;
  text-align: justify;
}

.techtag {
  display: inline-block;
  padding: 3px;
  border: 1px solid #9900cc;
  border-radius: 7px;
  opacity: 0.8;
  font-size: 12px;
  margin:0 0 3px 0;
}