head {
  float: center;
	font-weight: bolder;
	color: black;
  font-family: Lucida Grande;
  font-size: 20px;
}

h1{
  color: white;
  font-weight: bolder;
  font-family: monospace;
  font-size: 25px;
  text-align: center;
}

h2{
  color:white;
  font-weight: bolder;
  font-family: monospace;
  font-size: 20px;
  text-align: center; 
}

h3{
  color: white;
  font-weight: bolder;
  font-family: monospace;
  font-size: 20px;
  text-align: center;
}

body{
  text-align: left;
  background-color:#262626;
  font: 1.4em Arial, sans-serif;
}


.date{
  color: white;
  font-weight: bolder;
  font-family: monospace;
  font-size: 16px;
  text-align: center;   
}




nav{
  text-align: center;
  position: -webkit-sticky;
  background-color:#212529 !important;
  color: white;
  font-weight: bolder;
  font-family: monospace;
  font-size: 16px !important;
  text-align: center;
}
nav a:hover{
  background-color:#212529;
  color: dodgerblue !important;
}
nav a{
  background-color:#212529 !important;
  color: dodgerblue;
}

nav{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #212529 !important;
  padding: 6px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  
  
}



.image{
  display: block;
  margin-left: auto;
  margin-right:auto;

}

p{

  font-family: monospace; 
  font-size: 16px;
  text-align: center;
  color: white;
}


.border{
  border-style: inset;
  margin-left: 27%;
  margin-right: 27%;
  
}

a{
  color: orange;
  font-weight: bolder;
  font-family: monospace;
  font-size: 18px;
  text-align: center;
  background-color:#262626;
  text-decoration: none;
}

.links{
  color: dodgerblue;
  font-weight: bolder;
  font-family: monospace;
  font-size: 18px;
  text-align: center;
  background-color:#262626;
  text-decoration: none;
}

.topBtn{
  color: white;
  font-weight: bolder;
  font-family: monospace;
  font-size: 18px;
  text-align: center;
  background-color:#262626;
  text-decoration: none;
}

a:hover{
  background-color: #262626;
  color: dodgerblue;
  text-decoration: none;
}

.github{
  color: white;
}



.linkedin{
  display: block;
  margin-left: auto;
  margin-right:auto;
  float: center;
}

button {
  padding: 12px 20px;
  color: white;
  background-color: #262626;
  border-radius: 50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  display: flex;
}


button:hover{
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.15),0 17px 50px 0 rgba(0,0,0,0.15);
}



.container {
  width: 60%;
  background-color: #ddd;
  margin-left: 20%;
  margin-right: 20%;
  border-radius: 3px;
  border: none;
  transition: all .2s ease-in-out;
}

.container:hover{
  transform: scale(1.05);
}

.container-prog{
  width: 60%;
  background-color: #262626;
  margin-left: 20%;
  margin-right: 20%;
  border-radius: 3px;
  border: none; 
}

.container-fluid {
  background-color: #262626;
}

.skills {
  text-align: left;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 14;
  color: white;
  font-weight: bold;
  border-radius: 3px;
  border: none;
}

  
.html{width: 100%; background-color: #F7931D;}
.java{width: 80%; background-color: #ED1C24;}
.c{width: 60%; background-color: #8BA2AE;}
.python{width: 60%; background-color: #00B2DD;}
.js{width: 80%; background-color: #00A650;}
.sql{width: 100%; background-color: #d64161;}

.container{
  background-color: #262626;
  margin-left: 20%;
  margin-right: 20%;
  border-radius: 3px;
  border: none;
  
}

.bg-html{
  background-color: #F7931D;
  font-family: monospace; 
  padding: 4px;
  font-size: 14px;
  text-align: center;
  color: white;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}

.bg-js{
  background-color: #00B2DD;
  font-family: monospace; 
  padding: 4px;
  font-size: 14px;
  text-align: center;
  color: white;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}

.bg-bs{
  background-color: #8BA2AE;
  font-family: monospace; 
  padding: 4px;
  font-size: 14px;
  text-align: center;
  color: white;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}

.bg-py{
  background-color: #00A650;
  font-family: monospace; 
  padding: 4px;
  font-size: 14px;
  text-align: center;
  color: white;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}

.bg-fl{
  background-color: #d64161;
  font-family: monospace; 
  padding: 4px;
  font-size: 14px;
  text-align: center;
  color: white;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}


.bg-java{
  background-color: #ED1C24;
  font-family: monospace; 
  padding: 4px;
  font-size: 14px;
  text-align: center;
  color: white;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}

.bg-javasw{
  background-color: 	#f08080;
  font-family: monospace; 
  padding: 12px;
  font-size: 14px;
  text-align: center;
  color: white;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}

.rounded-pill{border-radius: 2px;}

.center{
  display: flex;
  justify-content: center;
  align-items: center;
}

.work {
  color: white;
  font-weight: bolder;
  font-family: monospace;
  font-size: 25px;
  text-align: center;
}

.wrapper {
  height: 15vh;
  /*This part is important for centering*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.typing-demo {
  width: 22ch;
  animation: typing 2s steps(22), blink .5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid white;
  color: white;
  font-family: monospace;
  font-weight: bold;
  font-size: 2em;
  text-decoration: underline;
}

@keyframes typing {
  from {
    width: 0
  }
}
    
@keyframes blink {
  50% {
    border-color: transparent
  }
}

