html {
  background: url(https://source.unsplash.com/collection/1355336/1920x1080) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
}

#navbar_container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 18%;
  background: rgba(0, 0, 0, .4);
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -ms-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
}

#navbar {
  display: flex;
  /* margin-top: 25vh; */
  align-items: padding-left;
  /* background-color: lightblue; */
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 35px;
  font-weight: 300;
  /* font-style: italic; */
  /* border-style: dashed; */
  color: white;
  flex-direction: column;
}

#navbar_ul {
  /* border-style: dashed; */
  align-items: padding-left;
  padding-left: 0;
  list-style-type: none;
  width: 10vw;
  margin-left: 2vw;
}

#button_cb {
  position: absolute;
  align-self: center;
  bottom: 0;
}

a {
  text-decoration: none;
  color: white;
}

a:hover {}

.text_hover {}

.text_hover:hover {
  -webkit-animation: jello infinite 1s;
  animation: jello infinite 1s;
}

.social_hover:hover {
  -webkit-animation: pulse infinite 1s;
  animation: pulse infinite 1s;
}

#aboutme_text {
  text-align: center;
}

#aboutme_hide {
  display: none;
}

#social_nav {
  margin-top: 10%;
  list-style-type: none;
  margin-left: 2vw;
}

#ghcard-Calhuang-1 {
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: 7%;
  margin-top: 3%;
  flex-wrap: wrap;
}

#gitcards {
  align-items: center;
  /* flex-direction: column; */
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  justify-content: center;
}

.social {
  font-size: 20px;
  margin-top: 2%;
  margin-bottom: 2%;
}

.navbar_li {
  /* border-style: dashed; */
  color: grey;
  padding-top: 6%;
  padding-bottom: 6%;
}

.navbar_li:hover {
  /* border-style: dashed; */
}

.anione {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
}

.anitwo {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}

.anithree {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
}

.anifour {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
}

.anifive {
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
}

.anisix {
  -webkit-animation-delay: 2.0s;
  -moz-animation-delay: 2.0s;
}

.aniseven {
  -webkit-animation-delay: 2.2s;
  -moz-animation-delay: 2.2s;
}

.anieight {
  -webkit-animation-delay: 2.2s;
  -moz-animation-delay: 2.2s;
}

.aninine {
  -webkit-animation-delay: 1.0s;
  -moz-animation-delay: 1.0s;
}

.active {
  color: white;
}

.text {
  color: #DDDDDD;
  /* #D6D8DE */
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  margin: 4%;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  text-align: justify;
}

#profile {
  border-radius: 100%;
  background: grey;
  width: 15vw;
  height: 15vw;
  margin-top: 5vh;
  border-color: #c7ce7d;
  border-style: inset;
}

#info_box {
  overflow-y: scroll;
  overflow-x: hidden;
  /* border-style: dashed; */
  /* margin-left: 5%; */
  width: 87vw;
  height: inherit;
  background: rgba(0, 0, 0, 0.5);
  /* 0,0,0,.04 */
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  /* border-radius: 10px; */
}

#button_cb2 {
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
  -ms-transition: all 0.50s ease-in-out;
  -o-transition: all 0.50s ease-in-out;
}

.text_box {
  -webkit-transform: translate3d(0, 0, 0);
  background: rgba(77, 184, 95, 1);
  /* padding-left: 3%;
  padding-right: 3%; */
  /* padding-top: 1%; */
  /* padding-bottom: .5%; */
  margin-top: 5%;
  margin-bottom: 5%;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -ms-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
}

.text_box:hover {
  /* box-shadow: 1px 0px 22px 1px rgba(115, 209, 115, .8), 1px 0px 22px 1px rgba(230, 250, 230, .3), 1px 0px 22px 2px rgba(92, 92, 209, .6); */
}

.text_box2 {
  -webkit-transform: translate3d(0, 0, 0);
  background: rgba(42, 43, 44, 1);
  /* background: rgba(36, 33, 36, 1); */
  /* background: rgba(240, 240, 240, 1); */
  /* margin-left: 10px; */
  width: 100%;
  height: 100%;
  /* padding-left: inherit;
  padding-right: inherit;
  padding-top: inherit;
  padding-bottom: inherit;
  margin-top: inherit;
  margin-bottom: inherit; */
  overflow: hidden;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  /* box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5); */
}

h1 {
  font-size: 48px;
  padding-left: 3%;
  margin: 0;
  padding-bottom: .5%;
  color: white;
}

p {
  font-size: 26px;
  padding: 3%;
}

body {
  /* background-color: lightgreen; */
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  height: inherit;
  /* border-style: dashed; */
}

#resume {
  width: 600px;
  height: 800px;
}