/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 3, 2018 */



@font-face {
    font-family: 'silkaregular';
    src: url('silka-regular-webfont.eot');
    src: url('silka-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('silka-regular-webfont.woff2') format('woff2'),
         url('silka-regular-webfont.woff') format('woff'),
         url('silka-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'silkaregular_italic';
    src: url('silka-regularitalic-webfont.eot');
    src: url('silka-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('silka-regularitalic-webfont.woff2') format('woff2'),
         url('silka-regularitalic-webfont.woff') format('woff'),
         url('silka-regularitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    overflow-x: hidden;
    text-align: center;
    font-family: "silkaregular";
    height: 100%;
    width: 100%;
    color: #0b4e5a;
}


footer {
    background-color: #0b4e5a;
    color: #ffffff;
    text-align: justify;
    /* box-shadow: 0 50vh 0 50vh #E2FF59;     */
} 
aside {
    background-color: ;
    text-align: justify;
}


.accordion-component {
    border: none;
    box-shadow:none;
}

.accordion-component .accordion-collapse {
    border: 0;    
}
.accordion-component .accordion-button {
    /* padding: 15px 0px 15px; */
    font-weight: bold;
    border: 0;
    font-size: 18px;
    color: #333333;
    text-align: left;
    border-bottom: 1px solid #ddd;     
    box-shadow: none;
}
/* .accordion-component .accordion-button:focus {
    box-shadow: none;
}
*/

.accordion-component .accordion-button:not(.collapsed) {
    background: none;
    color: #1b6ce5;
    border: 0;
    box-shadow: none;
}

/* .accordion-component .accordion-body {
    padding: 15px 0px 15px;
}  */



/* .panel, .panel-group .panel-heading+.panel-collapse>.panel-body */
