
.dot {
  height: 12px;
  width: 12px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}


/* TYPEWRITER CODE TESTING
https://css-tricks.com/snippets/css/typewriter-effect/
*/
/* 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: white }
}

.typewriter {
  color: #fff;
  font-family: monospace;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid white; /* 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: .15em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(30, end),
    blink-caret .5s step-end 1;
}


.code{
  background-color: black;
  margin: 1rem auto 1rem auto;
  height:300px;
  width:auto;
  text-align: left;
  border-radius: 5px;
  font-family: monospace;
  padding: 1rem 0 0 0.25rem;
}

.left{
  padding-left:0.5rem;
  text-align: left;
  float: left;
}

.code-text{
  font-size:0.9rem;
  padding: 0.15rem 0.15rem 0 0.15rem;
  margin: 0rem;
}

.snippet1 {
  -webkit-animation: type .5s 1s steps(20, end) forwards;
  -moz-animation: type .5s 1s steps(20, end) forwards;
  -o-animation: type .5s 1s steps(20, end) forwards;
  animation: type .5s 1s steps(20, end) forwards;
}

#dropdownbtn {
  background-color: transparent;
  color: black;
  border: none;
  cursor: pointer;
  font-size:1rem;
  font-weight : bold;
  position: absolute:
  right: 0;
}

.dropdownbtn:hover{
  background-color: #3e8e41;
}

#dropdown a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  z-index: 1;
  display:block;
}
#dropdown{
  background-color:white;
  position: absolute;
  right: 0;
}
.dropdown-hide{
  display:none;
}

i {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#header
{
    text-align:center;
  background-color: white;
}
#name{
  display:inline;
}
#navbar{
  display:inline;
  position: absolute;
  right:0;
}

.h-right{
  display:inline;
  float:right;
  text-align: center;
}
.h-left{
  display:inline;
  
}
.line{
  margin: 1rem 0 1rem 0;
  width: 100%;
  height: 1px;
  background-color:black;
}

.line{
  margin: 1rem 0 1rem 0;
  width: 100%;
  height: 1px;
  background-color:black;
}

.light-line{
  margin: 1rem 0 1rem 0;
  width: 100%;
  height: 1px;
  background-color:#d3d3d3;
}
#header{
  margin:0;
  padding: 2rem;
  top: 0; 
  position: sticky;
  background-color: white;
  z-index: 1;
}

.h-name{
  font-size: 1.25rem;
  display:inline;
  font-weight: bold;
}

.h2-name{
  font-size: 1.25rem;
  font-weight: bold;
}

.h3-name{
  margin-bottom: 0;
  font-size:1.15rem;
  font-style: italic;
  font-weight: 600;
}


body {
  /*background-color: #5d6578;*/
  background-color:#ddd !important;
  font-size: 28px;
  font-family:'Poppins', sans-serif;
}

.profile {
  width:auto;
  height:auto;
  max-height: 300px;
  max-width: 300px;
  
}

.img-back{
  background-color: black;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.profile-container{
}

 ul {
  background-color;
  overflow: hidden;
  
}

li {
  font-size:1.15rem;
}

.active {
  color: #FDBB2F;
  border-bottom: 5px solid #65B8E6;
} 
 
#about{
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1rem 2rem 1rem;
  color: white;
  background-color: #2E2E3C;
  text-align: center;
  display: flex;
}

.img-col{
  float:left;
}
h1{
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom:0;
}
p{
  margin-top: 0;
  margin-buttom: 1rem;
}

.row{
  display: flex;
}
.panel{
  word-wrap: break-word;

  background-color: white;
  border-radius: 3px;
  padding: 1rem;
}
.panel-img{
  display:block;
  height: auto; 
  width: 100%;
}

.panel-info{
  display: block;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.panel-header{
  text-align:center;
  font-weight:bold;
}

.dateloc-col{
  float:right;
  text-align: right;
}
.panel-text{
  text-align:center;
} 

.section{
  margin: 2rem;
}

.experience-section{
  border-bottom: 1px solid #888888;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.section-img{
  border-radius: 50%;
  height:100px;
  width:100px;
  float: left;
  margin: 0 1rem 0 1rem;
}

p{
  font-size: 1.15rem;
}

.info-col{
  flex: 1;
}

.tflex{
  display:flex;
}

a:hover{
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  opacity: 1;
}
a{
  opacity: 0.5;
}

.card-title{
  text-align:center;
  font-weight: bold;
}


.menu{
  display: block;
  width: 100%;
  background-color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}