body{
    font-family: 'Poppins', sans-serif;
    color: #000000;
}
/*
.title{
    font-family: 'Judson', serif;
}*/
/* heading */
h1, .h1 {
    font-size:2rem;
    color: #000000;
    margin: 0 0 20px 0;
}

h2, .h2 {
    color: #000000;
    margin-top: 0;
    line-height: 30px;
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
}

h3, .h3 {
    font-size: 20px;
}

h4, .h4{
    margin-top: 5px;
}

h5, .h5 {
}

h6 {

}

a {
    color: #000000;
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

a:hover{
    text-decoration: none;
    color: #000000;
}

a:focus, .btn:focus{
    outline: none;
    border-width: 0;
}

a:focus{
    background-color: transparent;
    text-decoration: none;
}

/* hidden link for div in a tag */
a div {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
