/* Index.html */
#Bio {
  background-color: lightsteelblue;
}

.aboutMe {
    margin-left: 30px;
}

img {
  height: 350px; width: 350px;
  padding: 10px;
}

/* Contact.html */
#contactMe {
    margin-left: 30px;
}

#contact {
  background-color: lightsteelblue;
}

/* Portfolio.html */
#myLinks {
    background-color: lightsteelblue;
}

* {
  box-sizing: border-box;
}

body {
  padding: 20px;
  font-family: Arial;
}

.main {
  max-width: 1000px;
  margin: auto;
}

.row {
  margin: 8px -16px;
}

.content {
  background-color: white;
  padding: 10px;
}

.row,
.row > .column {
  padding: 8px;
}

.column {
  float: left;
  width: 25%;
}

.content {
  background-color: rgba(255, 255, 255, 0.418);
  padding: 10px;
}

.display-4 {
  text-align: center;
  font-weight: bolder;
}

.jumbotron {
  background-color: lightsteelblue;
  padding-bottom: 10px;
}

.projects {
  margin-bottom: 125px;
  background-color: lightsteelblue;
  text-align: center;
}

a {
  text-decoration: none;
}

.carousel-inner img {
  margin: auto;
  object-fit: cover;
}

.carousel .carousel-item {
  height: 450px;
}

.carodiv {
  margin-top: 50px;
}

img {
  max-width: 120%;
  height: auto;
  width: auto\9;
}

.list-group {
  float:right;
}

