body {
font-family: 'Poppins', sans-serif;
color: #000;
}


H1,H2,H3,H4,H5,H6 {
  font-family: 'DM Serif Display', serif;
  text-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

h1 {
  text-shadow: 2px 2px 5px rgba(80, 30, 49, 0.4); 
  color: #f0d06b;
}

/*
 * Colors
 */

.bg-primary {
  background-color: #d95a40!important;
  
}

.bg-secondary {
  background-color: #0096ad!important;
}

.bg-tertiary {
  background-color: #f0d06b!important;
}

.btn {
  border-radius: 40px;
  
}

.filter-btns {
  background-color: #e69180;
  border-radius: 40px;
  border:6px solid  #e69180;
}

.filter-btns .btn {
  border:0;
  border-radius: 40px;
  background-color: transparent;
  color: #000;
  border-radius: 40px!important;
  box-shadow: none;
}

.filter-btns .btn.active {
  color: #fff!important;
  background-color: #d95a40!important;
  box-shadow: 0 .125rem .25rem rgba(77, 13, 0, 0.2);
}

.filter-btns .btn:active {
  color: #fff!important;
  background-color: #d95a40!important;
  
}

.button-upwork {
  background-color: #14a800;
}

.button-linkedin {
  background-color: #0077B5;
}

.jumbotron {
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  
}

.jumbotron:after {
  background: inherit;
  bottom: 0;
  content: '';
  display: block;
  height: 130%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
  z-index: -1;
  box-shadow: inset 10px -10px 20px rgba(77, 13, 0, .4);
}

.jumbotron .btn {
  border:3px solid #fff;
  box-shadow: 0 .125rem .25rem rgba(77, 13, 0, 0.2);
  margin-right:10px;
}

.img-kyle {
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
  margin-top: 30px;
}

@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
}

.jumbotron .container {
  /* max-width: 40rem; */
}

/*
FEATURED
*/

.featured-one {
  background-position: right 190% bottom 0px;
  background-position-x: 190%;
  background-position-y: 0;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index:1;
  margin-top:16px;
  
}

.featured-one:after {
  background: inherit;
  top: -30px;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
  z-index: -1;
  box-shadow: inset 10px 10px 20px rgba(56,80,82,.4);
}

@media (min-width: 1742px) {
  .featured-one {
    background-position: right 140% bottom 0px;
    background-position-x: 140%;
    background-position-y: 0;
  }
}

.featured-two {
  background-position: -360px bottom;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index:1;
  
}

.featured-two:after {
  background: inherit;
  top: -40px;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
  z-index: -1;
  box-shadow: inset 10px 10px 20px rgba(233,186,38,.4);
}

/*
ALBUM
*/

.album {
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 200px;
}



/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

 .product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }



footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}
