h1.title {
  font-size: 6rem;
  margin-left: -0.5rem;
}

div.contact {
  margin-left: 2.5rem;
  margin-top: 2rem;
}

h1.contact {
  margin-left: -0.85rem;
}

.icons {
  margin-left: -0.85rem;
  margin-bottom: 2rem;
}

.icon {
  margin-right: 1rem;
  text-decoration: none;
}

.border-right {
  border-right: 1px solid #ddd;
}

.border-left {
  border-left: 1px solid #ddd;
}

.python-circle {
  background: #3572a5;
  position: relative;
  top: -1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid black;
}

.js-circle {
  background: #f1e05a;
  position: relative;
  top: -1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid black;
}

.sql-circle {
  background: #dad8d8;
  position: relative;
  top: -1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid black;
}

.aws-circle {
  background: #ffae00;
  position: relative;
  top: -1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid black;
}

.csharp-circle {
  background: #178600;
  position: relative;
  top: -1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid black;
}

.java-circle {
  background: #b07219;
  position: relative;
  top: -1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid black;
}

.css-circle {
  background: #563d7c;
  position: relative;
  top: -1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid black;
}

.html-circle {
  background: #e34c26;
  position: relative;
  top: -1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid black;
}

.carousel-item {
  background: #cbc0d3;
}
.carousel-image {
  object-fit: cover;
}

div.carousel-caption {
  position: relative;
  padding-top: 1rem;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 0;
}

div.carousel-indicators {
  bottom: -0.75rem;
}

.carousel {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

h5 {
  font-size: calc(0.8em + 0.5vw) !important;
  color: black;

  /* Deals with centering overflowing text */
  white-space: nowrap;
  margin-left: -100%;
  margin-right: -100%;
  text-align: center;
}

.carousel-caption-info {
  font-size: calc(0.8em + 0.2vw) !important;
  padding: 0 1rem 1rem 1rem;
}

.language-item {
  position: relative;
  top: -2px;
}

.learn-more {
  width: 90% !important;
  position: relative;
  left: 5%;
}

.page-break {
  padding: 10px;
}

.accordion-button,
.accordion-collapse {
  background-color: #ffe6fd !important;
}

.page-end {
  padding: 2.8vw;
}

.header {
  padding-top: 2rem;
  background-color: #8e9aaf;
  color: black;
}

.resume-button {
  color: #8e9aaf !important;
  background-color: black !important;
}

.info-container {
  background-color: #cbc0d3;
}

.card-body {
  background-color: #8e9aaf;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.custom-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3; /* Sit on top */
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* Modal Content (Image) */
.custom-modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 80%;
  max-height: 100%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.custom-modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .custom-modal-content {
    width: 100%;
  }
}
