/* do not change   */
.footer {
    background-color: #bfbfbf;
    color: black;
}
/* l60   */
body {
    background: #ff3333;
}

.content {
    font-family: "tinos" serif;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    font-family: "tinos" serif;
    font-weight: 800;
}

.hero h1 {
    font-family: "oi";
    font-weight: 400;
}

/* bg = m30 text = d60   */
.hero {
    background: #ffcd00;
    color: #800000;
    border-radius: 10px;
}

/* bg = d10 text = white  */
.product-info {
    background: #274ba8;
    color: white;
}

.product-body {
    background: white;
}

/* bg = m30   */
.company-header, .owner-header, .product-header {
    background: #ffcd00;
    color: white;
}

.company-body, .owner-body {
    background: white;
    color: black;
    
}

/* l30   */
.owner-title {
    color: #800000;
}

/* l30   */
.fa-box-open, .fa-magnifying-glass-dollar, .fa-star  {
    color: #00ff9d;
}

/* l10  */
.fa-lock, .fa-dumbbell, .fa-brain, .fa-pen, .fa-graduation-cap, .fa-medal  {
    color: #00ff9d;
}

/* d60 for bg look at .nav-link for text color  */
nav {
	background-color: #800000;
	
}

a.footer_link:link, a.footer_link:visited {
	color: white;
}
/* m30 main link text color  */
.nav-link {
	color: #ffcd00;
}
/* don't change  */
a.navbar-brand:link {
	color: white;
}
/* l60 for bg d60 for text  */
a.nav-link:hover {
    color: #800000;
    background-color: #ff3333;
    border-radius: 3px;
}

.logo {
    border-color: #00804f !important;
}