h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: 'Urbanist', sans-serif;
    }

h1{
    font-weight: 900;
}
h2{
    font-weight: 700;
}
h3{
    font-weight: 600;
}
li{
   font-family: 'Urbanist', sans-serif;
}

.frontHero{
    background-image: url("images/kseniya-lapteva-LdPFsNeCPGk-unsplash.jpg");
    color: white;
    padding-top: 60px;
    padding-bottom: 90px;
    margin-bottom: 20px;
}


.display-1{
    font-weight: 600;
}

.card{
margin: 5%;

}

.row{
    padding-bottom: 16px;
}

p{
    font-family: 'Urbanist', sans-serif;
}

a {
    font-family: 'Urbanist', sans-serif; 
    text-decoration: none;
}

button{
margin-top: 10px;
}

.articleHero1{
background-image: url("images/colorBasicsSmall.png");
background-repeat: no-repeat;
background-size: 100%;
padding-top: 60px;
padding-bottom: 200px;
margin-bottom: 20px;
}

.articleHero2{
background-image: url("images/gamut2.jpg");
background-repeat: no-repeat;
background-size: 100%;
padding-top: 60px;
padding-bottom: 200px;
margin-bottom: 20px;
}

.author{
    padding-bottom: 20px;
}
.article{
    text-align: left;

}

.articleTitle{
    padding-left: 30px;
}

.sectionTitle{
    margin-top: 15px;
    margin-left: 10px;

}


.cateagory{
    padding-top: 18px;
    padding-left:  18px;
}

.articlePara{
    padding-bottom: 15px;
}

.articleImg{
    padding-bottom: 15px;
}

.title{
    margin-top: 20px;
}

.form{
    margin-top: 19px;
}
.aboutText{
    padding-top: 80px;
    padding-left: 5px;
}
@media (min-width: 200px){
    .article{
        margin: 0% 10% 0% 10%;

    }
}


