@charset "UTF-8";
/* CSS Document */


/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-bottom: -1px;
  line-height: 1.5;
  color: #444;
  color:#26333e;

  
}

h1,h2,h3,h4 {
	color:#111;
	text-transform: capitalize;
	color:#0168bb;
	color:#2e5785;
}

h2 {
	font-size:300%;
}

h4 {
	color:#006699;
	color:#0168bb;
	color:#2e5785;
}

hr {
	
	border-color: #ededed;
	border-color: #434d55;
	border-color: #d9e1e8;
}

#top {
	 background: transparent;
	 height: 700px;
	 color:#333;
}

.navbar-inverse {
	background: rgba(0,0,0,0);
	 background-size:cover;
	color:#fff;
	border:none;
}

.navbar-inverse .navbar-brand , .navbar-inverse a, .navbar-header, .navbar-header a, .navbar-header li a, #navbar, #navbar a, #navbar li, #navbar li a {
	color:#fff;
	text-shadow:rgba(0,0,0,0.5) 0px 1px 1px;
	text-shadow: rgba(0,47,71, 0.5) 0px 1px 1px;
	text-shadow: rgba(0,0,0, 0.5) 0px 1px 1px;
	
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus  {
	background:none;
}


@media (max-width: 768px) {

.navbar-inverse {
	background: rgba(0,0,0,0.1);
	background-size:cover;
	color:#fff;
	border:none;
	
}

.navbar-inverse li {
	background: rgba(0,0,0,0.1);
	margin-bottom:2px;
}


}


#hero {
	background:none;
	color:#fff;
	text-align:center;
	padding: 5% 0% 10% 0%;
	padding-bottom:0%;
	overflow:hidden;
	
	text-shadow: rgba(0,61,91, 0.5) 0px 1px 1px;
	text-shadow: rgba(0,47,71, 0.5) 0px 1px 1px;
	text-shadow: rgba(0,0,0, 0.5) 0px 1px 1px;
	
}

#hero .container h2 {
	font-size: 300%;
	margin-bottom: 3%;
	margin-top: 4%;
	color:#fff;
	
}

#hero .container img {
	margin-top: -2%;
	margin-bottom:-2%;
}

#hero .container #title {
	
}



.white-wrapper {
	background: #fefefe;
}
.sketch-wrapper {
	background: transparent;
	text-shadow: #fff 0px 1px 1px;
	border-top: 1px solid #d9e1e8;
	border-bottom: 1px solid #d9e1e8;
	min-height: 400px;
}
.contact-wrapper {
	background: url(../images/bg10.jpg) 0% 0% fixed;
	background-size: cover;
	color:#fff;
	text-shadow: rgba(0,0,0, 0.5) 0px 1px 1px;
}
.contact-wrapper h2 {
	color:#fff;
}
.skills-wrapper {
	background: url(../images/bg8.jpg) 0% 90% fixed;
	background-size: cover;
	color:#fff;
	text-shadow: rgba(0,0,0, 0.5) 0px 1px 1px;
}
.skills-wrapper h4 {
	color:#fff;
}
.pofile-wrapper {
	background: red url(../images/bg12.jpg) 0% 90% fixed;
	background-size: cover;
}
.profile-wrapper h4 {
	
}

.grid-wrapper {
	background: #fff url(../images/grid.png) repeat;
}

.grey-wrapper {
	background: #eee;
	background: #f0f5fa;
	text-shadow:#fff 0px 1px 1px;
	color: #26333e;
}

.row {
	padding: 9% 0%;
}





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

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #d9e1e8;
  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 #d9e1e8;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(217, 225, 232, 0.7);
  box-shadow: 0 1px 6px rgba(217, 225, 232, 0.7);
  background:#fff;
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #d9e1e8;
  border-right: 0 solid #d9e1e8;
  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: " ";
}

.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: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
   background-color: #437bbb !important;
}

.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: #2e6da4 !important;
  background-color: #437bbb !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
   background-color: #437bbb !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
  background-color: #437bbb !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
 background-color: #437bbb !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
   background-color: #437bbb !important;
}

.timeline-title {
  margin-top: 0;
  color:#2e5785;
}

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

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

.border-top {
	border-top:1px solid #d9e1e8;	
}

.btn {
	border-radius: 3px;
}

.text-muted {
	color:#cecece;
	color:#b8c5d3;
}

small {
	font-size: 14px;
}

.clear {
	clear:both;
}

.hidden {
	display:none;
}

