/*  #f1e7d7 */


@font-face {
  font-family: jumpingunicorn;
  src: url(/fonts/Jumping\ Unicorn.ttf);
}

@font-face {
  font-family: bubblegardenREG;
  src: url(/fonts/Bubble\ Garden\ Regular.ttf);
}

@font-face {
  font-family: bubblegardenBOLD;
  src: url(/fonts/Bubble\ Garden\ Bold.ttf);
}

#avatar {
  border-radius: 50%;
  max-width: 500px;
  max-height: 500px;
}


body , html{
  background-color: #fcf9f4;
  color: #db7188;
  /* height: 100%; */
}

#navbar-custom {
  background-color: #ffaebf;
  font-family: 'jumpingunicorn';
  font-size: 120%;
}

/* #logo{
  display: block;
  position: relative;
  width: 100%;
} */



.hero-image {
/* background-image: linear-gradient(rgba(0, 0, 0, 0), #fcf9f4), url("/images/canvapresents/peach_5.png"); */
background-image: linear-gradient(rgba(0, 0, 0, 0), #fcf9f483), url("/images/canvapresents/peach_5.png");
padding-top: 50%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}

#headshot{
  border-radius: 25px;
}

.hero-text {
text-align: center;
position: absolute;
top: 50%;
left: 50%;
left: 50%;
transform: translate(-50%, -50%);
color:#6f8ec8
}

/* Large rounded green border */
hr {
  border: 4px solid #ffe9ee;
  border-radius: 15px;
}


#p2{  
  font-family: 'jumpingunicorn';
  font-size: 150%;
  text-align: center;
  padding-top: 10%;
}

h1{
  font-family: 'bubblegardenBOLD';
}

h2{
  font-family: 'bubblegardenBOLD';
  font-size: 300%;
}

h3{
  font-family: 'jumpingunicorn';
}

h4{
  font-family: 'jumpingunicorn';
}

h5{
  font-family: 'jumpingunicorn';
  font-size: 300%;
}


/*HEADER-------------------------------------------------------------------------------------------------*/



#intro{
  /* background-image: linear-gradient(#f06590 ,#f6aec1); */
    padding-top: 100px;
    padding-bottom: 100px;
}

#portfolio{
  /* background-image: linear-gradient(#f06590 ,#f6aec1); */
    padding-top: 20px;
    padding-bottom: 50px;
}

#socials{
  align-items: center;
  padding-top: 3%;
  padding-bottom: 10%;
}

footer{
    color: white;
    background-color: #ffaec9;
    padding-top: 20px;
    padding-bottom: 100px;
}

#about{
  /* background-image: linear-gradient(#f06590 ,#f6aec1); */
    padding-top: 100px;
    padding-bottom: 30px;
}

/*badges*/
.badge {
  background-color: #ffaebf;
  color: white;
  font-size: 13px;
  padding: 4px 8px;
  text-align: center;
  border-radius: 5px;
}

video {
  max-width: 100%;
  height: auto;
  display: block;
}




















/* LINKS---------------------------------------------------------------------------------------------

  * {
    box-sizing: border-box;
  }

  /* Position the image container (needed to position the left and right arrows) */
  /* .container {
    position: relative;
  }

  /* Hide the images by default */
  /* .mySlides {
    display: none;
  } */ 

  /* Add a pointer when hovering over the thumbnail images */
  /* .cursor {
    cursor: pointer;
  } */

  /* Next & previous buttons */
  /* .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  } */

  /* Position the "next button" to the right */
  /* .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  } */

  /* On hover, add a black background color with a little bit see-through */
  /* .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  } */

  /* Number text (1/3 etc) */
  /* .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  } */

  /* Container for image text */
  /* .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  } */

  /* .row:after {
    content: "";
    display: table;
    clear: both;
  } */

  /* Six columns side by side */
  /* .column {
    float: left;
    width: 16.66%;
  } */

  /* Add a transparency effect for thumnbail images */
  /* .demo {
    opacity: 0.6;
  } */
  /* 
  .active,
  .demo:hover {
    opacity: 1;
  } */
  /* 
    a:link {
        color: #ffffff;
      }

    a:hover {
        color:#f06591;
      } */ 