  body,h1,h3,h4,h5,h6 {
	  font-family: "Raleway", sans-serif;
	  }
  body {
    line-height: 1.5;
    color: #818181;
	padding:0px;
	height:auto;
  }
  h1 span{
	  font-weight:20px;
	  font-size:30px;
  }
  h3 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
  }  
  h3 p{
	  color:gray;
	  font-size:15px;
	  text-align: justify;
  }
  h2{
	font-family: Georgia,serif;
    letter-spacing: 1px;
    color: #3c589c;
	font-size:30px;
	text-shadow: 1.5px 1.5px black;
  }
  a:hover{
	  text-decoration:none;
  }
  
  #about1, #portfolio{
	  background: url(manjeet.jpg) repeat;
	  padding:0px;
	  
}
.background-blur{
 background-color: rgba(0,0,0,.7);
 padding:50px;
}
@media screen and (max-width:768px)
{
	.background-blur{
      padding:10px;
}
}
  /*typewriter*/

/* DEMO-SPECIFIC STYLES */
.typewriter h1 {
  color: gray;
  font-size:20px;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: none; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: 0em; /* Adjust as needed */
  animation: typing 3.5s steps(60, end), blink-caret .5s step-end infinite;
  font-family:Montserrat, sans-serif;
  padding-top:13px;
}
.typewriter h1 span{
  color: gray;
  font-size:20px;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: none; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: 0em; /* Adjust as needed */
  animation: typing 3.5s steps(600, end), blink-caret .5s step-end infinite;
  font-family:Montserrat, sans-serif;
  padding-top:13px;
}
@media screen and (max-width: 768px){
	.typewriter h1 {
  color: gray;
  font-size:11px;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: 0em; /* Adjust as needed */
  animation: typing 3.5s steps(600, end), blink-caret .5s step-end infinite;
  padding-top:0px;
}
.typewriter h1 span{
  color: gray;
  font-size:11px;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: none; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: 0em; /* Adjust as needed */
  animation: typing 3.5s steps(600, end), blink-caret .5s step-end infinite;
  font-family:Montserrat, sans-serif;
  padding-top:13px;
}
}
/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: gray }
}
  .navbar p{
	  font-size:22px;
	  color:white;
	  text-shadow:1.5px 1.5px black;
	  font-family:courier;
  }
  .navbar p span{
	  font-size:17px;
	  letter-spacing:0.1em;
  }
  .jumbotron {
	background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #cccccc;
    color: #fff;
    padding: 100px 25px;
	height:650px;
    font-family: Montserrat, sans-serif;
	box-shadow: 0 0 10px 2px gray;
  }
  .banner{
	  padding-left:30%;
	  padding-right:30%;
  }
  .banner p{
	  color:gray;
	  font-size:17px;
  }
  #rightBorder {
	  border-right: 1.5px solid #3c589c;
    }
  #pricing h1{
	  font-size:20px;
	  font-family:Montserrat, sans-serif;
  }
  .panel-body p{
	  margin:0px;
  }
  .container-fluid {
    padding: 60px 50px;
  }
  .bg-grey {
    background-color: #f6f6f6;
  }
  .logo-small {
    color: #3C589C;
    font-size: 50px;
  }
  .logo {
    color: #3C589C;
    font-size: 200px;
  }
  .logo-header img{
		  width:200px;
	  }
  @media screen and (max-width:768px)
  {
	  .logo-footer img{
		  width:20%;
	  }
	  .logo-header img{
		  width:140px;
	  }
  }
  
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
	box-shadow: 0 0 10px 2px #3C589C;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
 
  
 /*pricing*/
  .panel {
    border: 1px solid #3C589C; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
  }
  .panel:hover {
    box-shadow: 5px 0px 40px white;
  }
  .panel-footer .btn:hover {
    border: 1px solid #3C589C;
    background-color: #fff !important;
    color: #3C589C;
  }
  .panel-heading {
    color: #fff !important;
    background-color: #3C589C !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .panel-footer {
    background-color: white !important;
  }
  .panel-footer h3 {
    font-size: 32px;
  }
  .panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: #3C589C;
    color: #fff;
  }
  .navbar {
    margin-bottom: 0;
    background-color: #3C589C;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
    color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #3C589C !important;
    background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
  
  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #3C589C;
  }
  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
	 .banner{
	  margin-top:30px;
	  padding-left:30px;
	  padding-right:30px;
	  padding-top:10px;
    }
	.banner p{
		font-size:12px;
	}
	.banner img{
		width:110px;
	}
	.jumbotron {
    padding: 0px 0px;
	height:300px;
  }
  .input-group{
	  display:none;
  }
  #rightBorder {
	  border-right: none;
    }
	.container-fluid{
		padding:10px;
	}
  }
  @media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }
	.banner p{
		font-size:9px;
	}
	
  }
  
    
/*Get Started Button*/
.button {
  border-radius: 50px;
  background-color: #3C589C;
  border: 1.5px solid white;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding:auto;
  width: 200px;
  height:50px;
  transition: all 0.3s;
  cursor: pointer;
  margin: 15px;
  box-shadow: 0 0 10px 1.5px gray;
  outline: none; /* Remove outline */
}
.large-button{
	width:300px;
	font-family:Montserrat, sans-serif;
}
.button-about{
	border-radius:0%;
	margin:0px;	
	font-family:Montserrat, sans-serif;
}
@media screen and (max-width: 768px) {
	.button{
		width:150px;
		font-size: 15px;
		margin-top:70px;
	}
	.large-button{
	width:250px;
	margin-top:0px;
}
.button-about{
	border-radius:0%;
	margin-top:0px;	
	font-family:Montserrat, sans-serif;
	width:100%;
	font-size:17px;
}
}
.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
  border-radius:100%;
}

/*footer*/
.fa {
  padding: 8px;
  font-size: 15px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 5px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}


.fa-skype {
  background: #00aff0;
  color: white;
}
/*scroll to top button*/
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 5px; /* Some padding */
  border-radius: 50%; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  background:#3c589c;
  width: 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

#myBtn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#myBtn span:after {
  position: absolute;
  opacity: 0;
  top: 0;
  top: -20px;
  transition: 0.5s;
}

#myBtn:hover span {
  padding-bottom: 25px;
}

#myBtn:hover span:after {
  opacity: 1;
  right: 0;
  border-radius:100%;
}
/*statistics*/
#canvas .circle {
			display: inline-block;
			margin: 1em;
		}

		.circles-decimals {
			font-size: .4em;
		}
		
/*skill bar*/
.skillbar {
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	background:#eee;
	height:35px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}
@media screen and (max-width: 768px) {
	.skillbar{
		display:block
	}
}
.skillbar-title {
	position:absolute;
	top:0;
	left:0;
    width:120px;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	background:#6adcfa;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-title span {
	display:block;
	background:rgba(0, 0, 0, 0.1);
	padding:0 20px;
	height:35px;
	line-height:35px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-bar {
	height:35px;
	width:0px;
	background:#6adcfa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:35px;
	line-height:35px;
	color:#ffffff;
	color:rgba(0, 0, 0, 0.4);
}

