.portfolio-header {
  position: relative;
  background-color: #303f9f;
  
}

.portfolio-header .mdl-layout__header-row {
  padding: 0;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mdl-layout__title {
  font-size: 25px;
  font-style: bold;
  text-align: center;
  font-weight: 300;
  color: #fff;
}

.custom__title{
  font-size: 20px;
  text-align: center;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 10px;
}

.custom_name{
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}

.is-compact .custom__title span {
  display: none;
}

.is-compact .mdl-layout__title span {
  display: none;
}

.portfolio-logo-row {
  min-height: 275px;
}

.is-compact .portfolio-logo-row {
  min-height: auto;
}

.portfolio-logo {
  background: url(images/logo3.jpg) 50% no-repeat;
  border-radius: 50%;
  background-size: cover;
  height: 150px;
  width: 150px;
  margin: auto auto 5px;
}

.is-compact .portfolio-logo {
  height: 50px;
  width: 50px;
  margin-top: 30px;
}

.portfolio-navigation-row {
  background-color: #d32f2f;
  text-transform: uppercase;
  height: 45px;
}

.portfolio-navigation-row  .mdl-navigation {
  text-align: center;
  max-width: 900px;
  width: 100%;
}

.portfolio-navigation-row .mdl-navigation__link {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 42px;
  color: #fff;
}

.portfolio-header .mdl-layout__drawer-button {
    color: #FFF;
}

.portfolio-navigation-row .is-active {
  position: relative;
  font-weight: bold;
  color: #fff;
}

.portfolio-navigation-row .is-active:after {
  content: "";
  width: 70%;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #303f9f;
  left: 15%;
}

.portfolio-card .mdl-card__title {
  padding-bottom: 0;
}

.portfolio-blog-card-full-bg {
  background: url(images/example-blog03.jpg) center / cover;
}

.portfolio-blog-card-event-bg {
  background: url(images/example-blog05.jpg) center / cover;
}

.portfolio-blog-card-strip-bg {
  background: url(images/example-blog06.jpg) center / cover;
}

.portfolio-blog-card-compact .mdl-card__title {
  padding-bottom: 0;
}

.portfolio-blog-card-bg > .mdl-card__actions {
  height: 52px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.2);
}

img.article-image {
  width: 100%;
  height: auto;
}

.portfolio-max-width {
  max-width: 900px;
  margin: auto;
}

.portfolio-copy {
  max-width: 700px;
}

.no-padding {
  padding: 0;
}

.no-left-padding{
  padding-left: 0;
}

.no-bottom-padding {
  padding-bottom: 0;
}

.padding-top {
  padding: 10px 0 0;
}

.portfolio-share-btn {
  position: relative;
  float: right;
  top: -4px;
}

.demo-card-event > .mdl-card__actions {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.portfolio-contact .mdl-textfield {
  width: 100%;
}

.portfolio-contact form {
  max-width: 550px;
  margin: auto;
}

footer {
  background-image: url(images/footer-background.png);
  background-size: cover;
}

#aboutTitle{
  color: #d32f2f;
}

.imageH{
  width: 100px;
  height: 100px;
  float: left;
  padding: 5px;
}

#collTitle{
  padding-top: 50px;
  font-size: 20px;
  color: #000;
}

#collYear{
  font-size: 15px;
  color: #757575;
}


#collMajor{
  font-size: 15px;
  color: #303f9f;
}


#eduTitle{
  margin-left: 15px;
}



#expRow{
  background-color: #e53935;
  text-transform: uppercase;
  height: 45px;
}

#expHeaderColor{
  position: relative;
  background-color: #512da8;
}


#portRow{
  background-color: #536dfe;
  text-transform: uppercase;
  height: 45px;
}

#portHeaderColor{
  position: relative;
  background-color: #259b24;
}

#conRow{
  background-color: #1565c0;
  text-transform: uppercase;
  height: 45px;
  color: #fff;
}

