body {
    background-color: lightgray;
    font-family: 'Playfair Display', serif;
    border-color: #d1bf81;
}
.bg-light,
#bg-light {
    background-color: #31425e!important;
    padding-top: 20px!important;
    padding-bottom: 25px!important;
}
.navbar-brand {
    font-size: 30px;
    color: #d1bf81!important;
}
#navbarBrand {
    font-size: 30px;
}
a {
    color: #d1bf81;
}


.nav-link {
    font-size: 19px;
}

.carousel-item{
    border-style: double;
    border-color: #d1bf81;
    border-radius: 5px;
}
.allSlides{
    margin: auto;
}
h1 {
    margin: 20px 0px -80px 85px;
    font-size: 22px; 
    color: #31425e;
    text-shadow: 2px 2px #d1bf81;
}
.container {
    margin-top: 100px;
}

 #profileImage {
    height: 250px;
    width: 250px;
}


#pic {
    max-width: 230px !important;
    height: auto !important;
    border-radius: 5px;
    border-style: double;
    border-color: #d1bf81;
}

#techHeader {
    text-shadow: 2px 2px #d1bf81;
    margin-top: 5px;
    margin-bottom: -5px;
}

#list {
    display: inline-block;
    border-style: double;
    border-width: 5px;
    border-radius: 5px;
    border-color: #d1bf81;
    padding: 5px;
    margin-top: 10px;
    background-color: #31425e;
    color: #d1bf81;
    text-align: center;
}

ul {
    list-style: none;
    display: inline;
  }

  .listItem {
    padding: 0px 10px 0px 10px;
    width: 215px;
}

#contact {
    margin-top: 25px;
    display: inline-block;
    padding: 100px;
    background-color: #31425e;
    color: #d1bf81;
    border-style: double;
    border-color: #d1bf81;
    border-radius: 5px;
}

#worksButton {
    margin: 45px 0px 95px 250px;
    display: inline-block;
    padding: 40px;
    font-size: 25px;
    background-color: #31425e;
    color: #d1bf81;
    border-style: double;
    border-color: #d1bf81;
    border-radius: 5px;
}
  .screenShot {
      max-width: 100%;
      max-height: 100%;
  }
  
  .carousel-caption {
      background-color: #31425e;
      color: #d1bf81;
      opacity: 0.9;
      height: 100px;
  }
  
  .carouselTextTitle {
      font-size: 25px;
  }
  
  .carouselText {
      font-size: 16px;
  }

  .dashes {
      color: #d1bf81;
  }

  /* .about {
    
        margin: 20px 0px -80px 85px;
        font-size: 22px; 
        color: #31425e;
        text-shadow: 2px 2px #d1bf81;
    
  } */
  footer {
    background-color: #31425e!important;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    font-size: 30px;
    color: #d1bf81!important;
    text-align: center;
    width: 116%;
    margin-left: -8%;
  }

  @media screen and (max-width: 942px) {
    #bg-light {
        width: 942px!important;
        
    }
}