html {
  background-color: #000000;
  background-repeat: repeat;
}

body {
  background-color: #000000;
  background-repeat: repeat;
}

a{
  color: black;
}
.flip {
  transform: rotate(360deg);
  transition: 1s ease-in-out transform;
}

footer {
  width: 100%;
  min-height: 30px;
  padding: 20px 0 40px 20px;
}
footer #socals-jumbo {
  border-bottom: none;
}

#socials {
  display: flex;
  flex-direction: row;
  margin-left: 5%;
  margin-right: 5%;
}
@media (min-width: 768px) {
  #socials {
    margin-left: 25%;
    width: 50%;
  }
}
@media (min-width: 1440px) {
  #socials {
    margin-left: 30%;
  }
}

.social, .copyright {
  color: white;
}

.copyright {
  padding-top: 10px;
  text-align: center;
}

.social-flex {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.social-flex img {
  box-shadow: none;
  width: 30%;
  margin-left: 35%;
  background-color: rgba(255, 255, 255, 0.539);
  border-radius: 2px 2px 0 0;
}

.social {
  background-color: rgba(255, 255, 255, 0.539);
  width: 40%;
  margin-right: 30%;
  margin-left: 30%;
  border-radius: 2px;
}

.card {
  margin-top: 15px;
  width: 70%;
  margin-left: 20%;
  background-color: #1f1f1f;
}
.card img {
  box-shadow: none;
  width: 100%;
}
@media (min-width: 768px) {
  .card {
    width: 90%;
    margin-left: 10%;
    max-width: 70%;
  }
}

#projectsDiv {
  border-left: 5px solid #f5f5f5;
  border-bottom: 5px solid #f5f5f5;
  width: 80%;
  margin-left: 10%;
}
@media (min-width: 768px) {
  #projectsDiv {
    width: 90%;
    margin-left: 10%;
  }
}

.left-adding {
  margin-left: 30%;
  margin-top: 10px;
}

svg {
  margin-left: -53px;
}

.svgs {
  display: flex;
  margin-bottom: 40px;
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 2s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}
.display-3 {
  padding-top:2rem;
}
#top-Jumbo{
  border-bottom: none;
}
.jumbotron {
  padding-bottom: 1rem;
  color: white;
  border-bottom: 1px white solid;
  background-color: black;
  background-size: cover;
  margin-bottom: 0;
}

#mainpic {
  width: 70%;
  border-radius: 10px ;
  box-shadow: 0 0 15px #a74242;
  margin: 0rem 2rem;
}
@media (min-width: 768px) {
  #mainpic {
    width: 20%;
    height: 20%;
    margin-left: 20%;
  }
  .display-3{
    height: 3rem;

  }

}

.lead {
  background-color: rgba(226, 226, 226, 0.145);
  padding: 5px;
}

#projects {
  border: none;
  padding-bottom: 10px;
}

nav {
  background-color: white;
}
nav div, nav li {
  background-color: white;
  padding-left: 5px;
  box-shadow: none;
}
nav ul {
  box-shadow: none;
}
@media (min-width: 768px) {
  nav #reynaldo {
    font-size: 40px;
  }
}

#navbar {
  background-color: white;
}

.btn-secondary {
  background-color: white;
  color: #1f1f1f;
}

