@font-face {
    font-family: 'CartaNueva';
    src: url('/assets/CartaNueva-Small.woff');
}

a{
    text-transform: uppercase;
    transition: .25s all;
    border-bottom: 2px solid;
}

a:hover{
    color: #FEC9F2;
}

header a, .project a, button a, article.project-video a, article.project-gallery a{
    text-transform: initial;
    border: none;
}

u {
    text-decoration: none;
    border-bottom: 2px dotted;
    padding-bottom: 1px;
}

em, i {
    font-style: italic;
}

strong, b{
    font-weight: bold;

}

.metadata{
    -webkit-text-stroke: 1px black;
    padding-top: 8%;
}

article.project-desc > p{
    line-height: 1.25rem;
    margin-bottom: 15px;
}

.project-slides li img{
    max-width: 100px;
}

article.project-video{
    border-top: 2px black solid;
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
  } 
  
  .embed-container iframe, 
  .embed-container object, 
  .embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
  }

  ::selection{
    background-color: #9096CE;
  }


@media (min-width: 1024px) {
    .nav-title{
    color: #9096CE;
    -webkit-text-stroke: 1px black;
    }
}