#conHeaderColor{
  position: relative;
  background-color: #f9a825;
}

#expTitle{
  color: #e53935;
}



.timeline {
    list-style: none;
    padding: 10px 0;
    position: relative;
    font-weight: 300;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 2px;
    background: #e53935;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    float: left;
    border: 1px solid #dcdcdc;
    background: #512da8;
    position: relative;
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #512da8;
    border-right: 0 solid #512da8;
    border-bottom: 15px solid transparent;
    content:" ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid#512da8;
    border-right: 0 solid #512da8;
    border-bottom: 14px solid transparent;
    content:" ";
}
.timeline > li > .timeline-badge {
    color: #512da8;
    width: 24px;
    height: 24px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -12px;
    z-index: 100;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge > a {
    color: #ffffff !important;
}
.timeline-badge a:hover {
    color: #dcdcdc !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-heading h4 {
    font-weight: 400;
    padding: 0 15px;
    color: #fff;
}
.timeline-heading h6 {
    font-weight: 400;
    padding-left: 15px;
    color: #e53935;
    margin-top: -20px;
}

.timeline-body > p, .timeline-body > ul {
    padding: 10px 15px;
    margin-bottom: 0;
    color: #fff;
}
#tasks{
    margin-left: 15px;
    margin-bottom: 0;
    color: #fff;
}


.timeline-footer {
    padding: 5px 15px;
    background-color:#e53935;
    color: #fff;
}
.timeline-footer p { margin-bottom: 0; }
.timeline-footer > a {
    cursor: pointer;
    text-decoration: none;
}
.timeline > li.timeline-inverted {
    float: right;
    clear: right;
}
.timeline > li:nth-child(2) {
    margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge {
    left: -12px;
}
.no-float {
    float: none !important;
}
ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li {
        margin-bottom: 0px;
        position: relative;
        width:100%;
        float: left;
        clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: -webkit-calc(100% - 65px);
    }
    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .timeline > li.timeline-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .timeline > li.timeline-inverted > .timeline-badge {
        left: 28px;
    }

.demo-card-event.mdl-card {
  width: 256px;
  height: 256px;
  background: #3E4EB8;
}
.demo-card-event > .mdl-card__actions {
  border-color: rgba(255, 255, 255, 0.2);
}
.demo-card-event > .mdl-card__title {
  align-items: flex-start;
}
.demo-card-event > .mdl-card__title > h4 {
  margin-top: 0;
}
.demo-card-event > .mdl-card__actions {
  display: flex;
  box-sizing:border-box;
  align-items: center;
}
.demo-card-event > .mdl-card__actions > .material-icons {
  padding-right: 10px;
}
.demo-card-event > .mdl-card__title,
.demo-card-event > .mdl-card__actions,
.demo-card-event > .mdl-card__actions > .mdl-button {
  color: #fff;
}

#materialAdd{
  color: #fff;
  background: #303f9f;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 100;
}

#materialGit{
  color: #fff;
  background: #259b24;
  position: fixed;
  right: 2rem;
  bottom: 7rem;
  z-index: 100;
}

#social{
  background-color: #d32f2f;
}

#socialM{
  padding: 0px 40px 0px 40px;
}

#portHeader{
  color: #259b24;
}

#projDesc{
  margin-top: -40px;
  height: 90px;
  color: #fff;
}

#projHeading{
  max-height: 110px;
}

#col1{
  background-color: #3E4EB8; 
}
#col2{
  background-color: #4CAF50; 
}
#col3{
  background-color: #FF5722; 
}
#col4{
  background-color: #673AB7; 
}
#col5{
  background-color: #795548; 
}
#col6{
  background-color: #3E4EB8; 
}
#col7{
  background-color: #4CAF50; 
}
#col8{
  background-color: #FF5722; 
}
#col9{
  background-color: #673AB7; 
}
#col10{
  background-color: #795548; 
}
#col11{
  background-color: #3E4EB8; 
}

#contact{
  color: #1565c0;
}

