
#nav-bar>div:nth-child(1){
    font-family: 'Didact Gothic', sans-serif;
    font-size: 10px;
    font-weight: lighter;
    
}

#nav-bar>div:nth-child(2){
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  color: gray;
  font-size: 10px;
}

#top-section>div>h1{
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 50px;
    font-weight: lighter;   
}

#top-section>div h3{
    font-family: 'Didact Gothic', sans-serif;
    font-size: 13px;
    font-weight: lighter;
}

.center-block{
    position: absolute;
    top: 140%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: 'Carrois Gothic SC', sans-serif;
    font-family: 'Didact Gothic', sans-serif;
}

#mid-section>div:nth-child(3){
    background-color: rgb(246, 246, 246);
    padding: 30px 00px;
    font-family: 'Carrois Gothic SC', sans-serif;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: lighter;

}

#products{
    font-family: 'Carrois Gothic SC', sans-serif;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: lighter;
}

