
body {
    font-family: 'Nunito Sans', serif;
    font-size: 22px;
    background-color: #F2D091;
}

#topTitle {
    height: 135px;
}

/* sidenav */

#sidenav {
    overflow: auto;
	background-color: #169EF2; /*E0E0E0*/
	color: #EBEBEB;
	max-width: 250px;
	border-radius: 15px;
}

#sidenav a {
    text-decoration: none;
    font-size: 15px;
    color: #EBEBEB; /*434343*/
    display: block;
}

#sidenav a:hover {
    color: #064579; /*064579*/
}

#sidenavList {
    overflow: auto;
    top: 80px;
    left: 10px;
    list-style: none;
}

/* Toggle Btn */

.btn-toggle {
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
}
.btn-toggle:hover,
.btn-toggle:focus {
    color: rgba(0, 0, 0, .85);
    background-color: #d2f4ea; /*d2f4ea*/
}

.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.btn-toggle-nav > a {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus,
.categoryMenuItem .activeMenuItem {
    background-color: #F2D091; /*#C1CDCD*/
}

.categoryMainMenuItem {
    border-bottom: 1px solid #f5f5f5;
}

.categoryMainMenuItem button > a {
    padding: 6px 8px 6px 6px;
}

.categoryMenuItem a {
    padding: 6px 8px 6px 6px;
    margin-left: 32px;
}

#sidenavList > li > ul > li.categoryMainMenuItem {
    margin-left: 32px;
}

/* content */

#equipmentList {
    width: 100%;
    height: 100%;
    overflow: auto;
	border-radius: 15px;
}

.equipmentItem {
    margin: 2px 2px 0 0;
    min-height: 180px;
    width: 100%;
   	background-color: #ffffff;
}

.equipmentImage {
    display: flex;
    align-items: center;
	
}

.equipmentImage img {
	max-width: 100%;
	max-height: 140px;
	
}

.equipmentText {
    margin-left: 20px;
    font-size: 12px;
}

.equipmentTitle {
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
    color: #434343;
}

.equipmentText p {
    color: #717171;
}
