body,
html {
    position: relative;
    height: 100%;
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    color: #333;
}

h1 {
  font-size:2.5rem;
  font-family: 'Overpass', sans-serif;
  letter-spacing:-2px;
}

h2 {
    font-size: 2rem;
    font-family: 'Overpass', sans-serif;
    letter-spacing:-.05em;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.25rem;
    font-family: 'Overpass', sans-serif;
    letter-spacing:-1px;
}

.h4,
h4 {
    font-size: 1rem;
    font-family: 'Overpass', sans-serif;
    letter-spacing:-1px;
}

h5{
  font-size: 2em;
  font-family: 'Overpass', sans-serif;
  letter-spacing:-1px;
}

body p{
    font-weight:light;
}

em{
    font-weight:bold;
    color: #fff;
    font-family:'Overpass', sans-serif;
    font-style: normal;
    background: #4200FF;
    padding-top:4px;
    text-transform:uppercase;
    vertical-align: bottom;
    padding-left: 8px;
    padding-right:8px;
    margin-right: .1rem;
}

.article ul li{
    margin-top:.5em;
}

.article ul{
    padding-bottom: 1rem;
}

.navbar-active{
    background-color: #fff;
    transition: all .2s ease-in;
}

.navbar-toggler{
    border: 0;
}

.navbar-toggler:focus{
    border:1px solid #4200FF;
    background-color: rgba(44,0,255,.1);
    box-shadow:none;
}

.navbar-toggler-icon{
    background-image: url(img/navbar-toggler.svg);
}

.btn.btn-primary{
    background-color: transparent;
    font-weight: bolder;
    font-size: 1rem;
    border: 2px solid #4200FF;
    padding: .25rem .75rem;
    color: #4200FF;
    border-radius: 0;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  box-shadow: inset 0 0 0 3rem #4200FF;
    color: #fff;
}

.dropdown-item.active, .dropdown-item:active{
    background-color: #4200FF;
}

.dropdown-item:hover{
    background-color: rgba(44,0,255,.1); 
}

.dropdown-menu{
    border-radius:0;
    border:#4200FF 1px solid;
}

.jumbotron {
    margin: 0 0 5rem 0;
    position: relative;
    border-radius: 0;
}

.case-study-jumbotron{
    min-height:400px;
}


.jumbotron h1{
    z-index:1000;
}

section{
    scroll-margin-top: 4rem;
}

/* #homeheader.jumbotron img {
    position: absolute;
    bottom: 0;
    right: 0;
} */


.portrait {
    overflow: hidden;
}

section {
    margin: 5em 0;
}


.skills-wrapper li {
    list-style: none;
    padding: 8px 18px;
    border: #4200FF 1px solid;
    background-color: rgba(44,0,255,.1);
    border-radius:24px;
    color: #4200FF;
}

.skills-wrapper-small li {
    list-style: none;
    padding: 4px 12px;
    font-size:.75rem;
}

.jumbotron{
    background-color: #f0f0f0;
}

#casestudies{
    background-color:#f0f0f0;
}

.card-title{
    font-size:1.5rem;
}

#mywork.row {
    height: 600px;
    position: relative;
}

#mywork a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

#mywork a > h2 {
    position: absolute;
    top: 10px;
    left: 15px;
    text-align: left;
    transition: all .25s ease-in-out;
    white-space: nowrap;
    z-index: 100;
}

#mywork a:hover > h2 {
    font-size: 2em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#contact {
    min-height: 500px;
    background-color: #4200FF;
    margin: 0;
}

#contact h2{
    font-size:2.25rem;}

#contact i {
    font-size: 3rem;
    color: #fff;
}

#interactive .jumbotron{
    background: url(img/interactive-jumbotron.jpg) center center no-repeat;
    background-size: cover;
}

#interactive .jumbotron:after{
    content:"";
    height: 100%;
    width: 100%;
    position: absolute;
    top:0;
    left:0;
    background: #0496C2;
    z-index: 0;
    opacity: .65;
}

.slick-dots li button:before{
    font-size: 12px;
    color: #21c4de;
}

.slick-dots li.slick-active button:before{
        color: #21c4de;
}


@media (max-width: 768px) {

/* #homeheader.jumbotron img {
    width: 75%;
    position: absolute;
    bottom: -5rem;
    right: 0;
    max-width: 500px;
} */

.navbar {
    background-color:#fff;
}

section {
    margin: 3em 0;
}


    #contact{
        min-height: 450px;
    }

    #contact i.fab {
    font-size: 3rem;
}

}

@media (max-width: 576px) {

    h1{
        font-size: 2rem;
    }

    .navbar-inverse{
      opacity: 0;
    }

    /* .jumbotron{
        height: 545px;
    } */

    /* #homeheader.jumbotron img {
            width: 85%;
    bottom: -3.5rem;
} */

    #asterism .slick-initialized .slick-slide {
    margin: 0;
}
}
