body{
    
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.parallax {
  /* The image used */
  background-image: url("https://codehs.com/uploads/dcaed2eb16b242057ca31e6d9538e3ce");

  /* Set a specific height */
  min-height: 1500px;
  min-width: 1000px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top{
    background-color: #CDCDCD;
}
.hr{
    height: 200%;
}
.bio{
    width: 10%;
    height: 10%;
     display: block;
 
}
@media only screen and (max-width: 950px){
    .parallax{
        background-attachment: scroll;
        height: 300px;
    }
}
.footer{
    text-align:center;
}
.container-fluid active:hover{
    background-color: green;
}
.html{
    
}
.cowboys{
    width: 30%;
    height: 30%;
     display: block;
  
}
.chat{
    margin: auto;
    margin-left: 700px;
    margin-top: 100px;
    width: 30%;
    height: 30%;
}
.firebase{
    margin: auto;
    margin-left: 700px;
    margin-top: 100px;
    width: 30%;
    height: 30%;
}
.welcome{
    margin-top: 20px;
}
.typewriter h2 {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* 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(40, end),
    blink-caret .75s step-end infinite;
}

/* 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: orange; }
}
.h2{
    font-family: monospace;
    color: black;
}

.tamu-text{
    font-family: serif;
    background-color: rgba(255,255,255,0.5);
    margin-top: 30px;
    
}

.cowboys-text{
    font-family: serif;
    background-color: rgba(255,255,255,0.5);
     
}

.piano-text{
    font-family: serif;
    background-color: rgba(255,255,255,0.5);
    
}
img{
    width: 30%;
    height: 30%;
     

}
.welcome{
     margin-left: auto;
  margin-right: auto;
  display: block;
  
}
.button{
    background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
table{
    font-size: 15px;
    background-color: rgba(255,255,255,0.5);
}