@import url("https://fonts.googleapis.com/css?family=Amatic+SC:700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald&display=swap");
body {
  
}
* {
  margin: 0px;
  padding: 0px;
}
.divP {
  background-image: url("https://source.unsplash.com/7S1yZoFcVV0");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}
#headone {
  color: rgb(255, 255, 255);
  padding-top: 200px;
  font-family: "Amatic SC", cursive;
  font-size: 150px;
  letter-spacing: 9px;
  word-spacing: 15px;
  text-shadow: 6px 4px 4px #000;
}
body {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: white;
  text-decoration-style: ;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
  padding-right: 55px;
  padding-left: 55px;
  font-size: 22px;
  font-weight: 300;
}
#about {
  height: 70vh;
}
#about p {
  text-align: center;
  font-size: 20px;
}
#about h3 {
  text-align: center;
}
#div2 {
  background: url("assets/images/memphis-mini.png");
}
#div2 h2{
  font-size: 50px;
  letter-spacing: 3px;
  word-spacing: 5px;
}
#home {
  background-image: url("https://source.unsplash.com/PhYq704ffdA");
  background-size: cover;
  background-position: center;
  height: 100vh;
}
#home h1 {
  font-size: 70px;
  word-spacing: 5px;
  letter-spacing: 2px;
  color: white;
  text-shadow: 4px 3px 3px #000;
}
#skills {
  background-color: #2b0030;
}
.card {
  margin: auto;
  height: 250px;
  border: 3px solid rgb(255, 255, 255);
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #2b0030;
}
.card img {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.card-body {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  color: white;
}
.card:hover {
  background-color: #ffca01 !important;
}
.site-footer {
  padding: 4em 0;
  background: #1b1d24;
}
@media (min-width: 768px) {
  .site-footer {
    padding: 4em 0;
  }
}
.site-footer {
  background: #000000;
  padding: 4em 0;
}
.site-footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
  color: #fff;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: #ff5733;
}
.site-footer ul li {
  margin-bottom: 10px;
}
.site-footer .footer-heading {
  font-size: 16px;
  color: #818186 !important;
}
