.offcanvas {
    max-width: 70%;
}

.side-menu-container .active h3:after {
    content: '●';
    color: #f8b600;
    display: inline;
    margin-left: 10px;
}
.side-menu-container .active a {
    color: #000;
    font-weight: 600;
    font-family: FuturaPTBook, sans-serif !important;
    position: relative;
}
.side-menu-container .title {
    font-weight: 300;
    font-size: 30px;
}
.side-menu-container {}

.side-menu-container .title {
	font-weight: 400;
    font-size: 30px;
}
#menu .p-5 {
    padding: 1rem 3rem !important;
}

a {
    text-decoration: none;
}

.side-menu-container ol li a h3 {
    color: #000;
    padding-top: 16px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.side-menu-container ol li a h3 .number{	
    font-size: 24px!important;
	font-weight: 300;
	font-family: 'FuturaPTLight', sans-serif;
}
.offcanvas-body h2{margin: 20px auto -5px auto; font-weight: 400;}
.offcanvas-title {
    font-size: 23px;
    color: #000;
    font-family: "FuturaPTBook", sans-serif;
    padding: 0.5em 0em;
    font-family: 'Oswald', sans-serif;
}
.offcanvas-backdrop{background-color: #c0cbd6;}
.offcanvas-start{padding-left: 0;}
.offcanvas-header {
    padding-right: 0;
    background-color: #ffd200;
}
.close {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin-right: 20px;
}