h1{
   font-family: 'Roboto', sans-serif;
    font-weight: 300;
  }
 .wrapper{
 
 }
 
 .blurb{
 background-color:#444444;
 
 
 }
 
 .icons{

 padding-bottom:10px;
 
 }
 
 .center{
 position:center;
 }
 #name{
 color:white;
 }
 
 
 
 
 
 #title{
 color:white;
 }
  .main{
  padding-right: 0px;
  padding-left:  0px;
   border-radius: 0px!important;
}
  
  
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
   border-color: #39b1a4; 
   }

.navbar-inverse .navbar-toggle {
    border-color: #39b1a4;
}


.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #39b1a4;
}






.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #68cec3;
}


  
  
  
  .inner{
  /*background:#39b1a4 ; */
      background-color: transparent;
  
   border-radius: 0px!important;
    margin-top: 100px;

  }
  
  .outer {

background-image: url(computer1.jpg);
background-height:500px;
background-size: cover;
height: 200%;
 border-radius: 0px!important;
 margin-bottom: 0px;
}
  
  .navbar {
   margin-bottom: 0;
	 border-radius: 0px;
	 background-color: #39b1a4!important;
    border-color:#39b1a4; 

	
		
}

 .timeline {
    list-style: none;
    padding: 10px 0 10px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 10px;
        position: relative;
    }

        .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: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 10px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                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 #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }
			
			
			.first1{
			padding-left:0px;
			padding-right:0px;
			padding-bottom:40px;
			
			}

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #ccc;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

		
		#myemail{
		   font-family: 'Roboto', sans-serif;
    font-weight: 400;
	margin-top:20px;
	font-size:10px;
	text-align:center;
	color:white;
	
		
		}
.timeline > li > .timeline-badge.arrow {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 26px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .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.primary {
    background-color: #ccc !important;
}

.timeline-badge.success {
    background-color: #ccc !important;
}

.timeline-badge.warning {
    background-color: #ccc !important;
}

.timeline-badge.danger {
    background-color: #ccc !important;
}

.timeline-badge.info {
    background-color: #ccc !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        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{
background: #f4f4f4;

}


.navbar-inverse .navbar-nav>li>a{
  color: white;
  }
  
  .navbar-inverse .navbar-brand{
    color: white;

  }


  
  
  
  

  .linkedin{
  opacity: 0.2;
  
  
  }
  
  
  .githubc{
  
 -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
  
  } 
  
  .img-circle{
   margin: 0 auto;
  
  }
  
  .github{
  opacity:0.2;
  }

  .timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 100px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.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: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  background: white;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.education{
background: white;

}

.timeline-body > p, .timeline-body > ul {
    margin-bottom: 0;
    margin-top: 10px;
}

.contact{
background:	#e5e5e5;
padding:30px;

}


.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #ccc;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  background: white;
}


#aboutme{

 margin-bottom:30px;
 padding-bottom:20px;
 margin-top:50px;
}

.tm{
background: #f4f4f4;

}

.light-background{
background-image: url(new_year_background.png);
   width:100%;
   margin:0 auto; 
   background-position:cover;
}


.light-background-outer{
background-image: url(new_year_background.png);
   width:100%;
   margin:0 auto; 
   background-position:cover;
}


.colorcode{
 /*filter: gray;  IE6-9 
  -webkit-filter: grayscale(100%); Chrome 19+ & Safari 6+ */
  width:200px;
  height:200px;
}


  

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
  backgroun: white;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #ccc !important;
}
.timeline-badge.success {
  background-color: #ccc !important;
}
.timeline-badge.warning {
  background-color: #ccc !important;
}
.timeline-badge.danger {
  background-color: #ccc !important;
}
.timeline-badge.info {
  background-color: #ccc !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
  
  
  .circle{
  margin: 0 auto;
  
  }
  
  .pic{
   margin: 0 auto;
  
  }
  
  body{
  font-family: 'Roboto', sans-serif;
  
  }
  
  .myTimeline{
   font-family: 'Roboto', sans-serif;
  }
  
  
  .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 80%;
    height: auto;
}
  
  
  .summary{
  padding:50px;
  
  }
  
  
  #skillc{
  font-size:16px;
  padding: 30px;
  
  }
  
  /*  
   #skillc:hover{
  font-size:16px;
  padding: 30px;
  
  }
  
  */
  
  
  .medium1{
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  
  
  }
  
    .medium1:hover{
  filter: none;
  -webkit-filter: grayscale(0%);
  
  }
  
  
  
  .email{
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  
  
  }
  
    .email:hover{
 filter: none;
  -webkit-filter: grayscale(0%);
  
  }
  
  
  
  
  
  
  
    .linkedin1{
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  
  
  }
  
    .linkedin1:hover{
 filter: none;
  -webkit-filter: grayscale(0%);
  
  }
  
    

	.rowskills{
	padding:40px;
	background: #e8e8e8;
	

	}
	  
    .github1{
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  
  
  }
  
    .github1:hover{
 filter: none;
  -webkit-filter: grayscale(0%);
  
  }
  
  
  
	
	
	
	#description{
	font-size=16px;
	padding-bottom:60px;
	padding-top:20px;
	line-height:1.6;
	background-image: new_year_background;
	

	}