* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Ubuntu Mono;
  /* font-size: 17px; */
  /* font-size: 14px; */
  background-color: black;
  line-height: 0.9;
}

#myVideo {
  position: fixed;
  right: 0;
  /* bottom: 0; */
  object-fit: cover;
  width: 100%;
  height: 100%;
  /* max-width: 100%;  */
  /* max-height: 100%; */
  transform: rotate(-90deg);
}


.content_info {
  position: fixed;
  top: 0;
  /* background: rgba(0, 0, 0, 0.5); */
  color:crimson;
  width: 40%;
  /* padding: 20px; */
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  /* max-width: 20%; */
  font-family: Ubuntu Mono;
  font-weight: bold;
  font-size: 1wv;

}

.wider_text {
  position: fixed;
  top: 0;
  /* background: rgba(0, 0, 0, 0.5); */
  color:crimson;
  width: 80%;
  /* padding: 20px; */
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  /* max-width: 20%; */
  font-family: Ubuntu Mono;
  font-weight: bold;
  font-size: 1wv;

}



* {
    font-family: Ubuntu Mono;
}
.content_education {
  position: fixed;
  /* background: rgba(0, 0, 0, 0.5); */
  /* top: 0; */
  left: 0;
  color: crimson;
  width: 20%;
  /* padding: 20px; */
  padding-left: 20px;
  padding-bottom: 10px;
}

.content_programming {
  position: fixed;
  /* top: 0; */
  left: 0;
  /* background: rgba(0, 0, 0, 0.5); */
  color:crimson;
  width: 20%;
  /* padding: 20px; */
  padding-left: 20px;
  padding-bottom: 10px;
}
.content_contact {
  position: fixed;
  bottom: 0;
  right: 0;
  color:crimson;
  /* width: 20%; */
  padding: 20px;
  /* font-size: 1vw; */

}

/* To resize text bigger for small screens */
@media screen and (min-width: 701px){
  .content_info {
    /* font-size: 1.2vw; */
    font-size: 16px;
  }
  .content_education {
    /* font-size: 1.2vw; */
    font-size: 16px;
  }
  .content_programming {
    /* font-size: 1.2vw; */
    font-size: 16px;
  }
  .content_contact {
    /* font-size: 1.6vw; */
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px){
  .content_info {
    /* font-size: 0.9vw; */
    font-size: 16px;
  }
  .content_education {
    /* font-size: 0.9vw; */
    font-size: 16px;
  }
  .content_programming {
    /* font-size: 0.9vw; */
    font-size: 16px;
    
  }
  .content_contact {
    font-size: 1.0vw;
  }
}


#myBtn {
  /* width: 5%; */
  font-size: 14px;
  /* padding: 10px; */
  border: none;
  background: lightslategrey;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}


div#banner { 
  position: relative; 
  z-index: 100;
  top: 0; 
  left: 0; 
  background-color:transparent; 
  width: 100%; 
}
div#banner-content { 
  /* position: relative; 
  z-index:-1; */
  width: 800px; 
  line-height: 1;
  /* margin: 0 auto;  */
  padding: 2px; 
  display: inline-block;

  /* border: 1px solid #000; */
}



.content_top5 {
  position: fixed;
  /* background: rgba(0, 0, 0, 0.5); */
  /* top: 0; */
  right: 10px;
  color: crimson;
  width: 20%;
  padding: 20px;
  /* padding-right: 35; */
  outline: 2px solid crimson;
  outline-offset: 8px;
    font-weight: bold;
  font-size: 1wv;
  /* border:2px solid crimson; */
}



a.header:link {
  background-color: crimson;
  color: black;
  padding: 5px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
}

a.header:visited {
  background-color:crimson;
  color: black;
  padding: 5px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
}


a.header:hover, a.header:active {
  background-color: red;
}
  
a.body:link {
  background-color: crimson;
  color: black;
  padding: 2px 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 2px;
  font-weight: bold;
}

a.body:visited {
  background-color:crimson;
  color: black;
  padding: 2px 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a.body:hover, a.body:active {
  background-color: red;
}
