@import url(monokai.css);
/* typography */
.title { font-family: "Mulish", sans-serif; font-size: 1.4rem; color: #6d6e71; }

@media (min-width: 768px) { .title { font-size: 1.6rem; } }

h2 { font-family: "Mulish", sans-serif; font-size: 1.4rem; color: #212529; }

h2 a { color: #212529; text-decoration: none; }

/* backgrounds */
.bg-main { background-color: #fafbfc; }

.bg-footer { background-color: #f2f5f7; }

/* nav */
#mainNav { /* padding-top: 1rem; padding-bottom: 1rem; */ height: 70px; background-color: #fff; }

.site-logo { color: #192a3d; text-decoration: none; font-size: 1.5rem; font-weight: bold; }

.menu-links { color: #3a4f66; text-decoration: none; }

/* Card */
@media (min-width: 768px) { .img-card { width: 280px; } }

@media (min-width: 992px) { .img-card { width: 300px; } }

/*# sourceMappingURL=styles.css.map */