html, body {
    font-family: 'Josefin Sans', sans-serif !important;
}

nav ul a {
	padding: 0 .7em;
}
nav ul a:hover {
	color: #000 !important;
}
nav ul a i.right {
	margin-left: 5px;
}
.teal.accent-3 {
    background-color: #ffed00 !important;
}
.teal-text.text-accent-3{
    color: #ffed00 !important;
}
.dropdown-content li>a, .dropdown-content li>span{
    color: #ffed00 !important;
}

a.brand-logo > img{
    height:64px;
    width:64px;
  
}
h5.black-text > img{
    height:64px;
    width:64px;
}
div.footer-copyright >div.container{
        color: black;
}
div.row.center > a{
     color: black;
     
}
.dropdown-content li>a, .dropdown-content li>span {
    background-color: black ;
    height:64px;
    display: flex;
  justify-content: center;
  align-items: center;
}
h1.header.center.teal-text{
    background-color: black;
    padding: 15px;
}
.collection h4 {
    font-size: 2.28rem !important;
}
.collection.with-header .collection-header {
    background-color: #ffed00 !important;
}
