*{
    margin:0;
    padding:0;
}

body{
    min-width:420px;
    font-family: 'Karla', sans-serif;
}

h1,h2,h3{
    font-family: 'DM Serif Display', serif;
}

nav{
    display:flex;
    justify-content: space-between;
    margin:20px 25px;
}

.nav-bar{
    margin:20px 15px;
    display:none;
}

.nav-bar a{
    text-decoration: none;
}

.nav-bar li{
    list-style: none;
}

.hero img{
    width:100%;
}

.container{
    margin:15px 20px;
}

.hero-section{
    position: absolute;
    background-color: hsl(256, 26%, 20%);
    background-image: url;
    background-repeat: no-repeat;
    color:#fff;
    padding:25px 20px; 
    margin:0 auto;
    text-align: center;
    min-height: 250px;
}


.hero-section img{
    position:relative;
    top:0;
    left:0;
    max-width: 200px;
}


.hero-section p{
    font-weight: 400;
}

.hero-section h1{
    font-weight: 400;
    font-size: 35px;
    line-height: 1.2em;
    letter-spacing: 1.5px;
    width:65%;
    padding:0 25px;
    margin:0 auto;
}

