html,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat;
}

html {
  scroll-behavior: smooth !important;
}

body {
  margin: 0;
  text-align: center;
}

div {
  font-family: Montserrat;
}

p {
  font-family: Roboto;
}

@font-face {
  font-family: Montserrat;
  src: url(/assets/font/Montserrat/Montserrat-Regular.ttf);
}

@font-face {
  font-family: Roboto;
  src: url(/assets/font/Roboto/Roboto-Regular.ttf);
}

.nav-bg {
  background-color: #092532;
  color: #89c9b8;
  display: table-cell;
  position: relative;
  padding: 15px 0;
}

a,
a:hover,
a:visited,
a:focus {
  color: #89c9b8 !important;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05em;

  display: inline-block;
  position: relative;
}

a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #89c9b8;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

a:hover:after {
  width: 100%;
  left: 0;
}

ul li {
  list-style: none;
}

.header-container {
  background-color: #092532;
  height: 500px;
  width: 100%;
  padding: 20px;
  color: #89c9b8;
  text-align: center;
}

.profile-pic {
  border-radius: 100%;
}

.website-builder {
  border-radius: 10px;
}

.biography-container {
  background-color: #89c9b8;
  height: 350px;
  width: 100%;
  padding: 20px;
  color: #092532;
  text-align: center;
}

.biography-container > div {
  max-width: 500px;
}

.section-container {
  position: relative;
}

.section-container > div {
  background-color: #89c9b8;
  width: 100%;
  padding: 20px;
  color: #092532;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.edu-text {
  display: flex;
  text-align: center;
  flex-direction: column;
  max-width: 500px;
  justify-content: center;
  align-items: center;
}

.skill-container {
  background-color: #89c9b8;
  height: 350px;
  width: 100%;
  padding: 20px;
  color: #092532;
}

.img-pd-5 {
  padding: 0 0 0 5%;
}

.transform-none,
.transform-none:hover {
  text-transform: none;
}

.collaborate-container {
  background-color: #89c9b8;
  height: 300px;
  width: 100%;
  padding: 20px;
  color: #092532;
  text-align: center;
}

.bottom-container {
  background-color: #c7e2b2;
  height: 120px;
  width: 100%;
  padding: 20px;
  text-align: center;
}

.bottom-container a,
.bottom-container a:hover,
.bottom-container a:visited,
.bottom-container a:focus {
  color: #092532 !important;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05em;

  display: inline-block;
  position: relative;
}

.go-to {
  color: #092532 !important;
}

.go-to:hover {
  text-decoration: underline !important;
}

.bottom-container a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #092532;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.f-9 {
  font-size: 0.8rem;
}

.bottom-container a:hover:after {
  width: 100%;
  left: 0;
}

.img-tech {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow-y: hidden;
  overflow-x: hidden;
  height: 6.25em;
  background-color: floralwhite;
}

@media screen and (max-width: 400px) {
  .img-tech {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: scroll;
    background-color: floralwhite;
  }
}

@media screen and (max-width: 500px) {
  .navbar-brand > h3 {
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    width: fit-content !important;
  }
}
