html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 30px;
  background-color: #dadada;
}

.img-circle {
  border: 5px solid lightgrey;
  float: left;
  margin-right: 20px;
}

.contact-method {
  color: lightgrey;
}

a.contact-method:hover {
  color: white;
}

.jumbotron {
  background-color: rgb(33, 39, 40);
  color: white;
  font-family: "ubuntu mono", monospace;
  margin-bottom: 0px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.jumbotron h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.jumbotron h3 {
  margin: 1px;
}

.jumbotron p {
  margin: 1px;
}

.nav {
  font-family: "ubuntu mono", monospace;
  margin-top: 1px;
}

.nav li {
  background-color: rgb(33, 39, 40);
}

.nav li a {
  color: white;
}

.nav li a:hover{
  background-color: dimgrey;
}

.main {
  font-family: "ubuntu mono", monospace;
}

.main p {
  font-size: 20px;
  padding-left: 20%;
  padding-right: 20%;
  text-align: center;
}

.main p.project {
  padding-left: 10%;
  padding-right: 10%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: rgb(33, 39, 40);
}

.cnt-footer {
  width: auto;
  padding: 0 15px;
}

.footer-text {
  color: white;
  margin: 5px;
}

.information {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


@media (max-width: 480px) {
  .main p {
    padding-left: 0;
    padding-right: 0;
  }
  .img-circle {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .information {
    align-items: center;
  }
}
